- 3824743 CLEANUP: tree-wide: use fd_set_nonblock() and fd_set_cloexec() by Willy Tarreau · Tue Apr 26 10:24:14 2022 +0200
- acef5e2 MINOR: tree-wide: always consider EWOULDBLOCK in addition to EAGAIN by Willy Tarreau · Mon Apr 25 20:32:15 2022 +0200
- 6b0a0fb CLEANUP: tree-wide: Remove any ref to stream-interfaces by Christopher Faulet · Mon Apr 04 11:29:28 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
- 908628c MEDIUM: tree-wide: Use CS util functions instead of SI ones by Christopher Faulet · Fri Mar 25 16:43:49 2022 +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
- 56be0e0 MINOR: mworker: allocate and initialize a mworker_proc by William Lallemand · Fri Jan 28 21:11:41 2022 +0100
- 55a921c BUG/MINOR: mworker: fix a FD leak of a sockpair upon a failed reload by William Lallemand · Fri Jan 28 21:17:30 2022 +0100
- 08cb945 CLEANUP: mworker: simplify mworker_free_child() by William Lallemand · Thu Jan 27 15:33:40 2022 +0100
- 90034bb MINOR: mworker: change the way we set PROC_O_LEAVING by William Lallemand · Wed Nov 10 11:26:14 2021 +0100
- 6883674 MINOR: mworker: implement a reload failure counter by William Lallemand · Wed Nov 10 10:49:06 2021 +0100
- ad221f4 MINOR: mworker: only increment the number of reload in wait mode by William Lallemand · Tue Nov 09 18:43:59 2021 +0100
- 5d71a6b CLEANUP: mworker: remove any relative PID reference by William Lallemand · Tue Nov 09 15:25:31 2021 +0100
- dfd10ab MINOR: proxy: Introduce proxy flags to replace disabled bitfield by Christopher Faulet · Wed Oct 06 14:24:19 2021 +0200
- 647a61c BUG/MINOR: proxy: Use .disabled field as a bitfield as documented by Christopher Faulet · Thu Sep 30 18:11:54 2021 +0200
- 8e765b8 MINOR: proxy: disabled takes a stopping and a disabled state by William Lallemand · Tue Aug 03 11:58:03 2021 +0200
- e8422bf MEDIUM: global: remove the relative_pid from global and mworker by Willy Tarreau · Tue Jun 15 09:08:18 2021 +0200
- 1f4fa90 BUG/MINOR: worker: Missing calloc return value check in mworker_env_to_proc_list by Remi Tricot-Le Breton · Wed May 19 10:45:12 2021 +0200
- 23c740e CLEANUP: cli/mworker: properly align the help messages by Willy Tarreau · Sun May 09 22:49:44 2021 +0200
- 7c66857 BUILD: mworker: include proxy.h in mworker.c by Willy Tarreau · Sat May 08 20:21:31 2021 +0200
- 745e98c BUILD: mworker: include tools.h from mworker.c by Willy Tarreau · Sat May 08 13:58:19 2021 +0200
- 15f9ac3 REORG: mworker: move proc_self from global to mworker by Willy Tarreau · Sat May 08 12:30:50 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
- 0182516 CLEANUP: config: make the cfg_keyword parsers take a const for the defproxy by Willy Tarreau · Tue Mar 09 09:53:46 2021 +0100
- 61cfdf4 CLEANUP: tree-wide: replace free(x);x=NULL with ha_free(&x) by Willy Tarreau · Sat Feb 20 10:46:51 2021 +0100
- 25439de BUG/MINOR: mworker: define _GNU_SOURCE for strsignal() by Bertrand Jacquin · Thu Jan 21 01:31:46 2021 +0000
- a74cb38 MINOR: protocol: register the receiver's I/O handler and not the protocol's by Willy Tarreau · Thu Oct 15 21:29:49 2020 +0200
- 18c20d2 MINOR: listeners: move the LI_O_MWORKER flag to the receiver by Willy Tarreau · Fri Oct 09 16:11:46 2020 +0200
- 75c98d1 CLEANUP: listeners: remove the do_close argument to unbind_listener() by Willy Tarreau · Fri Oct 09 15:55:23 2020 +0200
- c3914d4 MEDIUM: proxy: replace proxy->state with proxy->disabled by Willy Tarreau · Thu Sep 24 08:39:22 2020 +0200
- 43046fa MINOR: listener: move the INHERITED flag down to the receiver by Willy Tarreau · Tue Sep 01 15:41:59 2020 +0200
- b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · Tue Jun 09 09:07:15 2020 +0200
- 36979d9 REORG: include: move the error reporting functions to from log.h to errors.h by Willy Tarreau · Fri Jun 05 17:27:29 2020 +0200
- 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · Fri Jun 05 00:00:29 2020 +0200
- dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · Thu Jun 04 23:46:14 2020 +0200
- a264d96 REORG: include: move proxy.h to haproxy/proxy{,-t}.h by Willy Tarreau · Thu Jun 04 22:29:18 2020 +0200
- aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · Thu Jun 04 22:01:04 2020 +0200
- 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · Thu Jun 04 20:45:39 2020 +0200
- 83487a8 REORG: include: move cli.h to haproxy/cli{,-t}.h by Willy Tarreau · Thu Jun 04 20:19:54 2020 +0200
- 3c2a7c2 REORG: include: move peers.h to haproxy/peers{,-t}.h by Willy Tarreau · Thu Jun 04 18:38:21 2020 +0200
- 3727a8a REORG: include: move signal.h to haproxy/signal{,-t}.h by Willy Tarreau · Thu Jun 04 17:37:26 2020 +0200
- f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · Thu Jun 04 17:05:57 2020 +0200
- 213e990 REORG: include: move listener.h to haproxy/listener{,-t}.h by Willy Tarreau · Thu Jun 04 14:58:24 2020 +0200
- b5abe5b REORG: include: move mworker.h to haproxy/mworker{,-t}.h by Willy Tarreau · Thu Jun 04 14:07:37 2020 +0200
- 0f6ffd6 REORG: include: move fd.h to haproxy/fd{,-t}.h by Willy Tarreau · Wed Jun 03 19:33:00 2020 +0200
- 853b297 REORG: include: split mini-clist into haproxy/list and list-t.h by Willy Tarreau · Wed May 27 18:01:47 2020 +0200
- d678805 REORG: include: move version.h to haproxy/ by Willy Tarreau · Wed May 27 15:59:00 2020 +0200
- 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · Wed May 27 12:58:42 2020 +0200
- a655ba4 MINOR: mworker: replace ha_alert by ha_warning when exiting successfuly by William Lallemand · Wed May 06 17:27:03 2020 +0200
- d26c9f9 BUG/MINOR: mworker: properly pass SIGTTOU/SIGTTIN to workers by Willy Tarreau · Wed Dec 11 14:24:07 2019 +0100
- 76a80c7 BUILD: mworker: silence two printf format warnings around getpid() by Willy Tarreau · Sat Jun 22 07:41:38 2019 +0200
- 1dc6963 MINOR: mworker: add the HAProxy version in "show proc" by William Lallemand · Wed Jun 12 19:11:33 2019 +0200
- e8669fc MINOR: mworker: change formatting in uptime field of "show proc" by William Lallemand · Wed Jun 12 18:21:17 2019 +0200
- 9b7a976 BUG/MINOR: mworker: Fix memory leak of mworker_proc members by Tim Duesterhus · Thu May 16 20:23:22 2019 +0200
- 619a95f MEDIUM: init/mworker: make the pipe register function a regular initcall by Willy Tarreau · Mon May 20 11:12:15 2019 +0200
- 920fc8b BUG/MINOR: mworker: use after free when the PID not assigned by William Lallemand · Tue May 14 11:15:18 2019 +0200
- 27edc4b MINOR: mworker: support a configurable maximum number of reloads by William Lallemand · Tue May 07 17:49:33 2019 +0200
- 3f795f7 MEDIUM: tasks: Merge task_delete() and task_free() into task_destroy(). by Olivier Houchard · Wed Apr 17 22:51:06 2019 +0200
- 74f0ec3 BUG/MINOR: mworker: ensure that we still quits with SIGINT by William Lallemand · Tue Apr 16 17:42:44 2019 +0200
- 4cf4b33 BUG/MINOR: mworker: don't exit with an ambiguous value by William Lallemand · Tue Apr 16 17:42:43 2019 +0200
- 32b6901 BUG/MINOR: mworker: mworker_kill should apply on every children by William Lallemand · Tue Apr 16 17:42:42 2019 +0200
- 8f7069a CLEANUP: mworker: remove the type field in mworker_proc by William Lallemand · Fri Apr 12 16:09:23 2019 +0200
- 4528611 MEDIUM: mworker: store the leaving state of a process by William Lallemand · Fri Apr 12 16:09:21 2019 +0200
- ad53d6d MINOR: mworker/cli: show programs in 'show proc' by William Lallemand · Mon Apr 01 11:30:03 2019 +0200
- 9a1ee7a MEDIUM: mworker-prog: implement program for master-worker by William Lallemand · Mon Apr 01 11:30:02 2019 +0200
- 88dc7c5 REORG: mworker/cli: move CLI functions to mworker.c by William Lallemand · Mon Apr 01 11:30:01 2019 +0200
- 3f12887 MINOR: mworker: don't use children variable anymore by William Lallemand · Mon Apr 01 11:29:59 2019 +0200
- 9001ce8 REORG: mworker: move mworker_cleanlisteners to mworker.c by William Lallemand · Mon Apr 01 11:29:57 2019 +0200
- e25473c REORG: mworker: move signal handlers and related functions by William Lallemand · Mon Apr 01 11:29:56 2019 +0200
- 3fa724d REORG: mworker: move IPC functions to mworker.c by William Lallemand · Mon Apr 01 11:29:55 2019 +0200
- 3cd95d2 REORG: mworker: move signals functions to mworker.c by William Lallemand · Mon Apr 01 11:29:54 2019 +0200
- 48dfbbd REORG: mworker: move serializing functions to mworker.c by William Lallemand · Mon Apr 01 11:29:53 2019 +0200