1. 9a1ee7a MEDIUM: mworker-prog: implement program for master-worker by William Lallemand · Mon Apr 01 11:30:02 2019 +0200
  2. 3f12887 MINOR: mworker: don't use children variable anymore by William Lallemand · Mon Apr 01 11:29:59 2019 +0200
  3. f3a8683 MINOR: mworker: calloc mworker_proc structures by William Lallemand · Mon Apr 01 11:29:58 2019 +0200
  4. 9001ce8 REORG: mworker: move mworker_cleanlisteners to mworker.c by William Lallemand · Mon Apr 01 11:29:57 2019 +0200
  5. e25473c REORG: mworker: move signal handlers and related functions by William Lallemand · Mon Apr 01 11:29:56 2019 +0200
  6. 3fa724d REORG: mworker: move IPC functions to mworker.c by William Lallemand · Mon Apr 01 11:29:55 2019 +0200
  7. 3cd95d2 REORG: mworker: move signals functions to mworker.c by William Lallemand · Mon Apr 01 11:29:54 2019 +0200
  8. 48dfbbd REORG: mworker: move serializing functions to mworker.c by William Lallemand · Mon Apr 01 11:29:53 2019 +0200
  9. 7b5654f BUILD: re-implement an initcall variant without using executable sections by Willy Tarreau · Fri Mar 29 21:30:17 2019 +0100
  10. f94afeb BUG/MEDIUM: mworker: don't free the wrong child when not found by William Lallemand · Wed Mar 27 14:19:10 2019 +0100
  11. 7728ed3 BUILD: report the whole feature set with their status in haproxy -vv by Willy Tarreau · Wed Mar 27 13:20:08 2019 +0100
  12. 679bba1 MINOR: init: report the list of optionally available services by Willy Tarreau · Tue Mar 19 08:08:10 2019 +0100
  13. 3f20085 BUG/MEDIUM: init/threads: consider epoll_fd/pipes for automatic maxconn calculation by Willy Tarreau · Thu Mar 14 19:13:17 2019 +0100
  14. 2c58b41 BUG/MEDIUM: threads/fd: do not forget to take into account epoll_fd/pipes by Willy Tarreau · Thu Mar 14 19:10:55 2019 +0100
  15. df23c0c MINOR: config: continue to rely on DEFAULT_MAXCONN to set the minimum maxconn by Willy Tarreau · Wed Mar 13 10:10:49 2019 +0100
  16. ca783d4 MINOR: config: remove obsolete use of DEFAULT_MAXCONN at various places by Willy Tarreau · Wed Mar 13 10:03:07 2019 +0100
  17. b23a61f MEDIUM: threads: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · Fri Mar 08 18:51:17 2019 +0100
  18. ac35093 MEDIUM: init: make the global maxconn default to what rlim_fd_cur permits by Willy Tarreau · Fri Mar 01 15:43:14 2019 +0100
  19. 8d687d8 MINOR: init: move some maxsock updates earlier by Willy Tarreau · Fri Mar 01 09:39:42 2019 +0100
  20. 5a023f0 MINOR: init: make the maxpipe computation more accurate by Willy Tarreau · Fri Mar 01 14:19:31 2019 +0100
  21. 8dca195 BUG/MINOR: mworker: be careful to restore the original rlim_fd_cur/max on reload by Willy Tarreau · Fri Mar 01 10:21:55 2019 +0100
  22. e5cfdac BUG/MINOR: init: never lower rlim_fd_max by Willy Tarreau · Fri Mar 01 10:32:05 2019 +0100
  23. bf69640 MINOR: global: keep a copy of the initial rlim_fd_cur and rlim_fd_max values by Willy Tarreau · Fri Mar 01 10:09:28 2019 +0100
  24. c8d5b95 MEDIUM: config: don't enforce a low frontend maxconn value anymore by Willy Tarreau · Wed Feb 27 17:25:52 2019 +0100
  25. 149ab77 MAJOR: threads: enable one thread per CPU by default by Willy Tarreau · Sat Jan 26 14:27:06 2019 +0100
  26. 7ac908b MINOR: config: add global tune.listener.multi-queue setting by Willy Tarreau · Wed Feb 27 12:02:18 2019 +0100
  27. 9ea5d36 MEDIUM: servers: Reorganize the way idle connections are cleaned. by Olivier Houchard · Thu Feb 14 18:29:09 2019 +0100
  28. 6c1b667 [RELEASE] Released version 2.0-dev1 by Willy Tarreau · Tue Feb 26 16:43:49 2019 +0100
  29. f131481 BUG/MEDIUM: servers: Add a per-thread counter of idle connections. by Olivier Houchard · Mon Feb 18 16:41:17 2019 +0100
  30. ff9c914 MINOR: config: make MAX_PROCS configurable at build time by Willy Tarreau · Thu Feb 07 10:39:36 2019 +0100
  31. a38a717 MINOR: config: keep an all_proc_mask like we have all_threads_mask by Willy Tarreau · Sat Feb 02 17:11:28 2019 +0100
  32. 13ebef7 BUG/MINOR: deinit: tcp_rep.inspect_rules not deinit, add to deinit by Kevin Zhu · Wed Jan 30 16:01:21 2019 +0800
  33. 0cac26c MEDIUM: backend: move all LB algo parameters into an union by Willy Tarreau · Mon Jan 14 16:55:42 2019 +0100
  34. 4c03d1c MINOR: backend: move url_param_name/len to lbprm.arg_str/len by Willy Tarreau · Mon Jan 14 15:23:54 2019 +0100
  35. 909b9d8 BUILD: add a new file "version.c" to carry version updates by Willy Tarreau · Fri Jan 04 18:20:32 2019 +0100
  36. d22d69b CLEANUP: remove my name and address from the copyright banner by Willy Tarreau · Wed Dec 19 19:07:04 2018 +0100
  37. a57b7e3 MINOR: cli: implements 'reload' on master CLI by William Lallemand · Fri Dec 14 21:11:31 2018 +0100
  38. 6e0d8ae BUG/MINOR: mworker: don't use unitialized mworker_proc struct by William Lallemand · Fri Dec 14 19:31:21 2018 +0100
  39. 2672eb9 MINOR: mworker: set all_threads_mask and pid_bit to 1 by William Lallemand · Fri Dec 14 15:52:39 2018 +0100
  40. c77d364 MINOR: config: round up global.tune.bufsize to the next multiple of 2 void* by Willy Tarreau · Wed Dec 12 06:19:42 2018 +0100
  41. 27f3fa5 BUG/MEDIUM: mworker: stop every tasks in the master by William Lallemand · Thu Dec 06 14:05:20 2018 +0100
  42. 2fd45fa BUG/MEDIUM: mworker: stop proxies which have no listener in the master by William Lallemand · Mon Dec 03 20:34:44 2018 +0100
  43. 0c18a6f MEDIUM: servers: Add a way to keep idle connections alive. by Olivier Houchard · Sun Dec 02 14:11:41 2018 +0100
  44. b6b3df3 MEDIUM: initcall: use initcalls for a few initialization functions by Willy Tarreau · Mon Nov 26 16:31:20 2018 +0100
  45. 2455ceb MEDIUM: memory: use pool_destroy_all() to destroy all pools on deinit() by Willy Tarreau · Mon Nov 26 15:57:34 2018 +0100
  46. 8ceae72 MEDIUM: init: use initcall for all fixed size pool creations by Willy Tarreau · Mon Nov 26 11:58:30 2018 +0100
  47. 5794fb0 MINOR: init: process all initcalls in order at boot time by Willy Tarreau · Sun Nov 25 18:43:29 2018 +0100
  48. 7c756a8 BUG/MEDIUM: mworker: fix FD leak upon reload by William Lallemand · Mon Nov 26 11:53:40 2018 +0100
  49. 742e0f9 BUG/MINOR: mworker: Do not attempt to close(2) fd -1 by Tim Duesterhus · Sun Nov 25 20:03:39 2018 +0100
  50. 7fc3be7 MINOR: servers: Free [idle|safe|priv]_conns on exit. by Olivier Houchard · Thu Nov 22 18:50:54 2018 +0100
  51. 609aad9 REORG: time/activity: move activity measurements to activity.{c,h} by Willy Tarreau · Thu Nov 22 08:31:09 2018 +0100
  52. 0564d41 BUG/MEDIUM: mworker: unregister the signals of main() by William Lallemand · Tue Nov 20 17:36:53 2018 +0100
  53. 220567e MINOR: mworker: use ha_notice to announce a new worker by William Lallemand · Wed Nov 21 18:04:53 2018 +0100
  54. 944e619 MEDIUM: mworker: wait mode use standard init code path by William Lallemand · Wed Nov 21 15:48:31 2018 +0100
  55. 16dd1b3 MINOR: cli: show master information in 'show proc' by William Lallemand · Mon Nov 19 18:46:18 2018 +0100
  56. e368330 MINOR: cli: displays uptime in `show proc` by William Lallemand · Mon Nov 19 18:46:17 2018 +0100
  57. 07a0834 MINOR: Fix an error message thrown when we run out of memory by Joseph Herlant · Thu Nov 15 10:43:05 2018 -0800
  58. 0342090 CLEANUP: Fix some typos in the haproxy subsystem by Joseph Herlant · Thu Nov 15 10:41:50 2018 -0800
  59. a719926 MEDIUM: jobs: support unstoppable jobs for soft stop by William Lallemand · Fri Nov 16 16:57:20 2018 +0100
  60. 2e8fad9 MINOR: mworker: only close std{in,out,err} in daemon mode by William Lallemand · Tue Nov 13 16:18:23 2018 +0100
  61. 42d9e5a BUILD/MEDIUM: threads/affinity: DragonFly build fix by David Carlier · Mon Nov 12 16:22:19 2018 +0000
  62. e260e0d BUG/MEDIUM: cli: crash when trying to access a worker by William Lallemand · Thu Nov 08 12:00:14 2018 +0100
  63. a90cacf BUG/MEDIUM: mworker: does not abort() in mworker_pipe_register() by William Lallemand · Wed Nov 07 08:38:32 2018 +0100
  64. 7216032 MEDIUM: mworker: leave when the master die by William Lallemand · Tue Nov 06 17:37:16 2018 +0100
  65. 5d05db8 MINOR: mworker: displays a message when a worker is forked by William Lallemand · Tue Nov 06 17:37:15 2018 +0100
  66. 9172374 MEDIUM: mworker: exit with the incriminated exit code by William Lallemand · Tue Nov 06 17:37:14 2018 +0100
  67. 18e52a8 MINOR: mworker: displays more information when leaving by William Lallemand · Tue Nov 06 17:37:13 2018 +0100
  68. 550db6d MEDIUM: mworker: does not create the CLI proxy when no listener by William Lallemand · Tue Nov 06 17:37:12 2018 +0100
  69. 2d372c2 MINOR: stats: report the number of currently connected peers by Willy Tarreau · Mon Nov 05 17:12:27 2018 +0100
  70. 199ad24 MINOR: stats: report the number of active peers in "show info" by Willy Tarreau · Mon Nov 05 16:31:22 2018 +0100
  71. 309dc9a MEDIUM: mworker: stop the master proxy in the workers by William Lallemand · Fri Oct 26 14:47:45 2018 +0200
  72. e736115 MEDIUM: mworker: create CLI listeners from argv[] by William Lallemand · Fri Oct 26 14:47:36 2018 +0200
  73. 8a02257 MEDIUM: mworker: proxy for the master CLI by William Lallemand · Fri Oct 26 14:47:35 2018 +0200
  74. 1b66361 MEDIUM: mworker: move proc_list gen before proxies startup by William Lallemand · Fri Oct 26 14:47:33 2018 +0200
  75. 7e1299b REORG: mworker: move struct mworker_proc to global.h by William Lallemand · Fri Oct 26 14:47:31 2018 +0200
  76. ce83b4a MEDIUM: mworker: each worker socketpair is a CLI listener by William Lallemand · Fri Oct 26 14:47:30 2018 +0200
  77. f1a6286 MINOR: mworker: number of reload in the life of a worker by William Lallemand · Fri Oct 26 14:47:29 2018 +0200
  78. dd319a5 BUG/MEDIUM: mworker: don't poll on LI_O_INHERITED listeners by William Lallemand · Fri Oct 12 10:39:54 2018 +0200
  79. c8c0ed9 BUG/MEDIUM: mworker: segfault receiving SIGUSR1 followed by SIGTERM. by Emeric Brun · Thu Oct 11 15:27:07 2018 +0200
  80. 1d323de CLEANUP: haproxy: Remove unused variable by Dirkjan Bussink · Fri Sep 14 14:29:16 2018 +0200
  81. 61c112a REORG: http: move HTTP rules parsing to http_rules.c by Willy Tarreau · Tue Oct 02 16:43:32 2018 +0200
  82. cd5c944 BUILD: fix build without thread by William Lallemand · Wed Sep 12 11:57:19 2018 +0200
  83. 04f1e2d REORG: http: move error codes production and processing to http.c by Willy Tarreau · Mon Sep 10 18:04:24 2018 +0200
  84. 123f1f6 MEDIUM: mworker: call per_thread deinit in mworker_reload() by William Lallemand · Tue Sep 11 10:06:29 2018 +0200
  85. e22f11f MINOR: mworker: keep and clean the listeners by William Lallemand · Tue Sep 11 10:06:27 2018 +0200
  86. bc19305 MEDIUM: mworker: replace the master pipe by socketpairs by William Lallemand · Tue Sep 11 10:06:26 2018 +0200
  87. f9cc07c MEDIUM: mworker: master wait mode use its own initialization by William Lallemand · Tue Sep 11 10:06:25 2018 +0200
  88. de0ff5a MINOR: mworker: don't deinit the poller fd when in wait mode by William Lallemand · Tue Sep 11 10:06:24 2018 +0200
  89. d3801c1 MEDIUM: startup: unify signal init between daemon and mworker mode by William Lallemand · Tue Sep 11 10:06:23 2018 +0200
  90. 242aae9 MEDIUM: mworker: never block SIG{TERM,INT} during reload by William Lallemand · Tue Sep 11 10:06:22 2018 +0200
  91. ebf304f MEDIUM: mworker: block SIGCHLD until the master is ready by William Lallemand · Tue Sep 11 10:06:21 2018 +0200
  92. 91c13b6 MINOR: mworker: mworker_cleanlisteners() delete the listeners by William Lallemand · Tue Sep 11 10:06:20 2018 +0200
  93. 3da9769 BUG/MINOR: mworker: no need to stop peers for each proxy by William Lallemand · Tue Sep 11 10:06:19 2018 +0200
  94. b3f2be3 MEDIUM: mworker: use the haproxy poll loop by William Lallemand · Tue Sep 11 10:06:18 2018 +0200
  95. 73e1dfc MEDIUM: mworker: remove register/unregister signal functions by William Lallemand · Tue Sep 11 10:06:17 2018 +0200
  96. 3ff577e MAJOR: server: make server state changes synchronous again by Willy Tarreau · Thu Aug 02 11:48:52 2018 +0200
  97. 647c70b MINOR: threads: remove the previous synchronization point by Willy Tarreau · Thu Aug 02 11:01:05 2018 +0200
  98. 85c459d MEDIUM: haproxy: don't use sync_poll_loop() anymore in the main loop by Willy Tarreau · Thu Aug 02 10:54:31 2018 +0200
  99. 3d3700f MEDIUM: checks: use the new rendez-vous point to spread check result by Willy Tarreau · Thu Aug 02 10:38:07 2018 +0200
  100. 98d9fe2 MINOR: mux: Print the list of existing mux protocols during HA startup by Christopher Faulet · Tue Apr 10 14:37:32 2018 +0200