1. 27ba2dc MEDIUM: htx: Rework conversion from a buffer to an htx structure by Christopher Faulet · Wed Dec 05 11:53:24 2018 +0100
  2. 6e54095 BUG/MINOR: flt_trace/compression: Use the right flag to add the HTX support by Christopher Faulet · Mon Dec 03 22:43:41 2018 +0100
  3. e6902cd MEDIUM: compression: Adapt to be compatible with the HTX representation by Christopher Faulet · Fri Nov 30 22:29:48 2018 +0100
  4. 8ceae72 MEDIUM: init: use initcall for all fixed size pool creations by Willy Tarreau · Mon Nov 26 11:58:30 2018 +0100
  5. 0108d90 MEDIUM: init: convert all trivial registration calls to initcalls by Willy Tarreau · Sun Nov 25 19:14:37 2018 +0100
  6. 942eea3 CLEANUP: Fix typos in the http subsystem by Joseph Herlant · Thu Nov 15 13:57:22 2018 -0800
  7. ab813a4 REORG: http: move some header value processing functions to http.c by Willy Tarreau · Mon Sep 10 18:41:28 2018 +0200
  8. 35b51c6 REORG: http: move the HTTP semantics definitions to http.h/http.c by Willy Tarreau · Mon Sep 10 15:38:55 2018 +0200
  9. 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · Fri Jul 13 10:54:26 2018 +0200
  10. c9fa048 MAJOR: buffer: finalize buffer detachment by Willy Tarreau · Tue Jul 10 17:43:27 2018 +0200
  11. 08afac0 MEDIUM: buffers: move "output" from struct buffer to struct channel by Olivier Houchard · Fri Jun 22 19:26:39 2018 +0200
  12. 892f1db MINOR: buffer: rename the "data" field to "area" by Willy Tarreau · Mon Jul 09 10:55:37 2018 +0200
  13. d54a8ce MAJOR: start to change buffer API by Willy Tarreau · Fri Jun 29 18:42:02 2018 +0200
  14. 0b66284 MEDIUM: compression: start to move to the new buffer API by Olivier Houchard · Fri Jun 29 18:16:31 2018 +0200
  15. acd1403 MINOR: buffer: Use b_add()/bo_add() instead of accessing b->i/b->o. by Olivier Houchard · Thu Jun 28 18:17:23 2018 +0200
  16. eac5259 MINOR: buffer: use b_room() to determine available space in a buffer by Willy Tarreau · Fri Jun 15 13:59:36 2018 +0200
  17. 0e11d59 MINOR: buffer: remove bo_contig_data() by Willy Tarreau · Thu Jun 07 19:03:40 2018 +0200
  18. 8f9c72d MINOR: buffer: remove bi_end() by Willy Tarreau · Thu Jun 07 18:46:28 2018 +0200
  19. 89faf5d MINOR: buffer: remove bo_ptr() by Willy Tarreau · Thu Jun 07 18:16:48 2018 +0200
  20. dda2e41 MINOR: buffer: remove bi_ptr() by Willy Tarreau · Thu Jun 07 18:08:04 2018 +0200
  21. 7194d3c MINOR: buffer: split bi_contig_data() into ci_contig_data and b_config_data() by Willy Tarreau · Wed Jun 06 16:55:45 2018 +0200
  22. bcbd393 MINOR: channel/buffer: replace b_{adv,rew} with c_{adv,rew} by Willy Tarreau · Wed Jun 06 07:13:22 2018 +0200
  23. 4d45238 MINOR: compression: pass the channel to http_compression_buffer_end() by Willy Tarreau · Wed Jun 06 07:15:47 2018 +0200
  24. 506a29a MINOR: buffer: switch buffer sizes and offsets to size_t by Willy Tarreau · Wed Jul 18 10:07:58 2018 +0200
  25. bafbe01 CLEANUP: pools: rename all pool functions and pointers to remove this "2" by Willy Tarreau · Fri Nov 24 17:34:44 2017 +0100
  26. 767a84b CLEANUP: log: Rename Alert/Warning in ha_alert/ha_warning by Christopher Faulet · Fri Nov 24 16:50:31 2017 +0100
  27. 8ca3b4b MEDIUM: threads/compression: Make HTTP compression thread-safe by Christopher Faulet · Tue Jul 25 11:07:15 2017 +0200
  28. ff8abcd MEDIUM: threads/proxy: Add a lock per proxy and atomically update proxy vars by Christopher Faulet · Fri Jun 02 15:33:24 2017 +0200
  29. 3dc860d BUG/MINOR: compression: Check response headers before http-response rules eval by Christopher Faulet · Fri Sep 15 11:39:36 2017 +0200
  30. 03d8553 BUG/MEDIUM: compression: Fix check on txn in smp_fetch_res_comp_algo by Christopher Faulet · Fri Sep 15 10:14:43 2017 +0200
  31. a03d4ad MINOR: compression: Use a memory pool to allocate compression states by Christopher Faulet · Mon Jun 26 16:53:33 2017 +0200
  32. d60b3cf BUG/MAJOR: compression: Be sure to release the compression state in all cases by Christopher Faulet · Mon Jun 26 11:47:13 2017 +0200
  33. 2235b26 OPTIM: http: move all http character classs tables into a single one by Willy Tarreau · Sat Nov 05 15:50:20 2016 +0100
  34. 06ecf3a BUG/MEDIUM: http/compression: Fix how chunked data are copied during the HTTP body parsing by Christopher Faulet · Thu Sep 22 15:31:43 2016 +0200
  35. 1339d74 MEDIUM: filters: Move HTTP headers filtering in its own callback by Christopher Faulet · Wed May 11 16:48:33 2016 +0200
  36. 3610c39 MINOR: filters: add opaque data by Thierry Fournier · Wed Apr 13 18:27:51 2016 +0200
  37. 02779b6 CLEANUP: uniformize last argument of malloc/calloc by Vincent Bernat · Sun Apr 03 13:48:43 2016 +0200
  38. be508f1 BUG/MAJOR: samples: check smp->strm before using it by Willy Tarreau · Thu Mar 10 11:47:01 2016 +0100
  39. 443ea1a MINOR: filters: Extract proxy stuff from the struct filter by Christopher Faulet · Thu Feb 04 13:40:26 2016 +0100
  40. b77c5c2 MEDIUM: filters: Optimize the HTTP compression for chunk encoded response by Christopher Faulet · Mon Dec 07 16:48:42 2015 +0100
  41. 3e7bc67 MINOR: filters: Remove unused or useless stuff and do small optimizations by Christopher Faulet · Mon Dec 07 13:39:08 2015 +0100
  42. da02e17 MAJOR: filters: Require explicit registration to filter HTTP body and TCP data by Christopher Faulet · Fri Dec 04 09:25:05 2015 +0100
  43. fcf035c MINOR: filters: Add stream_filters structure to hide filters info by Christopher Faulet · Thu Dec 03 11:48:03 2015 +0100
  44. 309c641 MEDIUM: filters: Replace filter_http_headers callback by an analyzer by Christopher Faulet · Wed Dec 02 09:57:32 2015 +0100
  45. 2fb2880 MEDIUM: filters: remove http_start_chunk, http_last_chunk and http_chunk_end by Christopher Faulet · Tue Dec 01 10:40:57 2015 +0100
  46. 92d3638 MAJOR: filters/http: Rewrite the HTTP compression as a filter by Christopher Faulet · Thu Nov 05 13:35:03 2015 +0100
  47. 3d97c90 REORG: filters: Prepare creation of the HTTP compression filter by Christopher Faulet · Wed Dec 09 14:59:38 2015 +0100