1. 6f3cb18 MINOR: htx: Remove support for unused OOB HTX blocks by Christopher Faulet · 5 years ago
  2. 6177509 MINOR: htx: Don't try to append a trailer block with the previous one by Christopher Faulet · 5 years ago
  3. bc5770b MINOR: htx: Split on DATA blocks only when blocks are moved to an HTX message by Christopher Faulet · 5 years ago
  4. cc50602 BUG/MINOR: htx: Never transfer more than expected in htx_xfer_blks() by Christopher Faulet · 5 years ago
  5. f1449b7 BUG/MEDIUM: htx: Don't crush blocks payload when append is done on a data block by Christopher Faulet · 5 years ago
  6. 05aab64 BUG/MEDIUM: htx: Defrag if blocks position is changed and the payloads wrap by Christopher Faulet · 5 years ago
  7. 90caa07 BUG/MEDIUM: htx: fix random premature abort of data transfers by Willy Tarreau · 5 years ago
  8. 549822f MINOR: htx: Add function to drain data from an HTX message by Christopher Faulet · 5 years ago
  9. 2bf0c13 BUG/MEDIUM: htx: count the amount of copied data towards the final count by Willy Tarreau · 5 years ago
  10. 00cf697 MINOR: htx: Add a function to truncate all blocks after a specific offset by Christopher Faulet · 5 years ago
  11. 52610e9 MINOR: htx: add a new function to add a block without filling it by Willy Tarreau · 5 years ago
  12. 200f895 BUG/MAJOR: htx: Return the good block address after a defrag by Christopher Faulet · 6 years ago
  13. b96b77e REORG: htx: merge types+proto into common/htx.h by Willy Tarreau · 6 years ago
  14. e97f3ba BUG/MEDIUM: htx: Always do a defrag if a block value is replace by a bigger one by Christopher Faulet · 6 years ago
  15. c706cd7 BUG/MEDIUM: htx: fix typo in htx_replace_stline() making it fail all the time by Willy Tarreau · 6 years ago
  16. ed00e34 MEDIUM: ist: always turn header names to lower case by Willy Tarreau · 6 years ago
  17. 174bfb1 BUG/MEDIUM: htx: Set the right start-line offset after a defrag by Christopher Faulet · 6 years ago
  18. aa75b3d CLEANUP: htx: Fix indentation here and there in HTX files by Christopher Faulet · 6 years ago
  19. 27ba2dc MEDIUM: htx: Rework conversion from a buffer to an htx structure by Christopher Faulet · 6 years ago
  20. 1e7af46 BUG/MINOR: htx: Force HTTP/1.1 on H1 formatting when version is 1.1 or above by Christopher Faulet · 6 years ago
  21. c59ff23 MINOR: htx: Rename functions htx_*_to_str() to be H1 specific by Christopher Faulet · 6 years ago
  22. f1ba18d MEDIUM: htx: Don't rely on h1_sl anymore except during H1 header parsing by Christopher Faulet · 6 years ago
  23. 54483df MINOR: htx: Add the start-line offset for the HTX message in the HTX structure by Christopher Faulet · 6 years ago
  24. 570d161 MEDIUM: htx: Change htx_sl to be a struct instead of an union by Christopher Faulet · 6 years ago
  25. 24ed835 MINOR: htx: Add function to add an HTX block just before another one by Christopher Faulet · 6 years ago
  26. 53ad16a BUG/MINOR: htx: Fix block size calculation when a start-line is added/replaced by Christopher Faulet · 6 years ago
  27. a3d2a16 MEDIUM: htx: Add API to deal with the internal representation of HTTP messages by Christopher Faulet · 6 years ago