- f42e859 Fix http2 stream pointer by Ed Tanous · 1 year, 4 months ago
- 818db20 Fix unessesary URL read by Ed Tanous · 1 year, 4 months ago
- e7c2991 Avoid setting SNI hostname for IP addresses by Ravi Teja · 1 year, 5 months ago
- a716aa7 Move http client to URL by Ed Tanous · 1 year, 5 months ago
- 7aa9ab0 mTLS: Fix handshake failures by Michal Orzel · 1 year, 4 months ago
- e334466 Flush each log message by Jonathan Doman · 1 year, 4 months ago
- bf2dded Reduce some Error log severities by Carson Labrado · 1 year, 5 months ago
- e01d0c3 Fix bugprone-unchecked-optional-access findings by Ed Tanous · 1 year, 6 months ago
- d518a9b Fix logging level handling by Myung Bae · 1 year, 5 months ago
- 59ba638 Revert "Cache user role in session object" by Gunnar Mills · 1 year, 5 months ago
- 8ed41c3 Cache user role in session object by Ed Tanous · 3 years, 8 months ago
- e7245fe Fix logging by Ed Tanous · 1 year, 5 months ago
- c1ef2a1 Fix events destination url parsing for IPv6 by Ravi Teja · 1 year, 5 months ago
- 62598e3 Replace logging with std::format by Ed Tanous · 1 year, 5 months ago
- e1452be AsyncResolve cleanups and error handling by Ed Tanous · 3 years, 3 months ago
- d7043b3 HTTP Client: Improve error message by Sunitha Harish · 1 year, 6 months ago
- 0f83707 Implement data pointer clang-tidy check by Ed Tanous · 1 year, 6 months ago
- 1017ef8 Remove FunctionTraits by Ed Tanous · 1 year, 6 months ago
- fca2cbe HTTP/2 support by Ed Tanous · 4 years ago
- 47488a9 Remove the black_magic namespace by Ed Tanous · 1 year, 6 months ago
- cfe3bc0 Simplify the router by Ed Tanous · 1 year, 6 months ago
- 09edb4f Remove computeParameterTagFromArgsList by Ed Tanous · 1 year, 6 months ago
- 3e871db Remove now-unused isParameterTagCompatible by Ed Tanous · 1 year, 6 months ago
- ed5f895 Break out request completion from connection by Ed Tanous · 1 year, 6 months ago
- 3d30708 Redfish: Implement SNMP Trap by Chicago Duan · 4 years, 1 month ago
- 7e9c08e Revert "Fix websocket csrf checking" by Ed Tanous · 1 year, 6 months ago
- 994fd86 Fix hack on Set-Cookie by Ed Tanous · 1 year, 7 months ago
- 08bbe11 Break up router into separate files by Ed Tanous · 1 year, 9 months ago
- c51a58e Remove urlEncode by Ed Tanous · 1 year, 9 months ago
- 21b4aba Remove this-> by Ed Tanous · 1 year, 7 months ago
- 052bcbf Add support for multiple consoles by Ninad Palsule · 1 year, 7 months ago
- 61e349a Break out serializer into its own cpp file by Ed Tanous · 1 year, 7 months ago
- 5e44e3d Add SSE style subscription support to eventservice by AppaRao Puli · 3 years, 10 months ago
- 6fde95f Server-sent-event fixes by Ed Tanous · 1 year, 7 months ago
- 88ada3b Add Server-Sent-Event support by V-Sanjana · 1 year, 9 months ago
- f8ca6d7 Allow async resolver to be optional by Ed Tanous · 2 years, 6 months ago
- faf100f Fix some includes by Ed Tanous · 1 year, 7 months ago
- 3e72c20 Added new pre-defined usergroup called hostconsole by Ninad Palsule · 1 year, 9 months ago
- 81c4e33 Capture all boost::system::error_codes by ref by Ed Tanous · 1 year, 7 months ago
- a6695a8 Clear json object by Ed Tanous · 1 year, 7 months ago
- ad2b2eb http_connection: Allow empty json objects by Ed Tanous · 1 year, 7 months ago
- eea9c97 Clean up preparePayload by Ed Tanous · 1 year, 8 months ago
- ef4c65b Boost::urls::format by Ed Tanous · 1 year, 8 months ago
- b84e729 Revert "http_connection: Allow empty json objects" by Ed Tanous · 1 year, 8 months ago
- 65a176c fix clang-tidy warnings with unreachable returns by Patrick Williams · 1 year, 8 months ago
- a232343 http-app: fix unused macro clang-tidy warning by Patrick Williams · 1 year, 8 months ago
- eb8a399 http-logging: fix clang-tidy warnings by Patrick Williams · 1 year, 8 months ago
- 3d7fc71 mutual-tls: fix clang-tidy warning by Patrick Williams · 1 year, 8 months ago
- 89492a1 clang-format: copy latest and re-format by Patrick Williams · 1 year, 8 months ago
- 662aa6e Update Logging option for the setting log level by Myung Bae · 2 years ago
- 28f4b38 Remove nameStr from router by Ed Tanous · 1 year, 9 months ago
- 15a42df Remove number support from the router by Ed Tanous · 1 year, 11 months ago
- 02e01b5 http_connection: Allow empty json objects by Lei YU · 1 year, 8 months ago
- 9d192c7 Copy privilegeset into websocket rule by Ed Tanous · 1 year, 9 months ago
- e628df8 Fix websocket csrf checking by Gunnar Mills · 1 year, 9 months ago
- 863c1c2 nbd proxy and websocket cleanups by Ed Tanous · 2 years, 10 months ago
- e551b5f Remove authorization checks in nbd_proxy by Ed Tanous · 1 year, 10 months ago
- d3c8ce6 Fix Request use-after-move by Jonathan Doman · 1 year, 9 months ago
- d14a48f Aggregation: Increase response read limit to 50MB by Carson Labrado · 1 year, 10 months ago
- 915d2d4 Fix some moves by Ed Tanous · 1 year, 10 months ago
- d9f466b Take url views by value by Ed Tanous · 1 year, 10 months ago
- 7e9093e Add Support for privilege check in handleUpgrade by P Dheeraj Srujan Kumar · 3 years, 3 months ago
- 4f10f7e Remove try-catch blocks on handleUpgrade by Ed Tanous · 1 year, 10 months ago
- 3d18320 Move validation code to unpackPropertiesNoThrow by Ed Tanous · 1 year, 10 months ago
- e1f5c16 Break out large lambda into callback by Ed Tanous · 1 year, 10 months ago
- a9f076e Add asyncResp support to handleUpgrade by P Dheeraj Srujan Kumar · 3 years, 2 months ago
- 39662a3 Make url by value in Request by Ed Tanous · 1 year, 11 months ago
- 33c6b58 Remove body member from Request by Ed Tanous · 1 year, 11 months ago
- 98fe740 Remove fields member from Request by Ed Tanous · 1 year, 11 months ago
- 7d243eb Allow logged in users to upload incrementally by Ed Tanous · 1 year, 11 months ago
- 5e7e2dc Take boost error_code by reference by Ed Tanous · 1 year, 10 months ago
- 26ccae3 Pass string views by value by Ed Tanous · 1 year, 10 months ago
- 66d90c2 HTTP Client: Increase max conns and reqs by Carson Labrado · 2 years, 1 month ago
- 1aa0c2b Add option for validating content-type header by Ed Tanous · 2 years, 11 months ago
- 6a04e0d Fix missing include by Ed Tanous · 1 year, 10 months ago
- d093c99 Fix some more includes by Ed Tanous · 2 years ago
- b496307 Fix overwriting mTLS session by Boleslaw Ogonczyk Makowski · 1 year, 11 months ago
- 43e14d3 Aggregation: Better handle dropped requests by Carson Labrado · 2 years, 2 months ago
- 770b3ff Timer not started if user session is logged in by Ninad Palsule · 2 years ago
- 4cdc2e8 Replace "Fix keepalive false" with patchset 3 by Ed Tanous · 2 years ago
- 3ccb3ad Fix a boatload of #includes by Ed Tanous · 2 years ago
- cf9e417 Add check for globals by Ed Tanous · 2 years ago
- 5ae6f92 Fix keepalive false by Ed Tanous · 2 years ago
- a4326fe Clean up http end_of_stream traces by Myung Bae · 2 years ago
- 7c8e064 Refactor mtls callbacks into their own file by Ed Tanous · 2 years, 10 months ago
- ed194be Add CBOR support by Ed Tanous · 2 years, 5 months ago
- 1c99da0 Add missing usage of new verb class in router by Snehalatha Venkatesh · 2 years ago
- 262f115 Return bad request if can't construct by Gunnar Mills · 2 years ago
- f8fe53e Change variable scopes by Ed Tanous · 2 years, 6 months ago
- 079360a Prepare for boost::url upgrade by Ed Tanous · 2 years, 6 months ago
- 2d6cb56 Implement If-Match header in Http layer by Ed Tanous · 2 years, 6 months ago
- c0bdf22 Code move to prevent circular dependency by Edward Lee · 2 years, 2 months ago
- 2c9efc3 Make router take up less space for verbs by Ed Tanous · 2 years, 5 months ago
- 291d709 Implement If-None-Match support for caching client by Ed Tanous · 2 years, 9 months ago
- c6bcedc utility: Append Url Pieces to existing Url by Willy Tu · 2 years, 3 months ago
- 513d1ff HTTP Client: Improve handling operation timeouts by Carson Labrado · 2 years, 5 months ago
- 77665bd header cleanups by Nan Zhou · 2 years, 3 months ago
- bb759e3 Move ClientID parameter out of OEM by Ed Tanous · 2 years, 5 months ago
- c33a039 treewide: reorganize unit tests by Nan Zhou · 2 years, 4 months ago
- 3590bd1 query: propogate errors for expand by Nan Zhou · 2 years, 5 months ago