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