Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
c086960a0324669d32dfd1526845828ce947ea2c
/
src
/
cli.c
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
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
7cb9e6c
CLEANUP: stream: rename "csf" and "csb" to "scf" and "scb"
by Willy Tarreau
· Tue May 17 19:40:40 2022 +0200
4596fe2
CLEANUP: conn_stream: tree-wide rename to stconn (stream connector)
by Willy Tarreau
· Tue May 17 19:07:51 2022 +0200
798465b
CLEANUP: conn_stream: rename the conn_stream's endp to sedesc
by Willy Tarreau
· Tue May 17 18:20:02 2022 +0200
d869e13
CLEANUP: applet: rename the sedesc pointer from "endp" to "sedesc"
by Willy Tarreau
· Tue May 17 18:05:31 2022 +0200
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
d56377c
CLEANUP: conn_stream: apply endp_flags.cocci tree-wide
by Willy Tarreau
· Tue May 17 16:31:36 2022 +0200
0698c80
CLEANUP: applet: remove the unneeded appctx->owner
by Willy Tarreau
· Wed May 11 14:09:57 2022 +0200
66435e5
CLEANUP: applet: use the appctx's endp instead of cs->endp
by Willy Tarreau
· Tue May 10 11:32:31 2022 +0200
1c0715b
CLEANUP: cli: move the status print context into its own context
by Willy Tarreau
· Fri May 06 17:16:35 2022 +0200
c7afedc
BUILD: applet: mark the appctx's st2 variable as deprecated
by Willy Tarreau
· Thu May 05 20:01:54 2022 +0200
b128f49
CLEANUP: cli: make "show cli sockets" use its own context
by Willy Tarreau
· Thu May 05 19:11:05 2022 +0200
4df54eb
CLEANUP: cli: simplify the "show cli sockets" I/O handler
by Willy Tarreau
· Thu May 05 18:52:36 2022 +0200
307dbb3
CLEANUP: cli: make "show env" use its own context
by Willy Tarreau
· Thu May 05 17:45:52 2022 +0200
741a5a9
CLEANUP: cli: make "show fd" use its own context
by Willy Tarreau
· Thu May 05 17:56:58 2022 +0200
7bf20ca
CLEANUP: cli: initialize the whole appctx->ctx, not just the stats part
by Willy Tarreau
· Tue May 03 17:02:03 2022 +0200
f12f32a
MINOR: applet: reserve some generic storage in the applet's context
by Willy Tarreau
· Mon May 02 14:57:03 2022 +0200
241a006
BUG/MEDIUM: cli: make "show cli sockets" really yield
by Willy Tarreau
· Thu May 05 18:29:25 2022 +0200
03bd395
MEDIUM: stream: remove the confusing SF_ADDR_SET flag
by Willy Tarreau
· Mon May 02 16:36:47 2022 +0200
a6c4a48
BUG/MEDIUM: conn-stream: Don't erase endpoint flags on reset
by Christopher Faulet
· Thu Apr 28 18:25:24 2022 +0200
6b0a0fb
CLEANUP: tree-wide: Remove any ref to stream-interfaces
by Christopher Faulet
· Mon Apr 04 11:29:28 2022 +0200
582a226
MINOR: conn-stream: Remove the stream-interface from the conn-stream
by Christopher Faulet
· Mon Apr 04 11:25:59 2022 +0200
0eb32c0
MINOR: stream: Use conn-stream to report server error
by Christopher Faulet
· Mon Apr 04 11:06:31 2022 +0200
a0bdec3
MEDIUM: stream-int/conn-stream: Move blocking flags from SI to CS
by Christopher Faulet
· Mon Apr 04 07:51:21 2022 +0200
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
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
9125f3c
MINOR: stream-int/stream: Move si_retnclose() in the stream scope
by Christopher Faulet
· Thu Mar 31 09:47:24 2022 +0200
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
50264b4
MEDIUM: stream-int: Move SI err_type in the stream
by Christopher Faulet
· Wed Mar 30 19:39:30 2022 +0200
a70a354
MINOR: stream: Only save previous connection state for the server side
by Christopher Faulet
· Wed Mar 30 17:13:02 2022 +0200
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
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
6cd56d5
MEDIUM: conn-stream: Use endpoint error instead of conn-stream error
by Christopher Faulet
· Wed Mar 30 10:47:32 2022 +0200
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
ae024ce
MEDIUM: stream-int/stream: Use connect expiration instead of SI expiration
by Christopher Faulet
· Tue Mar 29 19:02:31 2022 +0200
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
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
909f318
MINOR: stream-int/stream: Move conn_retries counter in the stream
by Christopher Faulet
· Tue Mar 29 15:42:09 2022 +0200
908628c
MEDIUM: tree-wide: Use CS util functions instead of SI ones
by Christopher Faulet
· Fri Mar 25 16:43:49 2022 +0100
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
4465171
MINOR: cli: alphanumerically sort the dump of supported commands
by Willy Tarreau
· Wed Mar 30 12:02:35 2022 +0200
06d0e2e
MINOR: cli: add a new keyword dump function
by Willy Tarreau
· Tue Mar 29 15:25:30 2022 +0200
e8cefac
BUG/MEDIUM: mcli: Properly handle errors and timeouts during reponse processing
by Christopher Faulet
· Mon Mar 07 18:20:21 2022 +0100
cda94ac
MAJOR: stream/conn_stream: Move the stream-interface into the conn-stream
by Christopher Faulet
· Thu Dec 23 17:28:17 2021 +0100
0c247df
MINOR: cli: Always access the stream-int via the conn-stream
by Christopher Faulet
· Thu Dec 23 13:29:48 2021 +0100
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
13a35e5
MAJOR: conn_stream/stream-int: move the appctx to the conn-stream
by Christopher Faulet
· Mon Dec 20 15:34:16 2021 +0100
e00ad35
MEDIUM: stream: No longer release backend conn-stream on connection retry
by Christopher Faulet
· Thu Dec 16 14:44:31 2021 +0100
dae12c7
MINOR: mworker/cli: add flags in the prompt
by William Lallemand
· Wed Feb 02 14:13:54 2022 +0100
2a17191
MINOR: mworker/cli: mcli-debug-mode enables every command
by William Lallemand
· Wed Feb 02 11:43:20 2022 +0100
d9c2807
BUG/MINOR: mworker/cli: don't display help on master applet
by William Lallemand
· Wed Feb 02 11:23:58 2022 +0100
fe618fb
CLEANUP: cleanup a commentary in pcli_parse_request()
by William Lallemand
· Wed Feb 02 14:07:08 2022 +0100
7267f78
MINOR: mworker/cli: set expert/experimental mode from the CLI
by William Lallemand
· Tue Feb 01 16:08:50 2022 +0100
ce67284
Revert "MINOR: mworker: sets used or closed worker FDs to -1"
by William Lallemand
· Mon Jan 31 19:06:07 2022 +0100
ea7371e
MINOR: mworker: sets used or closed worker FDs to -1
by William Lallemand
· Mon Jan 31 11:01:24 2022 +0100
a4e4d66
BUG/MEDIUM: mcli: always realign wrapping buffers before parsing them
by Willy Tarreau
· Thu Jan 20 08:47:35 2022 +0100
6cd93f5
BUG/MEDIUM: mcli: do not try to parse empty buffers
by Willy Tarreau
· Thu Jan 20 08:31:50 2022 +0100
0f727da
BUG/MEDIUM: cli: Never wait for more data on client shutdown
by Christopher Faulet
· Tue Jan 18 08:44:23 2022 +0100
0011c25
BUG/MINOR: cli: avoid O(bufsize) parsing cost on pipelined commands
by Willy Tarreau
· Wed Jan 19 17:23:52 2022 +0100
fa7b4f6
MEDIUM: cli: yield between each pipelined command
by Willy Tarreau
· Wed Jan 19 17:11:36 2022 +0100
5e87bcf
CLEANUP: assorted typo fixes in the code and comments This is 29th iteration of typo fixes
by Ilya Shipitsin
· Sat Dec 25 11:45:52 2021 +0500
740629e
MINOR: cli: "show version" displays the current process version
by William Lallemand
· Tue Dec 14 15:22:29 2021 +0100
dcbe7b9
BUG/MEDIUM: mworker/cli: crash when trying to access an old PID in prompt mode
by William Lallemand
· Fri Dec 10 14:14:53 2021 +0100
d98da3b
BUG/MEDIUM: cli: Properly set stream analyzers to process one command at a time
by Christopher Faulet
· Mon Oct 18 14:52:49 2021 +0200
2be557f
MEDIUM: mworker: seamless reload use the internal sockpairs
by William Lallemand
· Wed Nov 24 18:45:37 2021 +0100
0a1e1cb
BUG/MEDIUM: cli: make sure we can report a warning from a bind keyword
by Willy Tarreau
· Sat Nov 20 20:10:41 2021 +0100
97b5d07
BUILD: cli: clear a maybe-unused warning on some older compilers
by Willy Tarreau
· Sat Nov 20 19:17:38 2021 +0100
3ba7c7b
MINOR: mworker: ReloadFailed shown depending on failedreload
by William Lallemand
· Wed Nov 10 10:57:18 2021 +0100
16f16af
MINOR: stream: Use backend stream-interface dst address instead of target_addr
by Christopher Faulet
· Wed Oct 27 09:34:56 2021 +0200
c5aa113
CLEANUP: Apply strcmp.cocci
by Tim Duesterhus
· Sat Oct 16 17:48:15 2021 +0200
f2dda52
BUG/MINOR: cli/payload: do not search for args inside payload
by Willy Tarreau
· Fri Sep 17 11:07:45 2021 +0200
6640dbb
MINOR: cli: delare the CLI frontend as an internal proxy
by William Lallemand
· Fri Aug 13 15:31:33 2021 +0200
b1f29bc
MINOR: activity/fd: remove the dead_fd counter
by Willy Tarreau
· Tue Aug 03 10:59:50 2021 +0200
df9caeb
CLEANUP: mworker: PR_CAP already initialized with alloc_new_proxy()
by William Lallemand
· Thu Jul 29 15:35:48 2021 +0200
ae787ba
CLEANUP: mworker: use the proxy helper functions in mworker_cli_proxy_create()
by William Lallemand
· Thu Jul 29 15:13:22 2021 +0200
d11c572
MINOR: mworker: the mworker CLI proxy is internal
by William Lallemand
· Wed Jul 28 17:40:56 2021 +0200
dfb34a8
BUG/MINOR: cli: fix server name output in "show fd"
by Willy Tarreau
· Tue Jul 06 11:41:10 2021 +0200
9ab7829
MEDIUM: queue: simplify again the process_srv_queue() API (v2)
by Willy Tarreau
· Tue Jun 22 18:47:51 2021 +0200
ccd85a3
Revert "MEDIUM: queue: simplify again the process_srv_queue() API"
by Willy Tarreau
· Thu Jun 24 07:22:18 2021 +0200
c83e45e
MEDIUM: queue: simplify again the process_srv_queue() API
by Willy Tarreau
· Tue Jun 22 18:47:51 2021 +0200
0274286
BUG/MAJOR: server: fix deadlock when changing maxconn via agent-check
by Amaury Denoyelle
· Fri Jun 18 11:11:36 2021 +0200
e8422bf
MEDIUM: global: remove the relative_pid from global and mworker
by Willy Tarreau
· Tue Jun 15 09:08:18 2021 +0200
72faef3
MEDIUM: global: remove dead code from nbproc/bind_proc removal
by Willy Tarreau
· Tue Jun 15 08:36:30 2021 +0200
5db446d
BUILD: cli: appease a null-deref warning in cli_gen_usage_msg()
by Willy Tarreau
· Mon May 10 07:47:05 2021 +0200
92fbbcc
MINOR: cli: sort the output of the "help" keywords
by Willy Tarreau
· Sun May 09 21:45:29 2021 +0200
0b1b830
MINOR: cli: make "help" support a command in argument
by Willy Tarreau
· Sun May 09 20:59:23 2021 +0200
f492992
MINOR: cli: set tainted when using CLI expert/experimental mode
by Amaury Denoyelle
· Wed May 05 16:29:23 2021 +0200
b205bfd
CLEANUP: cli/tree-wide: properly re-align the CLI commands' help messages
by Willy Tarreau
· Fri May 07 11:38:37 2021 +0200
18b2a9d
BUG/MEDIUM: cli: prevent memory leak on write errors
by Willy Tarreau
· Tue May 04 16:27:45 2021 +0200
2b71810
CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion
by Willy Tarreau
· Wed Apr 21 07:32:39 2021 +0200
0c6d1dc
BUG/MINOR: listener: Handle allocation error when allocating a new bind_conf
by Christopher Faulet
· Mon Apr 12 16:56:37 2021 +0200
4781b15
CLEANUP: atomic/tree-wide: replace single increments/decrements with inc/dec
by Willy Tarreau
· Tue Apr 06 13:53:36 2021 +0200
184b212
MINOR: cli/show-fd: slightly reorganize the FD status flags
by Willy Tarreau
· Wed Apr 07 08:48:12 2021 +0200
9063a66
MINOR: fd: move .exported into fdtab[].state
by Willy Tarreau
· Tue Apr 06 18:09:06 2021 +0200
030dae1
MINOR: fd: move .cloned into fdtab[].state
by Willy Tarreau
· Tue Apr 06 17:53:33 2021 +0200
b41a6e9
MINOR: fd: move .linger_risk into fdtab[].state
by Willy Tarreau
· Tue Apr 06 17:49:19 2021 +0200
f509065
MEDIUM: fd: merge fdtab[].ev and state for FD_EV_* and FD_POLL_* into state
by Willy Tarreau
· Tue Apr 06 17:23:40 2021 +0200
8d27c20
MEDIUM: fd: prepare FD_POLL_* to move to bits 8-15
by Willy Tarreau
· Tue Apr 06 16:55:17 2021 +0200
18487fb
MINOR: cli: implement experimental-mode
by Amaury Denoyelle
· Thu Mar 18 15:32:53 2021 +0100
Next »