1. 2747fbb MEDIUM: tcp-rules: Use a dedicated expiration date for tcp ruleset by Christopher Faulet · 4 years ago
  2. 54f3e18 BUG/MINOR: tcp-rules: Set the inspect-delay when a tcp-response action yields by Christopher Faulet · 4 years ago
  3. 19dbf2d BUG/MINOR: tcp-rules: Preserve the right filter analyser on content eval abort by Christopher Faulet · 4 years ago
  4. 99aaca9 MINOR: tcp-rules: Return an internal error if an action yields on a final eval by Christopher Faulet · 4 years ago
  5. 55ae1ab BUG/MINOR: tcp-rules: tcp-response must check the buffer's fullness by Willy Tarreau · 4 years, 1 month ago
  6. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 1 month ago
  7. 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · 4 years, 1 month ago
  8. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  9. a264d96 REORG: include: move proxy.h to haproxy/proxy{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  10. aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  11. f1d32c4 REORG: include: move channel.h to haproxy/channel{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  12. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  13. dcc048a REORG: include: move acl.h to haproxy/acl.h{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  14. 872f2ea REORG: include: move stick_table.h to haproxy/stick_table{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  15. 7ea393d REORG: include: move connection.h to haproxy/connection{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  16. 8b550af REORG: include: move tcp_rules.h to haproxy/tcp_rules.h by Willy Tarreau · 4 years, 1 month ago
  17. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  18. e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  19. 278161c REORG: include: move capture.h to haproxy/capture{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  20. aa74c4e REORG: include: move arg.h to haproxy/arg{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  21. 122eba9 REORG: include: move action.h to haproxy/action{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  22. 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  23. c2f7c58 REORG: include: move common/ticks.h to haproxy/ticks.h by Willy Tarreau · 4 years, 1 month ago
  24. 92b4f13 REORG: include: move time.h from common/ to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  25. 853b297 REORG: include: split mini-clist into haproxy/list and list-t.h by Willy Tarreau · 4 years, 1 month ago
  26. 58017ee REORG: include: move the BUG_ON() code to haproxy/bug.h by Willy Tarreau · 4 years, 1 month ago
  27. 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
  28. e3b57bf MINOR: sample: make sample_parse_expr() able to return an end pointer by Willy Tarreau · 4 years, 5 months ago
  29. 6730779 BUG/MEDIUM: tcp-rules: Fix track-sc* actions for L4/L5 TCP rules by Christopher Faulet · 4 years, 5 months ago
  30. 4450b58 MINOR: connection: remove CO_FL_SSL_WAIT_HS from CO_FL_HANDSHAKE by Willy Tarreau · 4 years, 5 months ago
  31. fdb6fbf BUG/MINOR: tcp-rules: Fix memory releases on error path during action parsing by Christopher Faulet · 4 years, 6 months ago
  32. adfc6e8 MINOR: tcp-rules: Add release functions for existing TCP actions by Christopher Faulet · 4 years, 6 months ago
  33. d73b96d MINOR: tcp-rules: Make tcp-request capture a custom action by Christopher Faulet · 4 years, 7 months ago
  34. ac98d81 MINOR: http-rule/tcp-rules: Make track-sc* custom actions by Christopher Faulet · 4 years, 7 months ago
  35. 245cf79 MINOR: actions: Add flags to configure the action behaviour by Christopher Faulet · 4 years, 7 months ago
  36. 105ba6c MINOR: actions: Rename the act_flag enum into act_opt by Christopher Faulet · 4 years, 7 months ago
  37. cd26e8a MINOR: http-rules/tcp-rules: Call the defined action function first if defined by Christopher Faulet · 4 years, 7 months ago
  38. cff0f73 MINOR: counters: Review conditions to increment counters from analysers by Christopher Faulet · 4 years, 7 months ago
  39. 282992e MINOR: tcp-rules: Handle denied/aborted/invalid connections from TCP rules by Christopher Faulet · 4 years, 7 months ago
  40. 491ab5e MINOR: tcp-rules: Kill connections when custom actions return ACT_RET_ERR by Christopher Faulet · 4 years, 7 months ago
  41. cb9106b MINOR: tcp-rules: Always set from which ruleset a rule comes from by Christopher Faulet · 4 years, 7 months ago
  42. eea8fc7 MEDIUM: stream/trace: Register a new trace source with its events by Christopher Faulet · 4 years, 8 months ago
  43. 711ed6a MAJOR: http: Remove the HTTP legacy code by Christopher Faulet · 5 years ago
  44. 2e4843d MINOR: action: Add the return code ACT_RET_DONE for actions by Christopher Faulet · 5 years ago
  45. 9faebe3 MEDIUM: tools: improve time format error detection by Willy Tarreau · 5 years ago
  46. fe50bfb MEDIUM: connections: Introduce a handshake pseudo-XPRT. by Olivier Houchard · 5 years ago
  47. 64dbb2d MEDIUM: tcp_rules: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · 5 years ago
  48. 0f9cd7b MINOR: stream-int: add a new flag to mention that we want the connection to be killed by Willy Tarreau · 5 years ago
  49. 0108d90 MEDIUM: init: convert all trivial registration calls to initcalls by Willy Tarreau · 6 years ago
  50. 4507351 BUG/MINOR: build: Fix compilation with debug mode enabled by Christopher Faulet · 6 years ago
  51. 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · 6 years ago
  52. 2375233 MINOR: buffer: replace buffer_full() with channel_full() by Willy Tarreau · 6 years ago
  53. a41d531 MINOR: config: Enable tracking of up to MAX_SESS_STKCTR stick counters. by Frédéric Lécaille · 6 years ago
  54. bafbe01 CLEANUP: pools: rename all pool functions and pointers to remove this "2" by Willy Tarreau · 7 years ago
  55. ff8abcd MEDIUM: threads/proxy: Add a lock per proxy and atomically update proxy vars by Christopher Faulet · 7 years ago
  56. 8d8aa0d MEDIUM: threads/listeners: Make listeners thread-safe by Christopher Faulet · 7 years ago
  57. 1b421ea MINOR: acl: Pass the ACLs as an explicit parameter of build_acl_cond by Christopher Faulet · 7 years ago
  58. 78880fb MINOR: action: Add function to check rules using an action ACT_ACTION_TRK_* by Christopher Faulet · 7 years ago
  59. 4fce0d8 MINOR: action: Use trk_idx instead of tcp/http_trk_idx by Christopher Faulet · 7 years ago
  60. a12dde0 MINOR: tcp-rules: check that the listener exists before updating its counters by Willy Tarreau · 8 years ago
  61. 3971310 REORG: tcp-rules: move tcp rules processing to their own file by Willy Tarreau · 8 years ago