summaryrefslogtreecommitdiff
path: root/http
AgeCommit message (Expand)AuthorFilesLines
5 daysMove under exception handlerEd Tanous1-1/+2
9 daysFix lesser used optionsEd Tanous4-60/+63
12 daysMove logging argsEd Tanous3-11/+32
2024-05-03Manage Request with shared_ptrJonathan Doman5-60/+60
2024-05-03Increase the file bufferEd Tanous1-1/+5
2024-05-01Bring consistency to config optionsEd Tanous7-18/+16
2024-04-30Use fadvise to trigger sequential readingEd Tanous1-0/+8
2024-04-29Break out formattersEd Tanous2-91/+1
2024-04-27Add static webpack etag supportEd Tanous2-11/+23
2024-04-24Fix large content error codesEd Tanous1-88/+203
2024-04-23Fix http2 use after free bugEd Tanous1-2/+2
2024-04-20Change ssl stream implementationsEd Tanous8-18/+17
2024-04-19Add 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