1. adb7e4a BUG/MINOR: init: set process' affinity even in foreground by Willy Tarreau · Wed Jul 19 18:39:32 2023 +0200
  2. eded6c1 BUG/MINOR: cpuset: remove the bogus "proc" from the cpu_map struct by Willy Tarreau · Wed Jul 19 18:17:39 2023 +0200
  3. 8ee9a50 BUG/MINOR: mworker: leak of a socketpair during startup failure by William Lallemand · Wed Jun 21 09:44:18 2023 +0200
  4. 33bbeec BUILD: init: print rlim_cur as regular integer by Aurelien DARRAGON · Fri May 26 14:04:18 2023 +0200
  5. 425d7ad MINOR: init: pre-allocate kernel data structures on init by Patrick Hemmer · Tue May 23 13:02:08 2023 -0400
  6. c7b9308 BUG/MINOR: clock: automatically adjust the internal clock with the boot time by Willy Tarreau · Tue May 16 19:19:36 2023 +0200
  7. da4aa69 MINOR: clock: measure the total boot time by Willy Tarreau · Wed May 17 09:02:21 2023 +0200
  8. c05d30e MINOR: clock: replace the timeval start_time with start_time_ns by Willy Tarreau · Fri Apr 28 14:50:29 2023 +0200
  9. 69530f5 MEDIUM: clock: replace timeval "now" with integer "now_ns" by Willy Tarreau · Fri Apr 28 09:16:15 2023 +0200
  10. 0e875cf MEDIUM: listener: switch the default sharding to by-group by Willy Tarreau · Sun Apr 23 00:51:59 2023 +0200
  11. 7310164 MINOR: listener: add a new global tune.listener.default-shards setting by Willy Tarreau · Sat Apr 22 22:06:23 2023 +0200
  12. 785b89f MINOR: protocol: move the global reuseport flag to the protocols by Willy Tarreau · Sat Apr 22 15:09:07 2023 +0200
  13. 84fe1f4 MINOR: listener: support another thread dispatch mode: "fair" by Willy Tarreau · Thu Apr 20 15:40:38 2023 +0200
  14. cca3355 BUG/MINOR: log: free log forward proxies on deinit() by Aurelien DARRAGON · Thu Mar 09 12:21:12 2023 +0100
  15. 9b1d15f BUG/MINOR: sink: free forward_px on deinit() by Aurelien DARRAGON · Thu Mar 09 12:07:09 2023 +0100
  16. 9ef2742 MINOR: debug: support dumping the libs addresses when running in verbose mode by Willy Tarreau · Wed Mar 22 11:37:54 2023 +0100
  17. 2078d4b BUG/MINOR: mworker: use MASTER_MAXCONN as default maxconn value by William Lallemand · Thu Mar 09 14:28:44 2023 +0100
  18. 5907fed MEDIUM: quic: release closing connections on stopping by Amaury Denoyelle · Wed Mar 08 10:37:45 2023 +0100
  19. 2a1bcf1 MINOR: config: add HAPROXY_BRANCH environment variable by Sébaastien Gross · Thu Feb 23 12:54:25 2023 -0500
  20. 28a6d48 MINOR: haproxy: always protocol unbind on startup error path by Aurelien DARRAGON · Tue Jan 17 16:30:52 2023 +0100
  21. d4c0be6 MINOR: startup: HAPROXY_STARTUP_VERSION contains the version used to start by William Lallemand · Tue Feb 21 14:07:05 2023 +0100
  22. 2f7c82b BUG/MINOR: haproxy: Fix option to disable the fast-forward by Christopher Faulet · Mon Feb 20 14:06:52 2023 +0100
  23. 5a7f83a BUG/MINOR: mworker: prevent incorrect values in uptime by William Lallemand · Fri Feb 17 16:23:52 2023 +0100
  24. 3e820a1 MINOR: threads: add flags to know if a thread is started and/or running by Willy Tarreau · Fri Feb 17 08:36:42 2023 +0100
  25. 678a4ce MINOR: haproxy: Add an command option to disable data fast-forward by Christopher Faulet · Tue Feb 14 16:12:54 2023 +0100
  26. 2776e77 BUG/MINOR: mworker: fix uptime for master process by Amaury Denoyelle · Fri Feb 10 15:25:45 2023 +0100
  27. 6093ba4 BUG/MINOR: clock: do not mix wall-clock and monotonic time in uptime calculation by Willy Tarreau · Tue Feb 07 15:52:14 2023 +0100
  28. 24d5b72 MINOR: quic: add config for retransmit limit by Amaury Denoyelle · Tue Jan 31 11:44:50 2023 +0100
  29. 739281b BUG/MEDIUM: thread: consider secondary threads as idle+harmless during boot by Aurelien DARRAGON · Fri Jan 27 15:13:28 2023 +0100
  30. 2c701db BUG/MINOR: log: release global log servers on exit by Willy Tarreau · Thu Jan 26 15:32:12 2023 +0100
  31. b2f38c1 BUG/MINOR: thread: always reload threads_enabled in loops by Willy Tarreau · Thu Jan 19 19:14:18 2023 +0100
  32. 40c88f9 [RELEASE] Released version 2.8-dev1 by Willy Tarreau · Sat Jan 07 09:45:17 2023 +0100
  33. 6c01171 MEDIUM: stick-table: set the track-sc limit at boottime via tune.stick-counters by Willy Tarreau · Fri Jan 06 16:09:58 2023 +0100
  34. 537b9e7 MINOR: config: add environment variables for default log format by Sébastien Gross · Wed Nov 30 22:36:50 2022 +0100
  35. 284cfc6 MINOR: pool: make the thread-local hot cache size configurable by Willy Tarreau · Mon Dec 19 08:15:57 2022 +0100
  36. 57c3e75 CLEANUP: init: remove useless assignment of nbthread by Willy Tarreau · Thu Dec 08 08:13:20 2022 +0100
  37. e57b702 BUG/MEDIUM: mworker: create the mcli_reload socketpairs in case of upgrade by William Lallemand · Wed Dec 07 14:25:41 2022 +0100
  38. 40db4ae MINOR: mworker: display an alert upon a wait-mode exit by William Lallemand · Wed Dec 07 15:03:55 2022 +0100
  39. 151dbbe BUG/MINOR: ssl: initialize WolfSSL before parsing by William Lallemand · Fri Dec 02 17:17:43 2022 +0100
  40. 44c80ce BUG/MINOR: ssl: initialize SSL error before parsing by William Lallemand · Fri Dec 02 17:06:59 2022 +0100
  41. e30f378 MINOR: quic: activate socket per conn by default by Amaury Denoyelle · Mon Nov 21 11:54:13 2022 +0100
  42. 6f86eaa CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Wed Nov 30 16:22:42 2022 +0500
  43. 3cbf09e MEDIUM: ssl: add minimal WolfSSL support with OpenSSL compatibility mode by Uriah Pollock · Wed Nov 23 16:41:25 2022 +0100
  44. 28ea31c MINOR: global: generate random cluster.secret if not defined by Amaury Denoyelle · Mon Nov 14 16:18:46 2022 +0100
  45. e608b0e BUG/MINOR: ssl: SSL_load_error_strings might not be defined by Remi Tricot-Le Breton · Thu Sep 15 16:22:57 2022 +0200
  46. e98d385 MINOR: deinit: add a "quick-exit" option to bypass the deinit step by Willy Tarreau · Tue Nov 15 09:34:07 2022 +0100
  47. eba6a54 MINOR: logs: startup-logs can use a shm for logging the reload by William Lallemand · Mon Sep 26 12:54:39 2022 +0200
  48. c06557c MINOR: init: do not try to shrink existing RLIMIT_NOFIlE by Willy Tarreau · Thu Sep 22 16:12:08 2022 +0200
  49. 92fa63f CLEANUP: quic: create a dedicated quic_conn module by Amaury Denoyelle · Fri Sep 30 18:11:13 2022 +0200
  50. f30c5d7 MINOR: config: Add option line when the configuration file is dumped by Erwan Le Goas · Thu Sep 29 10:34:04 2022 +0200
  51. 56f73b2 MINOR: mworker: stores the mcli_reload bind_conf by William Lallemand · Sat Sep 24 15:56:25 2022 +0200
  52. 21623b5 MINOR: mworker: mworker_cli_proxy_new_listener() returns a bind_conf by William Lallemand · Sat Sep 24 15:51:27 2022 +0200
  53. 68192b2 MINOR: mworker: store and shows loading status by William Lallemand · Sat Sep 24 15:44:42 2022 +0200
  54. 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
  55. b0c0501 MINOR: config: add command-line -dC to dump the configuration file by Erwan Le Goas · Wed Sep 14 17:51:55 2022 +0200
  56. eea152e BUG/MINOR: signals/poller: ensure wakeup from signals by Matthias Wirth · Fri Sep 09 10:21:00 2022 +0200
  57. 53bfac8 BUG/MEDIUM: master: force the thread count earlier by Willy Tarreau · Fri Jul 22 17:35:49 2022 +0200
  58. 41afd90 BUILD: add detection for unsupported compiler models by Willy Tarreau · Thu Jul 21 09:55:22 2022 +0200
  59. d4835a9 BUG/MEDIUM: mworker: proc_self incorrectly set crashes upon reload by William Lallemand · Thu Jul 21 00:52:43 2022 +0200
  60. 3b8bafd MINOR: init: load OpenSSL error strings by William Lallemand · Tue Jul 19 18:13:29 2022 +0200
  61. c6b596d CLEANUP: threads: remove the now unused all_threads_mask and tid_bit by Willy Tarreau · Fri Jul 15 17:28:11 2022 +0200
  62. 5b09341 MEDIUM: cpu-map: replace the process number with the thread group number by Willy Tarreau · Fri Jul 08 09:38:30 2022 +0200
  63. e5715bf MEDIUM: poller: disable thread-groups for poll() and select() by Willy Tarreau · Sat Jul 09 23:38:46 2022 +0200
  64. a46a99e MEDIUM: mworker/systemd: send STATUS over sd_notify by William Lallemand · Thu Jul 07 14:00:36 2022 +0200
  65. 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
  66. f34a3fa BUG/MEDIUM: thread: mask stopping_threads with threads_enabled when checking it by Willy Tarreau · Wed Jul 06 10:13:05 2022 +0200
  67. 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
  68. 291f6ff BUG/MEDIUM: threads: fix incorrect thread group being used on soft-stop by Willy Tarreau · Mon Jul 04 13:36:16 2022 +0200
  69. ef422ce MEDIUM: thread: make stopping_threads per-group and add stopping_tgroups by Willy Tarreau · Tue Jun 28 19:29:29 2022 +0200
  70. 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
  71. 377e37a MINOR: tinfo: add the mask of enabled threads in each group by Willy Tarreau · Fri Jun 24 15:18:49 2022 +0200
  72. 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
  73. 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
  74. 0a012aa BUG/MEDIUM: mworker: use default maxconn in wait mode by William Lallemand · Tue Jun 21 11:11:50 2022 +0200
  75. aee6757 MINOR: quic: Clarifications about transport parameters value by Frédéric Lécaille · Mon May 23 18:29:39 2022 +0200
  76. 2674098 MINOR: quic: Tunable "initial_max_streams_bidi" transport parameter by Frédéric Lécaille · Mon May 23 17:28:01 2022 +0200
  77. 1d96d6e MINOR: quic: Tunable "max_idle_timeout" transport parameter by Frédéric Lécaille · Mon May 23 16:38:14 2022 +0200
  78. 8e5b958 CLEANUP: init: address another coverity warning about a possible multiply overflow by Willy Tarreau · Thu May 26 08:55:05 2022 +0200
  79. 2cb3be7 CLEANUP: init: address a coverity warning about possible multiply overflow by Willy Tarreau · Tue May 24 07:43:57 2022 +0200
  80. 9286210 MINOR: quic: Add tune.quic.retry-threshold keyword by Frédéric Lécaille · Fri May 20 16:29:10 2022 +0200
  81. 5194446 MEDIUM: ssl: Delay random generator initialization after config parsing by Remi Tricot-Le Breton · Mon May 16 16:24:31 2022 +0200
  82. 372508c MINOR: config: Add "cluster-secret" new global keyword by Frédéric Lécaille · Fri May 06 08:53:16 2022 +0200
  83. 89e236f BUG/MINOR: startup: usage() when no -cc arguments by William Lallemand · Fri May 06 17:22:36 2022 +0200
  84. 8b9a2df MINOR: init: exit() after pre-check upon error by William Lallemand · Wed May 04 14:29:46 2022 +0200
  85. 226866e CLEANUP: deinit: release the config postparsers by Willy Tarreau · Wed Apr 27 18:07:24 2022 +0200
  86. 65009eb CLEANUP: deinit: release the pre-check callbacks by Willy Tarreau · Wed Apr 27 18:02:54 2022 +0200
  87. 77b3db0 MINOR: Call deinit_and_exit(0) for `haproxy -vv` by Tim Duesterhus · Wed Apr 27 00:08:11 2022 +0200
  88. 197715a CLEANUP: compression: move the default setting of maxzlibmem to defaults by Willy Tarreau · Mon Apr 25 19:29:10 2022 +0200
  89. 2df1fbf MINOR: init: add global setting "fd-hard-limit" to bound system limits by Willy Tarreau · Mon Apr 25 18:02:03 2022 +0200
  90. b53eb87 MINOR: init: add the pre-check callback by William Lallemand · Thu Apr 21 18:02:53 2022 +0200
  91. 97e84c6 MINOR: cfg-quic: define tune.quic.conn-buf-limit by Amaury Denoyelle · Tue Apr 19 18:26:55 2022 +0200
  92. 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
  93. 29d799d MINOR: sample: list registered sample converter functions by Willy Tarreau · Tue Mar 29 16:59:49 2022 +0200
  94. f78813f MINOR: samples: add a function to list register sample fetch keywords by Willy Tarreau · Tue Mar 29 16:51:29 2022 +0200
  95. 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
  96. 06d0e2e MINOR: cli: add a new keyword dump function by Willy Tarreau · Tue Mar 29 15:25:30 2022 +0200
  97. 5fcc100 MINOR: services: extend list_services() to dump to stdout by Willy Tarreau · Tue Mar 29 15:10:44 2022 +0200
  98. 3b65e14 MINOR: filters: extend flt_dump_kws() to dump to stdout by Willy Tarreau · Tue Mar 29 15:03:09 2022 +0200
  99. ca1acd6 MINOR: config: add a function to dump all known config keywords by Willy Tarreau · Tue Mar 29 15:02:44 2022 +0200
  100. 76871a4 MINOR: management: add some basic keyword dump infrastructure by Willy Tarreau · Tue Mar 08 16:01:40 2022 +0100