1. b797ae1 BUG/MINOR: email-alert: Set the mailer port during alert initialization by Christopher Faulet · Tue Mar 27 15:35:35 2018 +0200
  2. 2500fc2 BUG/MINOR: checks: check the conn_stream's readiness and not the connection by Willy Tarreau · Tue Apr 03 19:31:38 2018 +0200
  3. 2f3a56b BUG/MINOR: tcp-check: use the server's service port as a fallback by Baptiste Assmann · Mon Mar 19 12:22:41 2018 +0100
  4. 248f117 BUG/MEDIUM: tcp-check: single connect rule can't detect DOWN servers by Baptiste Assmann · Thu Mar 01 21:49:01 2018 +0100
  5. 23d86d1 BUG/MEDIUM: checks: Don't try to release undefined conn_stream when a check is freed by Christopher Faulet · Thu Jan 25 11:36:35 2018 +0100
  6. b26881a BUG/MEDIUM: checks: properly set servers to stopping state on 404 by Willy Tarreau · Sat Dec 23 11:16:49 2017 +0100
  7. 1714b9f BUG/MEDIUM: email-alert: don't set server check status from a email-alert task by PiBa-NL · Wed Dec 06 01:35:43 2017 +0100
  8. 6377a00 BUG/MEDIUM: checks: Be sure we have a mux if we created a cs. by Olivier Houchard · Fri Dec 01 22:04:05 2017 +0100
  9. b610285 BUG/MEDIUM: tcp-check: Don't lock the server in tcpcheck_main by Christopher Faulet · Tue Nov 28 10:06:29 2017 +0100
  10. bafbe01 CLEANUP: pools: rename all pool functions and pointers to remove this "2" by Willy Tarreau · Fri Nov 24 17:34:44 2017 +0100
  11. fbc74e8 MINOR/CLEANUP: proxy: rename "proxy" to "proxies_list" by Olivier Houchard · Fri Nov 24 16:54:05 2017 +0100
  12. 767a84b CLEANUP: log: Rename Alert/Warning in ha_alert/ha_warning by Christopher Faulet · Fri Nov 24 16:50:31 2017 +0100
  13. 9dcf9b6 MINOR: threads: Use __decl_hathreads to declare locks by Christopher Faulet · Mon Nov 13 10:34:01 2017 +0100
  14. 2a944ee BUILD: threads: Rename SPIN/RWLOCK macros using HA_ prefix by Christopher Faulet · Tue Nov 07 10:42:54 2017 +0100
  15. 62ac84f CLEANUP: checks: remove return statements in locked functions by Willy Tarreau · Sun Nov 05 10:11:13 2017 +0100
  16. 73247e0 BUG/MAJOR: threads/checks: wrong use of SPIN_LOCK instead of SPIN_UNLOCK by Willy Tarreau · Sun Nov 05 10:06:32 2017 +0100
  17. 1cd153a BUG/MAJOR: threads/checks: add 4 missing spin_unlock() in various functions by Willy Tarreau · Sun Nov 05 09:56:14 2017 +0100
  18. f6ba17d BUG/MAJOR: fix deadlock on healthchecks. by Emeric Brun · Thu Nov 02 14:35:27 2017 +0100
  19. 16257f6 BUG/MEDIUM: checks/mux: always enable send-polling after connecting by Willy Tarreau · Thu Nov 02 15:45:00 2017 +0100
  20. ac59f36 MEDIUM: checks: exclusively use cs_destroy() to release a connection by Willy Tarreau · Sun Oct 08 11:10:19 2017 +0200
  21. a553ae9 MEDIUM: connection: replace conn_full_close() with cs_close() by Willy Tarreau · Thu Oct 05 18:52:17 2017 +0200
  22. ecdb3fe MINOR: conn_stream: modify cs_shut{r,w} API to pass the desired mode by Willy Tarreau · Thu Oct 05 15:25:48 2017 +0200
  23. 4ff3b89 MINOR: connection: make conn_stream users also check for per-stream error flag by Willy Tarreau · Mon Oct 16 15:17:17 2017 +0200
  24. 9aaf778 MAJOR: connection : Split struct connection into struct connection and struct conn_stream. by Olivier Houchard · Wed Sep 13 18:30:23 2017 +0200
  25. 53a4766 MEDIUM: connection: start to introduce a mux layer between xprt and data by Willy Tarreau · Mon Aug 28 10:53:00 2017 +0200
  26. 1bc04c7 BUG/MINOR: threads: Add missing THREAD_LOCAL on static here and there by Christopher Faulet · Sun Oct 29 20:14:08 2017 +0100
  27. 9f0b458 MEDIUM: threads/server: Use the server lock to protect health check and cli concurrency by Emeric Brun · Mon Oct 23 14:39:51 2017 +0200
  28. c2a89a6 MINOR: threads/mailers: Add a lock to protect queues of email alerts by Christopher Faulet · Mon Oct 23 15:54:24 2017 +0200
  29. 88ce5d1 MINOR: threads/checks: Set the task process_mask when a check is executed by Christopher Faulet · Fri Oct 20 15:41:18 2017 +0200
  30. cfda847 MINOR: threads/checks: Add a lock to protect the pid list used by external checks by Christopher Faulet · Fri Oct 20 15:40:23 2017 +0200
  31. 29f77e8 MEDIUM: threads/server: Add a lock per server and atomically update server vars by Christopher Faulet · Thu Jun 08 14:04:45 2017 +0200
  32. c60def8 MAJOR: threads/task: handle multithread on task scheduler by Emeric Brun · Wed Sep 27 14:59:38 2017 +0200
  33. 31dff9b MINOR: mailers: Use pools to allocate email alerts and its tcpcheck_rules by Christopher Faulet · Mon Oct 23 15:45:20 2017 +0200
  34. 0108bb3 MEDIUM: mailers: Init alerts during conf parsing and refactor their processing by Christopher Faulet · Fri Oct 20 21:34:32 2017 +0200
  35. de1a75b BUG/MINOR: mailers: Fix a memory leak when email alerts are released by Christopher Faulet · Mon Oct 23 15:38:19 2017 +0200
  36. 67957bd MAJOR: dns: Refactor the DNS code by Christopher Faulet · Wed Sep 27 11:00:59 2017 +0200
  37. 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
  38. 402dbc1 MINOR: checks: use conn_full_close() instead of conn_force_close() by Willy Tarreau · Thu Oct 05 17:53:13 2017 +0200
  39. 1a0545f REORG: connection: rename CO_FL_DATA_* -> CO_FL_XPRT_* by Olivier Houchard · Wed Sep 13 18:30:23 2017 +0200
  40. 5a13351 BUG/MEDIUM: log: check result details truncated. by Emeric Brun · Thu Oct 19 14:42:30 2017 +0200
  41. 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
  42. 0014912 MEDIUM: checks: do not allocate a permanent connection anymore by Willy Tarreau · Wed Oct 04 18:05:01 2017 +0200
  43. 6bdcab0 MEDIUM: checks: make tcpcheck_main() indicate if it recycled a connection by Willy Tarreau · Wed Oct 04 18:41:00 2017 +0200
  44. 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
  45. be74b88 MINOR: tcp-check: make tcpcheck_main() take a check, not a connection by Willy Tarreau · Wed Oct 04 16:22:49 2017 +0200
  46. 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
  47. b398e64 CLEANUP: checks: do not allocate a connection for process checks by Willy Tarreau · Wed Oct 04 15:25:38 2017 +0200
  48. d7c3fbd CLEANUP: checks: don't report report the fork() error twice by Willy Tarreau · Wed Oct 04 15:19:26 2017 +0200
  49. 1e62e2a CLEANUP: checks: remove misleading comments and statuses for external process by Willy Tarreau · Wed Oct 04 15:07:02 2017 +0200
  50. 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
  51. 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
  52. 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
  53. a3782e7 BUG/MEDIUM: tcp-check: properly indicate polling state before performing I/O by Willy Tarreau · Wed Oct 04 08:45:19 2017 +0200
  54. 3cad394 CLEANUUP: checks: don't set conn->handle.fd to -1 by Willy Tarreau · Wed Oct 04 07:48:56 2017 +0200
  55. 52a91d3 MEDIUM: check: server states and weight propagation re-work by Emeric Brun · Thu Aug 31 14:41:55 2017 +0200
  56. bbae3f0 MEDIUM: connection: remove useless flag CO_FL_DATA_WR_SH by Willy Tarreau · Wed Aug 30 09:59:52 2017 +0200
  57. 54e917c MEDIUM: connection: remove useless flag CO_FL_DATA_RD_SH by Willy Tarreau · Wed Aug 30 07:35:35 2017 +0200
  58. 585744b REORG/MEDIUM: connection: introduce the notion of connection handle by Willy Tarreau · Thu Aug 24 14:31:19 2017 +0200
  59. b68fda4 MINOR: check: Fix checks when using SRV records. by Olivier Houchard · Fri Aug 04 18:39:01 2017 +0200
  60. f1d33db CLEANUP: task: remove all initializations to TICK_ETERNITY after task_new() by Willy Tarreau · Mon Jul 24 17:55:20 2017 +0200
  61. 201c07f MAJOR/REORG: dns: DNS resolution task and requester queues by Baptiste Assmann · Mon May 22 15:17:15 2017 +0200
  62. 4274637 REORG: dns: dns_option structure, storage of hostname_dn by Baptiste Assmann · Wed May 03 12:12:02 2017 +0200
  63. f494977 BUG/MINOR: checks: don't send proxy protocol with agent checks by Willy Tarreau · Sat May 06 08:45:28 2017 +0200
  64. 6e0843c MINOR: server: Add 'no-agent-check' server keyword. by Frédéric Lécaille · Tue Mar 21 16:39:15 2017 +0100
  65. de40d79 CLEANUP: connection: completely remove CO_FL_WAKE_DATA by Willy Tarreau · Sat Mar 18 17:40:22 2017 +0100
  66. 544d481 BUG/MINOR: checks: attempt clean shutw for SSL check by Steven Davidovitz · Wed Mar 08 11:06:20 2017 -0800
  67. 8ef7525 MAJOR: spoe: refactor the filter to clean up the code by Christopher Faulet · Mon Feb 20 22:56:03 2017 +0100
  68. 62c8a21 BUG/MINOR: sendmail: The return of vsnprintf is not cleanly tested by Thierry FOURNIER · Thu Feb 09 12:19:27 2017 +0100
  69. 04276f3 MEDIUM: server: split the address and the port into two different fields by Willy Tarreau · Fri Jan 06 17:41:29 2017 +0100
  70. a261e9b CLEANUP: connection: remove all direct references to raw_sock and ssl_sock by Willy Tarreau · Thu Dec 22 20:44:00 2016 +0100
  71. 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
  72. 865c514 CLEANUP: checks: make use of the post-init registration to start checks by Willy Tarreau · Wed Dec 21 20:04:48 2016 +0100
  73. 4896c44 DOC: Spelling fixes by Tim Düsterhus · Tue Nov 29 02:15:19 2016 +0100
  74. 9ed6203 REORG: cli: split dumpstats.h in stats.h and cli.h by William Lallemand · Mon Nov 21 17:49:11 2016 +0100
  75. 8e0bb0a MINOR: connection: add names for transport and data layers by Willy Tarreau · Thu Nov 24 16:58:12 2016 +0100
  76. ba7bc16 MINOR: spoe/checks: Add support for SPOP health checks by Christopher Faulet · Mon Nov 07 21:07:38 2016 +0100
  77. 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
  78. 64345aa BUILD: checks: remove the last strcat and eliminate a warning on OpenBSD by Willy Tarreau · Wed Aug 10 19:29:09 2016 +0200
  79. 78f8dcb CLEANUP: external-check: don't block/unblock SIGCHLD when manipulating the list by Willy Tarreau · Tue Jun 21 17:34:14 2016 +0200
  80. ebc9244 BUG/MINOR: external-checks: do not unblock undesired signals by Willy Tarreau · Tue Jun 21 17:29:46 2016 +0200
  81. 48d6bf2 BUG/MAJOR: external-checks: use asynchronous signal delivery by Willy Tarreau · Tue Jun 21 16:27:34 2016 +0200
  82. b7b2478 BUG/MEDIUM: external-checks: close all FDs right after the fork() by Willy Tarreau · Tue Jun 21 15:32:29 2016 +0200
  83. 174dd37 MINOR: Add ability for agent-check to set server maxconn by Nenad Merdanovic · Sun Apr 24 23:10:06 2016 +0200
  84. 235fcfc MINOR: mailers: make it possible to configure the connection timeout by Pieter Baauw · Sat Feb 13 15:33:40 2016 +0100
  85. ada3484 MEDIUM: dns: extract options by Thierry Fournier · Wed Feb 17 21:25:09 2016 +0100
  86. 5e0964e MINOR: mailers: use <CRLF> for all line endings by Pieter Baauw · Sat Feb 13 16:27:35 2016 +0100
  87. 46af170 MINOR: mailers: increase default timeout to 10 seconds by Pieter Baauw · Fri Feb 12 14:35:20 2016 +0100
  88. b65e033 BUG/MINOR: checks: typo in an email-alert error message by Cyril Bonté · Fri Dec 04 03:07:08 2015 +0100
  89. 55f9ff1 MINOR: check: add agent-send server parameter by James Brown · Wed Oct 21 18:19:05 2015 -0700
  90. e6a4a32 MEDIUM: dns: Don't use the ANY query type by Andrew Hayworth · Mon Oct 19 22:29:51 2015 +0000
  91. 6076d1c MINOR: server: startup slowstart task when using seamless reload of HAProxy by Baptiste Assmann · Thu Sep 17 22:53:59 2015 +0200
  92. f778bb4 BUG/MINOR: DNS request retry counter used for retry only by Baptiste Assmann · Wed Sep 09 00:54:38 2015 +0200
  93. f0d9370 BUG/MEDIUM: dns: DNS resolution doesn't start by Baptiste Assmann · Thu Sep 03 10:59:39 2015 +0200
  94. ed35c37 BUG/MEDIUM: mailer: DATA part must be terminated with <CRLF>.<CRLF> by Pieter Baauw · Wed Jul 22 19:51:54 2015 +0200
  95. a68ca96 MAJOR: server: add DNS-based server name resolution by Baptiste Assmann · Tue Apr 14 01:15:08 2015 +0200
  96. 449f952 BUG/MAJOR: checks: break infinite loops when tcp-checks starts with comment by Willy Tarreau · Wed May 13 15:39:48 2015 +0200
  97. 5581c27 BUG/MEDIUM: checks: do not dereference a list as a tcpcheck struct by Willy Tarreau · Wed May 13 12:24:53 2015 +0200
  98. f2c8735 BUG/MAJOR: checks: always check for end of list before proceeding by Willy Tarreau · Wed May 13 12:08:21 2015 +0200
  99. 263013d CLEANUP: checks: simplify the loop processing of tcp-checks by Willy Tarreau · Wed May 13 11:59:14 2015 +0200
  100. 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