summaryrefslogtreecommitdiff
path: root/http/http2_connection.hpp
AgeCommit message (Expand)AuthorFilesLines
8 daysFix lesser used optionsEd Tanous1-21/+20
14 daysManage Request with shared_ptrJonathan Doman1-8/+8
2024-04-27Add static webpack etag supportEd Tanous1-11/+17
2024-04-23Fix http2 use after free bugEd Tanous1-2/+2
2024-04-20Change ssl stream implementationsEd Tanous1-2/+1
2024-04-13Fix nullptr failures for image uploadEd Tanous1-0/+2
2024-04-04Fix http2 payloadsEd Tanous1-3/+3
2024-04-02Reduce multi-level calls of req.req membersMyung Bae1-2/+2
2024-03-27Check optionals in tidyEd Tanous1-9/+15
2024-03-25Fix redundant init issuesEd Tanous1-2/+2
2024-03-25Don't use switch for single conditional http2Ed Tanous1-40/+38
2024-03-21Allow reading http2 bodiesEd Tanous1-10/+91
2024-03-19Rename FileBody to HttpBodyEd Tanous1-2/+2
2024-02-16Simplify HTTP/2 bufferingEd Tanous1-70/+42
2024-02-16Simplify bodyEd Tanous1-67/+56
2024-01-19Remove some boost includesEd Tanous1-1/+0
2023-10-31Move to file_body in boostEd Tanous1-9/+32
2023-10-24clang-format: copy latest and re-formatPatrick Williams1-1/+1
2023-09-25Fix http2 stream pointerEd Tanous1-38/+28
2023-08-07Fix bugprone-unchecked-optional-access findingsEd Tanous1-2/+2
2023-07-20Replace logging with std::formatEd Tanous1-45/+45
2023-06-28HTTP/2 supportEd Tanous1-0/+555