- 8ee9a50 BUG/MINOR: mworker: leak of a socketpair during startup failure by William Lallemand · 1 year, 5 months ago
- 67bddbf BUG/MEDIUM: mworker: increase maxsock with each new worker by William Lallemand · 1 year, 5 months ago
- fe83f58 CLEANUP: Stop checking the pointer before calling `task_free()` by Tim Duesterhus · 1 year, 7 months ago
- 208c712 MINOR: stconn: Rename SC_FL_SHUTW in SC_FL_SHUT_DONE 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
- cc5b9fa BUG/MEDIUM: mworker: don't register mworker_accept_wrapper() when master FD is wrong by William Lallemand · 1 year, 9 months ago
- e16d320 BUG/MEDIUM: mworker: prevent inconsistent reload when upgrading from old versions by William Lallemand · 1 year, 9 months ago
- d27f457 BUG/MINOR: mworker: stop doing strtok directly from the env by William Lallemand · 1 year, 9 months ago
- 5a7f83a BUG/MINOR: mworker: prevent incorrect values in uptime by William Lallemand · 1 year, 9 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
- 1412d31 MINOR: mworker: remove unused legacy code in mworker_cleanlisteners by Aurelien DARRAGON · 2 years ago
- 035058e BUG/MEDIUM: mworker: fix segv in early failure of mworker mode with peers by William Lallemand · 2 years ago
- 1344ebd MINOR: mworker/cli: does no try to dump the startup-logs w/o USE_SHM_OPEN by William Lallemand · 2 years, 1 month ago
- 2f67dd9 CLEANUP: mworker/cli: rename the status function to loadstatus by William Lallemand · 2 years, 1 month ago
- ec1f8a6 MINOR: mworker/cli: reload command displays the startup-logs by William Lallemand · 2 years, 1 month ago
- 68192b2 MINOR: mworker: store and shows loading status by William Lallemand · 2 years, 2 months ago
- 479cb3e MINOR: mworker/cli: replace close() by fd_delete() by William Lallemand · 2 years, 2 months ago
- ec059c2 MEDIUM: mworker/cli: keep the connection of the FD that ask for a reload by William Lallemand · 2 years, 2 months ago
- 14b98ef BUG/MINOR: mworker: PROC_O_LEAVING used but not updated by William Lallemand · 2 years, 4 months ago
- 2ee490f CLEANUP: mworker: rename mworker_pipe to mworker_sockpair by William Lallemand · 2 years, 5 months ago
- 34aae2f MEDIUM: mworker: set the iocb of the socketpair without using fd_insert() by William Lallemand · 2 years, 5 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
- 40a9c32 CLEANUP: stconn: rename cs_{i,o}{b,c} to sc_{i,o}{b,c} by Willy Tarreau · 2 years, 6 months ago
- d0a06d5 CLEANUP: applet: use applet_put*() everywhere possible by Willy Tarreau · 2 years, 6 months ago
- 4596fe2 CLEANUP: conn_stream: tree-wide rename to stconn (stream connector) by Willy Tarreau · 2 years, 6 months ago
- 0698c80 CLEANUP: applet: remove the unneeded appctx->owner by Willy Tarreau · 2 years, 7 months ago
- 3824743 CLEANUP: tree-wide: use fd_set_nonblock() and fd_set_cloexec() by Willy Tarreau · 2 years, 7 months ago
- acef5e2 MINOR: tree-wide: always consider EWOULDBLOCK in addition to EAGAIN by Willy Tarreau · 2 years, 7 months ago
- 6b0a0fb CLEANUP: tree-wide: Remove any ref to stream-interfaces 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
- 908628c MEDIUM: tree-wide: Use CS util functions instead of SI ones by Christopher Faulet · 2 years, 8 months ago
- 86e1c33 MEDIUM: applet: Set the conn-stream as appctx owner instead of the stream-int by Christopher Faulet · 3 years ago
- 56be0e0 MINOR: mworker: allocate and initialize a mworker_proc by William Lallemand · 2 years, 10 months ago
- 55a921c BUG/MINOR: mworker: fix a FD leak of a sockpair upon a failed reload by William Lallemand · 2 years, 10 months ago
- 08cb945 CLEANUP: mworker: simplify mworker_free_child() by William Lallemand · 2 years, 10 months ago
- 90034bb MINOR: mworker: change the way we set PROC_O_LEAVING by William Lallemand · 3 years ago
- 6883674 MINOR: mworker: implement a reload failure counter by William Lallemand · 3 years ago
- ad221f4 MINOR: mworker: only increment the number of reload in wait mode by William Lallemand · 3 years, 1 month ago
- 5d71a6b CLEANUP: mworker: remove any relative PID reference by William Lallemand · 3 years, 1 month ago
- dfd10ab MINOR: proxy: Introduce proxy flags to replace disabled bitfield by Christopher Faulet · 3 years, 2 months ago
- 647a61c BUG/MINOR: proxy: Use .disabled field as a bitfield as documented by Christopher Faulet · 3 years, 2 months ago
- 8e765b8 MINOR: proxy: disabled takes a stopping and a disabled state by William Lallemand · 3 years, 4 months ago
- e8422bf MEDIUM: global: remove the relative_pid from global and mworker by Willy Tarreau · 3 years, 5 months ago
- 1f4fa90 BUG/MINOR: worker: Missing calloc return value check in mworker_env_to_proc_list by Remi Tricot-Le Breton · 3 years, 6 months ago
- 23c740e CLEANUP: cli/mworker: properly align the help messages by Willy Tarreau · 3 years, 7 months ago
- 7c66857 BUILD: mworker: include proxy.h in mworker.c by Willy Tarreau · 3 years, 7 months ago
- 745e98c BUILD: mworker: include tools.h from mworker.c by Willy Tarreau · 3 years, 7 months ago
- 15f9ac3 REORG: mworker: move proc_self from global to mworker by Willy Tarreau · 3 years, 7 months ago
- 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · 3 years, 7 months ago
- 0182516 CLEANUP: config: make the cfg_keyword parsers take a const for the defproxy by Willy Tarreau · 3 years, 9 months ago
- 61cfdf4 CLEANUP: tree-wide: replace free(x);x=NULL with ha_free(&x) by Willy Tarreau · 3 years, 9 months ago
- 25439de BUG/MINOR: mworker: define _GNU_SOURCE for strsignal() by Bertrand Jacquin · 3 years, 10 months ago
- a74cb38 MINOR: protocol: register the receiver's I/O handler and not the protocol's by Willy Tarreau · 4 years, 1 month ago
- 18c20d2 MINOR: listeners: move the LI_O_MWORKER flag to the receiver by Willy Tarreau · 4 years, 2 months ago
- 75c98d1 CLEANUP: listeners: remove the do_close argument to unbind_listener() by Willy Tarreau · 4 years, 2 months ago
- c3914d4 MEDIUM: proxy: replace proxy->state with proxy->disabled by Willy Tarreau · 4 years, 2 months ago
- 43046fa MINOR: listener: move the INHERITED flag down to the receiver by Willy Tarreau · 4 years, 3 months ago
- b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 6 months ago
- 36979d9 REORG: include: move the error reporting functions to from log.h to errors.h by Willy Tarreau · 4 years, 6 months ago
- 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · 4 years, 6 months ago
- dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · 4 years, 6 months ago
- a264d96 REORG: include: move proxy.h to haproxy/proxy{,-t}.h by Willy Tarreau · 4 years, 6 months ago
- aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · 4 years, 6 months ago
- 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · 4 years, 6 months ago
- 83487a8 REORG: include: move cli.h to haproxy/cli{,-t}.h by Willy Tarreau · 4 years, 6 months ago
- 3c2a7c2 REORG: include: move peers.h to haproxy/peers{,-t}.h by Willy Tarreau · 4 years, 6 months ago
- 3727a8a REORG: include: move signal.h to haproxy/signal{,-t}.h by Willy Tarreau · 4 years, 6 months ago
- f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · 4 years, 6 months ago
- 213e990 REORG: include: move listener.h to haproxy/listener{,-t}.h by Willy Tarreau · 4 years, 6 months ago
- b5abe5b REORG: include: move mworker.h to haproxy/mworker{,-t}.h by Willy Tarreau · 4 years, 6 months ago
- 0f6ffd6 REORG: include: move fd.h to haproxy/fd{,-t}.h by Willy Tarreau · 4 years, 6 months ago
- 853b297 REORG: include: split mini-clist into haproxy/list and list-t.h by Willy Tarreau · 4 years, 6 months ago
- d678805 REORG: include: move version.h to haproxy/ by Willy Tarreau · 4 years, 6 months ago
- 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · 4 years, 6 months ago
- a655ba4 MINOR: mworker: replace ha_alert by ha_warning when exiting successfuly by William Lallemand · 4 years, 7 months ago
- d26c9f9 BUG/MINOR: mworker: properly pass SIGTTOU/SIGTTIN to workers by Willy Tarreau · 5 years ago
- 76a80c7 BUILD: mworker: silence two printf format warnings around getpid() by Willy Tarreau · 5 years ago
- 1dc6963 MINOR: mworker: add the HAProxy version in "show proc" by William Lallemand · 5 years ago
- e8669fc MINOR: mworker: change formatting in uptime field of "show proc" by William Lallemand · 5 years ago
- 9b7a976 BUG/MINOR: mworker: Fix memory leak of mworker_proc members by Tim Duesterhus · 6 years ago
- 619a95f MEDIUM: init/mworker: make the pipe register function a regular initcall by Willy Tarreau · 6 years ago
- 920fc8b BUG/MINOR: mworker: use after free when the PID not assigned by William Lallemand · 6 years ago
- 27edc4b MINOR: mworker: support a configurable maximum number of reloads by William Lallemand · 6 years ago
- 3f795f7 MEDIUM: tasks: Merge task_delete() and task_free() into task_destroy(). by Olivier Houchard · 6 years ago
- 74f0ec3 BUG/MINOR: mworker: ensure that we still quits with SIGINT by William Lallemand · 6 years ago
- 4cf4b33 BUG/MINOR: mworker: don't exit with an ambiguous value by William Lallemand · 6 years ago
- 32b6901 BUG/MINOR: mworker: mworker_kill should apply on every children by William Lallemand · 6 years ago
- 8f7069a CLEANUP: mworker: remove the type field in mworker_proc by William Lallemand · 6 years ago
- 4528611 MEDIUM: mworker: store the leaving state of a process by William Lallemand · 6 years ago
- ad53d6d MINOR: mworker/cli: show programs in 'show proc' by William Lallemand · 6 years ago
- 9a1ee7a MEDIUM: mworker-prog: implement program for master-worker by William Lallemand · 6 years ago
- 88dc7c5 REORG: mworker/cli: move CLI functions to mworker.c by William Lallemand · 6 years ago
- 3f12887 MINOR: mworker: don't use children variable anymore by William Lallemand · 6 years ago
- 9001ce8 REORG: mworker: move mworker_cleanlisteners to mworker.c by William Lallemand · 6 years ago
- e25473c REORG: mworker: move signal handlers and related functions by William Lallemand · 6 years ago
- 3fa724d REORG: mworker: move IPC functions to mworker.c by William Lallemand · 6 years ago