1. 4e36682 BUG/MINOR: init: Use a dynamic buffer to set HAPROXY_CFGFILES env variable by Christopher Faulet · 3 years, 6 months ago
  2. 50f757c BUG/MINOR: init: enforce strict-limits when using master-worker by Jerome Magnin · 3 years, 6 months ago
  3. 4fb255d BUG/MINOR: server: Memory leak of proxy.used_server_addr during deinit by Thayne McCombs · 3 years, 6 months ago
  4. 8f0cc5c CLEANUP: Fix spelling errors in comments by Thayne McCombs · 3 years, 6 months ago
  5. 421ed39 [RELEASE] Released version 2.4-dev5 by Willy Tarreau · 3 years, 6 months ago
  6. e5ff141 CLEANUP: Compare the return value of `XXXcmp()` functions with zero by Tim Duesterhus · 3 years, 6 months ago
  7. 2d0493a BUILD/MINOR: haproxy DragonFlyBSD affinity build update. by David Carlier · 3 years, 7 months ago
  8. bb9fb8b MINOR: config: Deprecate and ignore tune.chksize global option by Christopher Faulet · 3 years, 7 months ago
  9. d9a16dc BUILD: SSL: add BoringSSL guarding to "RAND_keep_random_devices_open" by Ilya Shipitsin · 3 years, 7 months ago
  10. c8d1970 BUILD: Show the value of DEBUG= in haproxy -vv by Tim Duesterhus · 3 years, 7 months ago
  11. 83fefbc MINOR: init: Fix the prototype for per-thread free callbacks by Christopher Faulet · 3 years, 8 months ago
  12. d5bd824 BUG/MINOR: proxy/server: Skip per-proxy/server post-check for disabled proxies by Christopher Faulet · 3 years, 8 months ago
  13. ac66d6b MINOR: proxy; replace the spinlock with an rwlock by Willy Tarreau · 3 years, 8 months ago
  14. f42d794 MEDIUM: config: report that "nbproc" is deprecated by Willy Tarreau · 3 years, 9 months ago
  15. cd10def MINOR: backend: replace the lbprm lock with an rwlock by Willy Tarreau · 3 years, 9 months ago
  16. a74cb38 MINOR: protocol: register the receiver's I/O handler and not the protocol's by Willy Tarreau · 3 years, 9 months ago
  17. 1a3770c BUG/MEDIUM: deinit: check fdtab before fdtab[fd].owner by Willy Tarreau · 3 years, 9 months ago
  18. 2bd0f81 BUG/MINOR: init: only keep rlim_fd_cur if max is unlimited by Willy Tarreau · 3 years, 9 months ago
  19. 0a002df BUG/MINOR: proxy: respect the proper format string in sig_pause/sig_listen by Willy Tarreau · 3 years, 9 months ago
  20. 775e001 MAJOR: signals: use protocol_pause_all() and protocol_resume_all() by Willy Tarreau · 3 years, 9 months ago
  21. 337c835 MEDIUM: proxy: merge zombify_proxy() with stop_proxy() by Willy Tarreau · 3 years, 9 months ago
  22. 43ba3cf MEDIUM: proxy: remove start_proxies() by Willy Tarreau · 3 years, 9 months ago
  23. c3914d4 MEDIUM: proxy: replace proxy->state with proxy->disabled by Willy Tarreau · 3 years, 9 months ago
  24. b50bf04 MINOR: startup: don't rely on PR_STNEW to check for listeners by Willy Tarreau · 3 years, 9 months ago
  25. ae7bc4a MEDIUM: deinit: close all receivers/listeners before scanning proxies by Willy Tarreau · 3 years, 9 months ago
  26. 02b092f MEDIUM: init: stop disabled proxies after initializing fdtab by Willy Tarreau · 3 years, 9 months ago
  27. c47ba59 BUG/MEDIUM: log: old processes with log foward section don't die on soft stop. by Emeric Brun · 3 years, 9 months ago
  28. ee63d4b MEDIUM: stats: integrate static proxies stats in new stats by Amaury Denoyelle · 3 years, 9 months ago
  29. 7cea606 BUG/MINOR: Fix several leaks of 'log_tag' in init(). by Eric Salama · 3 years, 9 months ago
  30. 82cd028 BUG/MINOR: listeners: properly close listener FDs by Willy Tarreau · 3 years, 9 months ago
  31. 38ba647 REORG: listener: move the receiving FD to struct receiver by Willy Tarreau · 3 years, 10 months ago
  32. 3715906 REORG: listener: move the listening address to a struct receiver by Willy Tarreau · 3 years, 10 months ago
  33. e26993c MINOR: listener: move bind_proc and bind_thread to struct settings by Willy Tarreau · 3 years, 10 months ago
  34. e52b6e5 CLEANUP: Do not use a fixed type for 'sizeof' in 'calloc' by Tim Duesterhus · 3 years, 10 months ago
  35. fc85494 CLEANUP: haproxy: Free post_check_list in deinit() by Tim Duesterhus · 3 years, 10 months ago
  36. f0c25d2 CLEANUP: haproxy: Free per_thread_*_list in deinit() by Tim Duesterhus · 3 years, 10 months ago
  37. 53508d6 CLEANUP: haproxy: Free post_proxy_check_list in deinit() by Tim Duesterhus · 3 years, 10 months ago
  38. 9e0c2f3 CLEANUP: Free old_argv on deinit by Tim Duesterhus · 3 years, 10 months ago
  39. 00f00cf BUG/MINOR: haproxy: Free uri_auth->scope during deinit by Tim Duesterhus · 3 years, 10 months ago
  40. 398da62 BUG/MINOR: startup: haproxy -s cause 100% cpu by William Lallemand · 3 years, 10 months ago
  41. e91bff2 MAJOR: init: start all listeners via protocols and not via proxies anymore by Willy Tarreau · 3 years, 10 months ago
  42. 4296174 REORG: sock: move get_old_sockets() from haproxy.c by Willy Tarreau · 3 years, 10 months ago
  43. a6473ed MINOR: sock: add interface and namespace length to xfer_sock_list by Willy Tarreau · 3 years, 10 months ago
  44. 063d47d REORG: listener: move xfer_sock_list to sock.{c,h}. by Willy Tarreau · 3 years, 10 months ago
  45. 25140cc REORG: inet: replace tcp_is_foreign() with sock_inet_is_foreign() by Willy Tarreau · 3 years, 10 months ago
  46. febbce8 BUG/MINOR: reload: do not fail when no socket is sent by Willy Tarreau · 3 years, 10 months ago
  47. cf1f193 MEDIUM: reload: stop passing listener options along with FDs by Willy Tarreau · 3 years, 10 months ago
  48. bf3b06b MINOR: reload: determine the foreing binding status from the socket by Willy Tarreau · 3 years, 10 months ago
  49. bca5a4e BUG/MINOR: reload: detect the OS's v6only status before choosing an old socket by Willy Tarreau · 3 years, 10 months ago
  50. efc5a9d BUG/MINOR: snapshots: leak of snapshots on deinit() by William Lallemand · 3 years, 11 months ago
  51. 749f74c DOC: Use gender neutral language by Jackie Tapia · 4 years ago
  52. 34bef07 CLEANUP: haproxy: Free post_server_check_list in deinit() by Tim Duesterhus · 4 years ago
  53. 0837eb1 CLEANUP: haproxy: Free server_deinit_list in deinit() by Tim Duesterhus · 4 years ago
  54. fdf904a CLEANUP: haproxy: Free post_deinit_list in deinit() by Tim Duesterhus · 4 years ago
  55. 17e363f CLEANUP: haproxy: Free proxy_deinit_list in deinit() by Tim Duesterhus · 4 years ago
  56. 826cf07 BUG/MINOR: haproxy: Free srule->expr during deinit by Tim Duesterhus · 4 years ago
  57. 6fb74a1 BUG/MINOR: haproxy: Free srule->file during deinit by Tim Duesterhus · 4 years ago
  58. 18c6359 BUG/MINOR: haproxy: Free proxy->unique_id_header during deinit by Tim Duesterhus · 4 years ago
  59. cb8f13c BUG/MINOR: haproxy: Add missing free of server->(hostname|resolvers_id) by Tim Duesterhus · 4 years ago
  60. 7976578 BUG/MINOR: haproxy: Free proxy->format_unique_id during deinit by Tim Duesterhus · 4 years ago
  61. a519460 MINOR: config: make strict limits enabled by default by William Dauchy · 4 years, 3 months ago
  62. 46a030c CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years ago
  63. ab8b6a4 BUILD: haproxy: fix build error when RLIMIT_AS is not set by Willy Tarreau · 4 years ago
  64. 76cc699 MINOR: config: add a new tune.idle-pool.shared global setting. by Willy Tarreau · 4 years ago
  65. 369a2ef BUG/MINOR: haproxy: don't wake already stopping threads on exit by Willy Tarreau · 4 years ago
  66. b240869 MINOR: ssl: move the ckch/crtlist deinit to ssl_sock.c by William Lallemand · 4 years ago
  67. 82d877d BUG/MINOR: ssl: fix build with ckch_deinit() and crtlist_deinit() by William Lallemand · 4 years ago
  68. ee8530c MINOR: ssl: free the crtlist and the ckch during the deinit() by William Lallemand · 4 years ago
  69. a4818db BUG/MAJOR: init: properly compute the default global.maxpipes value by Willy Tarreau · 4 years ago
  70. a7ad4ae MINOR: haproxy: process signals before runnable tasks by Willy Tarreau · 4 years ago
  71. 13cd54c MEDIUM: peers: add the "localpeer" global option by Dragan Dosen · 4 years ago
  72. 4f01415 MINOR: peers: do not use localpeer as an array anymore by Dragan Dosen · 4 years ago
  73. 88bd9ee MINOR: version: put the compiler version output into version.c not haproxy.c by Willy Tarreau · 4 years, 1 month ago
  74. 01a0ce3 BUG/MAJOR: vars: Fix bogus free() during deinit() for http-request rules by Tim Duesterhus · 4 years, 1 month ago
  75. f3ca5a0 BUILD: haproxy: mark deinit_and_exit() as noreturn by Willy Tarreau · 4 years, 1 month ago
  76. ff78fcd BUG/MINOR: haproxy: Free rule->arg.vars.expr during deinit_act_rules by Tim Duesterhus · 4 years, 1 month ago
  77. 0a3b43d MINOR: haproxy: Make use of deinit_and_exit() for clean exits by Tim Duesterhus · 4 years, 1 month ago
  78. 2654055 MINOR: haproxy: Add void deinit_and_exit(int) by Tim Duesterhus · 4 years, 1 month ago
  79. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 1 month ago
  80. 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · 4 years, 1 month ago
  81. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  82. 1e56f92 REORG: include: move server.h to haproxy/server{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  83. a55c454 REORG: include: move queue.h to haproxy/queue{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  84. 4980160 REORG: include: move backend.h to haproxy/backend{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  85. a264d96 REORG: include: move proxy.h to haproxy/proxy{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  86. aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  87. c7babd8 REORG: include: move filters.h to haproxy/filters{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  88. c2b1ff0 REORG: include: move http_ana.h to haproxy/http_ana{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  89. f1d32c4 REORG: include: move channel.h to haproxy/channel{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  90. 209108d REORG: include: move ssl_sock.h to haproxy/ssl_sock{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  91. 83487a8 REORG: include: move cli.h to haproxy/cli{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  92. 8c42b8a REORG: include: split common/uri_auth.h into haproxy/uri_auth{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  93. dcc048a REORG: include: move acl.h to haproxy/acl.h{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  94. 48d25b3 REORG: include: move session.h to haproxy/session{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  95. 3c2a7c2 REORG: include: move peers.h to haproxy/peers{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  96. 7ea393d REORG: include: move connection.h to haproxy/connection{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  97. 3727a8a REORG: include: move signal.h to haproxy/signal{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  98. cea0e1b REORG: include: move task.h to haproxy/task{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  99. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  100. a171892 REORG: include: move vars.h to haproxy/vars{,-t}.h by Willy Tarreau · 4 years, 1 month ago