summaryrefslogtreecommitdiff
path: root/http
AgeCommit message (Expand)AuthorFilesLines
2023-08-24Avoid setting SNI hostname for IP addressesRavi Teja1-0/+7
2023-08-23Move http client to URLEd Tanous3-152/+100
2023-08-20mTLS: Fix handshake failuresMichal Orzel1-3/+5
2023-08-19Flush each log messageJonathan Doman1-1/+1
2023-08-14Reduce some Error log severitiesCarson Labrado1-1/+1
2023-08-07Fix bugprone-unchecked-optional-access findingsEd Tanous4-35/+59
2023-08-02Fix logging level handlingMyung Bae1-1/+1
2023-08-01Revert "Cache user role in session object"Gunnar Mills1-0/+1
2023-07-28Cache user role in session objectEd Tanous1-1/+0
2023-07-27Fix loggingEd Tanous1-27/+15
2023-07-25Fix events destination url parsing for IPv6Ravi Teja1-1/+1
2023-07-20Replace logging with std::formatEd Tanous15-391/+470
2023-07-14AsyncResolve cleanups and error handlingEd Tanous1-1/+1
2023-07-11HTTP Client: Improve error messageSunitha Harish1-6/+12
2023-07-11Implement data pointer clang-tidy checkEd Tanous1-1/+1
2023-06-30Remove FunctionTraitsEd Tanous2-37/+6
2023-06-28HTTP/2 supportEd Tanous4-1/+739
2023-06-28Remove the black_magic namespaceEd Tanous2-7/+3
2023-06-28Simplify the routerEd Tanous4-204/+124
2023-06-27Remove computeParameterTagFromArgsListEd Tanous1-18/+0
2023-06-27Remove now-unused isParameterTagCompatibleEd Tanous1-34/+0
2023-06-24Break out request completion from connectionEd Tanous2-55/+63
2023-06-21Redfish: Implement SNMP TrapChicago Duan1-0/+8
2023-06-17Revert "Fix websocket csrf checking"Ed Tanous1-1/+2
2023-06-09Fix hack on Set-CookieEd Tanous1-2/+7
2023-06-09Break up router into separate filesEd Tanous7-761/+686
2023-06-08Remove urlEncodeEd Tanous1-1/+1
2023-06-06Remove this->Ed Tanous2-4/+4
2023-06-06Add support for multiple consolesNinad Palsule2-6/+13
2023-06-05Break out serializer into its own cpp fileEd Tanous1-9/+1
2023-06-05Add SSE style subscription support to eventserviceAppaRao Puli1-5/+5
2023-06-01Server-sent-event fixesEd Tanous5-175/+65
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