1. 2bf0c13 BUG/MEDIUM: htx: count the amount of copied data towards the final count by Willy Tarreau · Thu Feb 21 15:06:30 2019 +0100
  2. 00cf697 MINOR: htx: Add a function to truncate all blocks after a specific offset by Christopher Faulet · Mon Jan 07 14:53:27 2019 +0100
  3. 52610e9 MINOR: htx: add a new function to add a block without filling it by Willy Tarreau · Thu Jan 03 18:26:17 2019 +0100
  4. 200f895 BUG/MAJOR: htx: Return the good block address after a defrag by Christopher Faulet · Wed Jan 02 11:23:44 2019 +0100
  5. b96b77e REORG: htx: merge types+proto into common/htx.h by Willy Tarreau · Tue Dec 11 10:22:41 2018 +0100
  6. e97f3ba BUG/MEDIUM: htx: Always do a defrag if a block value is replace by a bigger one by Christopher Faulet · Mon Dec 10 15:39:40 2018 +0100
  7. c706cd7 BUG/MEDIUM: htx: fix typo in htx_replace_stline() making it fail all the time by Willy Tarreau · Fri Dec 07 17:12:22 2018 +0100
  8. ed00e34 MEDIUM: ist: always turn header names to lower case by Willy Tarreau · Fri Dec 07 08:47:45 2018 +0100
  9. 174bfb1 BUG/MEDIUM: htx: Set the right start-line offset after a defrag by Christopher Faulet · Thu Dec 06 14:31:12 2018 +0100
  10. aa75b3d CLEANUP: htx: Fix indentation here and there in HTX files by Christopher Faulet · Wed Dec 05 16:20:40 2018 +0100
  11. 27ba2dc MEDIUM: htx: Rework conversion from a buffer to an htx structure by Christopher Faulet · Wed Dec 05 11:53:24 2018 +0100
  12. 1e7af46 BUG/MINOR: htx: Force HTTP/1.1 on H1 formatting when version is 1.1 or above by Christopher Faulet · Mon Dec 03 14:05:01 2018 +0100
  13. c59ff23 MINOR: htx: Rename functions htx_*_to_str() to be H1 specific by Christopher Faulet · Mon Dec 03 13:58:44 2018 +0100
  14. f1ba18d MEDIUM: htx: Don't rely on h1_sl anymore except during H1 header parsing by Christopher Faulet · Mon Nov 26 21:37:08 2018 +0100
  15. 54483df MINOR: htx: Add the start-line offset for the HTX message in the HTX structure by Christopher Faulet · Mon Nov 26 15:05:52 2018 +0100
  16. 570d161 MEDIUM: htx: Change htx_sl to be a struct instead of an union by Christopher Faulet · Mon Nov 26 11:13:57 2018 +0100
  17. 24ed835 MINOR: htx: Add function to add an HTX block just before another one by Christopher Faulet · Thu Nov 22 11:20:43 2018 +0100
  18. 53ad16a BUG/MINOR: htx: Fix block size calculation when a start-line is added/replaced by Christopher Faulet · Mon Nov 26 15:02:30 2018 +0100
  19. a3d2a16 MEDIUM: htx: Add API to deal with the internal representation of HTTP messages by Christopher Faulet · Mon Oct 22 08:59:39 2018 +0200