- 71ec2dd BUG/MINOR: cli: Atomically inc the global request counter between CLI commands by Christopher Faulet · 4 months ago
- bb373bf BUG/MINOR: cli: Report an error to user if command or payload is too big by Christopher Faulet · 8 months ago
- 6852b33 BUG/MEDIUM: cli: Warn if pipelined commands are delimited by a \n by Christopher Faulet · 9 months ago
- a10ee92 MINOR: cli: Remove useless loop on commands to find unescaped semi-colon by Christopher Faulet · 9 months ago
- 0239f32 BUG/MEDIUM: cli: fix once for all the problem of missing trailing LFs by Willy Tarreau · 10 months ago
- 7438181 BUG/MINOR: mworker/cli: fix set severity-output support by William Lallemand · 12 months ago
- 8e64fdf BUG/MEDIUM: master/cli: Properly pin the master CLI on thread 1 / group 1 by Christopher Faulet · 12 months ago
- 0df691a BUG/MEDIUM: master/cli: Pin the master CLI on the first thread of the group 1 by Christopher Faulet · 1 year, 2 months ago
- 806c0d6 BUG/MINOR: applet: Always expect data when CLI is waiting for a new command by Christopher Faulet · 1 year, 3 months ago
- 1601eeb MEDIUM: mworker/cli: does not disconnect the master CLI upon error by William Lallemand · 1 year, 6 months ago
- fe0ba0e MINOR: cli: make "show fd" identify QUIC connections and listeners by Willy Tarreau · 1 year, 7 months ago
- ea07715 MINOR: master/cli: also implement the timed prompt on the master CLI by Willy Tarreau · 1 year, 7 months ago
- 2255557 MINOR: cli: add an option to display the uptime in the CLI's prompt by Willy Tarreau · 1 year, 7 months ago
- 21d7125 BUG/MINOR: cli: don't complain about empty command on empty lines by Willy Tarreau · 1 year, 7 months ago
- dd9f921 CLEANUP: fix a few reported typos in code comments by Willy Tarreau · 1 year, 7 months ago
- 7b3d38a MEDIUM: tree-wide: Change sc API to specify required free space to progress by Christopher Faulet · 1 year, 7 months ago
- e8ee27b MINOR: cli: Use applet API to write output message by Christopher Faulet · 1 year, 7 months ago
- 69530f5 MEDIUM: clock: replace timeval "now" with integer "now_ns" by Willy Tarreau · 1 year, 7 months ago
- eed5da1 MINOR: clock: do not use now.tv_sec anymore by Willy Tarreau · 1 year, 7 months ago
- ad5a5f6 MEDIUM: tree-wide: replace timeval with nanoseconds in tv_accept and tv_request by Willy Tarreau · 1 year, 7 months ago
- 76d343d MINOR: time: replace calls to tv_ms_elapsed() with a linear subtract by Willy Tarreau · 1 year, 7 months ago
- 023c311 BUG/MINOR: cli: clarify error message about stats bind-process by Willy Tarreau · 1 year, 7 months ago
- 845f7c4 CLEANUP: cli: Remove useless debug message in cli_io_handler() by Christopher Faulet · 1 year, 7 months ago
- ca5309a MINOR: stconn: Add a flag to report EOS at the stream-connector level by Christopher Faulet · 1 year, 7 months ago
- d7bac88 MEDIUM: stream: Stop to use SE flags to detect read errors from analyzers by Christopher Faulet · 1 year, 7 months ago
- ad46e52 MINOR: tree-wide: Test SC_FL_ERROR with SE_FL_ERROR from upper layer by Christopher Faulet · 1 year, 7 months ago
- a1d14a7 MINOR: stconn: Add a flag to ack endpoint errors at SC level by Christopher Faulet · 1 year, 7 months ago
- d3bc340 BUG/MINOR: cli: Don't close when SE_FL_ERR_PENDING is set in cli analyzer by Christopher Faulet · 1 year, 7 months ago
- 214f1b5 MINOR: tree-wide: Replace several chn_prod() by the corresponding SC by Christopher Faulet · 1 year, 8 months ago
- 64350bb MINOR: tree-wide: Replace several chn_cons() by the corresponding SC by Christopher Faulet · 1 year, 8 months ago
- b2b1c3a MINOR: channel/stconn: Replace sc_shutw() by sc_shutdown() by Christopher Faulet · 1 year, 8 months ago
- 208c712 MINOR: stconn: Rename SC_FL_SHUTW in SC_FL_SHUT_DONE by Christopher Faulet · 1 year, 8 months ago
- cfc11c0 MINOR: channel/stconn: Replace sc_shutr() by sc_abort() by Christopher Faulet · 1 year, 8 months ago
- 0c370ee MINOR: stconn: Rename SC_FL_SHUTR in SC_FL_ABRT_DONE by Christopher Faulet · 1 year, 8 months ago
- df7cd71 MINOR: channel/stconn: Replace channel_shutw_now() by sc_schedule_shutdown() by Christopher Faulet · 1 year, 8 months ago
- e38534c MINOR: stconn: Rename SC_FL_SHUTW_NOW in SC_FL_SHUT_WANTED by Christopher Faulet · 1 year, 8 months ago
- 12762f0 MINOR: channel/stconn: Replace channel_shutr_now() by sc_schedule_abort() by Christopher Faulet · 1 year, 8 months ago
- 573ead1 MINOR: stconn: Rename SC_FL_SHUTR_NOW in SC_FL_ABRT_WANTED by Christopher Faulet · 1 year, 8 months ago
- 1fb97e4 BUG/MEDIUM: cli: Eat output data when waiting for appctx shutdown by Christopher Faulet · 1 year, 8 months ago
- 33af996 BUG/MEDIUM: cli: Set SE_FL_EOI flag for '_getsocks' and 'quit' commands by Christopher Faulet · 1 year, 8 months ago
- 7faac7c MINOR: tree-wide: Simplifiy some tests on SHUT flags by accessing SCs directly by Christopher Faulet · 1 year, 8 months ago
- 87633c3 MEDIUM: tree-wide: Move flags about shut from the channel to the SC by Christopher Faulet · 1 year, 8 months ago
- 2fd0c76 MEDIUM: cli: Use the sedesc to report and detect end of processing by Christopher Faulet · 1 year, 8 months ago
- 68ef218 MINOR: stconn/channel: Move CF_NEVER_WAIT into the SC and rename it by Christopher Faulet · 1 year, 8 months ago
- 9a790f6 MINOR: stconn/channel: Move CF_READ_DONTWAIT into the SC and rename it by Christopher Faulet · 1 year, 8 months ago
- 1cb041a MINOR: cli: support filtering on FD types in "show fd" by Willy Tarreau · 1 year, 8 months ago
- d52f2ad DEBUG: cli/show_fd: Display connection error code by Christopher Faulet · 1 year, 9 months ago
- 677c006 MINOR: fd/cli: report the polling mask in "show fd" by Willy Tarreau · 1 year, 9 months ago
- dd3a33f BUG/MINOR: cli: fix CLI handler "set anon global-key" call by Amaury Denoyelle · 1 year, 9 months ago
- be5cc76 MINOR: stconn: Remove half-closed timeout by Christopher Faulet · 1 year, 9 months ago
- 15315d6 CLEANUP: stconn: Remove old read and write expiration dates by Christopher Faulet · 1 year, 9 months ago
- b08c525 MINOR: stconn: Always report READ/WRITE event on shutr/shutw by Christopher Faulet · 1 year, 9 months ago
- 5aaacfb MEDIUM: stconn: Replace read and write timeouts by a unique I/O timeout by Christopher Faulet · 1 year, 9 months ago
- f8413cb MEDIUM: channel/stconn: Move rex/wex timer from the channel to the sedesc by Christopher Faulet · 1 year, 10 months ago
- ed7e66f MINOR: channel/stconn: Move rto/wto from the channel to the stconn by Christopher Faulet · 1 year, 10 months ago
- 2e56a73 MAJOR: channel: Remove flags to report READ or WRITE errors by Christopher Faulet · 1 year, 10 months ago
- 81fdeb8 MEDIUM: channel: Remove CF_READ_NOEXP flag by Christopher Faulet · 1 year, 9 months ago
- f0de8ca MEDIUM: listener/config: make the "thread" parser rely on thread_sets by Willy Tarreau · 1 year, 10 months ago
- 1714680 MINOR: listener: move LI_O_UNLIMITED and LI_O_NOSTOP to bind_conf by Willy Tarreau · 1 year, 11 months ago
- 7dbd418 MINOR: listener: move the nice field to the bind_conf by Willy Tarreau · 1 year, 11 months ago
- d5983ce MINOR: listener: remove the useless ->default_target field by Willy Tarreau · 1 year, 11 months ago
- 3083615 MINOR: listener: move the ->accept callback to the bind_conf by Willy Tarreau · 1 year, 11 months ago
- da89e9b MINOR: channel/applets: Stop to test CF_WRITE_ERROR flag if CF_SHUTW is enough by Christopher Faulet · 1 year, 11 months ago
- 2357718 MEDIUM: channel: Remove CF_READ_ATTACHED and report CF_READ_EVENT instead by Christopher Faulet · 1 year, 11 months ago
- d898841 MEDIUM: channel: Use CF_WRITE_EVENT instead of CF_WRITE_PARTIAL by Christopher Faulet · 1 year, 11 months ago
- 6e1bbc4 REORG: channel: Rename CF_READ_NULL to CF_READ_EVENT by Christopher Faulet · 2 years ago
- 446d803 MINOR: channel: Don't test CF_READ_NULL while CF_SHUTR is enough by Christopher Faulet · 2 years ago
- f9607f8 REORG: activity/cli: move the "show activity" handler to activity.c by Willy Tarreau · 2 years ago
- 04b5b26 MINOR: activity: report uptime in "show activity" by Willy Tarreau · 2 years ago
- c860150 MINOR: cli: print parsed command when not found by Abhijeet Rastogi · 2 years ago
- 24e9961 MINOR: cli: define usermsgs print context by Amaury Denoyelle · 2 years ago
- 56f50a0 CLEANUP: cli: rename dynamic error printing state by Amaury Denoyelle · 2 years ago
- d786931 MINOR: cli: correct commentary and replace 'set global-key' name by Erwan Le Goas · 2 years, 2 months ago
- 3f4ae61 MINOR: cli: remove error message with 'set anon on|off' by Erwan Le Goas · 2 years, 2 months ago
- 0a0512f MINOR: mworker/cli: the mcli_reload bind_conf only send the reload status by William Lallemand · 2 years, 2 months ago
- 56f73b2 MINOR: mworker: stores the mcli_reload bind_conf by William Lallemand · 2 years, 2 months ago
- 21623b5 MINOR: mworker: mworker_cli_proxy_new_listener() returns a bind_conf by William Lallemand · 2 years, 2 months ago
- 54966df MINOR: anon: store the anonymizing key in the CLI's appctx by Erwan Le Goas · 2 years, 2 months ago
- fad9da8 MINOR: anon: store the anonymizing key in the global structure by Erwan Le Goas · 2 years, 2 months ago
- 1addf8b BUG/MEDIUM: cli: always reset the service context between commands by Willy Tarreau · 2 years, 3 months ago
- b5d062d MINOR: cli: warning on _getsocks when socket were closed by William Lallemand · 2 years, 4 months ago
- 9c821e6 Revert "MINOR: cli: emit a warning when _getsocks was used more than once" by William Lallemand · 2 years, 4 months ago
- 519cd20 MINOR: cli: emit a warning when _getsocks was used more than once by William Lallemand · 2 years, 4 months ago
- bac3a82 BUG/MINOR: mworker/cli: relative pid prefix not validated anymore by William Lallemand · 2 years, 4 months ago
- c243182 MINOR: cli/fd: show fd's tgid and refcount in "show fd" by Willy Tarreau · 2 years, 5 months ago
- 6bdf945 MINOR: cli/threads: always bind CLI to thread group 1 by Willy Tarreau · 2 years, 5 months ago
- dcbd763 MINOR: mworker/threads: limit the mworker sockets to group 1 by Willy Tarreau · 2 years, 5 months ago
- 94f763b MEDIUM: config: remove deprecated "bind-process" directives from frontends by Willy Tarreau · 2 years, 4 months ago
- 91f7a1a CLEANUP: applet: remove the obsolete command context from the appctx by Willy Tarreau · 2 years, 4 months ago
- 9a7fa90 MINOR: cli/activity: add a thread number argument to "show activity" by Willy Tarreau · 2 years, 4 months ago
- 4167e05 BUG/MEDIUM: cli: Notify cli applet won't consume data during request processing by Christopher Faulet · 2 years, 6 months ago
- c12b321 CLEANUP: applet: rename appctx_cs() to appctx_sc() by Willy Tarreau · 2 years, 6 months ago
- 475e463 CLEANUP: cli: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · 2 years, 6 months ago
- cb086c6 REORG: stconn: rename conn_stream.{c,h} to stconn.{c,h} by Willy Tarreau · 2 years, 6 months ago
- 5edca2f REORG: rename cs_utils.h to sc_strm.h by Willy Tarreau · 2 years, 6 months ago
- 74568cf CLEANUP: stconn: rename final state manipulation functions from cs_* to sc_* by Willy Tarreau · 2 years, 6 months ago
- f61dd19 CLEANUP: stconn: rename cs_{shut,chk}* to sc_* by Willy Tarreau · 2 years, 6 months ago
- 19c65a9 CLEANUP: stconn: rename remaining management functions from cs_* to sc_* by Willy Tarreau · 2 years, 6 months ago
- 99615ed CLEANUP: stconn: rename cs_rx_room_{blk,rdy} to sc_{need,have}_room() by Willy Tarreau · 2 years, 6 months ago
- 462b989 CLEANUP: stconn: rename cs_conn_*() to sc_conn_*() by Willy Tarreau · 2 years, 6 months ago