1. 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
  2. 2357718 MEDIUM: channel: Remove CF_READ_ATTACHED and report CF_READ_EVENT instead by Christopher Faulet · Tue Dec 20 18:47:39 2022 +0100
  3. d898841 MEDIUM: channel: Use CF_WRITE_EVENT instead of CF_WRITE_PARTIAL by Christopher Faulet · Tue Dec 20 18:10:04 2022 +0100
  4. 6e1bbc4 REORG: channel: Rename CF_READ_NULL to CF_READ_EVENT by Christopher Faulet · Mon Dec 12 08:08:15 2022 +0100
  5. 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
  6. f9607f8 REORG: activity/cli: move the "show activity" handler to activity.c by Willy Tarreau · Fri Nov 25 15:32:38 2022 +0100
  7. 04b5b26 MINOR: activity: report uptime in "show activity" by Willy Tarreau · Fri Nov 25 15:36:48 2022 +0100
  8. c860150 MINOR: cli: print parsed command when not found by Abhijeet Rastogi · Thu Nov 17 04:42:38 2022 -0800
  9. 24e9961 MINOR: cli: define usermsgs print context by Amaury Denoyelle · Thu Nov 10 14:24:51 2022 +0100
  10. 56f50a0 CLEANUP: cli: rename dynamic error printing state by Amaury Denoyelle · Thu Nov 10 11:47:36 2022 +0100
  11. d786931 MINOR: cli: correct commentary and replace 'set global-key' name by Erwan Le Goas · Thu Sep 29 10:36:11 2022 +0200
  12. 3f4ae61 MINOR: cli: remove error message with 'set anon on|off' by Erwan Le Goas · Wed Sep 28 17:04:29 2022 +0200
  13. 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
  14. 56f73b2 MINOR: mworker: stores the mcli_reload bind_conf by William Lallemand · Sat Sep 24 15:56:25 2022 +0200
  15. 21623b5 MINOR: mworker: mworker_cli_proxy_new_listener() returns a bind_conf by William Lallemand · Sat Sep 24 15:51:27 2022 +0200
  16. 54966df MINOR: anon: store the anonymizing key in the CLI's appctx by Erwan Le Goas · Wed Sep 14 17:24:22 2022 +0200
  17. fad9da8 MINOR: anon: store the anonymizing key in the global structure by Erwan Le Goas · Wed Sep 14 17:24:22 2022 +0200
  18. 1addf8b BUG/MEDIUM: cli: always reset the service context between commands by Willy Tarreau · Thu Aug 18 18:04:37 2022 +0200
  19. b5d062d MINOR: cli: warning on _getsocks when socket were closed by William Lallemand · Thu Jul 28 15:33:41 2022 +0200
  20. 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
  21. 519cd20 MINOR: cli: emit a warning when _getsocks was used more than once by William Lallemand · Wed Jul 27 11:48:54 2022 +0200
  22. bac3a82 BUG/MINOR: mworker/cli: relative pid prefix not validated anymore by William Lallemand · Wed Jul 20 14:30:56 2022 +0200
  23. c243182 MINOR: cli/fd: show fd's tgid and refcount in "show fd" by Willy Tarreau · Fri Jul 08 10:23:01 2022 +0200
  24. 6bdf945 MINOR: cli/threads: always bind CLI to thread group 1 by Willy Tarreau · Wed Jul 06 11:52:24 2022 +0200
  25. dcbd763 MINOR: mworker/threads: limit the mworker sockets to group 1 by Willy Tarreau · Wed Jul 06 11:46:34 2022 +0200
  26. 94f763b MEDIUM: config: remove deprecated "bind-process" directives from frontends by Willy Tarreau · Fri Jul 15 17:14:40 2022 +0200
  27. 91f7a1a CLEANUP: applet: remove the obsolete command context from the appctx by Willy Tarreau · Fri Jul 15 16:26:44 2022 +0200
  28. 9a7fa90 MINOR: cli/activity: add a thread number argument to "show activity" by Willy Tarreau · Fri Jul 15 16:51:16 2022 +0200
  29. 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
  30. c12b321 CLEANUP: applet: rename appctx_cs() to appctx_sc() by Willy Tarreau · Fri May 27 11:08:15 2022 +0200
  31. 475e463 CLEANUP: cli: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · Fri May 27 10:26:46 2022 +0200
  32. cb086c6 REORG: stconn: rename conn_stream.{c,h} to stconn.{c,h} by Willy Tarreau · Fri May 27 09:47:12 2022 +0200
  33. 5edca2f REORG: rename cs_utils.h to sc_strm.h by Willy Tarreau · Fri May 27 09:25:10 2022 +0200
  34. 74568cf CLEANUP: stconn: rename final state manipulation functions from cs_* to sc_* by Willy Tarreau · Fri May 27 09:03:30 2022 +0200
  35. f61dd19 CLEANUP: stconn: rename cs_{shut,chk}* to sc_* by Willy Tarreau · Fri May 27 09:00:19 2022 +0200
  36. 19c65a9 CLEANUP: stconn: rename remaining management functions from cs_* to sc_* by Willy Tarreau · Fri May 27 08:49:24 2022 +0200
  37. 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
  38. 462b989 CLEANUP: stconn: rename cs_conn_*() to sc_conn_*() by Willy Tarreau · Wed May 18 18:06:53 2022 +0200
  39. fd9417b CLEANUP: stconn: rename cs_conn() to sc_conn() by Willy Tarreau · Wed May 18 16:23:22 2022 +0200
  40. ea27f48 CLEANUP: stconn: rename cs_{check,strm,strm_task} to sc_strm_* by Willy Tarreau · Wed May 18 16:10:52 2022 +0200
  41. 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
  42. d0a06d5 CLEANUP: applet: use applet_put*() everywhere possible by Willy Tarreau · Wed May 18 15:07:19 2022 +0200
  43. 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
  44. 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
  45. 7cb9e6c CLEANUP: stream: rename "csf" and "csb" to "scf" and "scb" by Willy Tarreau · Tue May 17 19:40:40 2022 +0200
  46. 4596fe2 CLEANUP: conn_stream: tree-wide rename to stconn (stream connector) by Willy Tarreau · Tue May 17 19:07:51 2022 +0200
  47. 798465b CLEANUP: conn_stream: rename the conn_stream's endp to sedesc by Willy Tarreau · Tue May 17 18:20:02 2022 +0200
  48. d869e13 CLEANUP: applet: rename the sedesc pointer from "endp" to "sedesc" by Willy Tarreau · Tue May 17 18:05:31 2022 +0200
  49. b605c42 CLEANUP: conn_stream: rename the stream endpoint flags CS_EP_* to SE_FL_* by Willy Tarreau · Tue May 17 17:04:55 2022 +0200
  50. d56377c CLEANUP: conn_stream: apply endp_flags.cocci tree-wide by Willy Tarreau · Tue May 17 16:31:36 2022 +0200
  51. 0698c80 CLEANUP: applet: remove the unneeded appctx->owner by Willy Tarreau · Wed May 11 14:09:57 2022 +0200
  52. 66435e5 CLEANUP: applet: use the appctx's endp instead of cs->endp by Willy Tarreau · Tue May 10 11:32:31 2022 +0200
  53. 1c0715b CLEANUP: cli: move the status print context into its own context by Willy Tarreau · Fri May 06 17:16:35 2022 +0200
  54. c7afedc BUILD: applet: mark the appctx's st2 variable as deprecated by Willy Tarreau · Thu May 05 20:01:54 2022 +0200
  55. b128f49 CLEANUP: cli: make "show cli sockets" use its own context by Willy Tarreau · Thu May 05 19:11:05 2022 +0200
  56. 4df54eb CLEANUP: cli: simplify the "show cli sockets" I/O handler by Willy Tarreau · Thu May 05 18:52:36 2022 +0200
  57. 307dbb3 CLEANUP: cli: make "show env" use its own context by Willy Tarreau · Thu May 05 17:45:52 2022 +0200
  58. 741a5a9 CLEANUP: cli: make "show fd" use its own context by Willy Tarreau · Thu May 05 17:56:58 2022 +0200
  59. 7bf20ca CLEANUP: cli: initialize the whole appctx->ctx, not just the stats part by Willy Tarreau · Tue May 03 17:02:03 2022 +0200
  60. f12f32a MINOR: applet: reserve some generic storage in the applet's context by Willy Tarreau · Mon May 02 14:57:03 2022 +0200
  61. 241a006 BUG/MEDIUM: cli: make "show cli sockets" really yield by Willy Tarreau · Thu May 05 18:29:25 2022 +0200
  62. 03bd395 MEDIUM: stream: remove the confusing SF_ADDR_SET flag by Willy Tarreau · Mon May 02 16:36:47 2022 +0200
  63. a6c4a48 BUG/MEDIUM: conn-stream: Don't erase endpoint flags on reset by Christopher Faulet · Thu Apr 28 18:25:24 2022 +0200
  64. 6b0a0fb CLEANUP: tree-wide: Remove any ref to stream-interfaces by Christopher Faulet · Mon Apr 04 11:29:28 2022 +0200
  65. 582a226 MINOR: conn-stream: Remove the stream-interface from the conn-stream by Christopher Faulet · Mon Apr 04 11:25:59 2022 +0200
  66. 0eb32c0 MINOR: stream: Use conn-stream to report server error by Christopher Faulet · Mon Apr 04 11:06:31 2022 +0200
  67. a0bdec3 MEDIUM: stream-int/conn-stream: Move blocking flags from SI to CS by Christopher Faulet · Mon Apr 04 07:51:21 2022 +0200
  68. da098e6 MINOR: stream-int/conn-stream: Move si_shut* and si_chk* in conn-stream scope by Christopher Faulet · Thu Mar 31 17:44:45 2022 +0200
  69. e39a4df MINOR: stream-int/conn-stream: Move si_conn_ready() in the conn-stream scope by Christopher Faulet · Thu Mar 31 09:58:41 2022 +0200
  70. 9125f3c MINOR: stream-int/stream: Move si_retnclose() in the stream scope by Christopher Faulet · Thu Mar 31 09:47:24 2022 +0200
  71. 62e7574 MEDIUM: stream-int/conn-stream: Move stream-interface state in the conn-stream by Christopher Faulet · Thu Mar 31 09:16:34 2022 +0200
  72. 50264b4 MEDIUM: stream-int: Move SI err_type in the stream by Christopher Faulet · Wed Mar 30 19:39:30 2022 +0200
  73. a70a354 MINOR: stream: Only save previous connection state for the server side by Christopher Faulet · Wed Mar 30 17:13:02 2022 +0200
  74. 974da9f MINOR: stream-int: Remove SI_FL_DONT_WAKE to rely on CS flags instead by Christopher Faulet · Wed Mar 30 15:30:03 2022 +0200
  75. 8abe712 MINOR: stream-int: Remove SI_FL_NOLINGER/NOHALF to rely on CS flags instead by Christopher Faulet · Wed Mar 30 15:10:18 2022 +0200
  76. 6cd56d5 MEDIUM: conn-stream: Use endpoint error instead of conn-stream error by Christopher Faulet · Wed Mar 30 10:47:32 2022 +0200
  77. af642df MINOR: stream-int/conn-stream: Report error to the CS instead of the SI by Christopher Faulet · Wed Mar 30 10:06:11 2022 +0200
  78. ae024ce MEDIUM: stream-int/stream: Use connect expiration instead of SI expiration by Christopher Faulet · Tue Mar 29 19:02:31 2022 +0200
  79. 1d98777 MINOR: stream-int/conn-stream: Move half-close timeout in the conn-stream by Christopher Faulet · Tue Mar 29 18:03:35 2022 +0200
  80. 8da67aa MEDIUM: stream-int/conn-stream: Move src/dst addresses in the conn-stream by Christopher Faulet · Tue Mar 29 17:53:09 2022 +0200
  81. 909f318 MINOR: stream-int/stream: Move conn_retries counter in the stream by Christopher Faulet · Tue Mar 29 15:42:09 2022 +0200
  82. 908628c MEDIUM: tree-wide: Use CS util functions instead of SI ones by Christopher Faulet · Fri Mar 25 16:43:49 2022 +0100
  83. 9ec2f4d MAJOR: conn-stream: Share endpoint struct between the CS and the mux/applet by Christopher Faulet · Wed Mar 23 15:15:29 2022 +0100
  84. 4465171 MINOR: cli: alphanumerically sort the dump of supported commands by Willy Tarreau · Wed Mar 30 12:02:35 2022 +0200
  85. 06d0e2e MINOR: cli: add a new keyword dump function by Willy Tarreau · Tue Mar 29 15:25:30 2022 +0200
  86. e8cefac BUG/MEDIUM: mcli: Properly handle errors and timeouts during reponse processing by Christopher Faulet · Mon Mar 07 18:20:21 2022 +0100
  87. cda94ac MAJOR: stream/conn_stream: Move the stream-interface into the conn-stream by Christopher Faulet · Thu Dec 23 17:28:17 2021 +0100
  88. 0c247df MINOR: cli: Always access the stream-int via the conn-stream by Christopher Faulet · Thu Dec 23 13:29:48 2021 +0100
  89. 86e1c33 MEDIUM: applet: Set the conn-stream as appctx owner instead of the stream-int by Christopher Faulet · Mon Dec 20 17:09:39 2021 +0100
  90. 13a35e5 MAJOR: conn_stream/stream-int: move the appctx to the conn-stream by Christopher Faulet · Mon Dec 20 15:34:16 2021 +0100
  91. e00ad35 MEDIUM: stream: No longer release backend conn-stream on connection retry by Christopher Faulet · Thu Dec 16 14:44:31 2021 +0100
  92. dae12c7 MINOR: mworker/cli: add flags in the prompt by William Lallemand · Wed Feb 02 14:13:54 2022 +0100
  93. 2a17191 MINOR: mworker/cli: mcli-debug-mode enables every command by William Lallemand · Wed Feb 02 11:43:20 2022 +0100
  94. d9c2807 BUG/MINOR: mworker/cli: don't display help on master applet by William Lallemand · Wed Feb 02 11:23:58 2022 +0100
  95. fe618fb CLEANUP: cleanup a commentary in pcli_parse_request() by William Lallemand · Wed Feb 02 14:07:08 2022 +0100
  96. 7267f78 MINOR: mworker/cli: set expert/experimental mode from the CLI by William Lallemand · Tue Feb 01 16:08:50 2022 +0100
  97. ce67284 Revert "MINOR: mworker: sets used or closed worker FDs to -1" by William Lallemand · Mon Jan 31 19:06:07 2022 +0100
  98. ea7371e MINOR: mworker: sets used or closed worker FDs to -1 by William Lallemand · Mon Jan 31 11:01:24 2022 +0100
  99. a4e4d66 BUG/MEDIUM: mcli: always realign wrapping buffers before parsing them by Willy Tarreau · Thu Jan 20 08:47:35 2022 +0100
  100. 6cd93f5 BUG/MEDIUM: mcli: do not try to parse empty buffers by Willy Tarreau · Thu Jan 20 08:31:50 2022 +0100