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