1. c4dc79b BUG/MINOR: checks: postpone the startup of health checks by the boot time by Willy Tarreau · Wed May 17 09:01:22 2023 +0200
  2. 18e018a MINOR: checks: make sure spread-checks is used also at boot time by Willy Tarreau · Wed May 17 07:39:57 2023 +0200
  3. 8af4ab8 BUG/MINOR: tcpcheck: Disable QUICKACK only if data should be sent after connect by Christopher Faulet · Wed Aug 24 11:38:03 2022 +0200
  4. 5f76c90 BUG/MINOR: checks: Properly handle email alerts in trace messages by Christopher Faulet · Wed Jun 08 09:12:58 2022 +0200
  5. ecc3426 BUG/MINOR: check: Reinit the buffer wait list at the end of a check by Christopher Faulet · Wed May 18 14:24:43 2022 +0200
  6. 565f333 BUG/MINOR: check: fix the condition to validate a port-less server by Willy Tarreau · Thu Jul 22 11:06:41 2021 +0200
  7. 1065e7e BUG/MINOR: checks: return correct error code for srv_parse_agent_check by Dirkjan Bussink · Fri Jun 18 19:57:49 2021 +0000
  8. ea86083 BUG/MINOR: checks: Reschedule check on observe mode only if fastinter is set by Christopher Faulet · Fri May 07 11:45:26 2021 +0200
  9. 92017a3 BUG/MINOR: checks: Handle synchronous connect when a tcpcheck is started by Christopher Faulet · Thu May 06 16:01:18 2021 +0200
  10. b2be9a1 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Sat Apr 24 13:25:42 2021 +0500
  11. 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · Wed Apr 21 07:32:39 2021 +0200
  12. 0f1fc23 BUG/MINOR: checks: Set missing id to the dummy checks frontend by Christopher Faulet · Fri Apr 16 10:49:07 2021 +0200
  13. 147b8c9 MINOIR: checks/trace: Register a new trace source with its events by Christopher Faulet · Sat Apr 10 09:00:38 2021 +0200
  14. 4781b15 CLEANUP: atomic/tree-wide: replace single increments/decrements with inc/dec by Willy Tarreau · Tue Apr 06 13:53:36 2021 +0200
  15. d68d4f1 MEDIUM: dynbuf: remove last usages of b_alloc_margin() by Willy Tarreau · Mon Mar 22 14:44:31 2021 +0100
  16. 76e10e7 MINOR: server: prepare parsing for dynamic servers by Amaury Denoyelle · Mon Mar 08 17:08:01 2021 +0100
  17. 144f84a MEDIUM: task: extend the state field to 32 bits by Willy Tarreau · Tue Mar 02 16:09:26 2021 +0100
  18. dcf753a CLEANUP: Use the ist() macro whenever possible by Tim Duesterhus · Thu Mar 04 17:31:47 2021 +0100
  19. 61cfdf4 CLEANUP: tree-wide: replace free(x);x=NULL with ha_free(&x) by Willy Tarreau · Sat Feb 20 10:46:51 2021 +0100
  20. 4d77bbf MINOR: dynbuf: pass offer_buffers() the number of buffers instead of a threshold by Willy Tarreau · Sat Feb 20 12:02:46 2021 +0100
  21. 90f366b MINOR: dynbuf: use regular lists instead of mt_lists for buffer_wait by Willy Tarreau · Sat Feb 20 11:49:49 2021 +0100
  22. e8e5091 MINOR: dynbuf: make the buffer wait queue per thread by Willy Tarreau · Sat Feb 20 11:38:56 2021 +0100
  23. 4e9df27 BUG/MEDIUM: checks: don't needlessly take the server lock in health_adjust() by Willy Tarreau · Wed Feb 17 15:20:19 2021 +0100
  24. 64ba5eb BUG/MINOR: checks: properly handle wrapping time in __health_adjust() by Willy Tarreau · Wed Feb 17 15:15:15 2021 +0100
  25. b26122b CLEANUP: check: fix get_check_status_info declaration by William Dauchy · Sun Feb 14 22:26:23 2021 +0100
  26. c943799 MEDIUM: resolvers/dns: split dns.c into dns.c and resolvers.c by Emeric Brun · Fri Feb 12 19:42:55 2021 +0100
  27. d30e9a1 MINOR: resolvers: rework prototype suffixes to split resolving and dns. by Emeric Brun · Wed Dec 23 18:49:16 2020 +0100
  28. 08622d3 MINOR: resolvers: renames some resolvers specific types to not use dns prefix by Emeric Brun · Wed Dec 23 17:41:43 2020 +0100
  29. f430090 CLEANUP: check: fix some typo in comments by William Dauchy · Sat Feb 06 20:47:50 2021 +0100
  30. 4858fb2 MEDIUM: check: align agentaddr and agentport behaviour by William Dauchy · Wed Feb 03 22:30:09 2021 +0100
  31. 1c921cd BUG/MINOR: check: consitent way to set agentaddr by William Dauchy · Wed Feb 03 22:30:08 2021 +0100
  32. 69f118d MEDIUM: check: remove checkport checkaddr flag by William Dauchy · Wed Feb 03 22:30:07 2021 +0100
  33. 7aa3271 MINOR: checks: Add function to get the result code corresponding to a status by Christopher Faulet · Mon Feb 01 13:11:50 2021 +0100
  34. 025fc71 MINOR: checks: export a few functions that appear often in trace dumps by Willy Tarreau · Fri Jan 29 12:35:24 2021 +0100
  35. 8f10042 BUG/MEDIUM: tcpcheck: Don't destroy connection in the wake callback context by Christopher Faulet · Mon Jan 18 15:47:03 2021 +0100
  36. 6ecd593 BUG/MINOR: check: Don't perform any check on servers defined in a frontend by Christopher Faulet · Tue Jan 12 17:29:45 2021 +0100
  37. f7e4a6f MINOR: checks: don't call conn_cond_update_polling() anymore by Willy Tarreau · Fri Dec 11 11:11:06 2020 +0100
  38. 30bd4ef MINOR: checks: use cs_drain_and_close() instead of draining the connection by Willy Tarreau · Fri Dec 11 11:09:29 2020 +0100
  39. 1e527cb MINOR: check: Always increment check health counter on CONPASS by Christopher Faulet · Fri Nov 20 18:13:02 2020 +0100
  40. 97b7bdf REORG: tcpcheck: Move check option parsing functions based on tcp-check by Christopher Faulet · Fri Nov 27 09:58:02 2020 +0100
  41. b1bb069 MINOR: tcpcheck: Don't handle anymore in-progress connect rules in tcpcheck_main by Christopher Faulet · Wed Nov 25 16:47:30 2020 +0100
  42. b381a50 BUG/MAJOR: tcpcheck: Allocate input and output buffers from the buffer pool by Christopher Faulet · Wed Nov 25 13:47:00 2020 +0100
  43. 1faf18a BUG/MINOR: tcpcheck: Don't forget to reset tcp-check flags on new kind of check by Christopher Faulet · Wed Nov 25 16:43:12 2020 +0100
  44. fc633b6 CLEANUP: config: Return ERR_NONE from config callbacks instead of 0 by Christopher Faulet · Fri Nov 06 15:24:23 2020 +0100
  45. c751b45 BUG/MINOR: tcpcheck: Don't warn on unused rules if check option is after by Christopher Faulet · Fri Nov 13 08:55:57 2020 +0100
  46. 7c14890 MINOR: check: report error on incompatible proto by Amaury Denoyelle · Fri Nov 13 12:34:57 2020 +0100
  47. 0519bd4 BUG/MEDIUM: check: reuse srv proto only if using same mode by Amaury Denoyelle · Fri Nov 13 12:34:56 2020 +0100
  48. 5e29376 BUG/MINOR: checks: Report a socket error before any connection attempt by Christopher Faulet · Mon Oct 26 11:10:49 2020 +0100
  49. c3914d4 MEDIUM: proxy: replace proxy->state with proxy->disabled by Willy Tarreau · Thu Sep 24 08:39:22 2020 +0200
  50. 65ec4e3 MEDIUM: tools: make str2sa_range() check that the protocol has ->connect() by Willy Tarreau · Wed Sep 16 19:17:08 2020 +0200
  51. 5fc9328 MINOR: tools: make str2sa_range() directly return the protocol by Willy Tarreau · Wed Sep 16 18:25:03 2020 +0200
  52. a93e5c7 MINOR: tools: make str2sa_range() optionally return the fd by Willy Tarreau · Tue Sep 15 14:01:16 2020 +0200
  53. 3281993 MINOR: tools: add several PA_O_* flags in str2sa_range() callers by Willy Tarreau · Fri Sep 04 15:53:16 2020 +0200
  54. 8b0fa8f MEDIUM: config: remove all checks for missing/invalid ports/ranges by Willy Tarreau · Tue Sep 15 11:52:23 2020 +0200
  55. 7f96a84 MEDIUM: tools: make str2sa_range() validate callers' port specifications by Willy Tarreau · Tue Sep 15 11:12:44 2020 +0200
  56. cd3a5591 MINOR: tools: make str2sa_range() take more options than just resolve by Willy Tarreau · Fri Sep 04 15:30:46 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. 2867b40 BUG/MEDIUM: checks: Fix off-by-one in allocation of SMTP greeting cmd by Tim Duesterhus · Fri Jun 12 15:58:48 2020 +0200
  59. 588b314 BUILD: Re-enable -Wimplicit-fallthrough by Tim Duesterhus · Fri May 29 14:35:51 2020 +0200
  60. 7c18b54 REORG: dgram: rename proto_udp to dgram by Willy Tarreau · Thu Jun 11 09:23:02 2020 +0200
  61. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · Tue Jun 09 09:07:15 2020 +0200
  62. bcc6733 REORG: check: extract the external checks from check.{c,h} by Willy Tarreau · Fri Jun 05 15:31:31 2020 +0200
  63. 51cd595 REORG: check: move tcpchecks away from check.c by Willy Tarreau · Fri Jun 05 12:25:38 2020 +0200
  64. cee013e REORG: check: move the e-mail alerting code to mailers.c by Willy Tarreau · Fri Jun 05 11:40:38 2020 +0200
  65. 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · Fri Jun 05 00:00:29 2020 +0200
  66. 1e56f92 REORG: include: move server.h to haproxy/server{,-t}.h by Willy Tarreau · Thu Jun 04 23:20:13 2020 +0200
  67. a55c454 REORG: include: move queue.h to haproxy/queue{,-t}.h by Willy Tarreau · Thu Jun 04 22:59:39 2020 +0200
  68. 4980160 REORG: include: move backend.h to haproxy/backend{,-t}.h by Willy Tarreau · Thu Jun 04 22:50:02 2020 +0200
  69. a264d96 REORG: include: move proxy.h to haproxy/proxy{,-t}.h by Willy Tarreau · Thu Jun 04 22:29:18 2020 +0200
  70. aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · Thu Jun 04 22:01:04 2020 +0200
  71. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · Thu Jun 04 20:45:39 2020 +0200
  72. 209108d REORG: include: move ssl_sock.h to haproxy/ssl_sock{,-t}.h by Willy Tarreau · Thu Jun 04 20:30:20 2020 +0200
  73. 2eec9b5 REORG: include: move stats.h to haproxy/stats{,-t}.h by Willy Tarreau · Thu Jun 04 19:58:55 2020 +0200
  74. 4aa573d REORG: include: move checks.h to haproxy/check{,-t}.h by Willy Tarreau · Thu Jun 04 18:21:56 2020 +0200[Renamed (99%) from src/checks.c]
  75. 3727a8a REORG: include: move signal.h to haproxy/signal{,-t}.h by Willy Tarreau · Thu Jun 04 17:37:26 2020 +0200
  76. fc77454 REORG: include: move proto_tcp.h to haproxy/proto_tcp.h by Willy Tarreau · Thu Jun 04 17:31:04 2020 +0200
  77. cea0e1b REORG: include: move task.h to haproxy/task{,-t}.h by Willy Tarreau · Thu Jun 04 17:25:40 2020 +0200
  78. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · Thu Jun 04 17:05:57 2020 +0200
  79. a171892 REORG: include: move vars.h to haproxy/vars{,-t}.h by Willy Tarreau · Thu Jun 04 16:25:31 2020 +0200
  80. e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · Thu Jun 04 15:33:47 2020 +0200
  81. d7d2c28 CLEANUP: include: remove unused mux_pt.h by Willy Tarreau · Thu Jun 04 14:04:31 2020 +0200
  82. eb92deb REORG: include: move dns.h to haproxy/dns{,-t}.h by Willy Tarreau · Thu Jun 04 10:53:16 2020 +0200
  83. aa74c4e REORG: include: move arg.h to haproxy/arg{,-t}.h by Willy Tarreau · Thu Jun 04 10:19:23 2020 +0200
  84. 122eba9 REORG: include: move action.h to haproxy/action{,-t}.h by Willy Tarreau · Thu Jun 04 10:15:32 2020 +0200
  85. 8773533 REORG: include: move http_htx.h to haproxy/http_htx{,-t}.h by Willy Tarreau · Thu Jun 04 09:08:41 2020 +0200
  86. 832ce65 REORG: include: move proto_udp.h to haproxy/proto_udp{,-t}.h by Willy Tarreau · Thu Jun 04 08:36:05 2020 +0200
  87. 0f6ffd6 REORG: include: move fd.h to haproxy/fd{,-t}.h by Willy Tarreau · Wed Jun 03 19:33:00 2020 +0200
  88. fc8f6a8 REORG: include: move port_range.h to haproxy/port_range{,-t}.h by Willy Tarreau · Wed Jun 03 19:20:59 2020 +0200
  89. 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · Wed Jun 03 18:09:46 2020 +0200
  90. 2dd7c35 REORG: include: move protocol.h to haproxy/protocol{,-t}.h by Willy Tarreau · Wed Jun 03 15:26:55 2020 +0200
  91. 16f958c REORG: include: split common/htx.h into haproxy/htx{,-t}.h by Willy Tarreau · Wed Jun 03 08:44:35 2020 +0200
  92. 5413a87 REORG: include: move common/h1.h to haproxy/h1.h by Willy Tarreau · Tue Jun 02 19:33:08 2020 +0200
  93. cd72d8c REORG: include: split common/http.h into haproxy/http{,-t}.h by Willy Tarreau · Tue Jun 02 19:11:26 2020 +0200
  94. 7cd8b6e REORG: include: split common/regex.h into haproxy/regex{,-t}.h by Willy Tarreau · Tue Jun 02 17:32:26 2020 +0200
  95. 2741c8c REORG: include: move common/buffer.h to haproxy/dynbuf{,-t}.h by Willy Tarreau · Tue Jun 02 11:28:02 2020 +0200
  96. c13ed53 REORG: include: move common/chunk.h to haproxy/chunk.h by Willy Tarreau · Tue Jun 02 10:22:45 2020 +0200
  97. 92b4f13 REORG: include: move time.h from common/ to haproxy/ by Willy Tarreau · Mon Jun 01 11:05:15 2020 +0200
  98. 3f567e4 REORG: include: split hathreads into haproxy/thread.h and haproxy/thread-t.h by Willy Tarreau · Thu May 28 15:29:19 2020 +0200
  99. 853b297 REORG: include: split mini-clist into haproxy/list and list-t.h by Willy Tarreau · Wed May 27 18:01:47 2020 +0200
  100. 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · Wed May 27 12:58:42 2020 +0200