summaryrefslogtreecommitdiff
path: root/http
AgeCommit message (Expand)AuthorFilesLines
2023-06-01Add Server-Sent-Event supportV-Sanjana5-4/+477
2023-05-30Allow async resolver to be optionalEd Tanous2-12/+25
2023-05-25Fix some includesEd Tanous1-1/+1
2023-05-20Added new pre-defined usergroup called hostconsoleNinad Palsule1-13/+40
2023-05-19Capture all boost::system::error_codes by refEd Tanous2-4/+4
2023-05-19Clear json objectEd Tanous1-2/+2
2023-05-19http_connection: Allow empty json objectsEd Tanous1-1/+1
2023-05-19Clean up preparePayloadEd Tanous2-11/+27
2023-05-16Boost::urls::formatEd Tanous2-16/+5
2023-05-12Revert "http_connection: Allow empty json objects"Ed Tanous1-1/+1
2023-05-12fix clang-tidy warnings with unreachable returnsPatrick Williams2-3/+0
2023-05-12http-app: fix unused macro clang-tidy warningPatrick Williams1-1/+1
2023-05-12http-logging: fix clang-tidy warningsPatrick Williams1-6/+5
2023-05-11mutual-tls: fix clang-tidy warningPatrick Williams1-4/+4
2023-05-11clang-format: copy latest and re-formatPatrick Williams9-37/+25
2023-05-05Update Logging option for the setting log levelMyung Bae1-43/+58
2023-04-27Remove nameStr from routerEd Tanous1-26/+2
2023-04-27Remove number support from the routerEd Tanous3-489/+57
2023-04-25http_connection: Allow empty json objectsLei YU1-1/+1
2023-04-18Copy privilegeset into websocket ruleEd Tanous1-0/+1
2023-04-06Fix websocket csrf checkingGunnar Mills1-2/+1
2023-03-23nbd proxy and websocket cleanupsEd Tanous2-25/+139
2023-03-23Remove authorization checks in nbd_proxyEd Tanous1-27/+2
2023-03-22Fix Request use-after-moveJonathan Doman1-11/+10
2023-03-20Aggregation: Increase response read limit to 50MBCarson Labrado1-136/+57
2023-03-17Fix some movesEd Tanous1-17/+22
2023-03-15Take url views by valueEd Tanous1-8/+8
2023-03-15Add Support for privilege check in handleUpgradeP Dheeraj Srujan Kumar2-46/+79
2023-03-15Remove try-catch blocks on handleUpgradeEd Tanous1-22/+2
2023-03-15Move validation code to unpackPropertiesNoThrowEd Tanous1-32/+28
2023-03-15Break out large lambda into callbackEd Tanous1-96/+108
2023-03-15Add asyncResp support to handleUpgradeP Dheeraj Srujan Kumar3-27/+42
2023-03-11Make url by value in RequestEd Tanous4-41/+40
2023-03-11Remove body member from RequestEd Tanous2-9/+19
2023-03-11Remove fields member from RequestEd Tanous1-9/+11
2023-03-03Allow logged in users to upload incrementallyEd Tanous1-15/+40
2023-02-24Take boost error_code by referenceEd Tanous4-5/+5
2023-02-24Pass string views by valueEd Tanous5-15/+14
2023-02-23HTTP Client: Increase max conns and reqsCarson Labrado1-3/+4
2023-02-17Add option for validating content-type headerEd Tanous1-0/+40
2023-02-17Fix missing includeEd Tanous1-0/+1
2023-02-16Fix some more includesEd Tanous1-0/+1
2023-02-11Fix overwriting mTLS sessionBoleslaw Ogonczyk Makowski1-15/+11
2023-02-03Aggregation: Better handle dropped requestsCarson Labrado1-0/+5
2023-01-25Timer not started if user session is logged inNinad Palsule1-1/+0
2023-01-21Replace "Fix keepalive false" with patchset 3Ed Tanous1-3/+6
2023-01-18Fix a boatload of #includesEd Tanous7-11/+12
2023-01-17Add check for globalsEd Tanous1-0/+1
2023-01-12Fix keepalive falseEd Tanous1-4/+4
2023-01-12Clean up http end_of_stream tracesMyung Bae1-1/+2