1. 390485a BUG/MINOR: checks: Don't forget to release the connection on error case. by Olivier Houchard · Tue Oct 24 19:03:30 2017 +0200
  2. 402dbc1 MINOR: checks: use conn_full_close() instead of conn_force_close() by Willy Tarreau · Thu Oct 05 17:53:13 2017 +0200
  3. 1a0545f REORG: connection: rename CO_FL_DATA_* -> CO_FL_XPRT_* by Olivier Houchard · Wed Sep 13 18:30:23 2017 +0200
  4. 5a13351 BUG/MEDIUM: log: check result details truncated. by Emeric Brun · Thu Oct 19 14:42:30 2017 +0200
  5. 9130a96 MINOR: checks: Add a new keyword to specify a SNI when doing SSL checks. by Olivier Houchard · Tue Oct 17 17:33:43 2017 +0200
  6. 0014912 MEDIUM: checks: do not allocate a permanent connection anymore by Willy Tarreau · Wed Oct 04 18:05:01 2017 +0200
  7. 6bdcab0 MEDIUM: checks: make tcpcheck_main() indicate if it recycled a connection by Willy Tarreau · Wed Oct 04 18:41:00 2017 +0200
  8. f411cce MINOR: checks: don't create then kill a dummy connection before tcp-checks by Willy Tarreau · Wed Oct 04 16:21:19 2017 +0200
  9. be74b88 MINOR: tcp-check: make tcpcheck_main() take a check, not a connection by Willy Tarreau · Wed Oct 04 16:22:49 2017 +0200
  10. 894c642 BUG/MINOR: tcp-check: don't initialize then break a connection starting with a comment by Willy Tarreau · Wed Oct 04 15:58:52 2017 +0200
  11. b398e64 CLEANUP: checks: do not allocate a connection for process checks by Willy Tarreau · Wed Oct 04 15:25:38 2017 +0200
  12. d7c3fbd CLEANUP: checks: don't report report the fork() error twice by Willy Tarreau · Wed Oct 04 15:19:26 2017 +0200
  13. 1e62e2a CLEANUP: checks: remove misleading comments and statuses for external process by Willy Tarreau · Wed Oct 04 15:07:02 2017 +0200
  14. b5259bf MINOR: checks: make chk_report_conn_err() take a check, not a connection by Willy Tarreau · Wed Oct 04 14:47:29 2017 +0200
  15. c09572f BUG/MEDIUM: tcp-check: don't call tcpcheck_main() from the I/O handlers! by Willy Tarreau · Wed Oct 04 11:58:22 2017 +0200
  16. 82feaaf BUG/MINOR: tcp-check: don't quit with pending data in the send buffer by Willy Tarreau · Wed Oct 04 11:38:08 2017 +0200
  17. a3782e7 BUG/MEDIUM: tcp-check: properly indicate polling state before performing I/O by Willy Tarreau · Wed Oct 04 08:45:19 2017 +0200
  18. 3cad394 CLEANUUP: checks: don't set conn->handle.fd to -1 by Willy Tarreau · Wed Oct 04 07:48:56 2017 +0200
  19. 52a91d3 MEDIUM: check: server states and weight propagation re-work by Emeric Brun · Thu Aug 31 14:41:55 2017 +0200
  20. bbae3f0 MEDIUM: connection: remove useless flag CO_FL_DATA_WR_SH by Willy Tarreau · Wed Aug 30 09:59:52 2017 +0200
  21. 54e917c MEDIUM: connection: remove useless flag CO_FL_DATA_RD_SH by Willy Tarreau · Wed Aug 30 07:35:35 2017 +0200
  22. 585744b REORG/MEDIUM: connection: introduce the notion of connection handle by Willy Tarreau · Thu Aug 24 14:31:19 2017 +0200
  23. b68fda4 MINOR: check: Fix checks when using SRV records. by Olivier Houchard · Fri Aug 04 18:39:01 2017 +0200
  24. f1d33db CLEANUP: task: remove all initializations to TICK_ETERNITY after task_new() by Willy Tarreau · Mon Jul 24 17:55:20 2017 +0200
  25. 201c07f MAJOR/REORG: dns: DNS resolution task and requester queues by Baptiste Assmann · Mon May 22 15:17:15 2017 +0200
  26. 4274637 REORG: dns: dns_option structure, storage of hostname_dn by Baptiste Assmann · Wed May 03 12:12:02 2017 +0200
  27. f494977 BUG/MINOR: checks: don't send proxy protocol with agent checks by Willy Tarreau · Sat May 06 08:45:28 2017 +0200
  28. 6e0843c MINOR: server: Add 'no-agent-check' server keyword. by Frédéric Lécaille · Tue Mar 21 16:39:15 2017 +0100
  29. de40d79 CLEANUP: connection: completely remove CO_FL_WAKE_DATA by Willy Tarreau · Sat Mar 18 17:40:22 2017 +0100
  30. 544d481 BUG/MINOR: checks: attempt clean shutw for SSL check by Steven Davidovitz · Wed Mar 08 11:06:20 2017 -0800
  31. 8ef7525 MAJOR: spoe: refactor the filter to clean up the code by Christopher Faulet · Mon Feb 20 22:56:03 2017 +0100
  32. 62c8a21 BUG/MINOR: sendmail: The return of vsnprintf is not cleanly tested by Thierry FOURNIER · Thu Feb 09 12:19:27 2017 +0100
  33. 04276f3 MEDIUM: server: split the address and the port into two different fields by Willy Tarreau · Fri Jan 06 17:41:29 2017 +0100
  34. a261e9b CLEANUP: connection: remove all direct references to raw_sock and ssl_sock by Willy Tarreau · Thu Dec 22 20:44:00 2016 +0100
  35. 141ad85 MINOR: server: move the use_ssl field out of the ifdef USE_OPENSSL by Willy Tarreau · Thu Dec 22 18:38:00 2016 +0100
  36. 865c514 CLEANUP: checks: make use of the post-init registration to start checks by Willy Tarreau · Wed Dec 21 20:04:48 2016 +0100
  37. 4896c44 DOC: Spelling fixes by Tim Düsterhus · Tue Nov 29 02:15:19 2016 +0100
  38. 9ed6203 REORG: cli: split dumpstats.h in stats.h and cli.h by William Lallemand · Mon Nov 21 17:49:11 2016 +0100
  39. 8e0bb0a MINOR: connection: add names for transport and data layers by Willy Tarreau · Thu Nov 24 16:58:12 2016 +0100
  40. ba7bc16 MINOR: spoe/checks: Add support for SPOP health checks by Christopher Faulet · Mon Nov 07 21:07:38 2016 +0100
  41. 95db2bc MAJOR: check: find out which port to use for health check at run time by Baptiste Assmann · Mon Jun 13 14:15:41 2016 +0200
  42. 64345aa BUILD: checks: remove the last strcat and eliminate a warning on OpenBSD by Willy Tarreau · Wed Aug 10 19:29:09 2016 +0200
  43. 78f8dcb CLEANUP: external-check: don't block/unblock SIGCHLD when manipulating the list by Willy Tarreau · Tue Jun 21 17:34:14 2016 +0200
  44. ebc9244 BUG/MINOR: external-checks: do not unblock undesired signals by Willy Tarreau · Tue Jun 21 17:29:46 2016 +0200
  45. 48d6bf2 BUG/MAJOR: external-checks: use asynchronous signal delivery by Willy Tarreau · Tue Jun 21 16:27:34 2016 +0200
  46. b7b2478 BUG/MEDIUM: external-checks: close all FDs right after the fork() by Willy Tarreau · Tue Jun 21 15:32:29 2016 +0200
  47. 174dd37 MINOR: Add ability for agent-check to set server maxconn by Nenad Merdanovic · Sun Apr 24 23:10:06 2016 +0200
  48. 235fcfc MINOR: mailers: make it possible to configure the connection timeout by Pieter Baauw · Sat Feb 13 15:33:40 2016 +0100
  49. ada3484 MEDIUM: dns: extract options by Thierry Fournier · Wed Feb 17 21:25:09 2016 +0100
  50. 5e0964e MINOR: mailers: use <CRLF> for all line endings by Pieter Baauw · Sat Feb 13 16:27:35 2016 +0100
  51. 46af170 MINOR: mailers: increase default timeout to 10 seconds by Pieter Baauw · Fri Feb 12 14:35:20 2016 +0100
  52. b65e033 BUG/MINOR: checks: typo in an email-alert error message by Cyril Bonté · Fri Dec 04 03:07:08 2015 +0100
  53. 55f9ff1 MINOR: check: add agent-send server parameter by James Brown · Wed Oct 21 18:19:05 2015 -0700
  54. e6a4a32 MEDIUM: dns: Don't use the ANY query type by Andrew Hayworth · Mon Oct 19 22:29:51 2015 +0000
  55. 6076d1c MINOR: server: startup slowstart task when using seamless reload of HAProxy by Baptiste Assmann · Thu Sep 17 22:53:59 2015 +0200
  56. f778bb4 BUG/MINOR: DNS request retry counter used for retry only by Baptiste Assmann · Wed Sep 09 00:54:38 2015 +0200
  57. f0d9370 BUG/MEDIUM: dns: DNS resolution doesn't start by Baptiste Assmann · Thu Sep 03 10:59:39 2015 +0200
  58. ed35c37 BUG/MEDIUM: mailer: DATA part must be terminated with <CRLF>.<CRLF> by Pieter Baauw · Wed Jul 22 19:51:54 2015 +0200
  59. a68ca96 MAJOR: server: add DNS-based server name resolution by Baptiste Assmann · Tue Apr 14 01:15:08 2015 +0200
  60. 449f952 BUG/MAJOR: checks: break infinite loops when tcp-checks starts with comment by Willy Tarreau · Wed May 13 15:39:48 2015 +0200
  61. 5581c27 BUG/MEDIUM: checks: do not dereference a list as a tcpcheck struct by Willy Tarreau · Wed May 13 12:24:53 2015 +0200
  62. f2c8735 BUG/MAJOR: checks: always check for end of list before proceeding by Willy Tarreau · Wed May 13 12:08:21 2015 +0200
  63. 263013d CLEANUP: checks: simplify the loop processing of tcp-checks by Willy Tarreau · Wed May 13 11:59:14 2015 +0200
  64. 53c5a04 BUG/MEDIUM: checks: do not dereference head of a tcp-check at the end by Willy Tarreau · Wed May 13 11:38:17 2015 +0200
  65. ce8c42a CLEANUP: checks: fix double usage of cur / current_step in tcp-checks by Willy Tarreau · Wed May 13 11:23:01 2015 +0200
  66. 6296a11 BUG/MAJOR: check: fix breakage of inverted tcp-check rules by Willy Tarreau · Tue May 12 11:57:07 2015 +0200
  67. 22b09d2 MINOR: include comment in tcpcheck error log by Baptiste Assmann · Fri May 01 08:03:04 2015 +0200
  68. cfbd1b8 MINOR: use an int instead of calling tcpcheck_get_step_id by Baptiste Assmann · Sat May 02 09:00:23 2015 +0200
  69. 96a5c9b BUG/MINOR: check: fix tcpcheck error message by Baptiste Assmann · Fri May 01 08:09:29 2015 +0200
  70. 7ea9be0 MEDIUM: Lower priority of email alerts for log-health-checks messages by Simon Horman · Thu Apr 30 13:10:33 2015 +0900
  71. f95bc8e BUG/MEDIUM: check: tcpcheck regression introduced by e16c1b3f by Baptiste Assmann · Sat Apr 25 16:03:06 2015 +0200
  72. e7dff02 REORG/MEDIUM: stream: rename stream flags from SN_* to SF_* by Willy Tarreau · Fri Apr 03 01:14:29 2015 +0200
  73. 87b0966 REORG/MAJOR: session: rename the "session" entity to "stream" by Willy Tarreau · Fri Apr 03 00:22:06 2015 +0200
  74. 514061c MEDIUM: check: include server address and port in the send-state header by Joseph Lynch · Thu Jan 15 17:52:59 2015 -0800
  75. d85c485 REORG: connection: move conn_drain() to connection.c and rename it by Willy Tarreau · Fri Mar 13 00:40:28 2015 +0100
  76. b4017d0 MINOR: checks: use conn_data_shutw_hard() instead of call via xprt by Willy Tarreau · Thu Mar 12 23:11:26 2015 +0100
  77. bb2ae64 MEDIUM: protocol: automatically pick the proto associated to the connection. by Thierry FOURNIER · Wed Jan 14 11:31:49 2015 +0100
  78. eaabd52 BUG/MEDIUM: Do not consider an agent check as failed on L7 error by Simon Horman · Thu Feb 26 11:26:17 2015 +0900
  79. 64e3416 MEDIUM: Allow suppression of email alerts by log level by Simon Horman · Fri Feb 06 11:11:57 2015 +0900
  80. 0ba0e4a MEDIUM: Support sending email alerts by Simon Horman · Fri Jan 30 11:23:00 2015 +0900
  81. e16c1b3 MEDIUM: Attach tcpcheck_rules to check by Simon Horman · Fri Jan 30 11:22:57 2015 +0900
  82. 41f5876 MEDIUM: Move proto and addr fields struct check by Simon Horman · Fri Jan 30 11:22:56 2015 +0900
  83. bfb5d33 MEDIUM: Add free_check() helper by Simon Horman · Fri Jan 30 11:22:55 2015 +0900
  84. b1900d5 MEDIUM: Refactor init_check and move to checks.c by Simon Horman · Fri Jan 30 11:22:54 2015 +0900
  85. dbf7019 MEDIUM: Remove connect_chk by Simon Horman · Fri Jan 30 11:22:53 2015 +0900
  86. 32602d2 BUG/MINOR: checks: prevent http keep-alive with http-check expect by Cyril Bonté · Fri Jan 30 00:07:07 2015 +0100
  87. ac92a06 MINOR: checks: update dynamic environment variables in external checks by Cyril Bonté · Sat Dec 27 22:28:38 2014 +0100
  88. f3d3482 BUG/MEDIUM: tcp-checks: disable quick-ack unless next rule is an expect by Willy Tarreau · Mon Dec 08 12:11:28 2014 +0100
  89. d2a4959 BUG/MEDIUM: tcp-check: don't rely on random memory contents by Willy Tarreau · Mon Dec 08 11:52:28 2014 +0100
  90. e7b9ed3 BUG/MINOR: tcp-check: don't condition data polling on check type by Willy Tarreau · Mon Dec 08 11:26:08 2014 +0100
  91. 9ede66b MEDIUM: checks: provide environment variables to the external checks by Cyril Bonté · Tue Dec 02 21:21:36 2014 +0100
  92. 777be86 MINOR: checks: allow external checks in backend sections by Cyril Bonté · Tue Dec 02 21:21:35 2014 +0100
  93. 9ce1311 BUG/MEDIUM: checks: fix conflicts between agent checks and ssl healthchecks by Cyril Bonté · Sat Nov 15 22:41:27 2014 +0100
  94. 213c678 BUG/MINOR: tcp-check: report the correct failed step in the status by Willy Tarreau · Thu Oct 02 14:51:02 2014 +0200
  95. ef95395 BUG/MEDIUM: check: rule-less tcp-check must detect connect failures by Willy Tarreau · Thu Oct 02 14:30:14 2014 +0200
  96. 9dbcfab BUG/MINOR: checks: external checks shouldn't wait for timeout to return the result by Cyril Bonté · Thu Aug 07 01:55:39 2014 +0200
  97. 99c5bf5 BUG/MEDIUM: checks: segfault with external checks in a backend section by Cyril Bonté · Thu Aug 07 01:55:38 2014 +0200
  98. 77010d8 BUG/MEDIUM: checks: external checks can't change server status to UP by Cyril Bonté · Thu Aug 07 01:55:37 2014 +0200
  99. dc3d190 BUILD: checks: kill a minor warning on Solaris in external checks by Willy Tarreau · Tue Jul 08 00:56:27 2014 +0200
  100. 9b39dc5 BUILD: checks: external checker needs signal.h by Willy Tarreau · Tue Jul 08 00:54:10 2014 +0200