1. 9490f9d BUG/MEDIUM: mworker: increase maxsock with each new worker by William Lallemand · 1 year ago
  2. 512df05 BUG/MINOR: mworker: prevent incorrect values in uptime by William Lallemand · 1 year, 4 months ago
  3. fa36786 BUG/MEDIUM: mworker: don't register mworker_accept_wrapper() when master FD is wrong by William Lallemand · 1 year, 4 months ago
  4. f1ff1b6 BUG/MINOR: mworker: stop doing strtok directly from the env by William Lallemand · 1 year, 4 months ago
  5. 21377a1 BUG/MEDIUM: mworker: fix segv in early failure of mworker mode with peers by William Lallemand · 1 year, 7 months ago
  6. f9a43a4 MEDIUM: mworker: set the iocb of the socketpair without using fd_insert() by William Lallemand · 2 years ago
  7. 030571a BUG/MINOR: mworker: fix a FD leak of a sockpair upon a failed reload by William Lallemand · 2 years, 5 months ago
  8. d90aa34 BUG/MINOR: worker: Missing calloc return value check in mworker_env_to_proc_list by Remi Tricot-Le Breton · 3 years, 1 month ago
  9. 23c740e CLEANUP: cli/mworker: properly align the help messages by Willy Tarreau · 3 years, 2 months ago
  10. 7c66857 BUILD: mworker: include proxy.h in mworker.c by Willy Tarreau · 3 years, 2 months ago
  11. 745e98c BUILD: mworker: include tools.h from mworker.c by Willy Tarreau · 3 years, 2 months ago
  12. 15f9ac3 REORG: mworker: move proc_self from global to mworker by Willy Tarreau · 3 years, 2 months ago
  13. 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · 3 years, 2 months ago
  14. 0182516 CLEANUP: config: make the cfg_keyword parsers take a const for the defproxy by Willy Tarreau · 3 years, 4 months ago
  15. 61cfdf4 CLEANUP: tree-wide: replace free(x);x=NULL with ha_free(&x) by Willy Tarreau · 3 years, 4 months ago
  16. 25439de BUG/MINOR: mworker: define _GNU_SOURCE for strsignal() by Bertrand Jacquin · 3 years, 5 months ago
  17. a74cb38 MINOR: protocol: register the receiver's I/O handler and not the protocol's by Willy Tarreau · 3 years, 9 months ago
  18. 18c20d2 MINOR: listeners: move the LI_O_MWORKER flag to the receiver by Willy Tarreau · 3 years, 9 months ago
  19. 75c98d1 CLEANUP: listeners: remove the do_close argument to unbind_listener() by Willy Tarreau · 3 years, 9 months ago
  20. c3914d4 MEDIUM: proxy: replace proxy->state with proxy->disabled by Willy Tarreau · 3 years, 9 months ago
  21. 43046fa MINOR: listener: move the INHERITED flag down to the receiver by Willy Tarreau · 3 years, 10 months ago
  22. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 1 month ago
  23. 36979d9 REORG: include: move the error reporting functions to from log.h to errors.h by Willy Tarreau · 4 years, 1 month ago
  24. 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · 4 years, 1 month ago
  25. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  26. a264d96 REORG: include: move proxy.h to haproxy/proxy{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  27. aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  28. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  29. 83487a8 REORG: include: move cli.h to haproxy/cli{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  30. 3c2a7c2 REORG: include: move peers.h to haproxy/peers{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  31. 3727a8a REORG: include: move signal.h to haproxy/signal{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  32. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  33. 213e990 REORG: include: move listener.h to haproxy/listener{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  34. b5abe5b REORG: include: move mworker.h to haproxy/mworker{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  35. 0f6ffd6 REORG: include: move fd.h to haproxy/fd{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  36. 853b297 REORG: include: split mini-clist into haproxy/list and list-t.h by Willy Tarreau · 4 years, 1 month ago
  37. d678805 REORG: include: move version.h to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  38. 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · 4 years, 1 month ago
  39. a655ba4 MINOR: mworker: replace ha_alert by ha_warning when exiting successfuly by William Lallemand · 4 years, 2 months ago
  40. d26c9f9 BUG/MINOR: mworker: properly pass SIGTTOU/SIGTTIN to workers by Willy Tarreau · 4 years, 7 months ago
  41. 76a80c7 BUILD: mworker: silence two printf format warnings around getpid() by Willy Tarreau · 5 years ago
  42. 1dc6963 MINOR: mworker: add the HAProxy version in "show proc" by William Lallemand · 5 years ago
  43. e8669fc MINOR: mworker: change formatting in uptime field of "show proc" by William Lallemand · 5 years ago
  44. 9b7a976 BUG/MINOR: mworker: Fix memory leak of mworker_proc members by Tim Duesterhus · 5 years ago
  45. 619a95f MEDIUM: init/mworker: make the pipe register function a regular initcall by Willy Tarreau · 5 years ago
  46. 920fc8b BUG/MINOR: mworker: use after free when the PID not assigned by William Lallemand · 5 years ago
  47. 27edc4b MINOR: mworker: support a configurable maximum number of reloads by William Lallemand · 5 years ago
  48. 3f795f7 MEDIUM: tasks: Merge task_delete() and task_free() into task_destroy(). by Olivier Houchard · 5 years ago
  49. 74f0ec3 BUG/MINOR: mworker: ensure that we still quits with SIGINT by William Lallemand · 5 years ago
  50. 4cf4b33 BUG/MINOR: mworker: don't exit with an ambiguous value by William Lallemand · 5 years ago
  51. 32b6901 BUG/MINOR: mworker: mworker_kill should apply on every children by William Lallemand · 5 years ago
  52. 8f7069a CLEANUP: mworker: remove the type field in mworker_proc by William Lallemand · 5 years ago
  53. 4528611 MEDIUM: mworker: store the leaving state of a process by William Lallemand · 5 years ago
  54. ad53d6d MINOR: mworker/cli: show programs in 'show proc' by William Lallemand · 5 years ago
  55. 9a1ee7a MEDIUM: mworker-prog: implement program for master-worker by William Lallemand · 5 years ago
  56. 88dc7c5 REORG: mworker/cli: move CLI functions to mworker.c by William Lallemand · 5 years ago
  57. 3f12887 MINOR: mworker: don't use children variable anymore by William Lallemand · 5 years ago
  58. 9001ce8 REORG: mworker: move mworker_cleanlisteners to mworker.c by William Lallemand · 5 years ago
  59. e25473c REORG: mworker: move signal handlers and related functions by William Lallemand · 5 years ago
  60. 3fa724d REORG: mworker: move IPC functions to mworker.c by William Lallemand · 5 years ago
  61. 3cd95d2 REORG: mworker: move signals functions to mworker.c by William Lallemand · 5 years ago
  62. 48dfbbd REORG: mworker: move serializing functions to mworker.c by William Lallemand · 5 years ago