1. 0c370ee MINOR: stconn: Rename SC_FL_SHUTR in SC_FL_ABRT_DONE by Christopher Faulet · 1 year, 8 months ago
  2. df7cd71 MINOR: channel/stconn: Replace channel_shutw_now() by sc_schedule_shutdown() by Christopher Faulet · 1 year, 8 months ago
  3. e38534c MINOR: stconn: Rename SC_FL_SHUTW_NOW in SC_FL_SHUT_WANTED by Christopher Faulet · 1 year, 8 months ago
  4. 12762f0 MINOR: channel/stconn: Replace channel_shutr_now() by sc_schedule_abort() by Christopher Faulet · 1 year, 8 months ago
  5. 573ead1 MINOR: stconn: Rename SC_FL_SHUTR_NOW in SC_FL_ABRT_WANTED by Christopher Faulet · 1 year, 8 months ago
  6. 7eb837d MINOR: stream: Introduce stream_abort() to abort on both sides in same time by Christopher Faulet · 1 year, 8 months ago
  7. 3db538a MINOR: channel: Forwad close to other side on abort by Christopher Faulet · 1 year, 8 months ago
  8. dbad8ec MINOR: stream: Uninline and export sess_set_term_flags() function by Christopher Faulet · 1 year, 8 months ago
  9. 915ba08 BUG/MEDIUM: stream: Report write timeouts before testing the flags by Christopher Faulet · 1 year, 8 months ago
  10. 925279c BUG/MINOR: stream: Fix test on SE_FL_ERROR on the wrong entity by Christopher Faulet · 1 year, 8 months ago
  11. 7faac7c MINOR: tree-wide: Simplifiy some tests on SHUT flags by accessing SCs directly by Christopher Faulet · 1 year, 8 months ago
  12. 87633c3 MEDIUM: tree-wide: Move flags about shut from the channel to the SC by Christopher Faulet · 1 year, 8 months ago
  13. 68ef218 MINOR: stconn/channel: Move CF_NEVER_WAIT into the SC and rename it by Christopher Faulet · 1 year, 9 months ago
  14. 9a790f6 MINOR: stconn/channel: Move CF_READ_DONTWAIT into the SC and rename it by Christopher Faulet · 1 year, 9 months ago
  15. 947b2e5 BUG/MINOR: stream: Fix test on channels flags to set clientfin/serverfin touts by Christopher Faulet · 1 year, 8 months ago
  16. a45e7e8 BUG/MEDIUM: stream: do not try to free a failed stream-conn by Willy Tarreau · 1 year, 8 months ago
  17. e758b5c MEDIUM: stream: Eventually handle stream timeouts when exiting process_stream() by Christopher Faulet · 1 year, 9 months ago
  18. 85e568f MINOR: stream: Handle stream's timeouts in a dedicated function by Christopher Faulet · 1 year, 9 months ago
  19. 3bbd2ba BUG/MINOR: stream: Remove BUG_ON about the task expiration in process_stream() by Christopher Faulet · 1 year, 9 months ago
  20. be5cc76 MINOR: stconn: Remove half-closed timeout by Christopher Faulet · 1 year, 9 months ago
  21. 15315d6 CLEANUP: stconn: Remove old read and write expiration dates by Christopher Faulet · 1 year, 9 months ago
  22. 80e4532 MINOR: stream: Use relative expiration date in trace messages by Christopher Faulet · 1 year, 10 months ago
  23. 03d5e62 MINOR: stream: Report rex/wex value using the sedesc date in trace messages by Christopher Faulet · 1 year, 9 months ago
  24. 6e59e87 MINOR: stream: Dump the task expiration date in trace messages by Christopher Faulet · 1 year, 9 months ago
  25. b374ba5 MAJOR: stream: Use SE descriptor date to detect read/write timeouts by Christopher Faulet · 1 year, 10 months ago
  26. 4c13568 MEDIUM: stconn: Add two date to track successful reads and blocked sends by Christopher Faulet · 1 year, 10 months ago
  27. 5aaacfb MEDIUM: stconn: Replace read and write timeouts by a unique I/O timeout by Christopher Faulet · 1 year, 10 months ago
  28. f8413cb MEDIUM: channel/stconn: Move rex/wex timer from the channel to the sedesc by Christopher Faulet · 1 year, 10 months ago
  29. ed7e66f MINOR: channel/stconn: Move rto/wto from the channel to the stconn by Christopher Faulet · 1 year, 10 months ago
  30. 6362934 DEBUG: stream/trace: Add sedesc flags in trace messages by Christopher Faulet · 1 year, 9 months ago
  31. 2e56a73 MAJOR: channel: Remove flags to report READ or WRITE errors by Christopher Faulet · 1 year, 10 months ago
  32. 81fdeb8 MEDIUM: channel: Remove CF_READ_NOEXP flag by Christopher Faulet · 1 year, 9 months ago
  33. 2f7c82b BUG/MINOR: haproxy: Fix option to disable the fast-forward by Christopher Faulet · 1 year, 9 months ago
  34. a62201d DEBUG: stream: Add a BUG_ON to never exit process_stream with an expired task by Christopher Faulet · 1 year, 9 months ago
  35. d4eaa8a MINOR: global: Add an option to disable the data fast-forward by Christopher Faulet · 1 year, 10 months ago
  36. 7dbd418 MINOR: listener: move the nice field to the bind_conf by Willy Tarreau · 1 year, 11 months ago
  37. d5983ce MINOR: listener: remove the useless ->default_target field by Willy Tarreau · 1 year, 11 months ago
  38. 7866e8e MEDIUM: listener: move the analysers mask to the bind_conf by Willy Tarreau · 1 year, 11 months ago
  39. da89e9b MINOR: channel/applets: Stop to test CF_WRITE_ERROR flag if CF_SHUTW is enough by Christopher Faulet · 1 year, 11 months ago
  40. 4b490b7 MINOR: channel: Stop to test CF_READ_ERROR flag if CF_SHUTR is enough by Christopher Faulet · 1 year, 11 months ago
  41. 2357718 MEDIUM: channel: Remove CF_READ_ATTACHED and report CF_READ_EVENT instead by Christopher Faulet · 2 years ago
  42. 049fbcd MINOR: channel: Remove CF_ANA_TIMEOUT and report CF_READ_EVENT instead by Christopher Faulet · 2 years ago
  43. a63f8f3 MINOR: channel: Remove CF_WRITE_ACTIVITY by Christopher Faulet · 2 years ago
  44. 33e03ce MINOR: channel: Remove CF_READ_ACTIVITY by Christopher Faulet · 2 years ago
  45. d898841 MEDIUM: channel: Use CF_WRITE_EVENT instead of CF_WRITE_PARTIAL by Christopher Faulet · 2 years ago
  46. 285f761 MEDIUM: channel: Use CF_READ_EVENT instead of CF_READ_PARTIAL by Christopher Faulet · 2 years ago
  47. b96f2aa REORG: channel: Rename CF_WRITE_NULL to CF_WRITE_EVENT by Christopher Faulet · 2 years ago
  48. 6e1bbc4 REORG: channel: Rename CF_READ_NULL to CF_READ_EVENT by Christopher Faulet · 2 years ago
  49. 6c01171 MEDIUM: stick-table: set the track-sc limit at boottime via tune.stick-counters by Willy Tarreau · 1 year, 11 months ago
  50. a924804 MINOR: http-rules: Add missing actions in http-after-response ruleset by Christopher Faulet · 1 year, 11 months ago
  51. 5ad2b64 BUG/MINOR: http_ana/txn: don't re-initialize txn and req var lists by Aurelien DARRAGON · 2 years ago
  52. 4698479 BUILD: stream: use __fallthrough in stats_dump_full_strm_to_buffer() by Willy Tarreau · 2 years ago
  53. b976640 BUG/MAJOR: stick-table: don't process store-response rules for applets by Christopher Faulet · 2 years, 1 month ago
  54. bc7c207 BUG/MAJOR: stick-tables: do not try to index a server name for applets by Willy Tarreau · 2 years, 2 months ago
  55. 2a2e46f MINOR: cli: Add anonymization on a missed element for 'show sess all' by Erwan Le Goas · 2 years, 2 months ago
  56. 4cfc038 BUG/MINOR: stream: Perform errors handling in right order in stream_new() by Christopher Faulet · 2 years, 2 months ago
  57. 57e35f4 MINOR: cli: anonymize commands 'show sess' and 'show sess all' by Erwan Le Goas · 2 years, 2 months ago
  58. 6a28a30 MINOR: tasks: do not keep cpu and latency times in struct task by Willy Tarreau · 2 years, 3 months ago
  59. beee600 BUG/MINOR: stream/sched: take into account CPU profiling for the last call by Willy Tarreau · 2 years, 3 months ago
  60. ce57777 MINOR: muxes: add a "show_sd" helper to complete "show sess" dumps by Willy Tarreau · 2 years, 3 months ago
  61. 714900a MINOR: debug: report applet pointer and handler in crashes when known by Willy Tarreau · 2 years, 3 months ago
  62. 6d3c501 MEDIUM: fd/poller: turn update_mask to group-local IDs by Willy Tarreau · 2 years, 5 months ago
  63. 91f7a1a CLEANUP: applet: remove the obsolete command context from the appctx by Willy Tarreau · 2 years, 5 months ago
  64. dd75b64 MINOR: cli/streams: show a stream's tgid next to its thread ID by Willy Tarreau · 2 years, 5 months ago
  65. 0ad00be CLEANUP: task: remove thread_mask from the struct task by Willy Tarreau · 2 years, 6 months ago
  66. 6ef52f4 MEDIUM: task: add and preset a thread ID in the task struct by Willy Tarreau · 2 years, 6 months ago
  67. 47af317 BUG/MINOR: stream: only free the req/res captures when set by Willy Tarreau · 2 years, 5 months ago
  68. 9b8d7a1 MINOR: stream: Rely on stconn flags to abort stream destructive upgrade by Christopher Faulet · 2 years, 5 months ago
  69. b68f77d BUG/MEDIUM: stream: Properly handle destructive client connection upgrades by Christopher Faulet · 2 years, 5 months ago
  70. d46b5b9 BUILD: htx: use the unchecked version of htx_get_head_blk() where needed by Willy Tarreau · 2 years, 6 months ago
  71. 369d5aa CLEANUP: stream: remove unneeded test on appctx during initialization by Willy Tarreau · 2 years, 6 months ago
  72. e68bc61 CLEANUP: stconn: replace a few remaining occurrences of CS in comments or traces by Willy Tarreau · 2 years, 6 months ago
  73. df1a2fc CLEANUP: stream: rename stream_upgrade_from_cs() to stream_upgrade_from_sc() by Willy Tarreau · 2 years, 6 months ago
  74. c12b321 CLEANUP: applet: rename appctx_cs() to appctx_sc() by Willy Tarreau · 2 years, 6 months ago
  75. b49672d CLEANUP: stream: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · 2 years, 6 months ago
  76. cb086c6 REORG: stconn: rename conn_stream.{c,h} to stconn.{c,h} by Willy Tarreau · 2 years, 6 months ago
  77. 5edca2f REORG: rename cs_utils.h to sc_strm.h by Willy Tarreau · 2 years, 6 months ago
  78. 74568cf CLEANUP: stconn: rename final state manipulation functions from cs_* to sc_* by Willy Tarreau · 2 years, 6 months ago
  79. f61dd19 CLEANUP: stconn: rename cs_{shut,chk}* to sc_* by Willy Tarreau · 2 years, 6 months ago
  80. 19c65a9 CLEANUP: stconn: rename remaining management functions from cs_* to sc_* by Willy Tarreau · 2 years, 6 months ago
  81. a0b58b5 CLEANUP: stconn: rename cs_{new,create,free,destroy}_* to sc_* by Willy Tarreau · 2 years, 6 months ago
  82. 90e8b45 CLEANUP: stconn: rename cs_cant_get() to se_need_more_data() by Willy Tarreau · 2 years, 6 months ago
  83. 75a8f8e CLEANUP: stconn: rename cs_{want,stop}_get() to se_{will,wont}_consume() by Willy Tarreau · 2 years, 6 months ago
  84. 15252cd MEDIUM: stconn: move the RXBLK flags to the stream connector by Willy Tarreau · 2 years, 6 months ago
  85. 13d63af MINOR: stconn: add sc_is_recv_allowed() to check for ability to receive by Willy Tarreau · 2 years, 6 months ago
  86. 4164eb9 MINOR: stconn: start to rename cs_rx_endp_{more,done}() to se_have_{no_,}more_data() by Willy Tarreau · 2 years, 6 months ago
  87. 0ed73c3 CLEANUP: stconn: rename cs_rx_buff_{blk,rdy} to sc_{need,have}_buff() by Willy Tarreau · 2 years, 6 months ago
  88. b73262f MEDIUM: stconn: take SE_FL_APPLET_NEED_CONN out of the RXBLK_ANY flags by Willy Tarreau · 2 years, 6 months ago
  89. e7866b1 MEDIUM: stconn: always rely on CF_SHUTR in addition to cs_rx_blocked() by Willy Tarreau · 2 years, 6 months ago
  90. 902ba7e CLEANUP: stconn: use a single function to know if SC may send to SE by Willy Tarreau · 2 years, 6 months ago
  91. 462b989 CLEANUP: stconn: rename cs_conn_*() to sc_conn_*() by Willy Tarreau · 2 years, 6 months ago
  92. f8d0ab5 CLEANUP: stconn: rename cs_get_data_name() to sc_get_data_name() by Willy Tarreau · 2 years, 6 months ago
  93. 8e7c6e6 CLEANUP: stconn: rename cs_appctx() to sc_appctx() by Willy Tarreau · 2 years, 6 months ago
  94. 417a31b CLEANUP: stconn: rename cs_conn_mux() to sc_mux_ops() by Willy Tarreau · 2 years, 6 months ago
  95. fd9417b CLEANUP: stconn: rename cs_conn() to sc_conn() by Willy Tarreau · 2 years, 6 months ago
  96. ea27f48 CLEANUP: stconn: rename cs_{check,strm,strm_task} to sc_strm_* by Willy Tarreau · 2 years, 6 months ago
  97. 40a9c32 CLEANUP: stconn: rename cs_{i,o}{b,c} to sc_{i,o}{b,c} by Willy Tarreau · 2 years, 6 months ago
  98. d0a06d5 CLEANUP: applet: use applet_put*() everywhere possible by Willy Tarreau · 2 years, 6 months ago
  99. 026e8fb CLEANUP: stconn: tree-wide rename stconn states CS_ST/SB_* to SC_ST/SB_* by Willy Tarreau · 2 years, 6 months ago
  100. cb04166 CLEANUP: stconn: tree-wide rename stream connector flags CS_FL_* to SC_FL_* by Willy Tarreau · 2 years, 6 months ago