1. 2d5a566 BUG/MINOR: tcp-rules: Don't shortened the inspect-delay when EOI is set by Christopher Faulet · 1 year, 7 months ago
  2. ca5309a MINOR: stconn: Add a flag to report EOS at the stream-connector level by Christopher Faulet · 1 year, 7 months ago
  3. d7bac88 MEDIUM: stream: Stop to use SE flags to detect read errors from analyzers by Christopher Faulet · 1 year, 8 months ago
  4. ad46e52 MINOR: tree-wide: Test SC_FL_ERROR with SE_FL_ERROR from upper layer by Christopher Faulet · 1 year, 8 months ago
  5. 214f1b5 MINOR: tree-wide: Replace several chn_prod() by the corresponding SC by Christopher Faulet · 1 year, 8 months ago
  6. b2b1c3a MINOR: channel/stconn: Replace sc_shutw() by sc_shutdown() by Christopher Faulet · 1 year, 8 months ago
  7. cfc11c0 MINOR: channel/stconn: Replace sc_shutr() by sc_abort() by Christopher Faulet · 1 year, 8 months ago
  8. 0c370ee MINOR: stconn: Rename SC_FL_SHUTR in SC_FL_ABRT_DONE by Christopher Faulet · 1 year, 8 months ago
  9. 7eb837d MINOR: stream: Introduce stream_abort() to abort on both sides in same time by Christopher Faulet · 1 year, 8 months ago
  10. 87633c3 MEDIUM: tree-wide: Move flags about shut from the channel to the SC by Christopher Faulet · 1 year, 8 months ago
  11. 904763f MINOR: stconn/channel: Move CF_EOI into the SC and rename it by Christopher Faulet · 1 year, 8 months ago
  12. 2e56a73 MAJOR: channel: Remove flags to report READ or WRITE errors by Christopher Faulet · 1 year, 10 months ago
  13. 4b490b7 MINOR: channel: Stop to test CF_READ_ERROR flag if CF_SHUTR is enough by Christopher Faulet · 1 year, 11 months ago
  14. 6c01171 MEDIUM: stick-table: set the track-sc limit at boottime via tune.stick-counters by Willy Tarreau · 1 year, 11 months ago
  15. d1c6cfe BUG/MINOR: tcp-rules: Make action call final on read error and delay expiration by Christopher Faulet · 2 years, 6 months ago
  16. cb086c6 REORG: stconn: rename conn_stream.{c,h} to stconn.{c,h} by Willy Tarreau · 2 years, 6 months ago
  17. 5edca2f REORG: rename cs_utils.h to sc_strm.h by Willy Tarreau · 2 years, 6 months ago
  18. f61dd19 CLEANUP: stconn: rename cs_{shut,chk}* to sc_* by Willy Tarreau · 2 years, 6 months ago
  19. 99615ed CLEANUP: stconn: rename cs_rx_room_{blk,rdy} to sc_{need,have}_room() by Willy Tarreau · 2 years, 6 months ago
  20. cb04166 CLEANUP: stconn: tree-wide rename stream connector flags CS_FL_* to SC_FL_* by Willy Tarreau · 2 years, 6 months ago
  21. 4596fe2 CLEANUP: conn_stream: tree-wide rename to stconn (stream connector) by Willy Tarreau · 2 years, 6 months ago
  22. 6b0a0fb CLEANUP: tree-wide: Remove any ref to stream-interfaces by Christopher Faulet · 2 years, 8 months ago
  23. a0bdec3 MEDIUM: stream-int/conn-stream: Move blocking flags from SI to CS by Christopher Faulet · 2 years, 8 months ago
  24. da098e6 MINOR: stream-int/conn-stream: Move si_shut* and si_chk* in conn-stream scope by Christopher Faulet · 2 years, 8 months ago
  25. 8abe712 MINOR: stream-int: Remove SI_FL_NOLINGER/NOHALF to rely on CS flags instead by Christopher Faulet · 2 years, 8 months ago
  26. 9a52123 MINOR: stream-int: Remove SI_FL_KILL_CON to rely on conn-stream endpoint only by Christopher Faulet · 2 years, 8 months ago
  27. 7b5ca8f MINOR: channel: Use conn-streams as channel producer and consumer by Christopher Faulet · 2 years, 8 months ago
  28. 388c0f2 BUG/MINOR: tcp-rules: completely free incorrect TCP rules on error by Willy Tarreau · 2 years, 9 months ago
  29. c6dae86 MINOR: rules: record the last http/tcp rule that gave a final verdict by Willy Tarreau · 2 years, 9 months ago
  30. c8016d0 MEDIUM: tcp-rules: Eval TCP rules defined in defaults sections by Christopher Faulet · 3 years, 2 months ago
  31. ee08d6c MEDIUM: rules/acl: Parse TCP/HTTP rules and acls defined in defaults sections by Christopher Faulet · 3 years, 2 months ago
  32. d535f80 MINOR: rules: add a new function new_act_rule() to allocate act_rules by Willy Tarreau · 3 years, 2 months ago
  33. 9310f48 CLEANUP: tree-wide: remove unneeded include time.h in ~20 files by Willy Tarreau · 3 years, 2 months ago
  34. cb59e0b BUG/MINOR: tcp-rules: Stop content rules eval on read error and end-of-input by Christopher Faulet · 3 years, 2 months ago
  35. 7833596 BUG/MEDIUM: stream: Stop waiting for more data if SI is blocked on RXBLK_ROOM by Christopher Faulet · 3 years, 2 months ago
  36. 8cb0336 BUG/MINOR: http: Missing calloc return value check while parsing tcp-request rule by Remi Tricot-Le Breton · 3 years, 6 months ago
  37. 2ca42b4 BUG/MINOR: http: Missing calloc return value check while parsing tcp-request/tcp-response by Remi Tricot-Le Breton · 3 years, 7 months ago
  38. 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · 3 years, 7 months ago
  39. 4781b15 CLEANUP: atomic/tree-wide: replace single increments/decrements with inc/dec by Willy Tarreau · 3 years, 8 months ago
  40. a561ffb CLEANUP: tcp-rules: Fix a typo in error messages about expect-netscaler-cip by Christopher Faulet · 3 years, 8 months ago
  41. db67b0e MINOR: tcp-rules: suggest approaching action names on mismatch by Willy Tarreau · 3 years, 9 months ago
  42. 72d012f CLEANUP: tcp-rules: add missing actions in the tcp-request error message by Willy Tarreau · 3 years, 9 months ago
  43. 36119de BUG/MEDIUM: session: NULL dereference possible when accessing the listener by William Lallemand · 3 years, 9 months ago
  44. 0182516 CLEANUP: config: make the cfg_keyword parsers take a const for the defproxy by Willy Tarreau · 3 years, 9 months ago
  45. e5ff141 CLEANUP: Compare the return value of `XXXcmp()` functions with zero by Tim Duesterhus · 3 years, 11 months ago
  46. 7a71a6d MINOR: actions: Export actions lookup functions by Thierry Fournier · 4 years ago
  47. 2747fbb MEDIUM: tcp-rules: Use a dedicated expiration date for tcp ruleset by Christopher Faulet · 4 years, 4 months ago
  48. 54f3e18 BUG/MINOR: tcp-rules: Set the inspect-delay when a tcp-response action yields by Christopher Faulet · 4 years, 4 months ago
  49. 19dbf2d BUG/MINOR: tcp-rules: Preserve the right filter analyser on content eval abort by Christopher Faulet · 4 years, 4 months ago
  50. 99aaca9 MINOR: tcp-rules: Return an internal error if an action yields on a final eval by Christopher Faulet · 4 years, 4 months ago
  51. 55ae1ab BUG/MINOR: tcp-rules: tcp-response must check the buffer's fullness by Willy Tarreau · 4 years, 6 months ago
  52. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 6 months ago
  53. 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · 4 years, 6 months ago
  54. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  55. a264d96 REORG: include: move proxy.h to haproxy/proxy{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  56. aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  57. f1d32c4 REORG: include: move channel.h to haproxy/channel{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  58. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  59. dcc048a REORG: include: move acl.h to haproxy/acl.h{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  60. 872f2ea REORG: include: move stick_table.h to haproxy/stick_table{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  61. 7ea393d REORG: include: move connection.h to haproxy/connection{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  62. 8b550af REORG: include: move tcp_rules.h to haproxy/tcp_rules.h by Willy Tarreau · 4 years, 6 months ago
  63. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  64. e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  65. 278161c REORG: include: move capture.h to haproxy/capture{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  66. aa74c4e REORG: include: move arg.h to haproxy/arg{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  67. 122eba9 REORG: include: move action.h to haproxy/action{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  68. 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  69. c2f7c58 REORG: include: move common/ticks.h to haproxy/ticks.h by Willy Tarreau · 4 years, 6 months ago
  70. 92b4f13 REORG: include: move time.h from common/ to haproxy/ by Willy Tarreau · 4 years, 6 months ago
  71. 853b297 REORG: include: split mini-clist into haproxy/list and list-t.h by Willy Tarreau · 4 years, 6 months ago
  72. 58017ee REORG: include: move the BUG_ON() code to haproxy/bug.h by Willy Tarreau · 4 years, 6 months ago
  73. 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · 4 years, 6 months ago
  74. e3b57bf MINOR: sample: make sample_parse_expr() able to return an end pointer by Willy Tarreau · 4 years, 10 months ago
  75. 6730779 BUG/MEDIUM: tcp-rules: Fix track-sc* actions for L4/L5 TCP rules by Christopher Faulet · 4 years, 10 months ago
  76. 4450b58 MINOR: connection: remove CO_FL_SSL_WAIT_HS from CO_FL_HANDSHAKE by Willy Tarreau · 4 years, 10 months ago
  77. fdb6fbf BUG/MINOR: tcp-rules: Fix memory releases on error path during action parsing by Christopher Faulet · 4 years, 11 months ago
  78. adfc6e8 MINOR: tcp-rules: Add release functions for existing TCP actions by Christopher Faulet · 4 years, 11 months ago
  79. d73b96d MINOR: tcp-rules: Make tcp-request capture a custom action by Christopher Faulet · 5 years ago
  80. ac98d81 MINOR: http-rule/tcp-rules: Make track-sc* custom actions by Christopher Faulet · 5 years ago
  81. 245cf79 MINOR: actions: Add flags to configure the action behaviour by Christopher Faulet · 5 years ago
  82. 105ba6c MINOR: actions: Rename the act_flag enum into act_opt by Christopher Faulet · 5 years ago
  83. cd26e8a MINOR: http-rules/tcp-rules: Call the defined action function first if defined by Christopher Faulet · 5 years ago
  84. cff0f73 MINOR: counters: Review conditions to increment counters from analysers by Christopher Faulet · 5 years ago
  85. 282992e MINOR: tcp-rules: Handle denied/aborted/invalid connections from TCP rules by Christopher Faulet · 5 years ago
  86. 491ab5e MINOR: tcp-rules: Kill connections when custom actions return ACT_RET_ERR by Christopher Faulet · 5 years ago
  87. cb9106b MINOR: tcp-rules: Always set from which ruleset a rule comes from by Christopher Faulet · 5 years ago
  88. eea8fc7 MEDIUM: stream/trace: Register a new trace source with its events by Christopher Faulet · 5 years ago
  89. 711ed6a MAJOR: http: Remove the HTTP legacy code by Christopher Faulet · 5 years ago
  90. 2e4843d MINOR: action: Add the return code ACT_RET_DONE for actions by Christopher Faulet · 5 years ago
  91. 9faebe3 MEDIUM: tools: improve time format error detection by Willy Tarreau · 5 years ago
  92. fe50bfb MEDIUM: connections: Introduce a handshake pseudo-XPRT. by Olivier Houchard · 6 years ago
  93. 64dbb2d MEDIUM: tcp_rules: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · 6 years ago
  94. 0f9cd7b MINOR: stream-int: add a new flag to mention that we want the connection to be killed by Willy Tarreau · 6 years ago
  95. 0108d90 MEDIUM: init: convert all trivial registration calls to initcalls by Willy Tarreau · 6 years ago
  96. 4507351 BUG/MINOR: build: Fix compilation with debug mode enabled by Christopher Faulet · 6 years ago
  97. 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · 6 years ago
  98. 2375233 MINOR: buffer: replace buffer_full() with channel_full() by Willy Tarreau · 6 years ago
  99. a41d531 MINOR: config: Enable tracking of up to MAX_SESS_STKCTR stick counters. by Frédéric Lécaille · 7 years ago
  100. bafbe01 CLEANUP: pools: rename all pool functions and pointers to remove this "2" by Willy Tarreau · 7 years ago