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