1. dfd10ab MINOR: proxy: Introduce proxy flags to replace disabled bitfield by Christopher Faulet · Wed Oct 06 14:24:19 2021 +0200
  2. 647a61c BUG/MINOR: proxy: Use .disabled field as a bitfield as documented by Christopher Faulet · Thu Sep 30 18:11:54 2021 +0200
  3. 8e765b8 MINOR: proxy: disabled takes a stopping and a disabled state by William Lallemand · Tue Aug 03 11:58:03 2021 +0200
  4. e8422bf MEDIUM: global: remove the relative_pid from global and mworker by Willy Tarreau · Tue Jun 15 09:08:18 2021 +0200
  5. 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
  6. 23c740e CLEANUP: cli/mworker: properly align the help messages by Willy Tarreau · Sun May 09 22:49:44 2021 +0200
  7. 7c66857 BUILD: mworker: include proxy.h in mworker.c by Willy Tarreau · Sat May 08 20:21:31 2021 +0200
  8. 745e98c BUILD: mworker: include tools.h from mworker.c by Willy Tarreau · Sat May 08 13:58:19 2021 +0200
  9. 15f9ac3 REORG: mworker: move proc_self from global to mworker by Willy Tarreau · Sat May 08 12:30:50 2021 +0200
  10. 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · Wed Apr 21 07:32:39 2021 +0200
  11. 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
  12. 61cfdf4 CLEANUP: tree-wide: replace free(x);x=NULL with ha_free(&x) by Willy Tarreau · Sat Feb 20 10:46:51 2021 +0100
  13. 25439de BUG/MINOR: mworker: define _GNU_SOURCE for strsignal() by Bertrand Jacquin · Thu Jan 21 01:31:46 2021 +0000
  14. 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
  15. 18c20d2 MINOR: listeners: move the LI_O_MWORKER flag to the receiver by Willy Tarreau · Fri Oct 09 16:11:46 2020 +0200
  16. 75c98d1 CLEANUP: listeners: remove the do_close argument to unbind_listener() by Willy Tarreau · Fri Oct 09 15:55:23 2020 +0200
  17. c3914d4 MEDIUM: proxy: replace proxy->state with proxy->disabled by Willy Tarreau · Thu Sep 24 08:39:22 2020 +0200
  18. 43046fa MINOR: listener: move the INHERITED flag down to the receiver by Willy Tarreau · Tue Sep 01 15:41:59 2020 +0200
  19. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · Tue Jun 09 09:07:15 2020 +0200
  20. 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
  21. 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · Fri Jun 05 00:00:29 2020 +0200
  22. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · Thu Jun 04 23:46:14 2020 +0200
  23. a264d96 REORG: include: move proxy.h to haproxy/proxy{,-t}.h by Willy Tarreau · Thu Jun 04 22:29:18 2020 +0200
  24. aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · Thu Jun 04 22:01:04 2020 +0200
  25. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · Thu Jun 04 20:45:39 2020 +0200
  26. 83487a8 REORG: include: move cli.h to haproxy/cli{,-t}.h by Willy Tarreau · Thu Jun 04 20:19:54 2020 +0200
  27. 3c2a7c2 REORG: include: move peers.h to haproxy/peers{,-t}.h by Willy Tarreau · Thu Jun 04 18:38:21 2020 +0200
  28. 3727a8a REORG: include: move signal.h to haproxy/signal{,-t}.h by Willy Tarreau · Thu Jun 04 17:37:26 2020 +0200
  29. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · Thu Jun 04 17:05:57 2020 +0200
  30. 213e990 REORG: include: move listener.h to haproxy/listener{,-t}.h by Willy Tarreau · Thu Jun 04 14:58:24 2020 +0200
  31. b5abe5b REORG: include: move mworker.h to haproxy/mworker{,-t}.h by Willy Tarreau · Thu Jun 04 14:07:37 2020 +0200
  32. 0f6ffd6 REORG: include: move fd.h to haproxy/fd{,-t}.h by Willy Tarreau · Wed Jun 03 19:33:00 2020 +0200
  33. 853b297 REORG: include: split mini-clist into haproxy/list and list-t.h by Willy Tarreau · Wed May 27 18:01:47 2020 +0200
  34. d678805 REORG: include: move version.h to haproxy/ by Willy Tarreau · Wed May 27 15:59:00 2020 +0200
  35. 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
  36. a655ba4 MINOR: mworker: replace ha_alert by ha_warning when exiting successfuly by William Lallemand · Wed May 06 17:27:03 2020 +0200
  37. d26c9f9 BUG/MINOR: mworker: properly pass SIGTTOU/SIGTTIN to workers by Willy Tarreau · Wed Dec 11 14:24:07 2019 +0100
  38. 76a80c7 BUILD: mworker: silence two printf format warnings around getpid() by Willy Tarreau · Sat Jun 22 07:41:38 2019 +0200
  39. 1dc6963 MINOR: mworker: add the HAProxy version in "show proc" by William Lallemand · Wed Jun 12 19:11:33 2019 +0200
  40. e8669fc MINOR: mworker: change formatting in uptime field of "show proc" by William Lallemand · Wed Jun 12 18:21:17 2019 +0200
  41. 9b7a976 BUG/MINOR: mworker: Fix memory leak of mworker_proc members by Tim Duesterhus · Thu May 16 20:23:22 2019 +0200
  42. 619a95f MEDIUM: init/mworker: make the pipe register function a regular initcall by Willy Tarreau · Mon May 20 11:12:15 2019 +0200
  43. 920fc8b BUG/MINOR: mworker: use after free when the PID not assigned by William Lallemand · Tue May 14 11:15:18 2019 +0200
  44. 27edc4b MINOR: mworker: support a configurable maximum number of reloads by William Lallemand · Tue May 07 17:49:33 2019 +0200
  45. 3f795f7 MEDIUM: tasks: Merge task_delete() and task_free() into task_destroy(). by Olivier Houchard · Wed Apr 17 22:51:06 2019 +0200
  46. 74f0ec3 BUG/MINOR: mworker: ensure that we still quits with SIGINT by William Lallemand · Tue Apr 16 17:42:44 2019 +0200
  47. 4cf4b33 BUG/MINOR: mworker: don't exit with an ambiguous value by William Lallemand · Tue Apr 16 17:42:43 2019 +0200
  48. 32b6901 BUG/MINOR: mworker: mworker_kill should apply on every children by William Lallemand · Tue Apr 16 17:42:42 2019 +0200
  49. 8f7069a CLEANUP: mworker: remove the type field in mworker_proc by William Lallemand · Fri Apr 12 16:09:23 2019 +0200
  50. 4528611 MEDIUM: mworker: store the leaving state of a process by William Lallemand · Fri Apr 12 16:09:21 2019 +0200
  51. ad53d6d MINOR: mworker/cli: show programs in 'show proc' by William Lallemand · Mon Apr 01 11:30:03 2019 +0200
  52. 9a1ee7a MEDIUM: mworker-prog: implement program for master-worker by William Lallemand · Mon Apr 01 11:30:02 2019 +0200
  53. 88dc7c5 REORG: mworker/cli: move CLI functions to mworker.c by William Lallemand · Mon Apr 01 11:30:01 2019 +0200
  54. 3f12887 MINOR: mworker: don't use children variable anymore by William Lallemand · Mon Apr 01 11:29:59 2019 +0200
  55. 9001ce8 REORG: mworker: move mworker_cleanlisteners to mworker.c by William Lallemand · Mon Apr 01 11:29:57 2019 +0200
  56. e25473c REORG: mworker: move signal handlers and related functions by William Lallemand · Mon Apr 01 11:29:56 2019 +0200
  57. 3fa724d REORG: mworker: move IPC functions to mworker.c by William Lallemand · Mon Apr 01 11:29:55 2019 +0200
  58. 3cd95d2 REORG: mworker: move signals functions to mworker.c by William Lallemand · Mon Apr 01 11:29:54 2019 +0200
  59. 48dfbbd REORG: mworker: move serializing functions to mworker.c by William Lallemand · Mon Apr 01 11:29:53 2019 +0200