1. 78fbb9f MEDIUM: fcgi-app: Add FCGI application and filter by Christopher Faulet · Sun Aug 11 23:11:03 2019 +0200
  2. fc9cfe4 REORG: proto_htx: Move HTX analyzers & co to http_ana.{c,h} files by Christopher Faulet · Tue Jul 16 14:54:53 2019 +0200
  3. 711ed6a MAJOR: http: Remove the HTTP legacy code by Christopher Faulet · Tue Jul 16 14:16:10 2019 +0200
  4. 89f2b16 MEDIUM: compression: Remove code relying on the legacy HTTP mode by Christopher Faulet · Mon Jul 15 21:16:04 2019 +0200
  5. 721d686 BUG/MEDIUM: compression: Set Vary: Accept-Encoding for compressed responses by Tim Duesterhus · Mon Jun 17 16:10:07 2019 +0200
  6. 86bc8df BUG/MEDIUM: compression/htx: Fix the adding of the last data block by Christopher Faulet · Tue Jun 11 10:38:38 2019 +0200
  7. 54b5e21 MINOR: htx: Don't use end-of-data blocks anymore by Christopher Faulet · Tue Jun 04 10:08:28 2019 +0200
  8. 2d7c539 MEDIUM: htx: Add the parsing of trailers of chunked messages by Christopher Faulet · Mon Jun 03 10:41:26 2019 +0200
  9. ee847d4 MEDIUM: filters/htx: Filter body relatively to the first block by Christopher Faulet · Thu May 23 11:55:33 2019 +0200
  10. 81036f2 MINOR: time: move the cpu, mono, and idle time to thread_info by Willy Tarreau · Mon May 20 19:24:50 2019 +0200
  11. 43da343 MEDIUM: compression: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · Fri Mar 08 18:50:27 2019 +0100
  12. ef6fd85 BUG/MINOR: compression: properly report compression stats in HTX mode by Willy Tarreau · Mon Feb 04 11:48:03 2019 +0100
  13. b229f01 BUG/MEDIUM: compression: Rewrite strong ETags by Tim Duesterhus · Tue Jan 29 16:38:56 2019 +0100
  14. 1d3613a BUG/MINOR: compression: Disable it if another one is already in progress by Christopher Faulet · Mon Jan 07 14:41:59 2019 +0100
  15. d238ae3 BUG/MINOR: compression/htx: Don't add the last block of data if it is empty by Christopher Faulet · Fri Dec 21 15:10:25 2018 +0100
  16. c963eb2 BUG/MINOR: compression/htx: Don't compress responses with unknown body length by Christopher Faulet · Fri Dec 21 14:53:54 2018 +0100
  17. b61481c MINOR: compression: Remove the thread_local variable buf_output by Christopher Faulet · Mon Dec 17 13:17:53 2018 +0100
  18. 9666720 BUG/MEDIUM: compression: Use the right buffer pointers to compress input data by Christopher Faulet · Mon Dec 17 12:02:57 2018 +0100
  19. 27d93c3 BUG/MAJOR: compression/cache: Make it really works with these both filters by Christopher Faulet · Sat Dec 15 22:32:02 2018 +0100
  20. 3092565 CLEANUP: h1: remove some occurrences of unneeded h1.h inclusions by Willy Tarreau · Tue Dec 11 11:11:37 2018 +0100
  21. b96b77e REORG: htx: merge types+proto into common/htx.h by Willy Tarreau · Tue Dec 11 10:22:41 2018 +0100
  22. f4a4ef7 MINOR: filters: Export the name of known filters by Christopher Faulet · Fri Dec 07 17:39:53 2018 +0100
  23. c9df7f7 MINOR: compression: Rename the function check_legacy_http_comp_flt() by Christopher Faulet · Mon Dec 10 16:14:04 2018 +0100
  24. 27ba2dc MEDIUM: htx: Rework conversion from a buffer to an htx structure by Christopher Faulet · Wed Dec 05 11:53:24 2018 +0100
  25. 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
  26. e6902cd MEDIUM: compression: Adapt to be compatible with the HTX representation by Christopher Faulet · Fri Nov 30 22:29:48 2018 +0100
  27. 8ceae72 MEDIUM: init: use initcall for all fixed size pool creations by Willy Tarreau · Mon Nov 26 11:58:30 2018 +0100
  28. 0108d90 MEDIUM: init: convert all trivial registration calls to initcalls by Willy Tarreau · Sun Nov 25 19:14:37 2018 +0100
  29. 942eea3 CLEANUP: Fix typos in the http subsystem by Joseph Herlant · Thu Nov 15 13:57:22 2018 -0800
  30. ab813a4 REORG: http: move some header value processing functions to http.c by Willy Tarreau · Mon Sep 10 18:41:28 2018 +0200
  31. 35b51c6 REORG: http: move the HTTP semantics definitions to http.h/http.c by Willy Tarreau · Mon Sep 10 15:38:55 2018 +0200
  32. 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · Fri Jul 13 10:54:26 2018 +0200
  33. c9fa048 MAJOR: buffer: finalize buffer detachment by Willy Tarreau · Tue Jul 10 17:43:27 2018 +0200
  34. 08afac0 MEDIUM: buffers: move "output" from struct buffer to struct channel by Olivier Houchard · Fri Jun 22 19:26:39 2018 +0200
  35. 892f1db MINOR: buffer: rename the "data" field to "area" by Willy Tarreau · Mon Jul 09 10:55:37 2018 +0200
  36. d54a8ce MAJOR: start to change buffer API by Willy Tarreau · Fri Jun 29 18:42:02 2018 +0200
  37. 0b66284 MEDIUM: compression: start to move to the new buffer API by Olivier Houchard · Fri Jun 29 18:16:31 2018 +0200
  38. 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
  39. eac5259 MINOR: buffer: use b_room() to determine available space in a buffer by Willy Tarreau · Fri Jun 15 13:59:36 2018 +0200
  40. 0e11d59 MINOR: buffer: remove bo_contig_data() by Willy Tarreau · Thu Jun 07 19:03:40 2018 +0200
  41. 8f9c72d MINOR: buffer: remove bi_end() by Willy Tarreau · Thu Jun 07 18:46:28 2018 +0200
  42. 89faf5d MINOR: buffer: remove bo_ptr() by Willy Tarreau · Thu Jun 07 18:16:48 2018 +0200
  43. dda2e41 MINOR: buffer: remove bi_ptr() by Willy Tarreau · Thu Jun 07 18:08:04 2018 +0200
  44. 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
  45. bcbd393 MINOR: channel/buffer: replace b_{adv,rew} with c_{adv,rew} by Willy Tarreau · Wed Jun 06 07:13:22 2018 +0200
  46. 4d45238 MINOR: compression: pass the channel to http_compression_buffer_end() by Willy Tarreau · Wed Jun 06 07:15:47 2018 +0200
  47. 506a29a MINOR: buffer: switch buffer sizes and offsets to size_t by Willy Tarreau · Wed Jul 18 10:07:58 2018 +0200
  48. bafbe01 CLEANUP: pools: rename all pool functions and pointers to remove this "2" by Willy Tarreau · Fri Nov 24 17:34:44 2017 +0100
  49. 767a84b CLEANUP: log: Rename Alert/Warning in ha_alert/ha_warning by Christopher Faulet · Fri Nov 24 16:50:31 2017 +0100
  50. 8ca3b4b MEDIUM: threads/compression: Make HTTP compression thread-safe by Christopher Faulet · Tue Jul 25 11:07:15 2017 +0200
  51. 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
  52. 3dc860d BUG/MINOR: compression: Check response headers before http-response rules eval by Christopher Faulet · Fri Sep 15 11:39:36 2017 +0200
  53. 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
  54. a03d4ad MINOR: compression: Use a memory pool to allocate compression states by Christopher Faulet · Mon Jun 26 16:53:33 2017 +0200
  55. 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
  56. 2235b26 OPTIM: http: move all http character classs tables into a single one by Willy Tarreau · Sat Nov 05 15:50:20 2016 +0100
  57. 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
  58. 1339d74 MEDIUM: filters: Move HTTP headers filtering in its own callback by Christopher Faulet · Wed May 11 16:48:33 2016 +0200
  59. 3610c39 MINOR: filters: add opaque data by Thierry Fournier · Wed Apr 13 18:27:51 2016 +0200
  60. 02779b6 CLEANUP: uniformize last argument of malloc/calloc by Vincent Bernat · Sun Apr 03 13:48:43 2016 +0200
  61. be508f1 BUG/MAJOR: samples: check smp->strm before using it by Willy Tarreau · Thu Mar 10 11:47:01 2016 +0100
  62. 443ea1a MINOR: filters: Extract proxy stuff from the struct filter by Christopher Faulet · Thu Feb 04 13:40:26 2016 +0100
  63. b77c5c2 MEDIUM: filters: Optimize the HTTP compression for chunk encoded response by Christopher Faulet · Mon Dec 07 16:48:42 2015 +0100
  64. 3e7bc67 MINOR: filters: Remove unused or useless stuff and do small optimizations by Christopher Faulet · Mon Dec 07 13:39:08 2015 +0100
  65. da02e17 MAJOR: filters: Require explicit registration to filter HTTP body and TCP data by Christopher Faulet · Fri Dec 04 09:25:05 2015 +0100
  66. fcf035c MINOR: filters: Add stream_filters structure to hide filters info by Christopher Faulet · Thu Dec 03 11:48:03 2015 +0100
  67. 309c641 MEDIUM: filters: Replace filter_http_headers callback by an analyzer by Christopher Faulet · Wed Dec 02 09:57:32 2015 +0100
  68. 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
  69. 92d3638 MAJOR: filters/http: Rewrite the HTTP compression as a filter by Christopher Faulet · Thu Nov 05 13:35:03 2015 +0100
  70. 3d97c90 REORG: filters: Prepare creation of the HTTP compression filter by Christopher Faulet · Wed Dec 09 14:59:38 2015 +0100