1. 8cb0336 BUG/MINOR: http: Missing calloc return value check while parsing tcp-request rule by Remi Tricot-Le Breton · Mon May 17 10:08:16 2021 +0200
  2. 2ca42b4 BUG/MINOR: http: Missing calloc return value check while parsing tcp-request/tcp-response by Remi Tricot-Le Breton · Wed May 12 18:24:18 2021 +0200
  3. 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · Wed Apr 21 07:32:39 2021 +0200
  4. 4781b15 CLEANUP: atomic/tree-wide: replace single increments/decrements with inc/dec by Willy Tarreau · Tue Apr 06 13:53:36 2021 +0200
  5. a561ffb CLEANUP: tcp-rules: Fix a typo in error messages about expect-netscaler-cip by Christopher Faulet · Fri Mar 19 08:53:26 2021 +0100
  6. db67b0e MINOR: tcp-rules: suggest approaching action names on mismatch by Willy Tarreau · Fri Mar 12 13:46:10 2021 +0100
  7. 72d012f CLEANUP: tcp-rules: add missing actions in the tcp-request error message by Willy Tarreau · Fri Mar 12 13:42:43 2021 +0100
  8. 36119de BUG/MEDIUM: session: NULL dereference possible when accessing the listener by William Lallemand · Mon Mar 08 15:26:48 2021 +0100
  9. 0182516 CLEANUP: config: make the cfg_keyword parsers take a const for the defproxy by Willy Tarreau · Tue Mar 09 09:53:46 2021 +0100
  10. e5ff141 CLEANUP: Compare the return value of `XXXcmp()` functions with zero by Tim Duesterhus · Sat Jan 02 22:31:53 2021 +0100
  11. 7a71a6d MINOR: actions: Export actions lookup functions by Thierry Fournier · Sat Nov 28 17:40:24 2020 +0100
  12. 2747fbb MEDIUM: tcp-rules: Use a dedicated expiration date for tcp ruleset by Christopher Faulet · Tue Jul 28 11:56:13 2020 +0200
  13. 54f3e18 BUG/MINOR: tcp-rules: Set the inspect-delay when a tcp-response action yields by Christopher Faulet · Wed Jul 29 12:00:23 2020 +0200
  14. 19dbf2d BUG/MINOR: tcp-rules: Preserve the right filter analyser on content eval abort by Christopher Faulet · Tue Jul 28 11:40:07 2020 +0200
  15. 99aaca9 MINOR: tcp-rules: Return an internal error if an action yields on a final eval by Christopher Faulet · Tue Jul 28 11:30:19 2020 +0200
  16. 55ae1ab BUG/MINOR: tcp-rules: tcp-response must check the buffer's fullness by Willy Tarreau · Mon Jun 15 18:08:07 2020 +0200
  17. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · Tue Jun 09 09:07:15 2020 +0200
  18. 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · Fri Jun 05 00:00:29 2020 +0200
  19. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · Thu Jun 04 23:46:14 2020 +0200
  20. a264d96 REORG: include: move proxy.h to haproxy/proxy{,-t}.h by Willy Tarreau · Thu Jun 04 22:29:18 2020 +0200
  21. aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · Thu Jun 04 22:01:04 2020 +0200
  22. f1d32c4 REORG: include: move channel.h to haproxy/channel{,-t}.h by Willy Tarreau · Thu Jun 04 21:07:02 2020 +0200
  23. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · Thu Jun 04 20:45:39 2020 +0200
  24. dcc048a REORG: include: move acl.h to haproxy/acl.h{,-t}.h by Willy Tarreau · Thu Jun 04 19:11:43 2020 +0200
  25. 872f2ea REORG: include: move stick_table.h to haproxy/stick_table{,-t}.h by Willy Tarreau · Thu Jun 04 18:46:44 2020 +0200
  26. 7ea393d REORG: include: move connection.h to haproxy/connection{,-t}.h by Willy Tarreau · Thu Jun 04 18:02:10 2020 +0200
  27. 8b550af REORG: include: move tcp_rules.h to haproxy/tcp_rules.h by Willy Tarreau · Thu Jun 04 17:42:48 2020 +0200
  28. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · Thu Jun 04 17:05:57 2020 +0200
  29. e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · Thu Jun 04 15:33:47 2020 +0200
  30. 278161c REORG: include: move capture.h to haproxy/capture{,-t}.h by Willy Tarreau · Thu Jun 04 11:18:28 2020 +0200
  31. aa74c4e REORG: include: move arg.h to haproxy/arg{,-t}.h by Willy Tarreau · Thu Jun 04 10:19:23 2020 +0200
  32. 122eba9 REORG: include: move action.h to haproxy/action{,-t}.h by Willy Tarreau · Thu Jun 04 10:15:32 2020 +0200
  33. 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · Wed Jun 03 18:09:46 2020 +0200
  34. c2f7c58 REORG: include: move common/ticks.h to haproxy/ticks.h by Willy Tarreau · Tue Jun 02 18:15:32 2020 +0200
  35. 92b4f13 REORG: include: move time.h from common/ to haproxy/ by Willy Tarreau · Mon Jun 01 11:05:15 2020 +0200
  36. 853b297 REORG: include: split mini-clist into haproxy/list and list-t.h by Willy Tarreau · Wed May 27 18:01:47 2020 +0200
  37. 58017ee REORG: include: move the BUG_ON() code to haproxy/bug.h by Willy Tarreau · Wed May 27 16:51:33 2020 +0200
  38. 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · Wed May 27 12:58:42 2020 +0200
  39. e3b57bf MINOR: sample: make sample_parse_expr() able to return an end pointer by Willy Tarreau · Fri Feb 14 16:50:14 2020 +0100
  40. 6730779 BUG/MEDIUM: tcp-rules: Fix track-sc* actions for L4/L5 TCP rules by Christopher Faulet · Mon Feb 10 09:54:49 2020 +0100
  41. 4450b58 MINOR: connection: remove CO_FL_SSL_WAIT_HS from CO_FL_HANDSHAKE by Willy Tarreau · Thu Jan 23 15:23:13 2020 +0100
  42. fdb6fbf BUG/MINOR: tcp-rules: Fix memory releases on error path during action parsing by Christopher Faulet · Tue Jan 14 15:05:56 2020 +0100
  43. adfc6e8 MINOR: tcp-rules: Add release functions for existing TCP actions by Christopher Faulet · Tue Jan 14 15:05:33 2020 +0100
  44. d73b96d MINOR: tcp-rules: Make tcp-request capture a custom action by Christopher Faulet · Thu Dec 19 17:27:03 2019 +0100
  45. ac98d81 MINOR: http-rule/tcp-rules: Make track-sc* custom actions by Christopher Faulet · Wed Dec 18 09:20:16 2019 +0100
  46. 245cf79 MINOR: actions: Add flags to configure the action behaviour by Christopher Faulet · Wed Dec 18 14:58:12 2019 +0100
  47. 105ba6c MINOR: actions: Rename the act_flag enum into act_opt by Christopher Faulet · Wed Dec 18 14:41:51 2019 +0100
  48. cd26e8a MINOR: http-rules/tcp-rules: Call the defined action function first if defined by Christopher Faulet · Wed Dec 18 11:13:39 2019 +0100
  49. cff0f73 MINOR: counters: Review conditions to increment counters from analysers by Christopher Faulet · Mon Dec 16 16:13:44 2019 +0100
  50. 282992e MINOR: tcp-rules: Handle denied/aborted/invalid connections from TCP rules by Christopher Faulet · Mon Dec 16 12:34:31 2019 +0100
  51. 491ab5e MINOR: tcp-rules: Kill connections when custom actions return ACT_RET_ERR by Christopher Faulet · Fri Dec 13 09:31:00 2019 +0100
  52. cb9106b MINOR: tcp-rules: Always set from which ruleset a rule comes from by Christopher Faulet · Thu Dec 19 15:23:17 2019 +0100
  53. eea8fc7 MEDIUM: stream/trace: Register a new trace source with its events by Christopher Faulet · Tue Nov 05 16:18:10 2019 +0100
  54. 711ed6a MAJOR: http: Remove the HTTP legacy code by Christopher Faulet · Tue Jul 16 14:16:10 2019 +0200
  55. 2e4843d MINOR: action: Add the return code ACT_RET_DONE for actions by Christopher Faulet · Thu Jul 04 11:08:38 2019 +0200
  56. 9faebe3 MEDIUM: tools: improve time format error detection by Willy Tarreau · Fri Jun 07 19:00:37 2019 +0200
  57. fe50bfb MEDIUM: connections: Introduce a handshake pseudo-XPRT. by Olivier Houchard · Mon May 27 12:09:19 2019 +0200
  58. 64dbb2d MEDIUM: tcp_rules: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · Fri Mar 08 18:55:10 2019 +0100
  59. 0f9cd7b MINOR: stream-int: add a new flag to mention that we want the connection to be killed by Willy Tarreau · Thu Jan 31 19:02:43 2019 +0100
  60. 0108d90 MEDIUM: init: convert all trivial registration calls to initcalls by Willy Tarreau · Sun Nov 25 19:14:37 2018 +0100
  61. 4507351 BUG/MINOR: build: Fix compilation with debug mode enabled by Christopher Faulet · Fri Jul 20 10:16:29 2018 +0200
  62. 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · Fri Jul 13 10:54:26 2018 +0200
  63. 2375233 MINOR: buffer: replace buffer_full() with channel_full() by Willy Tarreau · Fri Jun 15 14:54:53 2018 +0200
  64. a41d531 MINOR: config: Enable tracking of up to MAX_SESS_STKCTR stick counters. by Frédéric Lécaille · Mon Jan 29 12:05:07 2018 +0100
  65. bafbe01 CLEANUP: pools: rename all pool functions and pointers to remove this "2" by Willy Tarreau · Fri Nov 24 17:34:44 2017 +0100
  66. ff8abcd MEDIUM: threads/proxy: Add a lock per proxy and atomically update proxy vars by Christopher Faulet · Fri Jun 02 15:33:24 2017 +0200
  67. 8d8aa0d MEDIUM: threads/listeners: Make listeners thread-safe by Christopher Faulet · Tue May 30 15:36:50 2017 +0200
  68. 1b421ea MINOR: acl: Pass the ACLs as an explicit parameter of build_acl_cond by Christopher Faulet · Fri Sep 22 14:38:56 2017 +0200
  69. 78880fb MINOR: action: Add function to check rules using an action ACT_ACTION_TRK_* by Christopher Faulet · Mon Sep 18 14:43:55 2017 +0200
  70. 4fce0d8 MINOR: action: Use trk_idx instead of tcp/http_trk_idx by Christopher Faulet · Mon Sep 18 11:57:31 2017 +0200
  71. a12dde0 MINOR: tcp-rules: check that the listener exists before updating its counters by Willy Tarreau · Thu Dec 22 18:14:41 2016 +0100
  72. 3971310 REORG: tcp-rules: move tcp rules processing to their own file by Willy Tarreau · Fri Nov 25 15:49:32 2016 +0100