1. 00cf697 MINOR: htx: Add a function to truncate all blocks after a specific offset by Christopher Faulet · 5 years ago
  2. 8564c1f MINOR: htx: Add an helper function to get the max space usable for a block by Christopher Faulet · 5 years ago
  3. 52610e9 MINOR: htx: add a new function to add a block without filling it by Willy Tarreau · 6 years ago
  4. b96b77e REORG: htx: merge types+proto into common/htx.h by Willy Tarreau · 6 years ago[Renamed (79%) from include/proto/htx.h]
  5. aa75b3d CLEANUP: htx: Fix indentation here and there in HTX files by Christopher Faulet · 6 years ago
  6. 27ba2dc MEDIUM: htx: Rework conversion from a buffer to an htx structure by Christopher Faulet · 6 years ago
  7. 3906e22 MINOR: htx: add buf_room_for_htx_data() to help optimize buffer transfers by Willy Tarreau · 6 years ago
  8. 8ae4235 MINOR: htx: make htx_from_buf() adjust the size only on new buffers by Willy Tarreau · 6 years ago
  9. c59ff23 MINOR: htx: Rename functions htx_*_to_str() to be H1 specific by Christopher Faulet · 6 years ago
  10. c42c0e9 CLEANUP: fix typos in the htx subsystem by Joseph Herlant · 6 years ago
  11. f1ba18d MEDIUM: htx: Don't rely on h1_sl anymore except during H1 header parsing by Christopher Faulet · 6 years ago
  12. 54483df MINOR: htx: Add the start-line offset for the HTX message in the HTX structure by Christopher Faulet · 6 years ago
  13. 570d161 MEDIUM: htx: Change htx_sl to be a struct instead of an union by Christopher Faulet · 6 years ago
  14. 14e8825 MINOR: htx: Add a function to find the HTX block corresponding to a data offset by Christopher Faulet · 6 years ago
  15. d16b0a7 MINOR: htx: Add function to iterate on an HTX message using HTX blocks by Christopher Faulet · 6 years ago
  16. 24ed835 MINOR: htx: Add function to add an HTX block just before another one by Christopher Faulet · 6 years ago
  17. c01ed9f MINOR: htx: add a function to cut the beginning of a DATA block by Willy Tarreau · 6 years ago
  18. a7280a1 BUILD: buffers: buf.h requires unistd to get ssize_t on libmusl by Willy Tarreau · 6 years ago
  19. 6689609 BUILD: htx: fix fprintf format inconsistency on 32-bit platforms by Willy Tarreau · 6 years ago
  20. a3d2a16 MEDIUM: htx: Add API to deal with the internal representation of HTTP messages by Christopher Faulet · 6 years ago