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