- 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, 7 months ago
- fd9417b CLEANUP: stconn: rename cs_conn() to sc_conn() by Willy Tarreau · 2 years, 7 months ago
- ea27f48 CLEANUP: stconn: rename cs_{check,strm,strm_task} to sc_strm_* by Willy Tarreau · 2 years, 7 months ago
- 40a9c32 CLEANUP: stconn: rename cs_{i,o}{b,c} to sc_{i,o}{b,c} by Willy Tarreau · 2 years, 7 months ago
- d0a06d5 CLEANUP: applet: use applet_put*() everywhere possible by Willy Tarreau · 2 years, 7 months ago
- 026e8fb CLEANUP: stconn: tree-wide rename stconn states CS_ST/SB_* to SC_ST/SB_* by Willy Tarreau · 2 years, 7 months ago
- cb04166 CLEANUP: stconn: tree-wide rename stream connector flags CS_FL_* to SC_FL_* by Willy Tarreau · 2 years, 7 months ago
- 7cb9e6c CLEANUP: stream: rename "csf" and "csb" to "scf" and "scb" by Willy Tarreau · 2 years, 7 months ago
- 4596fe2 CLEANUP: conn_stream: tree-wide rename to stconn (stream connector) by Willy Tarreau · 2 years, 7 months ago
- 798465b CLEANUP: conn_stream: rename the conn_stream's endp to sedesc by Willy Tarreau · 2 years, 7 months ago
- d869e13 CLEANUP: applet: rename the sedesc pointer from "endp" to "sedesc" by Willy Tarreau · 2 years, 7 months ago
- b605c42 CLEANUP: conn_stream: rename the stream endpoint flags CS_EP_* to SE_FL_* by Willy Tarreau · 2 years, 7 months ago
- d56377c CLEANUP: conn_stream: apply endp_flags.cocci tree-wide by Willy Tarreau · 2 years, 7 months ago
- 0698c80 CLEANUP: applet: remove the unneeded appctx->owner by Willy Tarreau · 2 years, 7 months ago
- 66435e5 CLEANUP: applet: use the appctx's endp instead of cs->endp by Willy Tarreau · 2 years, 7 months ago
- 1c0715b CLEANUP: cli: move the status print context into its own context by Willy Tarreau · 2 years, 7 months ago
- c7afedc BUILD: applet: mark the appctx's st2 variable as deprecated by Willy Tarreau · 2 years, 7 months ago
- b128f49 CLEANUP: cli: make "show cli sockets" use its own context by Willy Tarreau · 2 years, 7 months ago
- 4df54eb CLEANUP: cli: simplify the "show cli sockets" I/O handler by Willy Tarreau · 2 years, 7 months ago
- 307dbb3 CLEANUP: cli: make "show env" use its own context by Willy Tarreau · 2 years, 7 months ago
- 741a5a9 CLEANUP: cli: make "show fd" use its own context by Willy Tarreau · 2 years, 7 months ago
- 7bf20ca CLEANUP: cli: initialize the whole appctx->ctx, not just the stats part by Willy Tarreau · 2 years, 7 months ago
- f12f32a MINOR: applet: reserve some generic storage in the applet's context by Willy Tarreau · 2 years, 7 months ago
- 241a006 BUG/MEDIUM: cli: make "show cli sockets" really yield by Willy Tarreau · 2 years, 7 months ago
- 03bd395 MEDIUM: stream: remove the confusing SF_ADDR_SET flag by Willy Tarreau · 2 years, 7 months ago
- a6c4a48 BUG/MEDIUM: conn-stream: Don't erase endpoint flags on reset by Christopher Faulet · 2 years, 7 months ago
- 6b0a0fb CLEANUP: tree-wide: Remove any ref to stream-interfaces by Christopher Faulet · 2 years, 8 months ago
- 582a226 MINOR: conn-stream: Remove the stream-interface from the conn-stream by Christopher Faulet · 2 years, 8 months ago
- 0eb32c0 MINOR: stream: Use conn-stream to report server error by Christopher Faulet · 2 years, 8 months ago
- a0bdec3 MEDIUM: stream-int/conn-stream: Move blocking flags from SI to CS by Christopher Faulet · 2 years, 8 months ago
- da098e6 MINOR: stream-int/conn-stream: Move si_shut* and si_chk* in conn-stream scope by Christopher Faulet · 2 years, 8 months ago
- e39a4df MINOR: stream-int/conn-stream: Move si_conn_ready() in the conn-stream scope by Christopher Faulet · 2 years, 8 months ago
- 9125f3c MINOR: stream-int/stream: Move si_retnclose() in the stream scope by Christopher Faulet · 2 years, 8 months ago
- 62e7574 MEDIUM: stream-int/conn-stream: Move stream-interface state in the conn-stream by Christopher Faulet · 2 years, 8 months ago
- 50264b4 MEDIUM: stream-int: Move SI err_type in the stream by Christopher Faulet · 2 years, 8 months ago
- a70a354 MINOR: stream: Only save previous connection state for the server side by Christopher Faulet · 2 years, 8 months ago
- 974da9f MINOR: stream-int: Remove SI_FL_DONT_WAKE to rely on CS flags instead by Christopher Faulet · 2 years, 8 months ago
- 8abe712 MINOR: stream-int: Remove SI_FL_NOLINGER/NOHALF to rely on CS flags instead by Christopher Faulet · 2 years, 8 months ago
- 6cd56d5 MEDIUM: conn-stream: Use endpoint error instead of conn-stream error by Christopher Faulet · 2 years, 8 months ago
- af642df MINOR: stream-int/conn-stream: Report error to the CS instead of the SI by Christopher Faulet · 2 years, 8 months ago
- ae024ce MEDIUM: stream-int/stream: Use connect expiration instead of SI expiration by Christopher Faulet · 2 years, 8 months ago
- 1d98777 MINOR: stream-int/conn-stream: Move half-close timeout in the conn-stream by Christopher Faulet · 2 years, 8 months ago
- 8da67aa MEDIUM: stream-int/conn-stream: Move src/dst addresses in the conn-stream by Christopher Faulet · 2 years, 8 months ago
- 909f318 MINOR: stream-int/stream: Move conn_retries counter in the stream by Christopher Faulet · 2 years, 8 months ago
- 908628c MEDIUM: tree-wide: Use CS util functions instead of SI ones by Christopher Faulet · 2 years, 8 months ago
- 9ec2f4d MAJOR: conn-stream: Share endpoint struct between the CS and the mux/applet by Christopher Faulet · 2 years, 8 months ago
- 4465171 MINOR: cli: alphanumerically sort the dump of supported commands by Willy Tarreau · 2 years, 8 months ago
- 06d0e2e MINOR: cli: add a new keyword dump function by Willy Tarreau · 2 years, 8 months ago
- e8cefac BUG/MEDIUM: mcli: Properly handle errors and timeouts during reponse processing by Christopher Faulet · 2 years, 9 months ago
- cda94ac MAJOR: stream/conn_stream: Move the stream-interface into the conn-stream by Christopher Faulet · 3 years ago
- 0c247df MINOR: cli: Always access the stream-int via the conn-stream by Christopher Faulet · 3 years ago
- 86e1c33 MEDIUM: applet: Set the conn-stream as appctx owner instead of the stream-int by Christopher Faulet · 3 years ago
- 13a35e5 MAJOR: conn_stream/stream-int: move the appctx to the conn-stream by Christopher Faulet · 3 years ago
- e00ad35 MEDIUM: stream: No longer release backend conn-stream on connection retry by Christopher Faulet · 3 years ago
- dae12c7 MINOR: mworker/cli: add flags in the prompt by William Lallemand · 2 years, 10 months ago
- 2a17191 MINOR: mworker/cli: mcli-debug-mode enables every command by William Lallemand · 2 years, 10 months ago
- d9c2807 BUG/MINOR: mworker/cli: don't display help on master applet by William Lallemand · 2 years, 10 months ago
- fe618fb CLEANUP: cleanup a commentary in pcli_parse_request() by William Lallemand · 2 years, 10 months ago
- 7267f78 MINOR: mworker/cli: set expert/experimental mode from the CLI by William Lallemand · 2 years, 10 months ago
- ce67284 Revert "MINOR: mworker: sets used or closed worker FDs to -1" by William Lallemand · 2 years, 10 months ago
- ea7371e MINOR: mworker: sets used or closed worker FDs to -1 by William Lallemand · 2 years, 10 months ago
- a4e4d66 BUG/MEDIUM: mcli: always realign wrapping buffers before parsing them by Willy Tarreau · 2 years, 11 months ago
- 6cd93f5 BUG/MEDIUM: mcli: do not try to parse empty buffers by Willy Tarreau · 2 years, 11 months ago
- 0f727da BUG/MEDIUM: cli: Never wait for more data on client shutdown by Christopher Faulet · 2 years, 11 months ago
- 0011c25 BUG/MINOR: cli: avoid O(bufsize) parsing cost on pipelined commands by Willy Tarreau · 2 years, 11 months ago
- fa7b4f6 MEDIUM: cli: yield between each pipelined command by Willy Tarreau · 2 years, 11 months ago
- 5e87bcf CLEANUP: assorted typo fixes in the code and comments This is 29th iteration of typo fixes by Ilya Shipitsin · 3 years ago
- 740629e MINOR: cli: "show version" displays the current process version by William Lallemand · 3 years ago
- dcbe7b9 BUG/MEDIUM: mworker/cli: crash when trying to access an old PID in prompt mode by William Lallemand · 3 years ago
- d98da3b BUG/MEDIUM: cli: Properly set stream analyzers to process one command at a time by Christopher Faulet · 3 years, 1 month ago
- 2be557f MEDIUM: mworker: seamless reload use the internal sockpairs by William Lallemand · 3 years ago
- 0a1e1cb BUG/MEDIUM: cli: make sure we can report a warning from a bind keyword by Willy Tarreau · 3 years ago
- 97b5d07 BUILD: cli: clear a maybe-unused warning on some older compilers by Willy Tarreau · 3 years ago
- 3ba7c7b MINOR: mworker: ReloadFailed shown depending on failedreload by William Lallemand · 3 years, 1 month ago
- 16f16af MINOR: stream: Use backend stream-interface dst address instead of target_addr by Christopher Faulet · 3 years, 1 month ago
- c5aa113 CLEANUP: Apply strcmp.cocci by Tim Duesterhus · 3 years, 2 months ago
- f2dda52 BUG/MINOR: cli/payload: do not search for args inside payload by Willy Tarreau · 3 years, 3 months ago
- 6640dbb MINOR: cli: delare the CLI frontend as an internal proxy by William Lallemand · 3 years, 4 months ago
- b1f29bc MINOR: activity/fd: remove the dead_fd counter by Willy Tarreau · 3 years, 4 months ago
- df9caeb CLEANUP: mworker: PR_CAP already initialized with alloc_new_proxy() by William Lallemand · 3 years, 4 months ago
- ae787ba CLEANUP: mworker: use the proxy helper functions in mworker_cli_proxy_create() by William Lallemand · 3 years, 4 months ago
- d11c572 MINOR: mworker: the mworker CLI proxy is internal by William Lallemand · 3 years, 4 months ago
- dfb34a8 BUG/MINOR: cli: fix server name output in "show fd" by Willy Tarreau · 3 years, 5 months ago
- 9ab7829 MEDIUM: queue: simplify again the process_srv_queue() API (v2) by Willy Tarreau · 3 years, 5 months ago
- ccd85a3 Revert "MEDIUM: queue: simplify again the process_srv_queue() API" by Willy Tarreau · 3 years, 5 months ago
- c83e45e MEDIUM: queue: simplify again the process_srv_queue() API by Willy Tarreau · 3 years, 5 months ago
- 0274286 BUG/MAJOR: server: fix deadlock when changing maxconn via agent-check by Amaury Denoyelle · 3 years, 6 months ago
- e8422bf MEDIUM: global: remove the relative_pid from global and mworker by Willy Tarreau · 3 years, 6 months ago
- 72faef3 MEDIUM: global: remove dead code from nbproc/bind_proc removal by Willy Tarreau · 3 years, 6 months ago
- 5db446d BUILD: cli: appease a null-deref warning in cli_gen_usage_msg() by Willy Tarreau · 3 years, 7 months ago
- 92fbbcc MINOR: cli: sort the output of the "help" keywords by Willy Tarreau · 3 years, 7 months ago
- 0b1b830 MINOR: cli: make "help" support a command in argument by Willy Tarreau · 3 years, 7 months ago
- f492992 MINOR: cli: set tainted when using CLI expert/experimental mode by Amaury Denoyelle · 3 years, 7 months ago
- b205bfd CLEANUP: cli/tree-wide: properly re-align the CLI commands' help messages by Willy Tarreau · 3 years, 7 months ago