- 12554d0 BUG/MEDIUM: compression: Add a flag to know the filter is still processing data by Christopher Faulet · Wed Jun 09 17:12:44 2021 +0200
- 402740c BUG/MEDIUM: compression: Properly get the next block to iterate on payload by Christopher Faulet · Wed Jun 09 17:04:37 2021 +0200
- 86ca0e5 BUG/MEDIUM: compression: Fix loop skipping unused blocks to get the next block by Christopher Faulet · Wed Jun 09 16:59:02 2021 +0200
- 6443bcc BUG/MINOR: compression: Missing calloc return value check in comp_append_type/algo by Remi Tricot-Le Breton · Mon May 17 10:35:08 2021 +0200
- acfd71b BUG/MINOR: http-comp: Preserve HTTP_MSGF_COMPRESSIONG flag on the response by Christopher Faulet · Fri May 21 09:49:20 2021 +0200
- 202f93d BUILD: comp: include proxy.h from flt_http_comp.c by Willy Tarreau · Sat May 08 20:34:16 2021 +0200
- 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · Wed Apr 21 07:32:39 2021 +0200
- 4781b15 CLEANUP: atomic/tree-wide: replace single increments/decrements with inc/dec by Willy Tarreau · Tue Apr 06 13:53:36 2021 +0200
- 862ad82 CLEANUP: compression: do not test for buffer before calling b_alloc() by Willy Tarreau · Mon Mar 22 16:16:22 2021 +0100
- 5bfeb21 MINOR: compression: use pool_alloc(), not pool_alloc_dirty() by Willy Tarreau · Mon Mar 22 15:08:17 2021 +0100
- 0182516 CLEANUP: config: make the cfg_keyword parsers take a const for the defproxy by Willy Tarreau · Tue Mar 09 09:53:46 2021 +0100
- d1ac2b9 MAJOR: htx: Remove the EOM block type and use HTX_FL_EOM instead by Christopher Faulet · Wed Dec 02 19:12:22 2020 +0100
- e5ff141 CLEANUP: Compare the return value of `XXXcmp()` functions with zero by Tim Duesterhus · Sat Jan 02 22:31:53 2021 +0100
- 6414cd1 CLEANUP: compression: Make use of http_get_etag_type() by Tim Duesterhus · Tue Sep 01 18:32:35 2020 +0200
- 46a030c CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Sun Jul 05 16:36:08 2020 +0500
- 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · Fri Jun 05 00:00:29 2020 +0200
- dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · Thu Jun 04 23:46:14 2020 +0200
- a264d96 REORG: include: move proxy.h to haproxy/proxy{,-t}.h by Willy Tarreau · Thu Jun 04 22:29:18 2020 +0200
- c7babd8 REORG: include: move filters.h to haproxy/filters{,-t}.h by Willy Tarreau · Thu Jun 04 21:29:29 2020 +0200
- c2b1ff0 REORG: include: move http_ana.h to haproxy/http_ana{,-t}.h by Willy Tarreau · Thu Jun 04 21:21:03 2020 +0200
- e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · Thu Jun 04 15:33:47 2020 +0200
- 8773533 REORG: include: move http_htx.h to haproxy/http_htx{,-t}.h by Willy Tarreau · Thu Jun 04 09:08:41 2020 +0200
- 0a3bd39 REORG: include: move compression.h to haproxy/compression{,-t}.h by Willy Tarreau · Thu Jun 04 08:52:38 2020 +0200
- 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · Wed Jun 03 18:09:46 2020 +0200
- 16f958c REORG: include: split common/htx.h into haproxy/htx{,-t}.h by Willy Tarreau · Wed Jun 03 08:44:35 2020 +0200
- cd72d8c REORG: include: split common/http.h into haproxy/http{,-t}.h by Willy Tarreau · Tue Jun 02 19:11:26 2020 +0200
- 2741c8c REORG: include: move common/buffer.h to haproxy/dynbuf{,-t}.h by Willy Tarreau · Tue Jun 02 11:28:02 2020 +0200
- 853b297 REORG: include: split mini-clist into haproxy/list and list-t.h by Willy Tarreau · Wed May 27 18:01:47 2020 +0200
- 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · Wed May 27 12:58:42 2020 +0200
- 5e89651 MINOR: compression/filters: Initialize the comp filter when stream is created by Christopher Faulet · Fri Mar 06 14:59:05 2020 +0100
- e6a62bf BUG/MEDIUM: compression/filters: Fix loop on HTX blocks compressing the payload by Christopher Faulet · Mon Mar 02 16:20:05 2020 +0100
- 8602394 CLEANUP: compression: remove unused deinit_comp_ctx section by William Dauchy · Sat Jan 11 11:40:42 2020 +0100
- 78fbb9f MEDIUM: fcgi-app: Add FCGI application and filter by Christopher Faulet · Sun Aug 11 23:11:03 2019 +0200
- 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
- 711ed6a MAJOR: http: Remove the HTTP legacy code by Christopher Faulet · Tue Jul 16 14:16:10 2019 +0200
- 89f2b16 MEDIUM: compression: Remove code relying on the legacy HTTP mode by Christopher Faulet · Mon Jul 15 21:16:04 2019 +0200
- 721d686 BUG/MEDIUM: compression: Set Vary: Accept-Encoding for compressed responses by Tim Duesterhus · Mon Jun 17 16:10:07 2019 +0200
- 86bc8df BUG/MEDIUM: compression/htx: Fix the adding of the last data block by Christopher Faulet · Tue Jun 11 10:38:38 2019 +0200
- 54b5e21 MINOR: htx: Don't use end-of-data blocks anymore by Christopher Faulet · Tue Jun 04 10:08:28 2019 +0200
- 2d7c539 MEDIUM: htx: Add the parsing of trailers of chunked messages by Christopher Faulet · Mon Jun 03 10:41:26 2019 +0200
- ee847d4 MEDIUM: filters/htx: Filter body relatively to the first block by Christopher Faulet · Thu May 23 11:55:33 2019 +0200
- 81036f2 MINOR: time: move the cpu, mono, and idle time to thread_info by Willy Tarreau · Mon May 20 19:24:50 2019 +0200
- 43da343 MEDIUM: compression: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · Fri Mar 08 18:50:27 2019 +0100
- ef6fd85 BUG/MINOR: compression: properly report compression stats in HTX mode by Willy Tarreau · Mon Feb 04 11:48:03 2019 +0100
- b229f01 BUG/MEDIUM: compression: Rewrite strong ETags by Tim Duesterhus · Tue Jan 29 16:38:56 2019 +0100
- 1d3613a BUG/MINOR: compression: Disable it if another one is already in progress by Christopher Faulet · Mon Jan 07 14:41:59 2019 +0100
- 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
- c963eb2 BUG/MINOR: compression/htx: Don't compress responses with unknown body length by Christopher Faulet · Fri Dec 21 14:53:54 2018 +0100
- b61481c MINOR: compression: Remove the thread_local variable buf_output by Christopher Faulet · Mon Dec 17 13:17:53 2018 +0100
- 9666720 BUG/MEDIUM: compression: Use the right buffer pointers to compress input data by Christopher Faulet · Mon Dec 17 12:02:57 2018 +0100
- 27d93c3 BUG/MAJOR: compression/cache: Make it really works with these both filters by Christopher Faulet · Sat Dec 15 22:32:02 2018 +0100
- 3092565 CLEANUP: h1: remove some occurrences of unneeded h1.h inclusions by Willy Tarreau · Tue Dec 11 11:11:37 2018 +0100
- b96b77e REORG: htx: merge types+proto into common/htx.h by Willy Tarreau · Tue Dec 11 10:22:41 2018 +0100
- f4a4ef7 MINOR: filters: Export the name of known filters by Christopher Faulet · Fri Dec 07 17:39:53 2018 +0100
- c9df7f7 MINOR: compression: Rename the function check_legacy_http_comp_flt() by Christopher Faulet · Mon Dec 10 16:14:04 2018 +0100
- 27ba2dc MEDIUM: htx: Rework conversion from a buffer to an htx structure by Christopher Faulet · Wed Dec 05 11:53:24 2018 +0100
- 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
- e6902cd MEDIUM: compression: Adapt to be compatible with the HTX representation by Christopher Faulet · Fri Nov 30 22:29:48 2018 +0100
- 8ceae72 MEDIUM: init: use initcall for all fixed size pool creations by Willy Tarreau · Mon Nov 26 11:58:30 2018 +0100
- 0108d90 MEDIUM: init: convert all trivial registration calls to initcalls by Willy Tarreau · Sun Nov 25 19:14:37 2018 +0100
- 942eea3 CLEANUP: Fix typos in the http subsystem by Joseph Herlant · Thu Nov 15 13:57:22 2018 -0800
- ab813a4 REORG: http: move some header value processing functions to http.c by Willy Tarreau · Mon Sep 10 18:41:28 2018 +0200
- 35b51c6 REORG: http: move the HTTP semantics definitions to http.h/http.c by Willy Tarreau · Mon Sep 10 15:38:55 2018 +0200
- 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · Fri Jul 13 10:54:26 2018 +0200
- c9fa048 MAJOR: buffer: finalize buffer detachment by Willy Tarreau · Tue Jul 10 17:43:27 2018 +0200
- 08afac0 MEDIUM: buffers: move "output" from struct buffer to struct channel by Olivier Houchard · Fri Jun 22 19:26:39 2018 +0200
- 892f1db MINOR: buffer: rename the "data" field to "area" by Willy Tarreau · Mon Jul 09 10:55:37 2018 +0200
- d54a8ce MAJOR: start to change buffer API by Willy Tarreau · Fri Jun 29 18:42:02 2018 +0200
- 0b66284 MEDIUM: compression: start to move to the new buffer API by Olivier Houchard · Fri Jun 29 18:16:31 2018 +0200
- 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
- eac5259 MINOR: buffer: use b_room() to determine available space in a buffer by Willy Tarreau · Fri Jun 15 13:59:36 2018 +0200
- 0e11d59 MINOR: buffer: remove bo_contig_data() by Willy Tarreau · Thu Jun 07 19:03:40 2018 +0200
- 8f9c72d MINOR: buffer: remove bi_end() by Willy Tarreau · Thu Jun 07 18:46:28 2018 +0200
- 89faf5d MINOR: buffer: remove bo_ptr() by Willy Tarreau · Thu Jun 07 18:16:48 2018 +0200
- dda2e41 MINOR: buffer: remove bi_ptr() by Willy Tarreau · Thu Jun 07 18:08:04 2018 +0200
- 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
- bcbd393 MINOR: channel/buffer: replace b_{adv,rew} with c_{adv,rew} by Willy Tarreau · Wed Jun 06 07:13:22 2018 +0200
- 4d45238 MINOR: compression: pass the channel to http_compression_buffer_end() by Willy Tarreau · Wed Jun 06 07:15:47 2018 +0200
- 506a29a MINOR: buffer: switch buffer sizes and offsets to size_t by Willy Tarreau · Wed Jul 18 10:07:58 2018 +0200
- bafbe01 CLEANUP: pools: rename all pool functions and pointers to remove this "2" by Willy Tarreau · Fri Nov 24 17:34:44 2017 +0100
- 767a84b CLEANUP: log: Rename Alert/Warning in ha_alert/ha_warning by Christopher Faulet · Fri Nov 24 16:50:31 2017 +0100
- 8ca3b4b MEDIUM: threads/compression: Make HTTP compression thread-safe by Christopher Faulet · Tue Jul 25 11:07:15 2017 +0200
- 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
- 3dc860d BUG/MINOR: compression: Check response headers before http-response rules eval by Christopher Faulet · Fri Sep 15 11:39:36 2017 +0200
- 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
- a03d4ad MINOR: compression: Use a memory pool to allocate compression states by Christopher Faulet · Mon Jun 26 16:53:33 2017 +0200
- 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
- 2235b26 OPTIM: http: move all http character classs tables into a single one by Willy Tarreau · Sat Nov 05 15:50:20 2016 +0100
- 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
- 1339d74 MEDIUM: filters: Move HTTP headers filtering in its own callback by Christopher Faulet · Wed May 11 16:48:33 2016 +0200
- 3610c39 MINOR: filters: add opaque data by Thierry Fournier · Wed Apr 13 18:27:51 2016 +0200
- 02779b6 CLEANUP: uniformize last argument of malloc/calloc by Vincent Bernat · Sun Apr 03 13:48:43 2016 +0200
- be508f1 BUG/MAJOR: samples: check smp->strm before using it by Willy Tarreau · Thu Mar 10 11:47:01 2016 +0100
- 443ea1a MINOR: filters: Extract proxy stuff from the struct filter by Christopher Faulet · Thu Feb 04 13:40:26 2016 +0100
- b77c5c2 MEDIUM: filters: Optimize the HTTP compression for chunk encoded response by Christopher Faulet · Mon Dec 07 16:48:42 2015 +0100
- 3e7bc67 MINOR: filters: Remove unused or useless stuff and do small optimizations by Christopher Faulet · Mon Dec 07 13:39:08 2015 +0100
- da02e17 MAJOR: filters: Require explicit registration to filter HTTP body and TCP data by Christopher Faulet · Fri Dec 04 09:25:05 2015 +0100
- fcf035c MINOR: filters: Add stream_filters structure to hide filters info by Christopher Faulet · Thu Dec 03 11:48:03 2015 +0100
- 309c641 MEDIUM: filters: Replace filter_http_headers callback by an analyzer by Christopher Faulet · Wed Dec 02 09:57:32 2015 +0100
- 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