1. 4eb8c3d DOC: htx: Update comments in HTX files by Christopher Faulet · Wed Jun 19 13:48:09 2019 +0200
  2. a135a4f BUG/MEDIUM: channel/htx: Use the total HTX size in channel_htx_recv_limit() by Christopher Faulet · Tue Jul 02 15:48:03 2019 +0200
  3. 8d09dc2 MINOR: htx: Add the function htx_change_blk_value_len() by Christopher Faulet · Tue Jun 18 09:37:00 2019 +0200
  4. e21c016 MINOR: htx: Add 3 flags on the start-line to deal with the request schemes by Christopher Faulet · Fri Jun 14 10:08:13 2019 +0200
  5. 86fcf6d MINOR: htx: Add the function htx_move_blk_before() by Christopher Faulet · Tue Jun 11 10:41:19 2019 +0200
  6. d7884d3 MAJOR: htx: Rework how free rooms are tracked in an HTX message by Christopher Faulet · Tue Jun 11 10:40:43 2019 +0200
  7. 86bc8df BUG/MEDIUM: compression/htx: Fix the adding of the last data block by Christopher Faulet · Tue Jun 11 10:38:38 2019 +0200
  8. 54b5e21 MINOR: htx: Don't use end-of-data blocks anymore by Christopher Faulet · Tue Jun 04 10:08:28 2019 +0200
  9. 2d7c539 MEDIUM: htx: Add the parsing of trailers of chunked messages by Christopher Faulet · Mon Jun 03 10:41:26 2019 +0200
  10. 0a7ef02 MINOR: htx: make htx_add_data() return the transmitted byte count by Willy Tarreau · Tue May 28 10:30:11 2019 +0200
  11. d4908fa MINOR: htx: rename htx_append_blk_value() to htx_add_data_atonce() by Willy Tarreau · Tue May 28 10:23:46 2019 +0200
  12. 39744f7 MINOR: htx: Remove support of pseudo headers because it is unused by Christopher Faulet · Fri May 24 14:54:00 2019 +0200
  13. 613346b MINOR: htx: remove the unused function htx_find_blk() by Christopher Faulet · Thu May 23 11:13:07 2019 +0200
  14. 29f1758 MEDIUM: htx: Store the first block position instead of the start-line one by Christopher Faulet · Thu May 23 11:03:26 2019 +0200
  15. 05c083c MINOR: htx: Add a field to set the memory used by headers in the HTX start-line by Christopher Faulet · Wed May 15 14:56:47 2019 +0200
  16. 2ae3504 MINOR: htx: Add function htx_get_max_blksz() by Christopher Faulet · Thu May 16 11:16:39 2019 +0200
  17. dd2ad85 CLEANUP: htx: Remove unused function htx_get_stline() by Christopher Faulet · Mon May 13 14:55:59 2019 +0200
  18. a3ad6b1 MINOR: htx: Add functions to get the first block of an HTX message by Christopher Faulet · Mon May 13 11:36:27 2019 +0200
  19. 9c66b98 MINOR: htx: Store start-line block's position instead of address of its payload by Christopher Faulet · Tue Apr 30 18:08:26 2019 +0200
  20. 28f29c7 MINOR: htx: Store the head position instead of the wrap one by Christopher Faulet · Tue Apr 30 17:55:45 2019 +0200
  21. 6f3cb18 MINOR: htx: Remove support for unused OOB HTX blocks by Christopher Faulet · Tue May 07 21:48:12 2019 +0200
  22. 3a4d1be BUG/MEDIUM: htx: Don't return the start-line if the HTX message is empty by Christopher Faulet · Wed Apr 17 15:08:42 2019 +0200
  23. 8de1df9 BUILD: do not specify "const" on functions returning structs or scalars by Willy Tarreau · Mon Apr 15 21:27:18 2019 +0200
  24. 0ef372a MAJOR: muxes/htx: Handle inplicit upgrades from h1 to h2 by Christopher Faulet · Mon Apr 08 10:57:20 2019 +0200
  25. f192d68 BUG/MINOR: htx: Preserve empty HTX messages with an unprocessed parsing error by Christopher Faulet · Mon Apr 01 11:33:17 2019 +0200
  26. 549822f MINOR: htx: Add function to drain data from an HTX message by Christopher Faulet · Mon Feb 25 10:23:19 2019 +0100
  27. e5fcfbe MINOR: htx: never check for null htx pointer in htx_is_{,not_}empty() by Willy Tarreau · Thu Jan 31 07:31:18 2019 +0100
  28. 245d189 DOC: htx: make it clear that htxbuf() and htx_from_buf() always return valid pointers by Willy Tarreau · Thu Jan 31 07:21:42 2019 +0100
  29. 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
  30. 8564c1f MINOR: htx: Add an helper function to get the max space usable for a block by Christopher Faulet · Mon Jan 07 13:48:55 2019 +0100
  31. 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
  32. b96b77e REORG: htx: merge types+proto into common/htx.h by Willy Tarreau · Tue Dec 11 10:22:41 2018 +0100[Renamed (79%) from include/proto/htx.h]
  33. aa75b3d CLEANUP: htx: Fix indentation here and there in HTX files by Christopher Faulet · Wed Dec 05 16:20:40 2018 +0100
  34. 27ba2dc MEDIUM: htx: Rework conversion from a buffer to an htx structure by Christopher Faulet · Wed Dec 05 11:53:24 2018 +0100
  35. 3906e22 MINOR: htx: add buf_room_for_htx_data() to help optimize buffer transfers by Willy Tarreau · Wed Dec 05 07:56:25 2018 +0100
  36. 8ae4235 MINOR: htx: make htx_from_buf() adjust the size only on new buffers by Willy Tarreau · Wed Dec 05 09:47:34 2018 +0100
  37. c59ff23 MINOR: htx: Rename functions htx_*_to_str() to be H1 specific by Christopher Faulet · Mon Dec 03 13:58:44 2018 +0100
  38. c42c0e9 CLEANUP: fix typos in the htx subsystem by Joseph Herlant · Sun Nov 25 10:43:27 2018 -0800
  39. 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
  40. 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
  41. 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
  42. 14e8825 MINOR: htx: Add a function to find the HTX block corresponding to a data offset by Christopher Faulet · Thu Nov 22 11:28:18 2018 +0100
  43. d16b0a7 MINOR: htx: Add function to iterate on an HTX message using HTX blocks by Christopher Faulet · Thu Nov 22 11:23:23 2018 +0100
  44. 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
  45. c01ed9f MINOR: htx: add a function to cut the beginning of a DATA block by Willy Tarreau · Fri Nov 30 14:29:31 2018 +0100
  46. a7280a1 BUILD: buffers: buf.h requires unistd to get ssize_t on libmusl by Willy Tarreau · Mon Nov 26 19:41:40 2018 +0100
  47. 6689609 BUILD: htx: fix fprintf format inconsistency on 32-bit platforms by Willy Tarreau · Mon Nov 26 19:35:30 2018 +0100
  48. 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