1. 9215014 MEDIUM: checks: Add check-alpn. by Olivier Houchard · Fri Dec 21 19:47:01 2018 +0100
  2. 2194401 BUG/MEDIUM: server: Also copy "check-sni" for server templates. by Olivier Houchard · Fri Dec 21 19:42:01 2018 +0100
  3. b7b3faa MEDIUM: servers: Replace idle-timeout with pool-purge-delay. by Olivier Houchard · Fri Dec 14 18:15:36 2018 +0100
  4. 006e310 MEDIUM: servers: Add a command to limit the number of idling connections. by Olivier Houchard · Mon Dec 10 18:30:32 2018 +0100
  5. 0c18a6f MEDIUM: servers: Add a way to keep idle connections alive. by Olivier Houchard · Sun Dec 02 14:11:41 2018 +0100
  6. 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
  7. 0108d90 MEDIUM: init: convert all trivial registration calls to initcalls by Willy Tarreau · Sun Nov 25 19:14:37 2018 +0100
  8. c756600 MINOR: server: Add "alpn" and "npn" keywords. by Olivier Houchard · Tue Nov 20 23:33:50 2018 +0100
  9. 4446682 CLEANUP: fix a few typos in the comments of the server subsystem by Joseph Herlant · Thu Nov 15 08:57:51 2018 -0800
  10. 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
  11. 0cd3bd6 MINOR: stream-int: rename si_applet_{want|stop|cant}_{get|put} by Willy Tarreau · Tue Nov 06 18:46:37 2018 +0100
  12. 313bfd1 MINOR: server: export new_server() function by William Lallemand · Fri Oct 26 14:47:32 2018 +0200
  13. 5dfb6c4 CLEANUP: state-file: make the path concatenation code a bit more consistent by Willy Tarreau · Tue Oct 16 19:26:12 2018 +0200
  14. 17f8b90 MINOR: server: Use memcpy() instead of strncpy(). by Olivier Houchard · Tue Oct 16 18:35:01 2018 +0200
  15. 415150f MEDIUM: ssl: add support for ciphersuites option for TLSv1.3 by Dirkjan Bussink · Fri Sep 14 11:14:21 2018 +0200
  16. 5afb3cf BUG/MINOR: server: Crash when setting FQDN via CLI. by Frédéric Lécaille · Tue Aug 21 15:04:23 2018 +0200
  17. 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
  18. 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
  19. 3bcc269 BUG/MEDIUM: cli/threads: protect some server commands against concurrent operations by Willy Tarreau · Tue Aug 21 15:35:31 2018 +0200
  20. 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
  21. eeba36b BUG/MEDIUM: server: update our local state before propagating changes by Willy Tarreau · Tue Aug 21 08:22:26 2018 +0200
  22. 0355dab MINOR: queue: replace the linked list with a tree by Patrick Hemmer · Fri May 11 12:52:31 2018 -0400
  23. 8ed0a3e MINOR: mux/server: Add 'proto' keyword to force the multiplexer's protocol by Christopher Faulet · Tue Apr 10 14:45:45 2018 +0200
  24. 91c2826 CLEANUP: server: remove the update list and the update lock by Willy Tarreau · Thu Aug 02 15:56:36 2018 +0200
  25. 3ff577e MAJOR: server: make server state changes synchronous again by Willy Tarreau · Thu Aug 02 11:48:52 2018 +0200
  26. 3d3700f MEDIUM: checks: use the new rendez-vous point to spread check result by Willy Tarreau · Thu Aug 02 10:38:07 2018 +0200
  27. 6a78e61 BUG/MEDIUM: servers: check the queues once enabling a server by Willy Tarreau · Tue Aug 07 10:14:53 2018 +0200
  28. 306e653 BUG/MINOR: servers: Don't make "server" in a frontend fatal. by Olivier Houchard · Tue Jul 24 16:48:59 2018 +0200
  29. 83061a8 MAJOR: chunks: replace struct chunk with struct buffer by Willy Tarreau · Fri Jul 13 11:56:34 2018 +0200
  30. 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · Fri Jul 13 10:54:26 2018 +0200
  31. 8e2d943 MINOR: dns: new DNS options to allow/prevent IP address duplication by Baptiste Assmann · Fri Jun 22 15:04:43 2018 +0200
  32. 9215ffa BUG/MEDIUM: servers: Add srv_addr default placeholder to the state file by Daniel Corbett · Sat May 19 19:43:24 2018 -0400
  33. abbf607 MEDIUM: cli: Add payload support by Aurélien Nephtali · Wed Apr 18 13:26:46 2018 +0200
  34. 4399c75 MINOR: proxy-v2-options: add crc32c by Emmanuel Hocdet · Mon Feb 05 15:26:43 2018 +0100
  35. 253c3b7 MINOR: connection: add proxy-v2-options authority by Emmanuel Hocdet · Thu Feb 01 18:29:59 2018 +0100
  36. fa8d0f1 MINOR: connection: add proxy-v2-options ssl-cipher,cert-sig,cert-key by Emmanuel Hocdet · Thu Feb 01 15:53:52 2018 +0100
  37. f643b80 MINOR: introduce proxy-v2-options for send-proxy-v2 by Emmanuel Hocdet · Thu Feb 01 15:20:32 2018 +0100
  38. 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
  39. e9bad0a MINOR: servers: Don't report duplicate dyncookies for disabled servers. by Olivier Houchard · Wed Jan 17 17:39:34 2018 +0100
  40. 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
  41. 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
  42. fbc74e8 MINOR/CLEANUP: proxy: rename "proxy" to "proxies_list" by Olivier Houchard · Fri Nov 24 16:54:05 2017 +0100
  43. 767a84b CLEANUP: log: Rename Alert/Warning in ha_alert/ha_warning by Christopher Faulet · Fri Nov 24 16:50:31 2017 +0100
  44. 358847f BUILD: server: check->desc always exists by Willy Tarreau · Mon Nov 20 21:33:21 2017 +0100
  45. 9dcf9b6 MINOR: threads: Use __decl_hathreads to declare locks by Christopher Faulet · Mon Nov 13 10:34:01 2017 +0100
  46. 2a944ee BUILD: threads: Rename SPIN/RWLOCK macros using HA_ prefix by Christopher Faulet · Tue Nov 07 10:42:54 2017 +0100
  47. 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
  48. 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
  49. 6ce38f3 CLEANUP: server: get rid of return statements in the CLI parser by Willy Tarreau · Sun Nov 05 10:19:23 2017 +0100
  50. a075258 BUG/MINOR: cli: add severity in "set server addr" parser by Willy Tarreau · Sun Nov 05 10:17:49 2017 +0100
  51. 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
  52. 2a858a8 BUG/MAJOR: threads/server: missing unlock in CLI fqdn parser by Willy Tarreau · Sun Nov 05 09:58:01 2017 +0100
  53. e9fd6b5 BUG/MINOR: dns: fix missing lock protection on server. by Emeric Brun · Thu Nov 02 17:20:39 2017 +0100
  54. d16bfe6 BUG/MINOR: dns: Fix SRV records with the new thread code. by Olivier Houchard · Tue Oct 31 15:21:19 2017 +0100
  55. 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
  56. b2812a6 MEDIUM: thread/dns: Make DNS thread-safe by Christopher Faulet · Wed Oct 04 16:17:58 2017 +0200
  57. 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
  58. 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
  59. 40a007c MEDIUM: threads/server: Make connection list (priv/idle/safe) thread-safe by Christopher Faulet · Mon Jul 03 15:41:01 2017 +0200
  60. 67957bd MAJOR: dns: Refactor the DNS code by Christopher Faulet · Wed Sep 27 11:00:59 2017 +0200
  61. 796a2b3 BUG/MEDIUM: server: Allocate tmptrash before using it. by Olivier Houchard · Tue Oct 24 17:42:47 2017 +0200
  62. 5a13351 BUG/MEDIUM: log: check result details truncated. by Emeric Brun · Thu Oct 19 14:42:30 2017 +0200
  63. 06d80a9 REORG: channel: finally rename the last bi_* / bo_* functions by Willy Tarreau · Thu Oct 19 14:32:15 2017 +0200
  64. 64cc49c MAJOR: servers: propagate server status changes asynchronously. by Emeric Brun · Tue Oct 03 14:46:45 2017 +0200
  65. 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
  66. e1e3947 BUG/MEDIUM: server: unwanted behavior leaving maintenance mode on tracked stopping server by Emeric Brun · Thu Sep 21 15:45:44 2017 +0200
  67. 3bbd65b BUG/MINOR: dns: Fix check on nameserver in snr_resolution_cb by Christopher Faulet · Fri Sep 15 11:55:45 2017 +0200
  68. c3680ec MINOR: add severity information to cli feedback messages by Andjelko Iharos · Thu Jul 20 16:49:14 2017 +0200
  69. 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
  70. 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
  71. 52a91d3 MEDIUM: check: server states and weight propagation re-work by Emeric Brun · Thu Aug 31 14:41:55 2017 +0200
  72. 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
  73. 6fb8192 MINOR: dns: enable caching of responses for server set by a SRV record by Baptiste Assmann · Mon Aug 14 16:35:45 2017 +0200
  74. 8da5f98 MINOR: dns: Handle SRV records. by Olivier Houchard · Fri Aug 04 18:35:36 2017 +0200
  75. a8c6db8 MINOR: dns: Cache previous DNS answers. by Olivier Houchard · Thu Jul 06 18:46:47 2017 +0200
  76. 3169471 MINOR: Add server port field to server state file. by Frédéric Lécaille · Tue Aug 01 08:47:19 2017 +0200
  77. 0bedb8a BUG/MAJOR: server: Segfault after parsing server state file. by Frédéric Lécaille · Thu Jun 15 14:09:10 2017 +0200
  78. 201c07f MAJOR/REORG: dns: DNS resolution task and requester queues by Baptiste Assmann · Mon May 22 15:17:15 2017 +0200
  79. fa4a663 MINOR: dns: implement a LRU cache for DNS resolutions by Baptiste Assmann · Thu May 04 09:05:00 2017 +0200
  80. 729c901 MAJOR: dns: save a copy of the DNS response in struct resolution by Baptiste Assmann · Mon May 22 15:13:10 2017 +0200
  81. fb7091e MINOR: dns: new snr_check_ip_callback function by Baptiste Assmann · Wed May 03 15:43:12 2017 +0200
  82. 4274637 REORG: dns: dns_option structure, storage of hostname_dn by Baptiste Assmann · Wed May 03 12:12:02 2017 +0200
  83. 4f91f7e MINOR: dns: parse_server() now uses srv_alloc_dns_resolution() by Baptiste Assmann · Wed May 03 12:09:54 2017 +0200
  84. 81ed1a0 MINOR: dns: functions to manage memory for a DNS resolution structure by Baptiste Assmann · Wed May 03 10:11:44 2017 +0200
  85. 9d41fe7 CLEANUP: server.c: missing prototype of srv_free_dns_resolution by Baptiste Assmann · Thu May 04 12:13:31 2017 +0200
  86. b418c12 MINOR: server: cli: Add server FQDNs to server-state file and stats socket. by Frédéric Lécaille · Wed Apr 26 11:24:02 2017 +0200
  87. 72ed475 MINOR: server: Add server_template_init() function to initialize servers from a templates. by Frédéric Lécaille · Fri Apr 14 13:28:00 2017 +0200
  88. b82f742 MINOR: server: Add 'server-template' new keyword supported in backend sections. by Frédéric Lécaille · Thu Apr 13 18:24:23 2017 +0200
  89. 759ea98 MINOR: server: Extract the code which finalizes server initializations after 'server' lines parsing. by Frédéric Lécaille · Thu Mar 30 17:32:36 2017 +0200
  90. 58b207c MINOR: server: Extract the code responsible of copying default-server settings. by Frédéric Lécaille · Thu Mar 30 14:18:30 2017 +0200
  91. daa2fe6 BUG/MINOR: server: missing default server 'resolvers' setting duplication. by Frédéric Lécaille · Thu Apr 20 12:17:50 2017 +0200
  92. 7d8e688 BUG/MINOR: server: don't use "proxy" when px is really meant. by Olivier Houchard · Thu Apr 20 18:21:17 2017 +0200
  93. dfacd69 BUG/MAJOR: Broken parsing for valid keywords provided after 'source' setting. by Frédéric Lécaille · Sun Apr 16 17:14:14 2017 +0200
  94. 8d083ed BUG/MINOR: server: Fix a wrong error message during 'usesrc' keyword parsing. by Frédéric Lécaille · Fri Apr 14 15:19:56 2017 +0200
  95. 04bf981 BUG/MEDIUM: servers: unbreak server weight propagation by Willy Tarreau · Thu Apr 13 15:09:26 2017 +0200
  96. 266b1a8 MEDIUM: server: Inherit CLI weight changes and agent-check weight responses by Michal Idzikowski · Mon Mar 27 14:45:49 2017 +0200
  97. 3a47193 BUG/MINOR: server : no transparent proxy for DragonflyBSD by David Carlier · Fri Apr 07 20:48:00 2017 +0100
  98. b4a2d5e MINOR server: Restrict dynamic cookie check to the same proxy. by Olivier Houchard · Tue Apr 04 22:10:36 2017 +0200
  99. 6f18208 CLEANUP: server: moving netinet/tcp.h inclusion by David Carlier · Mon Apr 03 21:58:04 2017 +0100
  100. acd4827 BUG/MEDIUM: server: Wrong server default CRT filenames initialization. by Frédéric Lécaille · Wed Mar 29 14:58:09 2017 +0200