1. 7338982 BUG/MINOR: flt-trace: fix an infinite loop when random-parsing is set by Dragan Dosen · 2 years, 9 months ago
  2. 154374c CLEANUP: Use istadv(const struct ist, const size_t) whenever possible by Tim Duesterhus · 3 years, 4 months ago
  3. e5ff141 CLEANUP: Compare the return value of `XXXcmp()` functions with zero by Tim Duesterhus · 3 years, 6 months ago
  4. 47d9a4e MINOR: flt-trace: Use a bitfield for the trace options by Christopher Faulet · 3 years, 8 months ago
  5. 96a577a MINOR: flt-trace: Add an option to inhibits trace messages by Christopher Faulet · 3 years, 8 months ago
  6. c41d8bd CLEANUP: flt-trace: Remove unused random-parsing option by Christopher Faulet · 3 years, 8 months ago
  7. 6b79f38 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years ago
  8. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 1 month ago
  9. 36979d9 REORG: include: move the error reporting functions to from log.h to errors.h by Willy Tarreau · 4 years, 1 month ago
  10. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  11. a264d96 REORG: include: move proxy.h to haproxy/proxy{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  12. aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  13. c7babd8 REORG: include: move filters.h to haproxy/filters{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  14. c2b1ff0 REORG: include: move http_ana.h to haproxy/http_ana{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  15. f1d32c4 REORG: include: move channel.h to haproxy/channel{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  16. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  17. 8773533 REORG: include: move http_htx.h to haproxy/http_htx{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  18. 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  19. 16f958c REORG: include: split common/htx.h into haproxy/htx{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  20. 92b4f13 REORG: include: move time.h from common/ to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  21. 5775d09 CLEANUP: threads: remove a few needless includes of hathreads.h by Willy Tarreau · 4 years, 1 month ago
  22. 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
  23. 52bf839 BUG/MEDIUM: random: implement a thread-safe and process-safe PRNG by Willy Tarreau · 4 years, 4 months ago
  24. 0fbf28a Revert "BUG/MEDIUM: random: implement per-thread and per-process random sequences" by Willy Tarreau · 4 years, 4 months ago
  25. 1c306aa BUG/MEDIUM: random: implement per-thread and per-process random sequences by Willy Tarreau · 4 years, 4 months ago
  26. 24598a4 MINOR: flt_trace: Use htx_find_offset() to get the available payload length by Christopher Faulet · 4 years, 4 months ago
  27. 9080711 BUILD: general: always pass unsigned chars to is* functions by Willy Tarreau · 4 years, 4 months ago
  28. b2e5849 MEDIUM: filters: Adapt filters API to allow again TCP filtering on HTX streams by Christopher Faulet · 4 years, 8 months ago
  29. a3ed271 MINOR: flt_trace: Rename macros to print trace messages by Christopher Faulet · 4 years, 8 months ago
  30. fc9cfe4 REORG: proto_htx: Move HTX analyzers & co to http_ana.{c,h} files by Christopher Faulet · 5 years ago
  31. 711ed6a MAJOR: http: Remove the HTTP legacy code by Christopher Faulet · 5 years ago
  32. 386a0cd MINOR: flt_trace: Remove code relying on the legacy HTTP mode by Christopher Faulet · 5 years ago
  33. 647fe1d BUG/MINOR: fl_trace/htx: Be sure to always forward trailers and EOM by Christopher Faulet · 5 years ago
  34. 50fe9fb MINOR: flt_trace: Don't scrash the original offset during the random forwarding by Christopher Faulet · 5 years ago
  35. 0bdeeaa BUG/MINOR: flt_trace/htx: Only apply the random forwarding on the message body. by Christopher Faulet · 5 years ago
  36. 2d7c539 MEDIUM: htx: Add the parsing of trailers of chunked messages by Christopher Faulet · 5 years ago
  37. ee847d4 MEDIUM: filters/htx: Filter body relatively to the first block by Christopher Faulet · 5 years ago
  38. a3f1550 MEDIUM: http/htx: Perform analysis relatively to the first block by Christopher Faulet · 5 years ago
  39. 297fbb4 MINOR: htx: Replace the function http_find_stline() by http_get_stline() by Christopher Faulet · 5 years ago
  40. 3092565 CLEANUP: h1: remove some occurrences of unneeded h1.h inclusions by Willy Tarreau · 6 years ago
  41. b96b77e REORG: htx: merge types+proto into common/htx.h by Willy Tarreau · 6 years ago
  42. f4a4ef7 MINOR: filters: Export the name of known filters by Christopher Faulet · 6 years ago
  43. 27ba2dc MEDIUM: htx: Rework conversion from a buffer to an htx structure by Christopher Faulet · 6 years ago
  44. 6e54095 BUG/MINOR: flt_trace/compression: Use the right flag to add the HTX support by Christopher Faulet · 6 years ago
  45. e0aa6f7 MINOR: flt_trace: Adapt to be compatible with the HTX representation by Christopher Faulet · 6 years ago
  46. 0108d90 MEDIUM: init: convert all trivial registration calls to initcalls by Willy Tarreau · 6 years ago
  47. 83061a8 MAJOR: chunks: replace struct chunk with struct buffer by Willy Tarreau · 6 years ago
  48. c9fa048 MAJOR: buffer: finalize buffer detachment by Willy Tarreau · 6 years ago
  49. f158937 MINOR: flt_trace: adapt to the new buffer API by Willy Tarreau · 6 years ago
  50. 7194d3c MINOR: buffer: split bi_contig_data() into ci_contig_data and b_config_data() by Willy Tarreau · 6 years ago
  51. bcbd393 MINOR: channel/buffer: replace b_{adv,rew} with c_{adv,rew} by Willy Tarreau · 6 years ago
  52. f227372 MINOR: threads/filters: Update trace filter to add _per_thread callbacks by Christopher Faulet · 7 years ago
  53. a00d817 MINOR: filters: Add check_timeouts callback to handle timers expiration on streams by Christopher Faulet · 8 years ago
  54. fcd99f8 MINOR: flt_trace: Add hexdump option to dump forwarded data by Christopher Faulet · 8 years ago
  55. 31ed32d MEDIUM: filters: Add attch/detach and stream_set_backend callbacks by Christopher Faulet · 8 years ago
  56. 3a394fa MEDIUM: filters: Add pre and post analyzer callbacks by Christopher Faulet · 8 years ago
  57. 1339d74 MEDIUM: filters: Move HTTP headers filtering in its own callback by Christopher Faulet · 8 years ago
  58. 3610c39 MINOR: filters: add opaque data by Thierry Fournier · 8 years ago
  59. 443ea1a MINOR: filters: Extract proxy stuff from the struct filter by Christopher Faulet · 8 years ago
  60. e6c3b69 MINOR: filters: Add an filter example by Christopher Faulet · 9 years ago