1. cf1f193 MEDIUM: reload: stop passing listener options along with FDs by Willy Tarreau · 3 years, 11 months ago
  2. bf3b06b MINOR: reload: determine the foreing binding status from the socket by Willy Tarreau · 3 years, 11 months ago
  3. bca5a4e BUG/MINOR: reload: detect the OS's v6only status before choosing an old socket by Willy Tarreau · 3 years, 11 months ago
  4. efc5a9d BUG/MINOR: snapshots: leak of snapshots on deinit() by William Lallemand · 4 years ago
  5. 749f74c DOC: Use gender neutral language by Jackie Tapia · 4 years ago
  6. 34bef07 CLEANUP: haproxy: Free post_server_check_list in deinit() by Tim Duesterhus · 4 years ago
  7. 0837eb1 CLEANUP: haproxy: Free server_deinit_list in deinit() by Tim Duesterhus · 4 years ago
  8. fdf904a CLEANUP: haproxy: Free post_deinit_list in deinit() by Tim Duesterhus · 4 years ago
  9. 17e363f CLEANUP: haproxy: Free proxy_deinit_list in deinit() by Tim Duesterhus · 4 years ago
  10. 826cf07 BUG/MINOR: haproxy: Free srule->expr during deinit by Tim Duesterhus · 4 years ago
  11. 6fb74a1 BUG/MINOR: haproxy: Free srule->file during deinit by Tim Duesterhus · 4 years ago
  12. 18c6359 BUG/MINOR: haproxy: Free proxy->unique_id_header during deinit by Tim Duesterhus · 4 years ago
  13. cb8f13c BUG/MINOR: haproxy: Add missing free of server->(hostname|resolvers_id) by Tim Duesterhus · 4 years ago
  14. 7976578 BUG/MINOR: haproxy: Free proxy->format_unique_id during deinit by Tim Duesterhus · 4 years ago
  15. a519460 MINOR: config: make strict limits enabled by default by William Dauchy · 4 years, 3 months ago
  16. 46a030c CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years ago
  17. ab8b6a4 BUILD: haproxy: fix build error when RLIMIT_AS is not set by Willy Tarreau · 4 years ago
  18. 76cc699 MINOR: config: add a new tune.idle-pool.shared global setting. by Willy Tarreau · 4 years ago
  19. 369a2ef BUG/MINOR: haproxy: don't wake already stopping threads on exit by Willy Tarreau · 4 years ago
  20. b240869 MINOR: ssl: move the ckch/crtlist deinit to ssl_sock.c by William Lallemand · 4 years ago
  21. 82d877d BUG/MINOR: ssl: fix build with ckch_deinit() and crtlist_deinit() by William Lallemand · 4 years ago
  22. ee8530c MINOR: ssl: free the crtlist and the ckch during the deinit() by William Lallemand · 4 years ago
  23. a4818db BUG/MAJOR: init: properly compute the default global.maxpipes value by Willy Tarreau · 4 years, 1 month ago
  24. a7ad4ae MINOR: haproxy: process signals before runnable tasks by Willy Tarreau · 4 years, 1 month ago
  25. 13cd54c MEDIUM: peers: add the "localpeer" global option by Dragan Dosen · 4 years, 1 month ago
  26. 4f01415 MINOR: peers: do not use localpeer as an array anymore by Dragan Dosen · 4 years, 1 month ago
  27. 88bd9ee MINOR: version: put the compiler version output into version.c not haproxy.c by Willy Tarreau · 4 years, 1 month ago
  28. 01a0ce3 BUG/MAJOR: vars: Fix bogus free() during deinit() for http-request rules by Tim Duesterhus · 4 years, 1 month ago
  29. f3ca5a0 BUILD: haproxy: mark deinit_and_exit() as noreturn by Willy Tarreau · 4 years, 1 month ago
  30. ff78fcd BUG/MINOR: haproxy: Free rule->arg.vars.expr during deinit_act_rules by Tim Duesterhus · 4 years, 1 month ago
  31. 0a3b43d MINOR: haproxy: Make use of deinit_and_exit() for clean exits by Tim Duesterhus · 4 years, 1 month ago
  32. 2654055 MINOR: haproxy: Add void deinit_and_exit(int) by Tim Duesterhus · 4 years, 1 month ago
  33. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 1 month ago
  34. 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · 4 years, 1 month ago
  35. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  36. 1e56f92 REORG: include: move server.h to haproxy/server{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  37. a55c454 REORG: include: move queue.h to haproxy/queue{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  38. 4980160 REORG: include: move backend.h to haproxy/backend{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  39. a264d96 REORG: include: move proxy.h to haproxy/proxy{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  40. aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  41. c7babd8 REORG: include: move filters.h to haproxy/filters{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  42. c2b1ff0 REORG: include: move http_ana.h to haproxy/http_ana{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  43. f1d32c4 REORG: include: move channel.h to haproxy/channel{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  44. 209108d REORG: include: move ssl_sock.h to haproxy/ssl_sock{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  45. 83487a8 REORG: include: move cli.h to haproxy/cli{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  46. 8c42b8a REORG: include: split common/uri_auth.h into haproxy/uri_auth{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  47. dcc048a REORG: include: move acl.h to haproxy/acl.h{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  48. 48d25b3 REORG: include: move session.h to haproxy/session{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  49. 3c2a7c2 REORG: include: move peers.h to haproxy/peers{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  50. 7ea393d REORG: include: move connection.h to haproxy/connection{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  51. 3727a8a REORG: include: move signal.h to haproxy/signal{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  52. cea0e1b REORG: include: move task.h to haproxy/task{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  53. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  54. a171892 REORG: include: move vars.h to haproxy/vars{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  55. e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  56. 225a90a REORG: include: move pattern.h to haproxy/pattern{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  57. 213e990 REORG: include: move listener.h to haproxy/listener{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  58. b5abe5b REORG: include: move mworker.h to haproxy/mworker{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  59. c761f84 REORG: include: move http_rules.h to haproxy/http_rules.h by Willy Tarreau · 4 years, 1 month ago
  60. 278161c REORG: include: move capture.h to haproxy/capture{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  61. eb92deb REORG: include: move dns.h to haproxy/dns{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  62. ac13aea REORG: include: move auth.h to haproxy/auth{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  63. aa74c4e REORG: include: move arg.h to haproxy/arg{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  64. 8641605 REORG: include: move hlua.h to haproxy/hlua{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  65. 0f6ffd6 REORG: include: move fd.h to haproxy/fd{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  66. 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  67. 2dd7c35 REORG: include: move protocol.h to haproxy/protocol{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  68. 7cd8b6e REORG: include: split common/regex.h into haproxy/regex{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  69. 7a00efb REORG: include: move common/namespace.h to haproxy/namespace{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  70. 6131d6a REORG: include: move common/net_helper.h to haproxy/net_helper.h by Willy Tarreau · 4 years, 1 month ago
  71. 2741c8c REORG: include: move common/buffer.h to haproxy/dynbuf{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  72. a04ded5 REORG: include: move activity to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  73. c13ed53 REORG: include: move common/chunk.h to haproxy/chunk.h by Willy Tarreau · 4 years, 1 month ago
  74. d0ef439 REORG: include: move common/memory.h to haproxy/pool.h by Willy Tarreau · 4 years, 1 month ago
  75. 92b4f13 REORG: include: move time.h from common/ to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  76. af613e8 CLEANUP: thread: rename __decl_hathreads() to __decl_thread() by Willy Tarreau · 4 years, 1 month ago
  77. 3f567e4 REORG: include: split hathreads into haproxy/thread.h and haproxy/thread-t.h by Willy Tarreau · 4 years, 1 month ago
  78. 853b297 REORG: include: split mini-clist into haproxy/list and list-t.h by Willy Tarreau · 4 years, 1 month ago
  79. 6019fab REORG: include: move openssl-compat.h from common/ to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  80. 8d36697 REORG: include: move base64.h, errors.h and hash.h from common to to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  81. d678805 REORG: include: move version.h to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  82. 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · 4 years, 1 month ago
  83. 9fc6c97 BUG/MINOR: mworker: fix a memleak when execvp() failed by William Lallemand · 4 years, 1 month ago
  84. 0041741 BUG/MEDIUM: mworker: fix the reload with an -- option by William Lallemand · 4 years, 1 month ago
  85. a6b3249 BUG/MINOR: init: -S can have a parameter starting with a dash by William Lallemand · 4 years, 1 month ago
  86. 4f71d30 BUG/MINOR: init: -x can have a parameter starting with a dash by William Lallemand · 4 years, 1 month ago
  87. df6c5a8 BUG/MEDIUM: mworker: fix the copy of options in copy_argv() by William Lallemand · 4 years, 1 month ago
  88. d645574 MINOR: soft-stop: let the first stopper only signal other threads by Willy Tarreau · 4 years, 2 months ago
  89. d7a6b2f BUG/MINOR: soft-stop: always wake up waiting threads on stopping by Willy Tarreau · 4 years, 2 months ago
  90. e5870d8 MAJOR: checks: Implement HTTP check using tcp-check rules by Christopher Faulet · 4 years, 3 months ago
  91. 8892e5d BUG/MEDIUM: server/checks: Init server check during config validity check by Christopher Faulet · 4 years, 3 months ago
  92. f61f33a BUG/MINOR: checks: Respect the no-check-ssl option by Christopher Faulet · 4 years, 3 months ago
  93. 8acb128 MINOR: checks: Add a way to send custom headers and payload during http chekcs by Christopher Faulet · 4 years, 3 months ago
  94. dfad6a4 MINOR: version: Show uname output in display_version() by Tim Duesterhus · 4 years, 3 months ago
  95. bb1b63c MINOR: init: report the compiler version in haproxy -vv by Willy Tarreau · 4 years, 3 months ago
  96. 3eb10b8 MINOR: init: add -dW and "zero-warning" to reject configs with warnings by Willy Tarreau · 4 years, 3 months ago
  97. bebd212 MINOR: init: report in "haproxy -c" whether there were warnings or not by Willy Tarreau · 4 years, 3 months ago
  98. 95abd5b CLEANUP: haproxy/threads: don't check global_tasks_mask twice by Willy Tarreau · 4 years, 4 months ago
  99. 4f46a35 BUG/MINOR: haproxy/threads: close a possible race in soft-stop detection by Willy Tarreau · 4 years, 4 months ago
  100. dc2f275 MEDIUM: servers: Split the connections into idle, safe, and available. by Olivier Houchard · 4 years, 5 months ago