1. c4c80fb MINOR: time: move the time initialization out of tv_update_date() by Willy Tarreau · Sun Apr 11 15:00:34 2021 +0200
  2. f459640 MINOR: global: declare a read_mostly section by Willy Tarreau · Sat Apr 10 16:53:05 2021 +0200
  3. 1851572 CLEANUP: atomic: add a fetch-and-xxx variant for common operations by Willy Tarreau · Tue Apr 06 11:57:41 2021 +0200
  4. 1db4273 CLEANUP: atomic: add an explicit _FETCH variant for add/sub/and/or by Willy Tarreau · Tue Apr 06 11:44:07 2021 +0200
  5. 5a6926d MINOR: diag: create cfgdiag module by Amaury Denoyelle · Tue Mar 30 17:34:24 2021 +0200
  6. 7b01a8d MINOR: global: define diagnostic mode of execution by Amaury Denoyelle · Mon Mar 29 10:29:07 2021 +0200
  7. 27fefa1 MINOR: proxy: implement a free_proxy function by Amaury Denoyelle · Wed Mar 24 16:13:20 2021 +0100
  8. 68fd7e4 REORG: global: move free acl/action in their related source files by Amaury Denoyelle · Thu Mar 25 17:15:52 2021 +0100
  9. ce44482 REORG: global: move initcall register code in a dedicated file by Amaury Denoyelle · Thu Mar 25 15:09:38 2021 +0100
  10. 828adf0 REORG: server: add a free server function by Amaury Denoyelle · Tue Mar 16 17:20:15 2021 +0100
  11. 5ba8335 MINOR: mworker/cli: alert the user if we enabled a master CLI but not the master-worker mode by Eric Salama · Tue Mar 16 15:11:17 2021 +0100
  12. 4975d14 CLEANUP: cli: rename the last few "stats_" to "cli_" by Willy Tarreau · Sat Mar 13 11:00:33 2021 +0100
  13. 060a761 OPTIM: task: automatically adjust the default runqueue-depth to the threads by Willy Tarreau · Wed Mar 10 11:06:26 2021 +0100
  14. 430bf4a MINOR: server: allocate a per-thread struct for the per-thread connections stuff by Willy Tarreau · Thu Mar 04 09:45:32 2021 +0100
  15. 198e92a MINOR: server: add a global list of all known servers by Willy Tarreau · Fri Mar 05 10:23:32 2021 +0100
  16. 61cfdf4 CLEANUP: tree-wide: replace free(x);x=NULL with ha_free(&x) by Willy Tarreau · Sat Feb 20 10:46:51 2021 +0100
  17. 98a9e1b BUILD: SSL: introduce fine guard for RAND_keep_random_devices_open by Ilya Shipitsin · Fri Feb 19 23:42:53 2021 +0500
  18. e90904d MEDIUM: proxy: store the default proxies in a tree by name by Willy Tarreau · Fri Feb 12 14:08:31 2021 +0100
  19. 7d0c143 MINOR: cfgparse: move defproxy to cfgparse-listen as a static by Willy Tarreau · Fri Feb 12 12:29:28 2021 +0100
  20. 144289b REORG: move init_default_instance() to proxy.c and pass it the defproxy pointer by Willy Tarreau · Fri Feb 12 08:19:01 2021 +0100
  21. f5ea269 CLEANUP: deinit: release global and per-proxy server-state variables on deinit by Christopher Faulet · Fri Feb 12 09:28:13 2021 +0100
  22. f232cb3 MEDIUM: connection: replace idle conn lists by eb trees by Amaury Denoyelle · Wed Jan 06 16:14:12 2021 +0100
  23. 69c5c3a BUG/MINOR: config: fix leak on proxy.conn_src.bind_hdr_name by Amaury Denoyelle · Tue Jan 26 14:35:22 2021 +0100
  24. 4e36682 BUG/MINOR: init: Use a dynamic buffer to set HAPROXY_CFGFILES env variable by Christopher Faulet · Tue Jan 12 18:57:38 2021 +0100
  25. 50f757c BUG/MINOR: init: enforce strict-limits when using master-worker by Jerome Magnin · Tue Jan 12 20:19:38 2021 +0100
  26. 4fb255d BUG/MINOR: server: Memory leak of proxy.used_server_addr during deinit by Thayne McCombs · Thu Jan 07 22:11:05 2021 -0700
  27. 8f0cc5c CLEANUP: Fix spelling errors in comments by Thayne McCombs · Thu Jan 07 21:35:52 2021 -0700
  28. 421ed39 [RELEASE] Released version 2.4-dev5 by Willy Tarreau · Wed Jan 06 17:41:32 2021 +0100
  29. e5ff141 CLEANUP: Compare the return value of `XXXcmp()` functions with zero by Tim Duesterhus · Sat Jan 02 22:31:53 2021 +0100
  30. 2d0493a BUILD/MINOR: haproxy DragonFlyBSD affinity build update. by David Carlier · Wed Dec 02 21:14:51 2020 +0000
  31. bb9fb8b MINOR: config: Deprecate and ignore tune.chksize global option by Christopher Faulet · Wed Nov 25 17:20:57 2020 +0100
  32. d9a16dc BUILD: SSL: add BoringSSL guarding to "RAND_keep_random_devices_open" by Ilya Shipitsin · Sat Nov 21 23:10:53 2020 +0500
  33. c8d1970 BUILD: Show the value of DEBUG= in haproxy -vv by Tim Duesterhus · Sat Nov 21 18:07:59 2020 +0100
  34. 83fefbc MINOR: init: Fix the prototype for per-thread free callbacks by Christopher Faulet · Fri Nov 06 15:19:19 2020 +0100
  35. d5bd824 BUG/MINOR: proxy/server: Skip per-proxy/server post-check for disabled proxies by Christopher Faulet · Mon Nov 02 16:20:13 2020 +0100
  36. ac66d6b MINOR: proxy; replace the spinlock with an rwlock by Willy Tarreau · Tue Oct 20 17:24:27 2020 +0200
  37. f42d794 MEDIUM: config: report that "nbproc" is deprecated by Willy Tarreau · Tue Oct 20 11:54:49 2020 +0200
  38. cd10def MINOR: backend: replace the lbprm lock with an rwlock by Willy Tarreau · Sat Oct 17 18:48:47 2020 +0200
  39. a74cb38 MINOR: protocol: register the receiver's I/O handler and not the protocol's by Willy Tarreau · Thu Oct 15 21:29:49 2020 +0200
  40. 1a3770c BUG/MEDIUM: deinit: check fdtab before fdtab[fd].owner by Willy Tarreau · Wed Oct 14 12:13:51 2020 +0200
  41. 2bd0f81 BUG/MINOR: init: only keep rlim_fd_cur if max is unlimited by Willy Tarreau · Tue Oct 13 15:36:08 2020 +0200
  42. 0a002df BUG/MINOR: proxy: respect the proper format string in sig_pause/sig_listen by Willy Tarreau · Fri Oct 09 19:26:27 2020 +0200
  43. 775e001 MAJOR: signals: use protocol_pause_all() and protocol_resume_all() by Willy Tarreau · Thu Sep 24 16:36:26 2020 +0200
  44. 337c835 MEDIUM: proxy: merge zombify_proxy() with stop_proxy() by Willy Tarreau · Thu Sep 24 10:51:29 2020 +0200
  45. 43ba3cf MEDIUM: proxy: remove start_proxies() by Willy Tarreau · Thu Sep 24 09:57:32 2020 +0200
  46. c3914d4 MEDIUM: proxy: replace proxy->state with proxy->disabled by Willy Tarreau · Thu Sep 24 08:39:22 2020 +0200
  47. b50bf04 MINOR: startup: don't rely on PR_STNEW to check for listeners by Willy Tarreau · Thu Sep 24 08:15:48 2020 +0200
  48. ae7bc4a MEDIUM: deinit: close all receivers/listeners before scanning proxies by Willy Tarreau · Wed Sep 23 16:46:22 2020 +0200
  49. 02b092f MEDIUM: init: stop disabled proxies after initializing fdtab by Willy Tarreau · Wed Oct 07 18:36:54 2020 +0200
  50. c47ba59 BUG/MEDIUM: log: old processes with log foward section don't die on soft stop. by Emeric Brun · Wed Oct 07 10:13:10 2020 +0200
  51. ee63d4b MEDIUM: stats: integrate static proxies stats in new stats by Amaury Denoyelle · Mon Oct 05 11:49:42 2020 +0200
  52. 7cea606 BUG/MINOR: Fix several leaks of 'log_tag' in init(). by Eric Salama · Fri Oct 02 11:58:19 2020 +0200
  53. 82cd028 BUG/MINOR: listeners: properly close listener FDs by Willy Tarreau · Wed Sep 23 16:33:00 2020 +0200
  54. 38ba647 REORG: listener: move the receiving FD to struct receiver by Willy Tarreau · Thu Aug 27 08:16:52 2020 +0200
  55. 3715906 REORG: listener: move the listening address to a struct receiver by Willy Tarreau · Thu Aug 27 07:48:42 2020 +0200
  56. e26993c MINOR: listener: move bind_proc and bind_thread to struct settings by Willy Tarreau · Thu Sep 03 07:18:55 2020 +0200
  57. e52b6e5 CLEANUP: Do not use a fixed type for 'sizeof' in 'calloc' by Tim Duesterhus · Sat Sep 12 20:26:43 2020 +0200
  58. fc85494 CLEANUP: haproxy: Free post_check_list in deinit() by Tim Duesterhus · Thu Sep 10 19:46:42 2020 +0200
  59. f0c25d2 CLEANUP: haproxy: Free per_thread_*_list in deinit() by Tim Duesterhus · Thu Sep 10 19:46:41 2020 +0200
  60. 53508d6 CLEANUP: haproxy: Free post_proxy_check_list in deinit() by Tim Duesterhus · Thu Sep 10 19:46:40 2020 +0200
  61. 9e0c2f3 CLEANUP: Free old_argv on deinit by Tim Duesterhus · Thu Sep 10 19:46:39 2020 +0200
  62. 00f00cf BUG/MINOR: haproxy: Free uri_auth->scope during deinit by Tim Duesterhus · Thu Sep 10 19:46:38 2020 +0200
  63. 398da62 BUG/MINOR: startup: haproxy -s cause 100% cpu by William Lallemand · Wed Sep 02 16:12:23 2020 +0200
  64. e91bff2 MAJOR: init: start all listeners via protocols and not via proxies anymore by Willy Tarreau · Wed Sep 02 11:11:43 2020 +0200
  65. 4296174 REORG: sock: move get_old_sockets() from haproxy.c by Willy Tarreau · Fri Aug 28 18:42:45 2020 +0200
  66. a6473ed MINOR: sock: add interface and namespace length to xfer_sock_list by Willy Tarreau · Fri Aug 28 16:35:06 2020 +0200
  67. 063d47d REORG: listener: move xfer_sock_list to sock.{c,h}. by Willy Tarreau · Fri Aug 28 16:29:53 2020 +0200
  68. 25140cc REORG: inet: replace tcp_is_foreign() with sock_inet_is_foreign() by Willy Tarreau · Fri Aug 28 15:40:33 2020 +0200
  69. febbce8 BUG/MINOR: reload: do not fail when no socket is sent by Willy Tarreau · Fri Aug 28 18:45:01 2020 +0200
  70. cf1f193 MEDIUM: reload: stop passing listener options along with FDs by Willy Tarreau · Wed Aug 26 10:30:09 2020 +0200
  71. bf3b06b MINOR: reload: determine the foreing binding status from the socket by Willy Tarreau · Wed Aug 26 10:23:40 2020 +0200
  72. bca5a4e BUG/MINOR: reload: detect the OS's v6only status before choosing an old socket by Willy Tarreau · Wed Aug 26 09:29:21 2020 +0200
  73. efc5a9d BUG/MINOR: snapshots: leak of snapshots on deinit() by William Lallemand · Fri Aug 07 14:48:37 2020 +0200
  74. 749f74c DOC: Use gender neutral language by Jackie Tapia · Wed Jul 22 18:59:40 2020 -0500
  75. 34bef07 CLEANUP: haproxy: Free post_server_check_list in deinit() by Tim Duesterhus · Sat Jul 04 11:49:50 2020 +0200
  76. 0837eb1 CLEANUP: haproxy: Free server_deinit_list in deinit() by Tim Duesterhus · Sat Jul 04 11:49:49 2020 +0200
  77. fdf904a CLEANUP: haproxy: Free post_deinit_list in deinit() by Tim Duesterhus · Sat Jul 04 11:49:48 2020 +0200
  78. 17e363f CLEANUP: haproxy: Free proxy_deinit_list in deinit() by Tim Duesterhus · Sat Jul 04 11:49:47 2020 +0200
  79. 826cf07 BUG/MINOR: haproxy: Free srule->expr during deinit by Tim Duesterhus · Sat Jul 04 11:49:44 2020 +0200
  80. 6fb74a1 BUG/MINOR: haproxy: Free srule->file during deinit by Tim Duesterhus · Sat Jul 04 11:49:43 2020 +0200
  81. 18c6359 BUG/MINOR: haproxy: Free proxy->unique_id_header during deinit by Tim Duesterhus · Sat Jul 04 11:49:42 2020 +0200
  82. cb8f13c BUG/MINOR: haproxy: Add missing free of server->(hostname|resolvers_id) by Tim Duesterhus · Sat Jul 04 11:49:41 2020 +0200
  83. 7976578 BUG/MINOR: haproxy: Free proxy->format_unique_id during deinit by Tim Duesterhus · Sat Jul 04 11:49:40 2020 +0200
  84. a519460 MINOR: config: make strict limits enabled by default by William Dauchy · Sat Mar 28 19:29:58 2020 +0100
  85. 46a030c CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Sun Jul 05 16:36:08 2020 +0500
  86. ab8b6a4 BUILD: haproxy: fix build error when RLIMIT_AS is not set by Willy Tarreau · Thu Jul 02 15:38:35 2020 +0200
  87. 76cc699 MINOR: config: add a new tune.idle-pool.shared global setting. by Willy Tarreau · Wed Jul 01 18:49:24 2020 +0200
  88. 369a2ef BUG/MINOR: haproxy: don't wake already stopping threads on exit by Willy Tarreau · Mon Jun 29 19:23:19 2020 +0200
  89. b240869 MINOR: ssl: move the ckch/crtlist deinit to ssl_sock.c by William Lallemand · Wed Jun 24 09:54:29 2020 +0200
  90. 82d877d BUG/MINOR: ssl: fix build with ckch_deinit() and crtlist_deinit() by William Lallemand · Tue Jun 23 20:25:07 2020 +0200
  91. ee8530c MINOR: ssl: free the crtlist and the ckch during the deinit() by William Lallemand · Tue Jun 23 18:19:42 2020 +0200
  92. a4818db BUG/MAJOR: init: properly compute the default global.maxpipes value by Willy Tarreau · Fri Jun 19 16:20:59 2020 +0200
  93. a7ad4ae MINOR: haproxy: process signals before runnable tasks by Willy Tarreau · Fri Jun 19 12:06:34 2020 +0200
  94. 13cd54c MEDIUM: peers: add the "localpeer" global option by Dragan Dosen · Thu Jun 18 18:24:05 2020 +0200
  95. 4f01415 MINOR: peers: do not use localpeer as an array anymore by Dragan Dosen · Thu Jun 18 16:56:47 2020 +0200
  96. 88bd9ee MINOR: version: put the compiler version output into version.c not haproxy.c by Willy Tarreau · Tue Jun 16 19:11:11 2020 +0200
  97. 01a0ce3 BUG/MAJOR: vars: Fix bogus free() during deinit() for http-request rules by Tim Duesterhus · Sun Jun 14 17:27:36 2020 +0200
  98. f3ca5a0 BUILD: haproxy: mark deinit_and_exit() as noreturn by Willy Tarreau · Mon Jun 15 18:43:46 2020 +0200
  99. ff78fcd BUG/MINOR: haproxy: Free rule->arg.vars.expr during deinit_act_rules by Tim Duesterhus · Sun Jun 14 00:37:43 2020 +0200
  100. 0a3b43d MINOR: haproxy: Make use of deinit_and_exit() for clean exits by Tim Duesterhus · Sun Jun 14 00:37:42 2020 +0200