1. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  2. 7d865a5 REORG: include: move flt_http_comp.h to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  3. 8773533 REORG: include: move http_htx.h to haproxy/http_htx{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  4. 0a3bd39 REORG: include: move compression.h to haproxy/compression{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  5. 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  6. 16f958c REORG: include: split common/htx.h into haproxy/htx{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  7. 7a00efb REORG: include: move common/namespace.h to haproxy/namespace{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  8. 2741c8c REORG: include: move common/buffer.h to haproxy/dynbuf{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  9. 5775d09 CLEANUP: threads: remove a few needless includes of hathreads.h by Willy Tarreau · 4 years, 1 month ago
  10. 58017ee REORG: include: move the BUG_ON() code to haproxy/bug.h by Willy Tarreau · 4 years, 1 month ago
  11. 8d36697 REORG: include: move base64.h, errors.h and hash.h from common to to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  12. 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
  13. 784063e MINOR: config: Don't dump keywords if argument is NULL by Christopher Faulet · 4 years, 2 months ago
  14. 81340d7 BUG/MINOR: filters: Forward everything if no data filters are called by Christopher Faulet · 4 years, 4 months ago
  15. c50ee0b BUG/MINOR: filters: Use filter offset to decude the amount of forwarded data by Christopher Faulet · 4 years, 4 months ago
  16. 9c44e48 BUG/MINOR: filters: Count HTTP headers as filtered data but don't forward them by Christopher Faulet · 4 years, 5 months ago
  17. 71179a3 MINOR: filters: Forward data only if the last filter forwards something by Christopher Faulet · 4 years, 5 months ago
  18. b2e5849 MEDIUM: filters: Adapt filters API to allow again TCP filtering on HTX streams by Christopher Faulet · 4 years, 8 months ago
  19. bb9a7e0 BUG/MEDIUM: filters: Don't call TCP callbacks for HTX streams by Christopher Faulet · 4 years, 8 months ago
  20. eea8fc7 MEDIUM: stream/trace: Register a new trace source with its events by Christopher Faulet · 4 years, 8 months ago
  21. e058f73 BUG/MINOR: filters: Properly set the HTTP status code on analysis error by Christopher Faulet · 4 years, 10 months ago
  22. fc9cfe4 REORG: proto_htx: Move HTX analyzers & co to http_ana.{c,h} files by Christopher Faulet · 5 years ago
  23. 3d11969 MAJOR: filters: Remove code relying on the legacy HTTP mode by Christopher Faulet · 5 years ago
  24. 421e769 BUG/MEDIUM: htx: Don't change position of the first block during HTX analysis by Christopher Faulet · 5 years ago
  25. ee847d4 MEDIUM: filters/htx: Filter body relatively to the first block by Christopher Faulet · 5 years ago
  26. 17fd8a2 MINOR: filters/htx: Use channel_htx_fwd_headers() after headers filtering by Christopher Faulet · 5 years ago
  27. a3f1550 MEDIUM: http/htx: Perform analysis relatively to the first block by Christopher Faulet · 5 years ago
  28. 0f17a9b MINOR: filters/htx: Use stream flags instead of px mode to instanciate a filter by Christopher Faulet · 5 years ago
  29. ff17b18 BUG/MINOR: filters: Detect cache+compression config on legacy HTTP streams by Christopher Faulet · 5 years ago
  30. b96b77e REORG: htx: merge types+proto into common/htx.h by Willy Tarreau · 6 years ago
  31. c9df7f7 MINOR: compression: Rename the function check_legacy_http_comp_flt() by Christopher Faulet · 6 years ago
  32. 27ba2dc MEDIUM: htx: Rework conversion from a buffer to an htx structure by Christopher Faulet · 6 years ago
  33. 75bc913 MAJOR: filters: Adapt filters API to be compatible with the HTX represenation by Christopher Faulet · 6 years ago
  34. 2455ceb MEDIUM: memory: use pool_destroy_all() to destroy all pools on deinit() by Willy Tarreau · 6 years ago
  35. 8ceae72 MEDIUM: init: use initcall for all fixed size pool creations by Willy Tarreau · 6 years ago
  36. 172f5ce MINOR: initcall: use initcalls for most post_{check,deinit} and per_thread* by Willy Tarreau · 6 years ago
  37. 0108d90 MEDIUM: init: convert all trivial registration calls to initcalls by Willy Tarreau · 6 years ago
  38. b35ea68 CLEANUP: Fix typos in the filters subsystem by Joseph Herlant · 6 years ago
  39. 0c85912 MINOR: filters/htx: Forbid filters when the HTX is enabled on a proxy by Christopher Faulet · 6 years ago
  40. 874a35c DOC: Fix typos in lua documentation by Bertrand Jacquin · 6 years ago
  41. 83061a8 MAJOR: chunks: replace struct chunk with struct buffer by Willy Tarreau · 6 years ago
  42. c9fa048 MAJOR: buffer: finalize buffer detachment by Willy Tarreau · 6 years ago
  43. 44a41a8 MINOR: filters: convert to the new buffer API by Willy Tarreau · 6 years ago
  44. 5ba6552 MINOR: buffer: replace buffer_pending() with ci_data() by Willy Tarreau · 6 years ago
  45. bcbd393 MINOR: channel/buffer: replace b_{adv,rew} with c_{adv,rew} by Willy Tarreau · 6 years ago
  46. bafbe01 CLEANUP: pools: rename all pool functions and pointers to remove this "2" by Willy Tarreau · 7 years ago
  47. fbc74e8 MINOR/CLEANUP: proxy: rename "proxy" to "proxies_list" by Olivier Houchard · 7 years ago
  48. 767a84b CLEANUP: log: Rename Alert/Warning in ha_alert/ha_warning by Christopher Faulet · 7 years ago
  49. 71a6a8e MEDIUM: threads/filters: Add init/deinit callback per thread by Christopher Faulet · 7 years ago
  50. 570f799 BUG/MEDIUM: filters: Be sure to call flt_end_analyze for both channels by Christopher Faulet · 7 years ago
  51. 2b553de BUG/MINOR: filters: Don't force the stream's wakeup when we wait in flt_end_analyze by Christopher Faulet · 7 years ago
  52. e600624 BUG/MEDIUM: filters: Fix channels synchronization in flt_end_analyze by Christopher Faulet · 7 years ago
  53. 9e6906b MEDIUM: http_error_message: txn->status / http_get_status_idx. by Jarno Huuskonen · 7 years ago
  54. 0184ea7 BUG/MAJOR: channel: Fix the definition order of channel analyzers by Christopher Faulet · 7 years ago
  55. 64bca59 CLEANUP: filters: use the function registration to initialize all proxies by Willy Tarreau · 8 years ago
  56. a00d817 MINOR: filters: Add check_timeouts callback to handle timers expiration on streams by Christopher Faulet · 8 years ago
  57. c6062be MINOR: filters: Remove backend filters attached to a stream only for HTTP streams by Christopher Faulet · 8 years ago
  58. 31ed32d MEDIUM: filters: Add attch/detach and stream_set_backend callbacks by Christopher Faulet · 8 years ago
  59. 55048a4 BUG/MEDIUM: filters: Fix data filtering when data are modified by Christopher Faulet · 8 years ago
  60. 3a394fa MEDIUM: filters: Add pre and post analyzer callbacks by Christopher Faulet · 8 years ago
  61. 1339d74 MEDIUM: filters: Move HTTP headers filtering in its own callback by Christopher Faulet · 8 years ago
  62. 3610c39 MINOR: filters: add opaque data by Thierry Fournier · 8 years ago
  63. 00e818a MINOR: filters: Filters must define the callbacks struct during config parsing by Christopher Faulet · 8 years ago
  64. cc7317d MINOR: filters: Typo in an error message by Christopher Faulet · 8 years ago
  65. b3f4e14 MINOR: filters: Print the list of existing filters during HA startup by Christopher Faulet · 8 years ago
  66. 443ea1a MINOR: filters: Extract proxy stuff from the struct filter by Christopher Faulet · 8 years ago
  67. da02e17 MAJOR: filters: Require explicit registration to filter HTTP body and TCP data by Christopher Faulet · 9 years ago
  68. fcf035c MINOR: filters: Add stream_filters structure to hide filters info by Christopher Faulet · 9 years ago
  69. 309c641 MEDIUM: filters: Replace filter_http_headers callback by an analyzer by Christopher Faulet · 9 years ago
  70. 2fb2880 MEDIUM: filters: remove http_start_chunk, http_last_chunk and http_chunk_end by Christopher Faulet · 9 years ago
  71. 3e34429 MEDIUM: filters: Use macros to call filters callbacks to speed-up processing by Christopher Faulet · 9 years ago
  72. 92d3638 MAJOR: filters/http: Rewrite the HTTP compression as a filter by Christopher Faulet · 9 years ago
  73. 02c7b22 MINOR: filters: Do not reset stream analyzers if the client is gone by Christopher Faulet · 9 years ago
  74. d7c9196 MAJOR: filters: Add filters support by Christopher Faulet · 9 years ago