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