1. 0df691a BUG/MEDIUM: master/cli: Pin the master CLI on the first thread of the group 1 by Christopher Faulet · Wed Sep 13 10:13:30 2023 +0200
  2. 806c0d6 BUG/MINOR: applet: Always expect data when CLI is waiting for a new command by Christopher Faulet · Wed Sep 06 09:17:33 2023 +0200
  3. 1601eeb MEDIUM: mworker/cli: does not disconnect the master CLI upon error by William Lallemand · Sun May 14 18:36:00 2023 +0200
  4. fe0ba0e MINOR: cli: make "show fd" identify QUIC connections and listeners by Willy Tarreau · Thu May 11 17:06:22 2023 +0200
  5. ea07715 MINOR: master/cli: also implement the timed prompt on the master CLI by Willy Tarreau · Thu May 11 16:14:02 2023 +0200
  6. 2255557 MINOR: cli: add an option to display the uptime in the CLI's prompt by Willy Tarreau · Thu May 04 14:22:36 2023 +0200
  7. 21d7125 BUG/MINOR: cli: don't complain about empty command on empty lines by Willy Tarreau · Thu May 11 16:32:56 2023 +0200
  8. dd9f921 CLEANUP: fix a few reported typos in code comments by Willy Tarreau · Sun May 07 07:07:44 2023 +0200
  9. 7b3d38a MEDIUM: tree-wide: Change sc API to specify required free space to progress by Christopher Faulet · Fri May 05 11:28:45 2023 +0200
  10. e8ee27b MINOR: cli: Use applet API to write output message by Christopher Faulet · Fri May 05 10:56:00 2023 +0200
  11. 69530f5 MEDIUM: clock: replace timeval "now" with integer "now_ns" by Willy Tarreau · Fri Apr 28 09:16:15 2023 +0200
  12. eed5da1 MINOR: clock: do not use now.tv_sec anymore by Willy Tarreau · Fri Apr 28 07:39:44 2023 +0200
  13. ad5a5f6 MEDIUM: tree-wide: replace timeval with nanoseconds in tv_accept and tv_request by Willy Tarreau · Thu Apr 27 09:46:02 2023 +0200
  14. 76d343d MINOR: time: replace calls to tv_ms_elapsed() with a linear subtract by Willy Tarreau · Thu Apr 27 09:21:20 2023 +0200
  15. 023c311 BUG/MINOR: cli: clarify error message about stats bind-process by Willy Tarreau · Sun Apr 23 09:40:56 2023 +0200
  16. 845f7c4 CLEANUP: cli: Remove useless debug message in cli_io_handler() by Christopher Faulet · Tue Apr 18 18:36:43 2023 +0200
  17. ca5309a MINOR: stconn: Add a flag to report EOS at the stream-connector level by Christopher Faulet · Mon Apr 17 16:17:32 2023 +0200
  18. d7bac88 MEDIUM: stream: Stop to use SE flags to detect read errors from analyzers by Christopher Faulet · Fri Apr 14 12:05:55 2023 +0200
  19. ad46e52 MINOR: tree-wide: Test SC_FL_ERROR with SE_FL_ERROR from upper layer by Christopher Faulet · Fri Apr 14 11:59:15 2023 +0200
  20. a1d14a7 MINOR: stconn: Add a flag to ack endpoint errors at SC level by Christopher Faulet · Fri Apr 14 10:42:08 2023 +0200
  21. d3bc340 BUG/MINOR: cli: Don't close when SE_FL_ERR_PENDING is set in cli analyzer by Christopher Faulet · Fri Apr 14 07:49:45 2023 +0200
  22. 214f1b5 MINOR: tree-wide: Replace several chn_prod() by the corresponding SC by Christopher Faulet · Thu Apr 13 16:44:18 2023 +0200
  23. 64350bb MINOR: tree-wide: Replace several chn_cons() by the corresponding SC by Christopher Faulet · Thu Apr 13 16:37:37 2023 +0200
  24. b2b1c3a MINOR: channel/stconn: Replace sc_shutw() by sc_shutdown() by Christopher Faulet · Thu Apr 13 16:23:48 2023 +0200
  25. 208c712 MINOR: stconn: Rename SC_FL_SHUTW in SC_FL_SHUT_DONE by Christopher Faulet · Thu Apr 13 16:16:15 2023 +0200
  26. cfc11c0 MINOR: channel/stconn: Replace sc_shutr() by sc_abort() by Christopher Faulet · Thu Apr 13 16:10:23 2023 +0200
  27. 0c370ee MINOR: stconn: Rename SC_FL_SHUTR in SC_FL_ABRT_DONE by Christopher Faulet · Thu Apr 13 16:05:13 2023 +0200
  28. df7cd71 MINOR: channel/stconn: Replace channel_shutw_now() by sc_schedule_shutdown() by Christopher Faulet · Thu Apr 13 15:56:26 2023 +0200
  29. e38534c MINOR: stconn: Rename SC_FL_SHUTW_NOW in SC_FL_SHUT_WANTED by Christopher Faulet · Thu Apr 13 15:45:24 2023 +0200
  30. 12762f0 MINOR: channel/stconn: Replace channel_shutr_now() by sc_schedule_abort() by Christopher Faulet · Thu Apr 13 15:40:10 2023 +0200
  31. 573ead1 MINOR: stconn: Rename SC_FL_SHUTR_NOW in SC_FL_ABRT_WANTED by Christopher Faulet · Thu Apr 13 15:39:30 2023 +0200
  32. 1fb97e4 BUG/MEDIUM: cli: Eat output data when waiting for appctx shutdown by Christopher Faulet · Fri Apr 07 18:07:51 2023 +0200
  33. 33af996 BUG/MEDIUM: cli: Set SE_FL_EOI flag for '_getsocks' and 'quit' commands by Christopher Faulet · Fri Apr 07 17:58:21 2023 +0200
  34. 7faac7c MINOR: tree-wide: Simplifiy some tests on SHUT flags by accessing SCs directly by Christopher Faulet · Tue Apr 04 10:05:27 2023 +0200
  35. 87633c3 MEDIUM: tree-wide: Move flags about shut from the channel to the SC by Christopher Faulet · Mon Apr 03 18:32:50 2023 +0200
  36. 2fd0c76 MEDIUM: cli: Use the sedesc to report and detect end of processing by Christopher Faulet · Fri Mar 31 10:25:07 2023 +0200
  37. 68ef218 MINOR: stconn/channel: Move CF_NEVER_WAIT into the SC and rename it by Christopher Faulet · Fri Mar 17 15:38:18 2023 +0100
  38. 9a790f6 MINOR: stconn/channel: Move CF_READ_DONTWAIT into the SC and rename it by Christopher Faulet · Thu Mar 16 14:40:03 2023 +0100
  39. 1cb041a MINOR: cli: support filtering on FD types in "show fd" by Willy Tarreau · Fri Mar 31 16:33:53 2023 +0200
  40. d52f2ad DEBUG: cli/show_fd: Display connection error code by Christopher Faulet · Tue Mar 14 15:48:06 2023 +0100
  41. 677c006 MINOR: fd/cli: report the polling mask in "show fd" by Willy Tarreau · Thu Mar 02 15:05:31 2023 +0100
  42. dd3a33f BUG/MINOR: cli: fix CLI handler "set anon global-key" call by Amaury Denoyelle · Fri Mar 03 17:11:10 2023 +0100
  43. be5cc76 MINOR: stconn: Remove half-closed timeout by Christopher Faulet · Mon Feb 20 08:41:55 2023 +0100
  44. 15315d6 CLEANUP: stconn: Remove old read and write expiration dates by Christopher Faulet · Mon Feb 20 08:23:51 2023 +0100
  45. b08c525 MINOR: stconn: Always report READ/WRITE event on shutr/shutw by Christopher Faulet · Mon Feb 20 07:55:19 2023 +0100
  46. 5aaacfb MEDIUM: stconn: Replace read and write timeouts by a unique I/O timeout by Christopher Faulet · Wed Feb 15 08:13:33 2023 +0100
  47. f8413cb MEDIUM: channel/stconn: Move rex/wex timer from the channel to the sedesc by Christopher Faulet · Tue Feb 07 16:06:14 2023 +0100
  48. ed7e66f MINOR: channel/stconn: Move rto/wto from the channel to the stconn by Christopher Faulet · Tue Feb 07 11:09:15 2023 +0100
  49. 2e56a73 MAJOR: channel: Remove flags to report READ or WRITE errors by Christopher Faulet · Thu Jan 26 16:18:09 2023 +0100
  50. 81fdeb8 MEDIUM: channel: Remove CF_READ_NOEXP flag by Christopher Faulet · Thu Feb 16 16:47:33 2023 +0100
  51. f0de8ca MEDIUM: listener/config: make the "thread" parser rely on thread_sets by Willy Tarreau · Tue Jan 31 19:31:27 2023 +0100
  52. 1714680 MINOR: listener: move LI_O_UNLIMITED and LI_O_NOSTOP to bind_conf by Willy Tarreau · Thu Jan 12 19:58:42 2023 +0100
  53. 7dbd418 MINOR: listener: move the nice field to the bind_conf by Willy Tarreau · Thu Jan 12 19:32:45 2023 +0100
  54. d5983ce MINOR: listener: remove the useless ->default_target field by Willy Tarreau · Thu Jan 12 19:18:34 2023 +0100
  55. 3083615 MINOR: listener: move the ->accept callback to the bind_conf by Willy Tarreau · Thu Jan 12 19:10:17 2023 +0100
  56. da89e9b MINOR: channel/applets: Stop to test CF_WRITE_ERROR flag if CF_SHUTW is enough by Christopher Faulet · Wed Jan 04 14:11:10 2023 +0100
  57. 2357718 MEDIUM: channel: Remove CF_READ_ATTACHED and report CF_READ_EVENT instead by Christopher Faulet · Tue Dec 20 18:47:39 2022 +0100
  58. d898841 MEDIUM: channel: Use CF_WRITE_EVENT instead of CF_WRITE_PARTIAL by Christopher Faulet · Tue Dec 20 18:10:04 2022 +0100
  59. 6e1bbc4 REORG: channel: Rename CF_READ_NULL to CF_READ_EVENT by Christopher Faulet · Mon Dec 12 08:08:15 2022 +0100
  60. 446d803 MINOR: channel: Don't test CF_READ_NULL while CF_SHUTR is enough by Christopher Faulet · Mon Dec 12 07:53:18 2022 +0100
  61. f9607f8 REORG: activity/cli: move the "show activity" handler to activity.c by Willy Tarreau · Fri Nov 25 15:32:38 2022 +0100
  62. 04b5b26 MINOR: activity: report uptime in "show activity" by Willy Tarreau · Fri Nov 25 15:36:48 2022 +0100
  63. c860150 MINOR: cli: print parsed command when not found by Abhijeet Rastogi · Thu Nov 17 04:42:38 2022 -0800
  64. 24e9961 MINOR: cli: define usermsgs print context by Amaury Denoyelle · Thu Nov 10 14:24:51 2022 +0100
  65. 56f50a0 CLEANUP: cli: rename dynamic error printing state by Amaury Denoyelle · Thu Nov 10 11:47:36 2022 +0100
  66. d786931 MINOR: cli: correct commentary and replace 'set global-key' name by Erwan Le Goas · Thu Sep 29 10:36:11 2022 +0200
  67. 3f4ae61 MINOR: cli: remove error message with 'set anon on|off' by Erwan Le Goas · Wed Sep 28 17:04:29 2022 +0200
  68. 0a0512f MINOR: mworker/cli: the mcli_reload bind_conf only send the reload status by William Lallemand · Sat Sep 24 16:14:50 2022 +0200
  69. 56f73b2 MINOR: mworker: stores the mcli_reload bind_conf by William Lallemand · Sat Sep 24 15:56:25 2022 +0200
  70. 21623b5 MINOR: mworker: mworker_cli_proxy_new_listener() returns a bind_conf by William Lallemand · Sat Sep 24 15:51:27 2022 +0200
  71. 54966df MINOR: anon: store the anonymizing key in the CLI's appctx by Erwan Le Goas · Wed Sep 14 17:24:22 2022 +0200
  72. fad9da8 MINOR: anon: store the anonymizing key in the global structure by Erwan Le Goas · Wed Sep 14 17:24:22 2022 +0200
  73. 1addf8b BUG/MEDIUM: cli: always reset the service context between commands by Willy Tarreau · Thu Aug 18 18:04:37 2022 +0200
  74. b5d062d MINOR: cli: warning on _getsocks when socket were closed by William Lallemand · Thu Jul 28 15:33:41 2022 +0200
  75. 9c821e6 Revert "MINOR: cli: emit a warning when _getsocks was used more than once" by William Lallemand · Wed Jul 27 13:55:54 2022 +0200
  76. 519cd20 MINOR: cli: emit a warning when _getsocks was used more than once by William Lallemand · Wed Jul 27 11:48:54 2022 +0200
  77. bac3a82 BUG/MINOR: mworker/cli: relative pid prefix not validated anymore by William Lallemand · Wed Jul 20 14:30:56 2022 +0200
  78. c243182 MINOR: cli/fd: show fd's tgid and refcount in "show fd" by Willy Tarreau · Fri Jul 08 10:23:01 2022 +0200
  79. 6bdf945 MINOR: cli/threads: always bind CLI to thread group 1 by Willy Tarreau · Wed Jul 06 11:52:24 2022 +0200
  80. dcbd763 MINOR: mworker/threads: limit the mworker sockets to group 1 by Willy Tarreau · Wed Jul 06 11:46:34 2022 +0200
  81. 94f763b MEDIUM: config: remove deprecated "bind-process" directives from frontends by Willy Tarreau · Fri Jul 15 17:14:40 2022 +0200
  82. 91f7a1a CLEANUP: applet: remove the obsolete command context from the appctx by Willy Tarreau · Fri Jul 15 16:26:44 2022 +0200
  83. 9a7fa90 MINOR: cli/activity: add a thread number argument to "show activity" by Willy Tarreau · Fri Jul 15 16:51:16 2022 +0200
  84. 4167e05 BUG/MEDIUM: cli: Notify cli applet won't consume data during request processing by Christopher Faulet · Wed Jun 01 17:25:42 2022 +0200
  85. c12b321 CLEANUP: applet: rename appctx_cs() to appctx_sc() by Willy Tarreau · Fri May 27 11:08:15 2022 +0200
  86. 475e463 CLEANUP: cli: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · Fri May 27 10:26:46 2022 +0200
  87. cb086c6 REORG: stconn: rename conn_stream.{c,h} to stconn.{c,h} by Willy Tarreau · Fri May 27 09:47:12 2022 +0200
  88. 5edca2f REORG: rename cs_utils.h to sc_strm.h by Willy Tarreau · Fri May 27 09:25:10 2022 +0200
  89. 74568cf CLEANUP: stconn: rename final state manipulation functions from cs_* to sc_* by Willy Tarreau · Fri May 27 09:03:30 2022 +0200
  90. f61dd19 CLEANUP: stconn: rename cs_{shut,chk}* to sc_* by Willy Tarreau · Fri May 27 09:00:19 2022 +0200
  91. 19c65a9 CLEANUP: stconn: rename remaining management functions from cs_* to sc_* by Willy Tarreau · Fri May 27 08:49:24 2022 +0200
  92. 99615ed CLEANUP: stconn: rename cs_rx_room_{blk,rdy} to sc_{need,have}_room() by Willy Tarreau · Wed May 25 07:29:36 2022 +0200
  93. 462b989 CLEANUP: stconn: rename cs_conn_*() to sc_conn_*() by Willy Tarreau · Wed May 18 18:06:53 2022 +0200
  94. fd9417b CLEANUP: stconn: rename cs_conn() to sc_conn() by Willy Tarreau · Wed May 18 16:23:22 2022 +0200
  95. ea27f48 CLEANUP: stconn: rename cs_{check,strm,strm_task} to sc_strm_* by Willy Tarreau · Wed May 18 16:10:52 2022 +0200
  96. 40a9c32 CLEANUP: stconn: rename cs_{i,o}{b,c} to sc_{i,o}{b,c} by Willy Tarreau · Wed May 18 15:55:18 2022 +0200
  97. d0a06d5 CLEANUP: applet: use applet_put*() everywhere possible by Willy Tarreau · Wed May 18 15:07:19 2022 +0200
  98. 026e8fb CLEANUP: stconn: tree-wide rename stconn states CS_ST/SB_* to SC_ST/SB_* by Willy Tarreau · Tue May 17 19:47:17 2022 +0200
  99. cb04166 CLEANUP: stconn: tree-wide rename stream connector flags CS_FL_* to SC_FL_* by Willy Tarreau · Tue May 17 19:44:42 2022 +0200
  100. 7cb9e6c CLEANUP: stream: rename "csf" and "csb" to "scf" and "scb" by Willy Tarreau · Tue May 17 19:40:40 2022 +0200