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