1. 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  2. 16f958c REORG: include: split common/htx.h into haproxy/htx{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  3. cd72d8c REORG: include: split common/http.h into haproxy/http{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  4. 2741c8c REORG: include: move common/buffer.h to haproxy/dynbuf{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  5. 853b297 REORG: include: split mini-clist into haproxy/list and list-t.h by Willy Tarreau · 4 years, 1 month ago
  6. 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
  7. 5e89651 MINOR: compression/filters: Initialize the comp filter when stream is created by Christopher Faulet · 4 years, 4 months ago
  8. e6a62bf BUG/MEDIUM: compression/filters: Fix loop on HTX blocks compressing the payload by Christopher Faulet · 4 years, 4 months ago
  9. 8602394 CLEANUP: compression: remove unused deinit_comp_ctx section by William Dauchy · 4 years, 6 months ago
  10. 78fbb9f MEDIUM: fcgi-app: Add FCGI application and filter by Christopher Faulet · 5 years ago
  11. fc9cfe4 REORG: proto_htx: Move HTX analyzers & co to http_ana.{c,h} files by Christopher Faulet · 5 years ago
  12. 711ed6a MAJOR: http: Remove the HTTP legacy code by Christopher Faulet · 5 years ago
  13. 89f2b16 MEDIUM: compression: Remove code relying on the legacy HTTP mode by Christopher Faulet · 5 years ago
  14. 721d686 BUG/MEDIUM: compression: Set Vary: Accept-Encoding for compressed responses by Tim Duesterhus · 5 years ago
  15. 86bc8df BUG/MEDIUM: compression/htx: Fix the adding of the last data block by Christopher Faulet · 5 years ago
  16. 54b5e21 MINOR: htx: Don't use end-of-data blocks anymore by Christopher Faulet · 5 years ago
  17. 2d7c539 MEDIUM: htx: Add the parsing of trailers of chunked messages by Christopher Faulet · 5 years ago
  18. ee847d4 MEDIUM: filters/htx: Filter body relatively to the first block by Christopher Faulet · 5 years ago
  19. 81036f2 MINOR: time: move the cpu, mono, and idle time to thread_info by Willy Tarreau · 5 years ago
  20. 43da343 MEDIUM: compression: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · 5 years ago
  21. ef6fd85 BUG/MINOR: compression: properly report compression stats in HTX mode by Willy Tarreau · 5 years ago
  22. b229f01 BUG/MEDIUM: compression: Rewrite strong ETags by Tim Duesterhus · 5 years ago
  23. 1d3613a BUG/MINOR: compression: Disable it if another one is already in progress by Christopher Faulet · 5 years ago
  24. d238ae3 BUG/MINOR: compression/htx: Don't add the last block of data if it is empty by Christopher Faulet · 6 years ago
  25. c963eb2 BUG/MINOR: compression/htx: Don't compress responses with unknown body length by Christopher Faulet · 6 years ago
  26. b61481c MINOR: compression: Remove the thread_local variable buf_output by Christopher Faulet · 6 years ago
  27. 9666720 BUG/MEDIUM: compression: Use the right buffer pointers to compress input data by Christopher Faulet · 6 years ago
  28. 27d93c3 BUG/MAJOR: compression/cache: Make it really works with these both filters by Christopher Faulet · 6 years ago
  29. 3092565 CLEANUP: h1: remove some occurrences of unneeded h1.h inclusions by Willy Tarreau · 6 years ago
  30. b96b77e REORG: htx: merge types+proto into common/htx.h by Willy Tarreau · 6 years ago
  31. f4a4ef7 MINOR: filters: Export the name of known filters by Christopher Faulet · 6 years ago
  32. c9df7f7 MINOR: compression: Rename the function check_legacy_http_comp_flt() by Christopher Faulet · 6 years ago
  33. 27ba2dc MEDIUM: htx: Rework conversion from a buffer to an htx structure by Christopher Faulet · 6 years ago
  34. 6e54095 BUG/MINOR: flt_trace/compression: Use the right flag to add the HTX support by Christopher Faulet · 6 years ago
  35. e6902cd MEDIUM: compression: Adapt to be compatible with the HTX representation by Christopher Faulet · 6 years ago
  36. 8ceae72 MEDIUM: init: use initcall for all fixed size pool creations by Willy Tarreau · 6 years ago
  37. 0108d90 MEDIUM: init: convert all trivial registration calls to initcalls by Willy Tarreau · 6 years ago
  38. 942eea3 CLEANUP: Fix typos in the http subsystem by Joseph Herlant · 6 years ago
  39. ab813a4 REORG: http: move some header value processing functions to http.c by Willy Tarreau · 6 years ago
  40. 35b51c6 REORG: http: move the HTTP semantics definitions to http.h/http.c by Willy Tarreau · 6 years ago
  41. 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · 6 years ago
  42. c9fa048 MAJOR: buffer: finalize buffer detachment by Willy Tarreau · 6 years ago
  43. 08afac0 MEDIUM: buffers: move "output" from struct buffer to struct channel by Olivier Houchard · 6 years ago
  44. 892f1db MINOR: buffer: rename the "data" field to "area" by Willy Tarreau · 6 years ago
  45. d54a8ce MAJOR: start to change buffer API by Willy Tarreau · 6 years ago
  46. 0b66284 MEDIUM: compression: start to move to the new buffer API by Olivier Houchard · 6 years ago
  47. acd1403 MINOR: buffer: Use b_add()/bo_add() instead of accessing b->i/b->o. by Olivier Houchard · 6 years ago
  48. eac5259 MINOR: buffer: use b_room() to determine available space in a buffer by Willy Tarreau · 6 years ago
  49. 0e11d59 MINOR: buffer: remove bo_contig_data() by Willy Tarreau · 6 years ago
  50. 8f9c72d MINOR: buffer: remove bi_end() by Willy Tarreau · 6 years ago
  51. 89faf5d MINOR: buffer: remove bo_ptr() by Willy Tarreau · 6 years ago
  52. dda2e41 MINOR: buffer: remove bi_ptr() by Willy Tarreau · 6 years ago
  53. 7194d3c MINOR: buffer: split bi_contig_data() into ci_contig_data and b_config_data() by Willy Tarreau · 6 years ago
  54. bcbd393 MINOR: channel/buffer: replace b_{adv,rew} with c_{adv,rew} by Willy Tarreau · 6 years ago
  55. 4d45238 MINOR: compression: pass the channel to http_compression_buffer_end() by Willy Tarreau · 6 years ago
  56. 506a29a MINOR: buffer: switch buffer sizes and offsets to size_t by Willy Tarreau · 6 years ago
  57. bafbe01 CLEANUP: pools: rename all pool functions and pointers to remove this "2" by Willy Tarreau · 7 years ago
  58. 767a84b CLEANUP: log: Rename Alert/Warning in ha_alert/ha_warning by Christopher Faulet · 7 years ago
  59. 8ca3b4b MEDIUM: threads/compression: Make HTTP compression thread-safe by Christopher Faulet · 7 years ago
  60. ff8abcd MEDIUM: threads/proxy: Add a lock per proxy and atomically update proxy vars by Christopher Faulet · 7 years ago
  61. 3dc860d BUG/MINOR: compression: Check response headers before http-response rules eval by Christopher Faulet · 7 years ago
  62. 03d8553 BUG/MEDIUM: compression: Fix check on txn in smp_fetch_res_comp_algo by Christopher Faulet · 7 years ago
  63. a03d4ad MINOR: compression: Use a memory pool to allocate compression states by Christopher Faulet · 7 years ago
  64. d60b3cf BUG/MAJOR: compression: Be sure to release the compression state in all cases by Christopher Faulet · 7 years ago
  65. 2235b26 OPTIM: http: move all http character classs tables into a single one by Willy Tarreau · 8 years ago
  66. 06ecf3a BUG/MEDIUM: http/compression: Fix how chunked data are copied during the HTTP body parsing by Christopher Faulet · 8 years ago
  67. 1339d74 MEDIUM: filters: Move HTTP headers filtering in its own callback by Christopher Faulet · 8 years ago
  68. 3610c39 MINOR: filters: add opaque data by Thierry Fournier · 8 years ago
  69. 02779b6 CLEANUP: uniformize last argument of malloc/calloc by Vincent Bernat · 8 years ago
  70. be508f1 BUG/MAJOR: samples: check smp->strm before using it by Willy Tarreau · 8 years ago
  71. 443ea1a MINOR: filters: Extract proxy stuff from the struct filter by Christopher Faulet · 8 years ago
  72. b77c5c2 MEDIUM: filters: Optimize the HTTP compression for chunk encoded response by Christopher Faulet · 9 years ago
  73. 3e7bc67 MINOR: filters: Remove unused or useless stuff and do small optimizations by Christopher Faulet · 9 years ago
  74. da02e17 MAJOR: filters: Require explicit registration to filter HTTP body and TCP data by Christopher Faulet · 9 years ago
  75. fcf035c MINOR: filters: Add stream_filters structure to hide filters info by Christopher Faulet · 9 years ago
  76. 309c641 MEDIUM: filters: Replace filter_http_headers callback by an analyzer by Christopher Faulet · 9 years ago
  77. 2fb2880 MEDIUM: filters: remove http_start_chunk, http_last_chunk and http_chunk_end by Christopher Faulet · 9 years ago
  78. 92d3638 MAJOR: filters/http: Rewrite the HTTP compression as a filter by Christopher Faulet · 9 years ago
  79. 3d97c90 REORG: filters: Prepare creation of the HTTP compression filter by Christopher Faulet · 9 years ago