1. 95c2c01 MEDIUM: server: server-state only rely on server name by Baptiste Assmann · Tue Jun 11 14:51:49 2019 +0200
  2. 9faebe3 MEDIUM: tools: improve time format error detection by Willy Tarreau · Fri Jun 07 19:00:37 2019 +0200
  3. 975b155 MINOR: server: really increase the pool-purge-delay default to 5 seconds by Willy Tarreau · Thu Jun 06 16:25:55 2019 +0200
  4. 7da7129 MINOR: server: Add a dictionary for server names. by Frédéric Lécaille · Mon May 20 09:47:07 2019 +0200
  5. fb55365 MINOR: server: increase the default pool-purge-delay to 5 seconds by Willy Tarreau · Tue Jun 04 14:06:31 2019 +0200
  6. 2a54bb7 MEDIUM: connection: Upstream SOCKS4 proxy support by Alexander Liu · Wed May 22 19:44:48 2019 +0800
  7. e573323 CLEANUP: build: rename some build macros to use the USE_* ones by Willy Tarreau · Wed May 22 19:24:06 2019 +0200
  8. 5db847a CLEANUP: ssl: remove 57 occurrences of useless tests on LIBRESSL_VERSION_NUMBER by Willy Tarreau · Thu May 09 14:13:35 2019 +0200
  9. 9a1ab08 CLEANUP: ssl-sock: use HA_OPENSSL_VERSION_NUMBER instead of OPENSSL_VERSION_NUMBER by Willy Tarreau · Thu May 09 13:26:41 2019 +0200
  10. 034c88c MEDIUM: tcp: add the "tfo" option to support TCP fastopen on the server by Willy Tarreau · Mon Jan 23 23:36:45 2017 +0100
  11. 0c50b1e BUG/MEDIUM: servers: fix typo "src" instead of "srv" by Ilya Shipitsin · Tue Apr 30 21:21:28 2019 +0500
  12. 88698d9 MEDIUM: connections: Add a way to control the number of idling connections. by Olivier Houchard · Tue Apr 16 19:07:22 2019 +0200
  13. 0e492e2 BUILD: address a few cases of "static <type> inline foo()" by Willy Tarreau · Mon Apr 15 21:25:03 2019 +0200
  14. 73c1207 MINOR: muxes: Pass the context of the mux to destroy() instead of the connection by Christopher Faulet · Mon Apr 08 11:23:22 2019 +0200
  15. c912f94 MINOR: server: remove a few unneeded LIST_INIT calls after LIST_DEL_LOCKED by Willy Tarreau · Thu Feb 28 16:06:56 2019 +0100
  16. 9ea5d36 MEDIUM: servers: Reorganize the way idle connections are cleaned. by Olivier Houchard · Thu Feb 14 18:29:09 2019 +0100
  17. f131481 BUG/MEDIUM: servers: Add a per-thread counter of idle connections. by Olivier Houchard · Mon Feb 18 16:41:17 2019 +0100
  18. 980855b BUG/MEDIUM: server: initialize the orphaned conns lists and tasks at the end by Willy Tarreau · Thu Feb 07 14:59:29 2019 +0100
  19. 835daa1 BUG/MEDIUM: server: initialize the idle conns list after parsing the config by Willy Tarreau · Thu Feb 07 14:46:29 2019 +0100
  20. 9c538e0 MINOR: server: add a max-reuse parameter by Willy Tarreau · Wed Jan 23 10:21:49 2019 +0100
  21. 15c120d CLEANUP: server: fix indentation mess on idle connections by Willy Tarreau · Wed Jan 23 10:41:19 2019 +0100
  22. cb923d5 MINOR: server: make sure pool-max-conn is >= -1 by Willy Tarreau · Wed Jan 23 10:39:27 2019 +0100
  23. f57afa4 BUG/MINOR: server: don't always trust srv_check_health when loading a server state by Jérôme Magnin · Sun Jan 20 11:27:40 2019 +0100
  24. 1ba3203 BUG/MEDIUM: checks: fix recent regression on agent-check making it crash by Willy Tarreau · Mon Jan 21 07:48:26 2019 +0100
  25. 355b203 MINOR: cfgparse: SSL/TLS binding in "peers" sections. by Frédéric Lécaille · Fri Jan 11 14:06:12 2019 +0100
  26. c06b5d4 MINOR: cfgparse: Make "peer" lines be parsed as "server" lines. by Frédéric Lécaille · Thu Apr 26 10:06:41 2018 +0200
  27. c98aa1f MINOR: checks: Store the proxy in checks. by Olivier Houchard · Fri Jan 11 18:17:17 2019 +0100
  28. 43bb842 BUG/MEDIUM: init: Initialize idle_orphan_conns for first server in server-template by Daniel Corbett · Wed Jan 09 08:13:29 2019 -0500
  29. 9215014 MEDIUM: checks: Add check-alpn. by Olivier Houchard · Fri Dec 21 19:47:01 2018 +0100
  30. 2194401 BUG/MEDIUM: server: Also copy "check-sni" for server templates. by Olivier Houchard · Fri Dec 21 19:42:01 2018 +0100
  31. b7b3faa MEDIUM: servers: Replace idle-timeout with pool-purge-delay. by Olivier Houchard · Fri Dec 14 18:15:36 2018 +0100
  32. 006e310 MEDIUM: servers: Add a command to limit the number of idling connections. by Olivier Houchard · Mon Dec 10 18:30:32 2018 +0100
  33. 0c18a6f MEDIUM: servers: Add a way to keep idle connections alive. by Olivier Houchard · Sun Dec 02 14:11:41 2018 +0100
  34. 76a551d MINOR: config: make sure to associate the proper mux to bind and servers by Willy Tarreau · Sun Dec 02 13:09:09 2018 +0100
  35. 0108d90 MEDIUM: init: convert all trivial registration calls to initcalls by Willy Tarreau · Sun Nov 25 19:14:37 2018 +0100
  36. c756600 MINOR: server: Add "alpn" and "npn" keywords. by Olivier Houchard · Tue Nov 20 23:33:50 2018 +0100
  37. 4446682 CLEANUP: fix a few typos in the comments of the server subsystem by Joseph Herlant · Thu Nov 15 08:57:51 2018 -0800
  38. db39843 MINOR: stream-int: replace si_cant_put() with si_rx_room_{blk,rdy}() by Willy Tarreau · Thu Nov 15 11:08:52 2018 +0100
  39. 0cd3bd6 MINOR: stream-int: rename si_applet_{want|stop|cant}_{get|put} by Willy Tarreau · Tue Nov 06 18:46:37 2018 +0100
  40. 313bfd1 MINOR: server: export new_server() function by William Lallemand · Fri Oct 26 14:47:32 2018 +0200
  41. 5dfb6c4 CLEANUP: state-file: make the path concatenation code a bit more consistent by Willy Tarreau · Tue Oct 16 19:26:12 2018 +0200
  42. 17f8b90 MINOR: server: Use memcpy() instead of strncpy(). by Olivier Houchard · Tue Oct 16 18:35:01 2018 +0200
  43. 415150f MEDIUM: ssl: add support for ciphersuites option for TLSv1.3 by Dirkjan Bussink · Fri Sep 14 11:14:21 2018 +0200
  44. 5afb3cf BUG/MINOR: server: Crash when setting FQDN via CLI. by Frédéric Lécaille · Tue Aug 21 15:04:23 2018 +0200
  45. 6d0f38f BUG/MEDIUM: dns/server: fix incomatibility between SRV resolution and server state file by Baptiste Assmann · Mon Jul 02 17:00:54 2018 +0200
  46. 49725a0 BUG/MEDIUM: check/threads: do not involve the rendez-vous point for status updates by Willy Tarreau · Tue Aug 21 19:54:09 2018 +0200
  47. 3bcc269 BUG/MEDIUM: cli/threads: protect some server commands against concurrent operations by Willy Tarreau · Tue Aug 21 15:35:31 2018 +0200
  48. 46b7f53 DOC: server/threads: document which functions need to be called with/without locks by Willy Tarreau · Tue Aug 21 11:54:26 2018 +0200
  49. eeba36b BUG/MEDIUM: server: update our local state before propagating changes by Willy Tarreau · Tue Aug 21 08:22:26 2018 +0200
  50. 0355dab MINOR: queue: replace the linked list with a tree by Patrick Hemmer · Fri May 11 12:52:31 2018 -0400
  51. 8ed0a3e MINOR: mux/server: Add 'proto' keyword to force the multiplexer's protocol by Christopher Faulet · Tue Apr 10 14:45:45 2018 +0200
  52. 91c2826 CLEANUP: server: remove the update list and the update lock by Willy Tarreau · Thu Aug 02 15:56:36 2018 +0200
  53. 3ff577e MAJOR: server: make server state changes synchronous again by Willy Tarreau · Thu Aug 02 11:48:52 2018 +0200
  54. 3d3700f MEDIUM: checks: use the new rendez-vous point to spread check result by Willy Tarreau · Thu Aug 02 10:38:07 2018 +0200
  55. 6a78e61 BUG/MEDIUM: servers: check the queues once enabling a server by Willy Tarreau · Tue Aug 07 10:14:53 2018 +0200
  56. 306e653 BUG/MINOR: servers: Don't make "server" in a frontend fatal. by Olivier Houchard · Tue Jul 24 16:48:59 2018 +0200
  57. 83061a8 MAJOR: chunks: replace struct chunk with struct buffer by Willy Tarreau · Fri Jul 13 11:56:34 2018 +0200
  58. 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · Fri Jul 13 10:54:26 2018 +0200
  59. 8e2d943 MINOR: dns: new DNS options to allow/prevent IP address duplication by Baptiste Assmann · Fri Jun 22 15:04:43 2018 +0200
  60. 9215ffa BUG/MEDIUM: servers: Add srv_addr default placeholder to the state file by Daniel Corbett · Sat May 19 19:43:24 2018 -0400
  61. abbf607 MEDIUM: cli: Add payload support by Aurélien Nephtali · Wed Apr 18 13:26:46 2018 +0200
  62. 4399c75 MINOR: proxy-v2-options: add crc32c by Emmanuel Hocdet · Mon Feb 05 15:26:43 2018 +0100
  63. 253c3b7 MINOR: connection: add proxy-v2-options authority by Emmanuel Hocdet · Thu Feb 01 18:29:59 2018 +0100
  64. fa8d0f1 MINOR: connection: add proxy-v2-options ssl-cipher,cert-sig,cert-key by Emmanuel Hocdet · Thu Feb 01 15:53:52 2018 +0100
  65. f643b80 MINOR: introduce proxy-v2-options for send-proxy-v2 by Emmanuel Hocdet · Thu Feb 01 15:20:32 2018 +0100
  66. 8d01fd6 BUG/MEDIUM: threads/server: Fix deadlock in srv_set_stopping/srv_set_admin_flag by Christopher Faulet · Wed Jan 24 21:49:41 2018 +0100
  67. e9bad0a MINOR: servers: Don't report duplicate dyncookies for disabled servers. by Olivier Houchard · Wed Jan 17 17:39:34 2018 +0100
  68. e311480 BUG/MEDIUM: checks: a server passed in maint state was not forced down. by Emeric Brun · Thu Dec 21 14:42:26 2017 +0100
  69. 8f29829 BUG/MEDIUM: checks: a down server going to maint remains definitely stucked on down state. by Emeric Brun · Wed Dec 06 16:47:17 2017 +0100
  70. fbc74e8 MINOR/CLEANUP: proxy: rename "proxy" to "proxies_list" by Olivier Houchard · Fri Nov 24 16:54:05 2017 +0100
  71. 767a84b CLEANUP: log: Rename Alert/Warning in ha_alert/ha_warning by Christopher Faulet · Fri Nov 24 16:50:31 2017 +0100
  72. 358847f BUILD: server: check->desc always exists by Willy Tarreau · Mon Nov 20 21:33:21 2017 +0100
  73. 9dcf9b6 MINOR: threads: Use __decl_hathreads to declare locks by Christopher Faulet · Mon Nov 13 10:34:01 2017 +0100
  74. 2a944ee BUILD: threads: Rename SPIN/RWLOCK macros using HA_ prefix by Christopher Faulet · Tue Nov 07 10:42:54 2017 +0100
  75. 2838107 BUG/MINOR: dns: Don't lock the server lock in snr_check_ip_callback(). by Olivier Houchard · Mon Nov 06 17:30:28 2017 +0100
  76. 55dcdf4 BUG/MINOR: dns: Don't try to get the server lock if it's already held. by Olivier Houchard · Mon Nov 06 15:15:04 2017 +0100
  77. 6ce38f3 CLEANUP: server: get rid of return statements in the CLI parser by Willy Tarreau · Sun Nov 05 10:19:23 2017 +0100
  78. a075258 BUG/MINOR: cli: add severity in "set server addr" parser by Willy Tarreau · Sun Nov 05 10:17:49 2017 +0100
  79. 1c8980f BUG/MINOR: cli: do not perform an invalid action on "set server check-port" by Willy Tarreau · Sun Nov 05 09:58:50 2017 +0100
  80. 2a858a8 BUG/MAJOR: threads/server: missing unlock in CLI fqdn parser by Willy Tarreau · Sun Nov 05 09:58:01 2017 +0100
  81. e9fd6b5 BUG/MINOR: dns: fix missing lock protection on server. by Emeric Brun · Thu Nov 02 17:20:39 2017 +0100
  82. d16bfe6 BUG/MINOR: dns: Fix SRV records with the new thread code. by Olivier Houchard · Tue Oct 31 15:21:19 2017 +0100
  83. 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
  84. b2812a6 MEDIUM: thread/dns: Make DNS thread-safe by Christopher Faulet · Wed Oct 04 16:17:58 2017 +0200
  85. 5d42e09 MINOR: threads/server: Add a lock to deal with insert in updates_servers list by Christopher Faulet · Mon Oct 16 12:00:40 2017 +0200
  86. 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
  87. 40a007c MEDIUM: threads/server: Make connection list (priv/idle/safe) thread-safe by Christopher Faulet · Mon Jul 03 15:41:01 2017 +0200
  88. 67957bd MAJOR: dns: Refactor the DNS code by Christopher Faulet · Wed Sep 27 11:00:59 2017 +0200
  89. 796a2b3 BUG/MEDIUM: server: Allocate tmptrash before using it. by Olivier Houchard · Tue Oct 24 17:42:47 2017 +0200
  90. 5a13351 BUG/MEDIUM: log: check result details truncated. by Emeric Brun · Thu Oct 19 14:42:30 2017 +0200
  91. 06d80a9 REORG: channel: finally rename the last bi_* / bo_* functions by Willy Tarreau · Thu Oct 19 14:32:15 2017 +0200
  92. 64cc49c MAJOR: servers: propagate server status changes asynchronously. by Emeric Brun · Tue Oct 03 14:46:45 2017 +0200
  93. 6fb4ba3 BUG/MEDIUM: server: unwanted behavior leaving maintenance mode on tracked stopping server (take2) by Willy Tarreau · Thu Sep 21 17:37:38 2017 +0200
  94. e1e3947 BUG/MEDIUM: server: unwanted behavior leaving maintenance mode on tracked stopping server by Emeric Brun · Thu Sep 21 15:45:44 2017 +0200
  95. 3bbd65b BUG/MINOR: dns: Fix check on nameserver in snr_resolution_cb by Christopher Faulet · Fri Sep 15 11:55:45 2017 +0200
  96. c3680ec MINOR: add severity information to cli feedback messages by Andjelko Iharos · Thu Jul 20 16:49:14 2017 +0200
  97. 3d609a7 Revert "BUG/MINOR: server: Remove FQDN requirement for using init-addr and state file" by Willy Tarreau · Wed Sep 06 14:22:45 2017 +0200
  98. 19e8aa5 BUG/MINOR: server: Remove FQDN requirement for using init-addr and state file by Nenad Merdanovic · Tue Sep 05 15:32:47 2017 +0200
  99. 52a91d3 MEDIUM: check: server states and weight propagation re-work by Emeric Brun · Thu Aug 31 14:41:55 2017 +0200
  100. 747359e BUG/MINOR: dns: server set by SRV records stay in "no resolution" status by Baptiste Assmann · Mon Aug 14 10:37:46 2017 +0200