summaryrefslogtreecommitdiff
path: root/include/haproxy/htx.h
Commit message (Expand)AuthorAgeFilesLines
* MINOR: htx: add function to set EOM reliablyAmaury Denoyelle2023-05-121-0/+18
* CLEANUP: assorted typo fixes in the code and commentsIlya Shipitsin2023-04-011-1/+1
* MINOR: htx: Add an HTX value for the extra field is payload length is unknownChristopher Faulet2023-01-131-0/+5
* MINOR: htx: add an unchecked version of htx_get_head_blk()Willy Tarreau2022-05-301-0/+10
* BUG/MEDIUM: htx: Be sure to have a buffer to perform a raw copy of a messageChristopher Faulet2022-02-211-2/+2
* MINOR: htx: Add a function to know if the free space wrapsChristopher Faulet2021-09-231-0/+11
* CLEANUP: Apply ist.cocciTim Duesterhus2021-09-171-6/+6
* MINOR: htx: Skip headers with no value when adding a header list to a messageChristopher Faulet2021-09-101-2/+16
* BUG/MAJOR: htx: fix missing header name length check in htx_add_header/trailerWilly Tarreau2021-09-031-2/+6
* CLEANUP: htx: remove comments about "must be < 256 MB"Willy Tarreau2021-09-031-1/+0
* BUG/MAJOR: htx: Fix htx_defrag() when an HTX block is expandedChristopher Faulet2021-06-111-1/+1
* MINOR: htx: Limit length of headers name/value when a HTX message is dumpedChristopher Faulet2021-04-281-2/+2
* CLEANUP: htx: Remove unsued hdrs_bytes field from the HTX start-lineChristopher Faulet2021-04-281-1/+0
* REORG: htx: Inline htx functions to add HTX blocks in a messageChristopher Faulet2021-04-261-7/+117
* MINOR: htx: Add function to reserve the max possible size for an HTX DATA blockChristopher Faulet2021-02-241-0/+1
* CLEANUP: assorted typo fixes in the code and commentsIlya Shipitsin2021-02-081-1/+1
* MAJOR: htx: Remove the EOM block type and use HTX_FL_EOM insteadChristopher Faulet2021-01-281-4/+5
* MINOR: htx: Add a function to know if a block is the only one in a messageChristopher Faulet2021-01-281-0/+10
* MINOR: htx: Rename HTX_FL_EOI flag into HTX_FL_EOMChristopher Faulet2021-01-281-1/+1
* CLEANUP: htx: Remove HTX_FL_UPGRADE unsued flagChristopher Faulet2020-12-041-1/+1
* BUG/MINOR: http-ana: Don't send payload for internal responses to HEAD requestsChristopher Faulet2020-10-221-0/+13
* MEDIUM: htx: Add a flag on a HTX message when no more data are expectedChristopher Faulet2020-07-221-0/+9
* CLEANUP: include: tree-wide alphabetical sort of include filesWilly Tarreau2020-06-111-1/+1
* REORG: include: split common/htx.h into haproxy/htx{,-t}.hWilly Tarreau2020-06-111-0/+681