1. eea152e BUG/MINOR: signals/poller: ensure wakeup from signals by Matthias Wirth · Fri Sep 09 10:21:00 2022 +0200
  2. 53bfac8 BUG/MEDIUM: master: force the thread count earlier by Willy Tarreau · Fri Jul 22 17:35:49 2022 +0200
  3. 41afd90 BUILD: add detection for unsupported compiler models by Willy Tarreau · Thu Jul 21 09:55:22 2022 +0200
  4. d4835a9 BUG/MEDIUM: mworker: proc_self incorrectly set crashes upon reload by William Lallemand · Thu Jul 21 00:52:43 2022 +0200
  5. 3b8bafd MINOR: init: load OpenSSL error strings by William Lallemand · Tue Jul 19 18:13:29 2022 +0200
  6. c6b596d CLEANUP: threads: remove the now unused all_threads_mask and tid_bit by Willy Tarreau · Fri Jul 15 17:28:11 2022 +0200
  7. 5b09341 MEDIUM: cpu-map: replace the process number with the thread group number by Willy Tarreau · Fri Jul 08 09:38:30 2022 +0200
  8. e5715bf MEDIUM: poller: disable thread-groups for poll() and select() by Willy Tarreau · Sat Jul 09 23:38:46 2022 +0200
  9. a46a99e MEDIUM: mworker/systemd: send STATUS over sd_notify by William Lallemand · Thu Jul 07 14:00:36 2022 +0200
  10. ad92fdf CLEANUP: thread: also remove a thread's bit from stopping_threads on stop by Willy Tarreau · Wed Jul 06 10:17:21 2022 +0200
  11. f34a3fa BUG/MEDIUM: thread: mask stopping_threads with threads_enabled when checking it by Willy Tarreau · Wed Jul 06 10:13:05 2022 +0200
  12. 24cfc9f BUG/MEDIUM: thread: check stopping thread against local bit and not global one by Willy Tarreau · Mon Jul 04 14:07:29 2022 +0200
  13. 291f6ff BUG/MEDIUM: threads: fix incorrect thread group being used on soft-stop by Willy Tarreau · Mon Jul 04 13:36:16 2022 +0200
  14. ef422ce MEDIUM: thread: make stopping_threads per-group and add stopping_tgroups by Willy Tarreau · Tue Jun 28 19:29:29 2022 +0200
  15. cce203a MINOR: thread: add a new all_tgroups_mask variable to know about active tgroups by Willy Tarreau · Fri Jun 24 15:55:11 2022 +0200
  16. 377e37a MINOR: tinfo: add the mask of enabled threads in each group by Willy Tarreau · Fri Jun 24 15:18:49 2022 +0200
  17. e7475c8 MEDIUM: tasks/fd: replace sleeping_thread_mask with a TH_FL_SLEEPING flag by Willy Tarreau · Mon Jun 20 09:23:24 2022 +0200
  18. dce4ad7 MEDIUM: thread: add a new per-thread flag TH_FL_NOTIFIED to remember wakeups by Willy Tarreau · Wed Jun 22 15:38:38 2022 +0200
  19. 0a012aa BUG/MEDIUM: mworker: use default maxconn in wait mode by William Lallemand · Tue Jun 21 11:11:50 2022 +0200
  20. aee6757 MINOR: quic: Clarifications about transport parameters value by Frédéric Lécaille · Mon May 23 18:29:39 2022 +0200
  21. 2674098 MINOR: quic: Tunable "initial_max_streams_bidi" transport parameter by Frédéric Lécaille · Mon May 23 17:28:01 2022 +0200
  22. 1d96d6e MINOR: quic: Tunable "max_idle_timeout" transport parameter by Frédéric Lécaille · Mon May 23 16:38:14 2022 +0200
  23. 8e5b958 CLEANUP: init: address another coverity warning about a possible multiply overflow by Willy Tarreau · Thu May 26 08:55:05 2022 +0200
  24. 2cb3be7 CLEANUP: init: address a coverity warning about possible multiply overflow by Willy Tarreau · Tue May 24 07:43:57 2022 +0200
  25. 9286210 MINOR: quic: Add tune.quic.retry-threshold keyword by Frédéric Lécaille · Fri May 20 16:29:10 2022 +0200
  26. 5194446 MEDIUM: ssl: Delay random generator initialization after config parsing by Remi Tricot-Le Breton · Mon May 16 16:24:31 2022 +0200
  27. 372508c MINOR: config: Add "cluster-secret" new global keyword by Frédéric Lécaille · Fri May 06 08:53:16 2022 +0200
  28. 89e236f BUG/MINOR: startup: usage() when no -cc arguments by William Lallemand · Fri May 06 17:22:36 2022 +0200
  29. 8b9a2df MINOR: init: exit() after pre-check upon error by William Lallemand · Wed May 04 14:29:46 2022 +0200
  30. 226866e CLEANUP: deinit: release the config postparsers by Willy Tarreau · Wed Apr 27 18:07:24 2022 +0200
  31. 65009eb CLEANUP: deinit: release the pre-check callbacks by Willy Tarreau · Wed Apr 27 18:02:54 2022 +0200
  32. 77b3db0 MINOR: Call deinit_and_exit(0) for `haproxy -vv` by Tim Duesterhus · Wed Apr 27 00:08:11 2022 +0200
  33. 197715a CLEANUP: compression: move the default setting of maxzlibmem to defaults by Willy Tarreau · Mon Apr 25 19:29:10 2022 +0200
  34. 2df1fbf MINOR: init: add global setting "fd-hard-limit" to bound system limits by Willy Tarreau · Mon Apr 25 18:02:03 2022 +0200
  35. b53eb87 MINOR: init: add the pre-check callback by William Lallemand · Thu Apr 21 18:02:53 2022 +0200
  36. 97e84c6 MINOR: cfg-quic: define tune.quic.conn-buf-limit by Amaury Denoyelle · Tue Apr 19 18:26:55 2022 +0200
  37. b5d968d MEDIUM: global: Add a "close-spread-time" option to spread soft-stop on time window by Remi Tricot-Le Breton · Fri Apr 08 18:04:18 2022 +0200
  38. 29d799d MINOR: sample: list registered sample converter functions by Willy Tarreau · Tue Mar 29 16:59:49 2022 +0200
  39. f78813f MINOR: samples: add a function to list register sample fetch keywords by Willy Tarreau · Tue Mar 29 16:51:29 2022 +0200
  40. 6ff7d1b MINOR: acl: add a function to dump the list of known ACL keywords by Willy Tarreau · Tue Mar 29 15:36:56 2022 +0200
  41. 06d0e2e MINOR: cli: add a new keyword dump function by Willy Tarreau · Tue Mar 29 15:25:30 2022 +0200
  42. 5fcc100 MINOR: services: extend list_services() to dump to stdout by Willy Tarreau · Tue Mar 29 15:10:44 2022 +0200
  43. 3b65e14 MINOR: filters: extend flt_dump_kws() to dump to stdout by Willy Tarreau · Tue Mar 29 15:03:09 2022 +0200
  44. ca1acd6 MINOR: config: add a function to dump all known config keywords by Willy Tarreau · Tue Mar 29 15:02:44 2022 +0200
  45. 76871a4 MINOR: management: add some basic keyword dump infrastructure by Willy Tarreau · Tue Mar 08 16:01:40 2022 +0100
  46. edd4268 DEBUG: move the tainted stuff to bug.h for easier inclusion by Willy Tarreau · Fri Feb 25 10:10:00 2022 +0100
  47. 9b4a0e6 BUG/MINOR: debug: fix get_tainted() to properly read an atomic value by Willy Tarreau · Fri Feb 25 09:56:29 2022 +0100
  48. f4b79c4 MINOR: pools: support setting debugging options using -dM by Willy Tarreau · Wed Feb 23 15:20:53 2022 +0100
  49. 1408b1f MINOR: pools: delegate parsing of command line option -dM to a new function by Willy Tarreau · Fri Feb 18 18:54:40 2022 +0100
  50. 18f96d0 MEDIUM: init: handle arguments earlier by Willy Tarreau · Wed Feb 23 17:25:00 2022 +0100
  51. 392524d MINOR: init: extract args parsing to their own function by Willy Tarreau · Thu Feb 17 18:10:36 2022 +0100
  52. 34527d5 MEDIUM: init: split the early initialization in its own function by Willy Tarreau · Thu Feb 17 17:45:58 2022 +0100
  53. 3ebe4d9 MEDIUM: initcall: move STG_REGISTER earlier by Willy Tarreau · Fri Feb 18 14:51:49 2022 +0100
  54. ef301b7 MINOR: pools: add a debugging flag for memory poisonning option by Willy Tarreau · Wed Feb 23 14:15:18 2022 +0100
  55. b61fccd CLEANUP: init: remove the ifdef on HAPROXY_MEMMAX by Willy Tarreau · Thu Feb 17 17:15:02 2022 +0100
  56. cc0d554 CLEANUP: vars: move the per-process variables initialization to vars.c by Willy Tarreau · Thu Feb 17 16:47:03 2022 +0100
  57. 7b820a6 BUG/MINOR: mworker: does not erase the pidfile upon reload by William Lallemand · Mon Feb 14 09:02:14 2022 +0100
  58. 2454d6e [RELEASE] Released version 2.6-dev1 by Willy Tarreau · Tue Feb 01 18:06:59 2022 +0100
  59. 56be0e0 MINOR: mworker: allocate and initialize a mworker_proc by William Lallemand · Fri Jan 28 21:11:41 2022 +0100
  60. 7e01878 MINOR: mworker: set the master side of ipc_fd in the worker to -1 by William Lallemand · Fri Jan 28 21:56:24 2022 +0100
  61. 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
  62. e08acae BUG/MEDIUM: mworker: close unused transferred FDs on load failure by Willy Tarreau · Fri Jan 28 18:40:06 2022 +0100
  63. b510116 MINOR: sock: move the unused socket cleaning code into its own function by Willy Tarreau · Fri Jan 28 18:28:18 2022 +0100
  64. bb10dad BUILD: cpuset: fix build issue on macos introduced by previous change by David CARLIER · Sat Jan 08 09:59:38 2022 +0000
  65. f82afbb BUG/MEDIUM: mworker: don't use _getsocks in wait mode by William Lallemand · Fri Jan 07 18:19:42 2022 +0100
  66. df91cbd MINOR: cpuset: switch to sched_setaffinity for FreeBSD 14 and above. by David CARLIER · Thu Jan 06 18:53:50 2022 +0000
  67. 654726d MINOR: debug: add support for -dL to dump library names at boot by Willy Tarreau · Tue Dec 28 15:43:11 2021 +0100
  68. efd9547 BUG/MINOR: mworker: deinit of thread poller was called when not initialized by William Lallemand · Fri Nov 26 14:43:57 2021 +0100
  69. 67e371e BUG/MEDIUM: mworker: FD leak of the eventpoll in wait mode by William Lallemand · Thu Nov 25 10:03:44 2021 +0100
  70. befab9e BUG/MINOR: mworker: does not add the -sf in wait mode by William Lallemand · Thu Nov 25 00:49:19 2021 +0100
  71. 2be557f MEDIUM: mworker: seamless reload use the internal sockpairs by William Lallemand · Wed Nov 24 18:45:37 2021 +0100
  72. c4810b8 BUG/MEDIUM: mworker: cleanup the listeners when reexecuting by William Lallemand · Thu Nov 18 10:51:30 2021 +0100
  73. 6883674 MINOR: mworker: implement a reload failure counter by William Lallemand · Wed Nov 10 10:49:06 2021 +0100
  74. ad221f4 MINOR: mworker: only increment the number of reload in wait mode by William Lallemand · Tue Nov 09 18:43:59 2021 +0100
  75. 836bda2 MINOR: mworker: clarify starting/failure messages by William Lallemand · Tue Nov 09 18:16:47 2021 +0100
  76. fab0fdc MEDIUM: mworker: reexec in waitpid mode after successful loading by William Lallemand · Tue Nov 09 18:01:22 2021 +0100
  77. 5d71a6b CLEANUP: mworker: remove any relative PID reference by William Lallemand · Tue Nov 09 15:25:31 2021 +0100
  78. 27c8d20 MINOR: proxy: Be able to reference the defaults section used by a proxy by Christopher Faulet · Wed Oct 13 09:50:53 2021 +0200
  79. dfd10ab MINOR: proxy: Introduce proxy flags to replace disabled bitfield by Christopher Faulet · Wed Oct 06 14:24:19 2021 +0200
  80. 43ab05b MEDIUM: threads: replace ha_set_tid() with ha_set_thread() by Willy Tarreau · Tue Sep 28 09:43:11 2021 +0200
  81. 1a9c922 REORG: thread/sched: move the task_per_thread stuff to thread_ctx by Willy Tarreau · Fri Oct 01 11:30:33 2021 +0200
  82. 44c58da REORG: clock: move the clock_id initialization to clock.c by Willy Tarreau · Fri Oct 08 12:27:54 2021 +0200
  83. 5554264 REORG: time: move time-keeping code and variables to clock.c by Willy Tarreau · Fri Oct 08 09:33:24 2021 +0200
  84. 28345c6 BUILD: init: avoid a build warning on FreeBSD with USE_PROCCTL by Willy Tarreau · Fri Oct 08 15:55:13 2021 +0200
  85. 5e03dfa MINOR: thread: use a dedicated static pthread_t array in thread.c by Willy Tarreau · Wed Oct 06 22:53:51 2021 +0200
  86. d10385a REORG: thread: move the thread init/affinity/stop to thread.c by Willy Tarreau · Wed Oct 06 22:22:40 2021 +0200
  87. 2d5d4e0 MINOR: init: extract the setup and end of threads to their own functions by Willy Tarreau · Tue Sep 28 10:36:57 2021 +0200
  88. fb641d7 MEDIUM: init: de-uglify the per-thread affinity setting by Willy Tarreau · Tue Sep 28 10:15:47 2021 +0200
  89. 2a30f4d CLEANUP: init: remove useless test against MAX_THREADS in affinity loop by Willy Tarreau · Tue Sep 28 09:56:44 2021 +0200
  90. 4837293 BUG/MINOR: connection: prevent null deref on mux cleanup task allocation by Amaury Denoyelle · Thu Sep 16 12:15:12 2021 +0200
  91. b7bfcb3 MINOR: vars: rename vars_init() to vars_init_head() by Willy Tarreau · Tue Aug 31 08:13:25 2021 +0200
  92. 2118597 MINOR: proc: setting the process to produce a core dump on FreeBSD. by devnexen@gmail.com · Sat Aug 21 09:13:10 2021 +0100
  93. bc5c821 BUG/MEDIUM: cfgcheck: verify existing log-forward listeners during config check by Emeric Brun · Fri Aug 13 09:32:50 2021 +0200
  94. 7afa5c1 MINOR: global: define MODE_STOPPING by Amaury Denoyelle · Mon Aug 09 15:02:56 2021 +0200
  95. b3c4a8f BUILD: threads: fix pthread_mutex_unlock when !USE_THREAD by Willy Tarreau · Thu Jul 22 14:42:32 2021 +0200
  96. 3c032f2 BUG/MINOR: mworker: do not export HAPROXY_MWORKER_REEXEC across programs by Willy Tarreau · Wed Jul 21 10:17:02 2021 +0200
  97. 2614619 BUG/MEDIUM: mworker: do not register an exit handler if exit is expected by Willy Tarreau · Wed Jul 21 10:01:36 2021 +0200
  98. 048368e MINOR: deinit: always deinit the init_mutex on failed initialization by jenny-cheung · Sun Jul 18 16:40:57 2021 +0800
  99. 79c9bdf BUG/MEDIUM: init: restore behavior of command-line "-m" for memory limitation by Willy Tarreau · Sat Jul 17 12:31:08 2021 +0200
  100. c8194c3 MINOR: cfgcond: remerge all arguments into a single line by Willy Tarreau · Fri Jul 16 16:38:58 2021 +0200