summaryrefslogtreecommitdiff
path: root/http
AgeCommit message (Expand)AuthorFilesLines
28 hoursBring consistency to config optionsEd Tanous7-18/+16
2 daysUse fadvise to trigger sequential readingEd Tanous1-0/+8
3 daysBreak out formattersEd Tanous2-91/+1
5 daysAdd static webpack etag supportEd Tanous2-11/+23
8 daysFix large content error codesEd Tanous1-88/+203
9 daysFix http2 use after free bugEd Tanous1-2/+2
13 daysChange ssl stream implementationsEd Tanous8-18/+17
13 daysAdd missing headersEd Tanous1-1/+0
2024-04-18Clean up BMCWEB_ENABLE_SSLEd Tanous6-90/+66
2024-04-16Remove OpenSSL warnings ignoreEd Tanous2-0/+6
2024-04-14Use beast message_generatorEd Tanous2-11/+11
2024-04-13Fix nullptr failures for image uploadEd Tanous1-0/+2
2024-04-11Fix buffer_copyEd Tanous1-3/+3
2024-04-11Fix large copies with url_view and segments_viewEd Tanous3-46/+25
2024-04-11Simplify routerEd Tanous4-267/+174
2024-04-09Rework logger to create compile time errorsEd Tanous3-51/+79
2024-04-07Fix moves/forwardEd Tanous4-21/+3
2024-04-07Make flush explicitEd Tanous1-1/+2
2024-04-07Fix minor error in Request::methodEd Tanous1-1/+1
2024-04-04Fix http2 payloadsEd Tanous1-3/+3
2024-04-02Reduce multi-level calls of req.req membersMyung Bae3-3/+13
2024-04-01Up the max connectionCount to 200Gunnar Mills1-1/+1
2024-04-01Move where appropriateEd Tanous1-1/+1
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