summaryrefslogtreecommitdiff
path: root/http
AgeCommit message (Expand)AuthorFilesLines
2024-04-01Fix redundant inline operatorsEd Tanous1-1/+1
2024-04-01Use no-switch-default on clangEd Tanous2-2/+2
2024-04-01Fix SSE socketsEd Tanous2-8/+9
2024-04-01Fix regression in http_file_bodyEd Tanous2-0/+2
2024-03-28Rename http2 unpackerEd Tanous1-8/+15
2024-03-27Check optionals in tidyEd Tanous1-9/+15
2024-03-25Fix redundant init issuesEd Tanous2-6/+6
2024-03-25Add nolint for naming violationsEd Tanous1-0/+3
2024-03-25Don't use switch for single conditional http2Ed Tanous1-40/+38
2024-03-21Allow reading http2 bodiesEd Tanous2-10/+98
2024-03-21Allow routes with 5 wildcardsEd Tanous1-1/+1
2024-03-21Allow no spaces in content-typeEd Tanous1-1/+3
2024-03-19Rename FileBody to HttpBodyEd Tanous8-21/+25
2024-03-18Add unit test for SSEEd Tanous2-40/+36
2024-02-28Fix duplicated etag generationMyung Bae1-5/+0
2024-02-16Write unit tests for http2 connectionEd Tanous1-0/+39
2024-02-16Simplify HTTP/2 bufferingEd Tanous2-72/+46
2024-02-16Simplify bodyEd Tanous8-315/+327
2024-02-06Make tests not require body interactionEd Tanous1-0/+10
2024-01-22Make use of filebody for dump offloadAbhilash Raju2-7/+163
2024-01-22Make base64 encoder incrementalEd Tanous1-33/+105
2024-01-19Remove some boost includesEd Tanous4-12/+15
2024-01-09Fix spelling mistakesEd Tanous5-13/+13
2024-01-09http_client: fix for broken connectionAbhilash Raju1-11/+37
2023-12-25bmcweb: Add nullptr check for weakptrzhaogang.01081-0/+5
2023-12-09mutual-tls: Add support for Meta certificatesMarco Kawajiri2-0/+87
2023-12-09Simplify mutual TLS checksEd Tanous1-64/+4
2023-12-08Reponse: Fix incomplete implementation in writeAbhilash Raju1-2/+5
2023-12-05Fix missing dateEd Tanous1-1/+1
2023-12-05Unit test ConnectionEd Tanous3-104/+94
2023-10-31Move to file_body in boostEd Tanous5-133/+242
2023-10-24clang-format: copy latest and re-formatPatrick Williams5-6/+6
2023-10-16Remove extra variables in websocketsEd Tanous2-30/+38
2023-09-25Fix http2 stream pointerEd Tanous2-40/+30
2023-09-21Fix unessesary URL readEd Tanous1-7/+2
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