1. 89e236f BUG/MINOR: startup: usage() when no -cc arguments by William Lallemand · Fri May 06 17:22:36 2022 +0200
  2. 8b9a2df MINOR: init: exit() after pre-check upon error by William Lallemand · Wed May 04 14:29:46 2022 +0200
  3. 226866e CLEANUP: deinit: release the config postparsers by Willy Tarreau · Wed Apr 27 18:07:24 2022 +0200
  4. 65009eb CLEANUP: deinit: release the pre-check callbacks by Willy Tarreau · Wed Apr 27 18:02:54 2022 +0200
  5. 77b3db0 MINOR: Call deinit_and_exit(0) for `haproxy -vv` by Tim Duesterhus · Wed Apr 27 00:08:11 2022 +0200
  6. 197715a CLEANUP: compression: move the default setting of maxzlibmem to defaults by Willy Tarreau · Mon Apr 25 19:29:10 2022 +0200
  7. 2df1fbf MINOR: init: add global setting "fd-hard-limit" to bound system limits by Willy Tarreau · Mon Apr 25 18:02:03 2022 +0200
  8. b53eb87 MINOR: init: add the pre-check callback by William Lallemand · Thu Apr 21 18:02:53 2022 +0200
  9. 97e84c6 MINOR: cfg-quic: define tune.quic.conn-buf-limit by Amaury Denoyelle · Tue Apr 19 18:26:55 2022 +0200
  10. 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
  11. 29d799d MINOR: sample: list registered sample converter functions by Willy Tarreau · Tue Mar 29 16:59:49 2022 +0200
  12. f78813f MINOR: samples: add a function to list register sample fetch keywords by Willy Tarreau · Tue Mar 29 16:51:29 2022 +0200
  13. 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
  14. 06d0e2e MINOR: cli: add a new keyword dump function by Willy Tarreau · Tue Mar 29 15:25:30 2022 +0200
  15. 5fcc100 MINOR: services: extend list_services() to dump to stdout by Willy Tarreau · Tue Mar 29 15:10:44 2022 +0200
  16. 3b65e14 MINOR: filters: extend flt_dump_kws() to dump to stdout by Willy Tarreau · Tue Mar 29 15:03:09 2022 +0200
  17. ca1acd6 MINOR: config: add a function to dump all known config keywords by Willy Tarreau · Tue Mar 29 15:02:44 2022 +0200
  18. 76871a4 MINOR: management: add some basic keyword dump infrastructure by Willy Tarreau · Tue Mar 08 16:01:40 2022 +0100
  19. edd4268 DEBUG: move the tainted stuff to bug.h for easier inclusion by Willy Tarreau · Fri Feb 25 10:10:00 2022 +0100
  20. 9b4a0e6 BUG/MINOR: debug: fix get_tainted() to properly read an atomic value by Willy Tarreau · Fri Feb 25 09:56:29 2022 +0100
  21. f4b79c4 MINOR: pools: support setting debugging options using -dM by Willy Tarreau · Wed Feb 23 15:20:53 2022 +0100
  22. 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
  23. 18f96d0 MEDIUM: init: handle arguments earlier by Willy Tarreau · Wed Feb 23 17:25:00 2022 +0100
  24. 392524d MINOR: init: extract args parsing to their own function by Willy Tarreau · Thu Feb 17 18:10:36 2022 +0100
  25. 34527d5 MEDIUM: init: split the early initialization in its own function by Willy Tarreau · Thu Feb 17 17:45:58 2022 +0100
  26. 3ebe4d9 MEDIUM: initcall: move STG_REGISTER earlier by Willy Tarreau · Fri Feb 18 14:51:49 2022 +0100
  27. ef301b7 MINOR: pools: add a debugging flag for memory poisonning option by Willy Tarreau · Wed Feb 23 14:15:18 2022 +0100
  28. b61fccd CLEANUP: init: remove the ifdef on HAPROXY_MEMMAX by Willy Tarreau · Thu Feb 17 17:15:02 2022 +0100
  29. cc0d554 CLEANUP: vars: move the per-process variables initialization to vars.c by Willy Tarreau · Thu Feb 17 16:47:03 2022 +0100
  30. 7b820a6 BUG/MINOR: mworker: does not erase the pidfile upon reload by William Lallemand · Mon Feb 14 09:02:14 2022 +0100
  31. 2454d6e [RELEASE] Released version 2.6-dev1 by Willy Tarreau · Tue Feb 01 18:06:59 2022 +0100
  32. 56be0e0 MINOR: mworker: allocate and initialize a mworker_proc by William Lallemand · Fri Jan 28 21:11:41 2022 +0100
  33. 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
  34. 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
  35. e08acae BUG/MEDIUM: mworker: close unused transferred FDs on load failure by Willy Tarreau · Fri Jan 28 18:40:06 2022 +0100
  36. b510116 MINOR: sock: move the unused socket cleaning code into its own function by Willy Tarreau · Fri Jan 28 18:28:18 2022 +0100
  37. bb10dad BUILD: cpuset: fix build issue on macos introduced by previous change by David CARLIER · Sat Jan 08 09:59:38 2022 +0000
  38. f82afbb BUG/MEDIUM: mworker: don't use _getsocks in wait mode by William Lallemand · Fri Jan 07 18:19:42 2022 +0100
  39. df91cbd MINOR: cpuset: switch to sched_setaffinity for FreeBSD 14 and above. by David CARLIER · Thu Jan 06 18:53:50 2022 +0000
  40. 654726d MINOR: debug: add support for -dL to dump library names at boot by Willy Tarreau · Tue Dec 28 15:43:11 2021 +0100
  41. efd9547 BUG/MINOR: mworker: deinit of thread poller was called when not initialized by William Lallemand · Fri Nov 26 14:43:57 2021 +0100
  42. 67e371e BUG/MEDIUM: mworker: FD leak of the eventpoll in wait mode by William Lallemand · Thu Nov 25 10:03:44 2021 +0100
  43. befab9e BUG/MINOR: mworker: does not add the -sf in wait mode by William Lallemand · Thu Nov 25 00:49:19 2021 +0100
  44. 2be557f MEDIUM: mworker: seamless reload use the internal sockpairs by William Lallemand · Wed Nov 24 18:45:37 2021 +0100
  45. c4810b8 BUG/MEDIUM: mworker: cleanup the listeners when reexecuting by William Lallemand · Thu Nov 18 10:51:30 2021 +0100
  46. 6883674 MINOR: mworker: implement a reload failure counter by William Lallemand · Wed Nov 10 10:49:06 2021 +0100
  47. ad221f4 MINOR: mworker: only increment the number of reload in wait mode by William Lallemand · Tue Nov 09 18:43:59 2021 +0100
  48. 836bda2 MINOR: mworker: clarify starting/failure messages by William Lallemand · Tue Nov 09 18:16:47 2021 +0100
  49. fab0fdc MEDIUM: mworker: reexec in waitpid mode after successful loading by William Lallemand · Tue Nov 09 18:01:22 2021 +0100
  50. 5d71a6b CLEANUP: mworker: remove any relative PID reference by William Lallemand · Tue Nov 09 15:25:31 2021 +0100
  51. 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
  52. dfd10ab MINOR: proxy: Introduce proxy flags to replace disabled bitfield by Christopher Faulet · Wed Oct 06 14:24:19 2021 +0200
  53. 43ab05b MEDIUM: threads: replace ha_set_tid() with ha_set_thread() by Willy Tarreau · Tue Sep 28 09:43:11 2021 +0200
  54. 1a9c922 REORG: thread/sched: move the task_per_thread stuff to thread_ctx by Willy Tarreau · Fri Oct 01 11:30:33 2021 +0200
  55. 44c58da REORG: clock: move the clock_id initialization to clock.c by Willy Tarreau · Fri Oct 08 12:27:54 2021 +0200
  56. 5554264 REORG: time: move time-keeping code and variables to clock.c by Willy Tarreau · Fri Oct 08 09:33:24 2021 +0200
  57. 28345c6 BUILD: init: avoid a build warning on FreeBSD with USE_PROCCTL by Willy Tarreau · Fri Oct 08 15:55:13 2021 +0200
  58. 5e03dfa MINOR: thread: use a dedicated static pthread_t array in thread.c by Willy Tarreau · Wed Oct 06 22:53:51 2021 +0200
  59. d10385a REORG: thread: move the thread init/affinity/stop to thread.c by Willy Tarreau · Wed Oct 06 22:22:40 2021 +0200
  60. 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
  61. fb641d7 MEDIUM: init: de-uglify the per-thread affinity setting by Willy Tarreau · Tue Sep 28 10:15:47 2021 +0200
  62. 2a30f4d CLEANUP: init: remove useless test against MAX_THREADS in affinity loop by Willy Tarreau · Tue Sep 28 09:56:44 2021 +0200
  63. 4837293 BUG/MINOR: connection: prevent null deref on mux cleanup task allocation by Amaury Denoyelle · Thu Sep 16 12:15:12 2021 +0200
  64. b7bfcb3 MINOR: vars: rename vars_init() to vars_init_head() by Willy Tarreau · Tue Aug 31 08:13:25 2021 +0200
  65. 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
  66. bc5c821 BUG/MEDIUM: cfgcheck: verify existing log-forward listeners during config check by Emeric Brun · Fri Aug 13 09:32:50 2021 +0200
  67. 7afa5c1 MINOR: global: define MODE_STOPPING by Amaury Denoyelle · Mon Aug 09 15:02:56 2021 +0200
  68. b3c4a8f BUILD: threads: fix pthread_mutex_unlock when !USE_THREAD by Willy Tarreau · Thu Jul 22 14:42:32 2021 +0200
  69. 3c032f2 BUG/MINOR: mworker: do not export HAPROXY_MWORKER_REEXEC across programs by Willy Tarreau · Wed Jul 21 10:17:02 2021 +0200
  70. 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
  71. 048368e MINOR: deinit: always deinit the init_mutex on failed initialization by jenny-cheung · Sun Jul 18 16:40:57 2021 +0800
  72. 79c9bdf BUG/MEDIUM: init: restore behavior of command-line "-m" for memory limitation by Willy Tarreau · Sat Jul 17 12:31:08 2021 +0200
  73. c8194c3 MINOR: cfgcond: remerge all arguments into a single line by Willy Tarreau · Fri Jul 16 16:38:58 2021 +0200
  74. 66243b4 REORG: config: move the condition preprocessing code to its own file by Willy Tarreau · Fri Jul 16 15:39:28 2021 +0200
  75. a87e782 MINOR: init: make -cc support environment variables expansion by Willy Tarreau · Fri Jul 16 19:14:54 2021 +0200
  76. 7edc0fd MINOR: init: verify that there is a single word on "-cc" by Willy Tarreau · Fri Jul 16 16:36:05 2021 +0200
  77. 1335da3 BUILD: add detection of missing important CFLAGS by Willy Tarreau · Wed Jul 14 17:54:01 2021 +0200
  78. a057045 MINOR: server: replace the pendconns-related stuff with a struct queue by Willy Tarreau · Fri Jun 18 09:30:30 2021 +0200
  79. 7f3c1df MINOR: proxy: replace the pendconns-related stuff with a struct queue by Willy Tarreau · Fri Jun 18 09:22:21 2021 +0200
  80. c593bcd MINOR: ssl: always initialize random generator by Amaury Denoyelle · Wed May 19 15:35:29 2021 +0200
  81. 6fd0450 CLEANUP: shctx: remove the different inter-process locking techniques by Willy Tarreau · Tue Jun 15 16:11:33 2021 +0200
  82. e8422bf MEDIUM: global: remove the relative_pid from global and mworker by Willy Tarreau · Tue Jun 15 09:08:18 2021 +0200
  83. 06987f4 CLEANUP: global: remove unused definition of MAX_PROCS by Willy Tarreau · Tue Jun 15 11:41:20 2021 +0200
  84. 44ea631 MEDIUM: cpu-set: make the proc a single bit field and not an array by Willy Tarreau · Tue Jun 15 08:57:56 2021 +0200
  85. 72faef3 MEDIUM: global: remove dead code from nbproc/bind_proc removal by Willy Tarreau · Tue Jun 15 08:36:30 2021 +0200
  86. 5301f5d CLEANUP: global: remove pid_bit and all_proc_mask by Willy Tarreau · Tue Jun 15 08:13:20 2021 +0200
  87. 9135859 CLEANUP: global: remove the nbproc field from the global structure by Willy Tarreau · Tue Jun 15 08:08:04 2021 +0200
  88. 6185a03 MINOR: mworker: remove the initialization loop over processes by Willy Tarreau · Tue Jun 15 08:02:06 2021 +0200
  89. d67ff34 MEDIUM: init: remove the loop over processes during init by Willy Tarreau · Tue Jun 15 07:58:09 2021 +0200
  90. e34cf28 BUG/MINOR: mworker: fix typo in chroot error message by Willy Tarreau · Tue Jun 15 08:59:19 2021 +0200
  91. 3ae1d1e BUILD: init: remove initialization of multi-process thread mappings by Willy Tarreau · Fri Jun 11 17:28:19 2021 +0200
  92. b63dbb7 MAJOR: config: remove parsing of the global "nbproc" directive by Willy Tarreau · Fri Jun 11 16:50:29 2021 +0200
  93. fc0cceb MINOR: haproxy: Add `-cc` argument by Maximilian Mader · Sun Jun 06 00:50:22 2021 +0200
  94. 1112430 MINOR: errors: specify prefix "config" for parsing output by Amaury Denoyelle · Fri Jun 04 18:22:08 2021 +0200
  95. 6af81f8 MEDIUM: errors: implement parsing context type by Amaury Denoyelle · Thu May 27 15:45:28 2021 +0200
  96. 1f4fa90 BUG/MINOR: worker: Missing calloc return value check in mworker_env_to_proc_list by Remi Tricot-Le Breton · Wed May 19 10:45:12 2021 +0200
  97. 26f42a0 BUG/MAJOR: config: properly initialize cpu_map.thread[] up to MAX_THREADS by Willy Tarreau · Fri May 14 08:26:38 2021 +0200
  98. 3df5989 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Mon May 10 12:50:00 2021 +0500
  99. a5357cd MINOR: version: report "HAProxy" not "HA-Proxy" in the version output by Willy Tarreau · Sun May 09 06:14:25 2021 +0200
  100. 15f9ac3 REORG: mworker: move proc_self from global to mworker by Willy Tarreau · Sat May 08 12:30:50 2021 +0200