1. 5e643bb BUG/MEDIUM: htx: Adjust length to add DATA block in an empty HTX buffer by Christopher Faulet · 2 years, 6 months ago
  2. 95bf88d MINOR: htx: Add an HTX flag to know when a message is fragmented by Christopher Faulet · 2 years, 10 months ago
  3. 86cb2cd CLEANUP: htx: remove comments about "must be < 256 MB" by Willy Tarreau · 2 years, 10 months ago
  4. 159873a BUG/MAJOR: htx: Fix htx_defrag() when an HTX block is expanded by Christopher Faulet · 3 years, 1 month ago
  5. 2b78f0b CLEANUP: htx: Remove unsued hdrs_bytes field from the HTX start-line by Christopher Faulet · 3 years, 2 months ago
  6. c92ec0b MEDIUM: htx: Refactor htx_xfer_blks() to not rely on hdrs_bytes field by Christopher Faulet · 3 years, 2 months ago
  7. 5e9b24f BUG/MINOR: htx: Preserve HTX flags when draining data from an HTX message by Christopher Faulet · 3 years, 2 months ago
  8. df3db63 REORG: htx: Inline htx functions to add HTX blocks in a message by Christopher Faulet · 3 years, 2 months ago
  9. 154374c CLEANUP: Use istadv(const struct ist, const size_t) whenever possible by Tim Duesterhus · 3 years, 4 months ago
  10. e071f0e MINOR: htx: Add function to reserve the max possible size for an HTX DATA block by Christopher Faulet · 3 years, 5 months ago
  11. d1ac2b9 MAJOR: htx: Remove the EOM block type and use HTX_FL_EOM instead by Christopher Faulet · 3 years, 7 months ago
  12. 8f0cc5c CLEANUP: Fix spelling errors in comments by Thayne McCombs · 3 years, 6 months ago
  13. 46a030c CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years ago
  14. 47d1718 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years ago
  15. 16f958c REORG: include: split common/htx.h into haproxy/htx{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  16. c13ed53 REORG: include: move common/chunk.h to haproxy/chunk.h by Willy Tarreau · 4 years, 1 month ago
  17. bb76aa4 MINOR: htx: Use htx_find_offset() to truncate an HTX message by Christopher Faulet · 4 years, 4 months ago
  18. 1cdceb9 MINOR: htx: Add a function to return a block at a specific offset by Christopher Faulet · 4 years, 4 months ago
  19. 0ea0c86 MINOR: htx: Add a function to append an HTX message to another one by Christopher Faulet · 4 years, 5 months ago
  20. 53a899b CLEANUP: h1-htx: Move htx-to-h1 formatting functions from htx.c to h1_htx.c by Christopher Faulet · 4 years, 9 months ago
  21. e0f8dc5 BUG/MEDIUM: htx: Catch chunk_memcat() failures when HTX data are formatted to h1 by Christopher Faulet · 4 years, 9 months ago
  22. 92916d3 MINOR: h1-htx: Only use the path of a normalized URI to format a request line by Christopher Faulet · 4 years, 9 months ago
  23. 61ed779 BUG/MINOR: htx: Fix free space addresses calculation during a block expansion by Christopher Faulet · 5 years ago
  24. 2bf43f0 MINOR: htx: Use an array of char to store HTX blocks by Christopher Faulet · 5 years ago
  25. 192c6a2 MINOR: htx: Deduce the number of used blocks from tail and head values by Christopher Faulet · 5 years ago
  26. 5a916f7 CLEANUP: htx: Remove the unsued function htx_add_blk_type_size() by Christopher Faulet · 5 years ago
  27. 3b21972 DOC: htx: Update comments in HTX files by Christopher Faulet · 5 years ago
  28. 2bce046 BUG/MINOR: htx: Save hdrs_bytes when the HTX start-line is replaced by Christopher Faulet · 5 years ago
  29. 3e2638e BUG/MEDIUM: htx: Fully update HTX message when the block value is changed by Christopher Faulet · 5 years ago
  30. 8c65486 BUG/MINOR: htx: Detect when tail_addr meet end_addr to maximize free rooms by Christopher Faulet · 5 years ago
  31. 86fcf6d MINOR: htx: Add the function htx_move_blk_before() by Christopher Faulet · 5 years ago
  32. d7884d3 MAJOR: htx: Rework how free rooms are tracked in an HTX message by Christopher Faulet · 5 years ago
  33. 86bc8df BUG/MEDIUM: compression/htx: Fix the adding of the last data block by Christopher Faulet · 5 years ago
  34. 54b5e21 MINOR: htx: Don't use end-of-data blocks anymore by Christopher Faulet · 5 years ago
  35. 2d7c539 MEDIUM: htx: Add the parsing of trailers of chunked messages by Christopher Faulet · 5 years ago
  36. 0350b90 MEDIUM: htx: make htx_add_data() never defragment the buffer by Willy Tarreau · 5 years ago
  37. 0a7ef02 MINOR: htx: make htx_add_data() return the transmitted byte count by Willy Tarreau · 5 years ago
  38. d4908fa MINOR: htx: rename htx_append_blk_value() to htx_add_data_atonce() by Willy Tarreau · 5 years ago
  39. 39744f7 MINOR: htx: Remove support of pseudo headers because it is unused by Christopher Faulet · 5 years ago
  40. ced3900 MINOR: htx: don't rely on htx_find_blk() anymore in the function htx_truncate() by Christopher Faulet · 5 years ago
  41. 0f6d6a9 MINOR: htx: Optimize htx_drain() when all data are drained by Christopher Faulet · 5 years ago
  42. 29f1758 MEDIUM: htx: Store the first block position instead of the start-line one by Christopher Faulet · 5 years ago
  43. a61e97b MINOR: htx: Be sure to xfer all headers in one time in htx_xfer_blks() by Christopher Faulet · 5 years ago
  44. 05c083c MINOR: htx: Add a field to set the memory used by headers in the HTX start-line by Christopher Faulet · 5 years ago
  45. 156852b BUG/MINOR: htx: Change htx_xfer_blk() to also count metadata by Christopher Faulet · 5 years ago
  46. 9c66b98 MINOR: htx: Store start-line block's position instead of address of its payload by Christopher Faulet · 5 years ago
  47. 28f29c7 MINOR: htx: Store the head position instead of the wrap one by Christopher Faulet · 5 years ago
  48. b8fd4c0 BUG/MINOR: htx: Remove a forgotten while loop in htx_defrag() by Christopher Faulet · 5 years ago
  49. 6f3cb18 MINOR: htx: Remove support for unused OOB HTX blocks by Christopher Faulet · 5 years ago
  50. 6177509 MINOR: htx: Don't try to append a trailer block with the previous one by Christopher Faulet · 5 years ago
  51. bc5770b MINOR: htx: Split on DATA blocks only when blocks are moved to an HTX message by Christopher Faulet · 5 years ago
  52. cc50602 BUG/MINOR: htx: Never transfer more than expected in htx_xfer_blks() by Christopher Faulet · 5 years ago
  53. f1449b7 BUG/MEDIUM: htx: Don't crush blocks payload when append is done on a data block by Christopher Faulet · 5 years ago
  54. 05aab64 BUG/MEDIUM: htx: Defrag if blocks position is changed and the payloads wrap by Christopher Faulet · 5 years ago
  55. 90caa07 BUG/MEDIUM: htx: fix random premature abort of data transfers by Willy Tarreau · 5 years ago
  56. 549822f MINOR: htx: Add function to drain data from an HTX message by Christopher Faulet · 5 years ago
  57. 2bf0c13 BUG/MEDIUM: htx: count the amount of copied data towards the final count by Willy Tarreau · 5 years ago
  58. 00cf697 MINOR: htx: Add a function to truncate all blocks after a specific offset by Christopher Faulet · 5 years ago
  59. 52610e9 MINOR: htx: add a new function to add a block without filling it by Willy Tarreau · 6 years ago
  60. 200f895 BUG/MAJOR: htx: Return the good block address after a defrag by Christopher Faulet · 6 years ago
  61. b96b77e REORG: htx: merge types+proto into common/htx.h by Willy Tarreau · 6 years ago
  62. e97f3ba BUG/MEDIUM: htx: Always do a defrag if a block value is replace by a bigger one by Christopher Faulet · 6 years ago
  63. c706cd7 BUG/MEDIUM: htx: fix typo in htx_replace_stline() making it fail all the time by Willy Tarreau · 6 years ago
  64. ed00e34 MEDIUM: ist: always turn header names to lower case by Willy Tarreau · 6 years ago
  65. 174bfb1 BUG/MEDIUM: htx: Set the right start-line offset after a defrag by Christopher Faulet · 6 years ago
  66. aa75b3d CLEANUP: htx: Fix indentation here and there in HTX files by Christopher Faulet · 6 years ago
  67. 27ba2dc MEDIUM: htx: Rework conversion from a buffer to an htx structure by Christopher Faulet · 6 years ago
  68. 1e7af46 BUG/MINOR: htx: Force HTTP/1.1 on H1 formatting when version is 1.1 or above by Christopher Faulet · 6 years ago
  69. c59ff23 MINOR: htx: Rename functions htx_*_to_str() to be H1 specific by Christopher Faulet · 6 years ago
  70. f1ba18d MEDIUM: htx: Don't rely on h1_sl anymore except during H1 header parsing by Christopher Faulet · 6 years ago
  71. 54483df MINOR: htx: Add the start-line offset for the HTX message in the HTX structure by Christopher Faulet · 6 years ago
  72. 570d161 MEDIUM: htx: Change htx_sl to be a struct instead of an union by Christopher Faulet · 6 years ago
  73. 24ed835 MINOR: htx: Add function to add an HTX block just before another one by Christopher Faulet · 6 years ago
  74. 53ad16a BUG/MINOR: htx: Fix block size calculation when a start-line is added/replaced by Christopher Faulet · 6 years ago
  75. a3d2a16 MEDIUM: htx: Add API to deal with the internal representation of HTTP messages by Christopher Faulet · 6 years ago