1. c6fb50b BUG/MEDIUM: compression: handle rewrite errors when updating response headers by Christopher Faulet · 1 year, 8 months ago
  2. 38e92f9 BUG/MEDIUM: compression: Don't forget to update htx_sl and http_msg flags by Christopher Faulet · 2 years, 3 months ago
  3. 734863e BUG/MEDIUM: compression: Add a flag to know the filter is still processing data by Christopher Faulet · 3 years, 1 month ago
  4. 5493bae BUG/MEDIUM: compression: Properly get the next block to iterate on payload by Christopher Faulet · 3 years, 1 month ago
  5. 80fcfb7 BUG/MEDIUM: compression: Fix loop skipping unused blocks to get the next block by Christopher Faulet · 3 years, 1 month ago
  6. a3a8d50 BUG/MINOR: compression: Missing calloc return value check in comp_append_type/algo by Remi Tricot-Le Breton · 3 years, 1 month ago
  7. 73f40e0 BUG/MINOR: http-comp: Preserve HTTP_MSGF_COMPRESSIONG flag on the response by Christopher Faulet · 3 years, 1 month ago
  8. 202f93d BUILD: comp: include proxy.h from flt_http_comp.c by Willy Tarreau · 3 years, 2 months ago
  9. 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · 3 years, 2 months ago
  10. 4781b15 CLEANUP: atomic/tree-wide: replace single increments/decrements with inc/dec by Willy Tarreau · 3 years, 3 months ago
  11. 862ad82 CLEANUP: compression: do not test for buffer before calling b_alloc() by Willy Tarreau · 3 years, 3 months ago
  12. 5bfeb21 MINOR: compression: use pool_alloc(), not pool_alloc_dirty() by Willy Tarreau · 3 years, 3 months ago
  13. 0182516 CLEANUP: config: make the cfg_keyword parsers take a const for the defproxy by Willy Tarreau · 3 years, 4 months ago
  14. d1ac2b9 MAJOR: htx: Remove the EOM block type and use HTX_FL_EOM instead by Christopher Faulet · 3 years, 7 months ago
  15. e5ff141 CLEANUP: Compare the return value of `XXXcmp()` functions with zero by Tim Duesterhus · 3 years, 6 months ago
  16. 6414cd1 CLEANUP: compression: Make use of http_get_etag_type() by Tim Duesterhus · 3 years, 10 months ago
  17. 46a030c CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years ago
  18. 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · 4 years, 1 month ago
  19. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  20. a264d96 REORG: include: move proxy.h to haproxy/proxy{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  21. c7babd8 REORG: include: move filters.h to haproxy/filters{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  22. c2b1ff0 REORG: include: move http_ana.h to haproxy/http_ana{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  23. e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  24. 8773533 REORG: include: move http_htx.h to haproxy/http_htx{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  25. 0a3bd39 REORG: include: move compression.h to haproxy/compression{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  26. 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  27. 16f958c REORG: include: split common/htx.h into haproxy/htx{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  28. cd72d8c REORG: include: split common/http.h into haproxy/http{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  29. 2741c8c REORG: include: move common/buffer.h to haproxy/dynbuf{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  30. 853b297 REORG: include: split mini-clist into haproxy/list and list-t.h by Willy Tarreau · 4 years, 1 month ago
  31. 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · 4 years, 1 month ago
  32. 5e89651 MINOR: compression/filters: Initialize the comp filter when stream is created by Christopher Faulet · 4 years, 4 months ago
  33. e6a62bf BUG/MEDIUM: compression/filters: Fix loop on HTX blocks compressing the payload by Christopher Faulet · 4 years, 4 months ago
  34. 8602394 CLEANUP: compression: remove unused deinit_comp_ctx section by William Dauchy · 4 years, 6 months ago
  35. 78fbb9f MEDIUM: fcgi-app: Add FCGI application and filter by Christopher Faulet · 4 years, 11 months ago
  36. fc9cfe4 REORG: proto_htx: Move HTX analyzers & co to http_ana.{c,h} files by Christopher Faulet · 5 years ago
  37. 711ed6a MAJOR: http: Remove the HTTP legacy code by Christopher Faulet · 5 years ago
  38. 89f2b16 MEDIUM: compression: Remove code relying on the legacy HTTP mode by Christopher Faulet · 5 years ago
  39. 721d686 BUG/MEDIUM: compression: Set Vary: Accept-Encoding for compressed responses by Tim Duesterhus · 5 years ago
  40. 86bc8df BUG/MEDIUM: compression/htx: Fix the adding of the last data block by Christopher Faulet · 5 years ago
  41. 54b5e21 MINOR: htx: Don't use end-of-data blocks anymore by Christopher Faulet · 5 years ago
  42. 2d7c539 MEDIUM: htx: Add the parsing of trailers of chunked messages by Christopher Faulet · 5 years ago
  43. ee847d4 MEDIUM: filters/htx: Filter body relatively to the first block by Christopher Faulet · 5 years ago
  44. 81036f2 MINOR: time: move the cpu, mono, and idle time to thread_info by Willy Tarreau · 5 years ago
  45. 43da343 MEDIUM: compression: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · 5 years ago
  46. ef6fd85 BUG/MINOR: compression: properly report compression stats in HTX mode by Willy Tarreau · 5 years ago
  47. b229f01 BUG/MEDIUM: compression: Rewrite strong ETags by Tim Duesterhus · 5 years ago
  48. 1d3613a BUG/MINOR: compression: Disable it if another one is already in progress by Christopher Faulet · 5 years ago
  49. d238ae3 BUG/MINOR: compression/htx: Don't add the last block of data if it is empty by Christopher Faulet · 6 years ago
  50. c963eb2 BUG/MINOR: compression/htx: Don't compress responses with unknown body length by Christopher Faulet · 6 years ago
  51. b61481c MINOR: compression: Remove the thread_local variable buf_output by Christopher Faulet · 6 years ago
  52. 9666720 BUG/MEDIUM: compression: Use the right buffer pointers to compress input data by Christopher Faulet · 6 years ago
  53. 27d93c3 BUG/MAJOR: compression/cache: Make it really works with these both filters by Christopher Faulet · 6 years ago
  54. 3092565 CLEANUP: h1: remove some occurrences of unneeded h1.h inclusions by Willy Tarreau · 6 years ago
  55. b96b77e REORG: htx: merge types+proto into common/htx.h by Willy Tarreau · 6 years ago
  56. f4a4ef7 MINOR: filters: Export the name of known filters by Christopher Faulet · 6 years ago
  57. c9df7f7 MINOR: compression: Rename the function check_legacy_http_comp_flt() by Christopher Faulet · 6 years ago
  58. 27ba2dc MEDIUM: htx: Rework conversion from a buffer to an htx structure by Christopher Faulet · 6 years ago
  59. 6e54095 BUG/MINOR: flt_trace/compression: Use the right flag to add the HTX support by Christopher Faulet · 6 years ago
  60. e6902cd MEDIUM: compression: Adapt to be compatible with the HTX representation by Christopher Faulet · 6 years ago
  61. 8ceae72 MEDIUM: init: use initcall for all fixed size pool creations by Willy Tarreau · 6 years ago
  62. 0108d90 MEDIUM: init: convert all trivial registration calls to initcalls by Willy Tarreau · 6 years ago
  63. 942eea3 CLEANUP: Fix typos in the http subsystem by Joseph Herlant · 6 years ago
  64. ab813a4 REORG: http: move some header value processing functions to http.c by Willy Tarreau · 6 years ago
  65. 35b51c6 REORG: http: move the HTTP semantics definitions to http.h/http.c by Willy Tarreau · 6 years ago
  66. 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · 6 years ago
  67. c9fa048 MAJOR: buffer: finalize buffer detachment by Willy Tarreau · 6 years ago
  68. 08afac0 MEDIUM: buffers: move "output" from struct buffer to struct channel by Olivier Houchard · 6 years ago
  69. 892f1db MINOR: buffer: rename the "data" field to "area" by Willy Tarreau · 6 years ago
  70. d54a8ce MAJOR: start to change buffer API by Willy Tarreau · 6 years ago
  71. 0b66284 MEDIUM: compression: start to move to the new buffer API by Olivier Houchard · 6 years ago
  72. acd1403 MINOR: buffer: Use b_add()/bo_add() instead of accessing b->i/b->o. by Olivier Houchard · 6 years ago
  73. eac5259 MINOR: buffer: use b_room() to determine available space in a buffer by Willy Tarreau · 6 years ago
  74. 0e11d59 MINOR: buffer: remove bo_contig_data() by Willy Tarreau · 6 years ago
  75. 8f9c72d MINOR: buffer: remove bi_end() by Willy Tarreau · 6 years ago
  76. 89faf5d MINOR: buffer: remove bo_ptr() by Willy Tarreau · 6 years ago
  77. dda2e41 MINOR: buffer: remove bi_ptr() by Willy Tarreau · 6 years ago
  78. 7194d3c MINOR: buffer: split bi_contig_data() into ci_contig_data and b_config_data() by Willy Tarreau · 6 years ago
  79. bcbd393 MINOR: channel/buffer: replace b_{adv,rew} with c_{adv,rew} by Willy Tarreau · 6 years ago
  80. 4d45238 MINOR: compression: pass the channel to http_compression_buffer_end() by Willy Tarreau · 6 years ago
  81. 506a29a MINOR: buffer: switch buffer sizes and offsets to size_t by Willy Tarreau · 6 years ago
  82. bafbe01 CLEANUP: pools: rename all pool functions and pointers to remove this "2" by Willy Tarreau · 7 years ago
  83. 767a84b CLEANUP: log: Rename Alert/Warning in ha_alert/ha_warning by Christopher Faulet · 7 years ago
  84. 8ca3b4b MEDIUM: threads/compression: Make HTTP compression thread-safe by Christopher Faulet · 7 years ago
  85. ff8abcd MEDIUM: threads/proxy: Add a lock per proxy and atomically update proxy vars by Christopher Faulet · 7 years ago
  86. 3dc860d BUG/MINOR: compression: Check response headers before http-response rules eval by Christopher Faulet · 7 years ago
  87. 03d8553 BUG/MEDIUM: compression: Fix check on txn in smp_fetch_res_comp_algo by Christopher Faulet · 7 years ago
  88. a03d4ad MINOR: compression: Use a memory pool to allocate compression states by Christopher Faulet · 7 years ago
  89. d60b3cf BUG/MAJOR: compression: Be sure to release the compression state in all cases by Christopher Faulet · 7 years ago
  90. 2235b26 OPTIM: http: move all http character classs tables into a single one by Willy Tarreau · 8 years ago
  91. 06ecf3a BUG/MEDIUM: http/compression: Fix how chunked data are copied during the HTTP body parsing by Christopher Faulet · 8 years ago
  92. 1339d74 MEDIUM: filters: Move HTTP headers filtering in its own callback by Christopher Faulet · 8 years ago
  93. 3610c39 MINOR: filters: add opaque data by Thierry Fournier · 8 years ago
  94. 02779b6 CLEANUP: uniformize last argument of malloc/calloc by Vincent Bernat · 8 years ago
  95. be508f1 BUG/MAJOR: samples: check smp->strm before using it by Willy Tarreau · 8 years ago
  96. 443ea1a MINOR: filters: Extract proxy stuff from the struct filter by Christopher Faulet · 8 years ago
  97. b77c5c2 MEDIUM: filters: Optimize the HTTP compression for chunk encoded response by Christopher Faulet · 9 years ago
  98. 3e7bc67 MINOR: filters: Remove unused or useless stuff and do small optimizations by Christopher Faulet · 9 years ago
  99. da02e17 MAJOR: filters: Require explicit registration to filter HTTP body and TCP data by Christopher Faulet · 9 years ago
  100. fcf035c MINOR: filters: Add stream_filters structure to hide filters info by Christopher Faulet · 9 years ago