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