1. 06d80a9 REORG: channel: finally rename the last bi_* / bo_* functions by Willy Tarreau · 7 years ago
  2. 64cc49c MAJOR: servers: propagate server status changes asynchronously. by Emeric Brun · 7 years ago
  3. 6fb4ba3 BUG/MEDIUM: server: unwanted behavior leaving maintenance mode on tracked stopping server (take2) by Willy Tarreau · 7 years ago
  4. e1e3947 BUG/MEDIUM: server: unwanted behavior leaving maintenance mode on tracked stopping server by Emeric Brun · 7 years ago
  5. 3bbd65b BUG/MINOR: dns: Fix check on nameserver in snr_resolution_cb by Christopher Faulet · 7 years ago
  6. c3680ec MINOR: add severity information to cli feedback messages by Andjelko Iharos · 7 years ago
  7. 3d609a7 Revert "BUG/MINOR: server: Remove FQDN requirement for using init-addr and state file" by Willy Tarreau · 7 years ago
  8. 19e8aa5 BUG/MINOR: server: Remove FQDN requirement for using init-addr and state file by Nenad Merdanovic · 7 years ago
  9. 52a91d3 MEDIUM: check: server states and weight propagation re-work by Emeric Brun · 7 years ago
  10. 747359e BUG/MINOR: dns: server set by SRV records stay in "no resolution" status by Baptiste Assmann · 7 years ago
  11. 6fb8192 MINOR: dns: enable caching of responses for server set by a SRV record by Baptiste Assmann · 7 years ago
  12. 8da5f98 MINOR: dns: Handle SRV records. by Olivier Houchard · 7 years ago
  13. a8c6db8 MINOR: dns: Cache previous DNS answers. by Olivier Houchard · 7 years ago
  14. 3169471 MINOR: Add server port field to server state file. by Frédéric Lécaille · 7 years ago
  15. 0bedb8a BUG/MAJOR: server: Segfault after parsing server state file. by Frédéric Lécaille · 7 years ago
  16. 201c07f MAJOR/REORG: dns: DNS resolution task and requester queues by Baptiste Assmann · 7 years ago
  17. fa4a663 MINOR: dns: implement a LRU cache for DNS resolutions by Baptiste Assmann · 7 years ago
  18. 729c901 MAJOR: dns: save a copy of the DNS response in struct resolution by Baptiste Assmann · 7 years ago
  19. fb7091e MINOR: dns: new snr_check_ip_callback function by Baptiste Assmann · 7 years ago
  20. 4274637 REORG: dns: dns_option structure, storage of hostname_dn by Baptiste Assmann · 7 years ago
  21. 4f91f7e MINOR: dns: parse_server() now uses srv_alloc_dns_resolution() by Baptiste Assmann · 7 years ago
  22. 81ed1a0 MINOR: dns: functions to manage memory for a DNS resolution structure by Baptiste Assmann · 7 years ago
  23. 9d41fe7 CLEANUP: server.c: missing prototype of srv_free_dns_resolution by Baptiste Assmann · 7 years ago
  24. b418c12 MINOR: server: cli: Add server FQDNs to server-state file and stats socket. by Frédéric Lécaille · 7 years ago
  25. 72ed475 MINOR: server: Add server_template_init() function to initialize servers from a templates. by Frédéric Lécaille · 7 years ago
  26. b82f742 MINOR: server: Add 'server-template' new keyword supported in backend sections. by Frédéric Lécaille · 7 years ago
  27. 759ea98 MINOR: server: Extract the code which finalizes server initializations after 'server' lines parsing. by Frédéric Lécaille · 7 years ago
  28. 58b207c MINOR: server: Extract the code responsible of copying default-server settings. by Frédéric Lécaille · 7 years ago
  29. daa2fe6 BUG/MINOR: server: missing default server 'resolvers' setting duplication. by Frédéric Lécaille · 7 years ago
  30. 7d8e688 BUG/MINOR: server: don't use "proxy" when px is really meant. by Olivier Houchard · 7 years ago
  31. dfacd69 BUG/MAJOR: Broken parsing for valid keywords provided after 'source' setting. by Frédéric Lécaille · 7 years ago
  32. 8d083ed BUG/MINOR: server: Fix a wrong error message during 'usesrc' keyword parsing. by Frédéric Lécaille · 7 years ago
  33. 04bf981 BUG/MEDIUM: servers: unbreak server weight propagation by Willy Tarreau · 7 years ago
  34. 266b1a8 MEDIUM: server: Inherit CLI weight changes and agent-check weight responses by Michal Idzikowski · 7 years ago
  35. 3a47193 BUG/MINOR: server : no transparent proxy for DragonflyBSD by David Carlier · 7 years ago
  36. b4a2d5e MINOR server: Restrict dynamic cookie check to the same proxy. by Olivier Houchard · 7 years ago
  37. 6f18208 CLEANUP: server: moving netinet/tcp.h inclusion by David Carlier · 7 years ago
  38. acd4827 BUG/MEDIUM: server: Wrong server default CRT filenames initialization. by Frédéric Lécaille · 7 years ago
  39. 6e0843c MINOR: server: Add 'no-agent-check' server keyword. by Frédéric Lécaille · 7 years ago
  40. 2a0d061 MINOR: server: Make 'default-server' support 'disabled' keyword. by Frédéric Lécaille · 7 years ago
  41. 6e5e0d8 MINOR: server: Make 'default-server' support 'addr' keyword. by Frédéric Lécaille · 7 years ago
  42. 9a146de MINOR: server: Make 'default-server' support 'sni' keyword. by Frédéric Lécaille · 7 years ago
  43. dba9707 MINOR: server: Make 'default-server' support 'source' keyword. by Frédéric Lécaille · 7 years ago
  44. 22f41a2 MINOR: server: Make 'default-server' support 'namespace' keyword. by Frédéric Lécaille · 7 years ago
  45. 5c3cd97 MINOR: server: Make 'default-server' support 'tcp-ut' keyword. by Frédéric Lécaille · 7 years ago
  46. bcaf1d7 MINOR: server: Make 'default-server' support 'ciphers' keyword. by Frédéric Lécaille · 7 years ago
  47. 9d1b95b MINOR: server: Make 'default-server' support 'cookie' keyword. by Frédéric Lécaille · 7 years ago
  48. 547356e MINOR: server: Make 'default-server' support 'observe' keyword. by Frédéric Lécaille · 7 years ago
  49. 1618623 MINOR: server: Make 'default-server' support 'redir' keyword. by Frédéric Lécaille · 7 years ago
  50. 5e57643 MINOR: server: Make 'default-server' support 'ca-file', 'crl-file' and 'crt' settings. by Frédéric Lécaille · 7 years ago
  51. 67e0e61 MINOR: server: Make 'default-server' support 'track' setting. by Frédéric Lécaille · 7 years ago
  52. 65aa356 MINOR: server: Make 'default-server' support 'check' keyword. by Frédéric Lécaille · 7 years ago
  53. 273f321 MINOR: server: Make 'default-server' support 'verifyhost' setting. by Frédéric Lécaille · 7 years ago
  54. 7c8cd58 MINOR: server: Make 'default-server' support 'verify' keyword. by Frédéric Lécaille · 7 years ago
  55. 31045e4 MINOR: server: Make 'default-server' support 'send-proxy' and 'send-proxy-v2 keywords. by Frédéric Lécaille · 7 years ago
  56. f9bc1d6 MINOR: server: Make 'default-server' support 'non-stick' keyword. by Frédéric Lécaille · 7 years ago
  57. 1502cfd CLEANUP: server: code alignement. by Frédéric Lécaille · 7 years ago
  58. 25df890 MINOR: server: Make 'default-server' support 'check-send-proxy' keyword. by Frédéric Lécaille · 7 years ago
  59. f5bf903 MINOR: server: Make 'default-server' support 'backup' keyword. by Frédéric Lécaille · 7 years ago
  60. 8065b6d MINOR: server: irrelevant error message with 'default-server' config file keyword. by Frédéric Lécaille · 7 years ago
  61. 2cb49eb BUG/MEDIUM server: Fix crash when dynamic is defined, but not key is provided. by Olivier Houchard · 7 years ago
  62. 4e69404 MINOR: server: Add dynamic session cookies. by Olivier Houchard · 7 years ago
  63. 2da082d MINOR: cli: Add possiblity to change agent config via CLI/socket by Misiek · 7 years ago
  64. ea84933 MINOR: checks: Add agent-addr config directive by Misiek · 7 years ago
  65. 77ee752 BUG/MINOR: Reset errno variable before calling strtol(3) by Ryabin Sergey · 7 years ago
  66. 9698f4b MEDIUM: server: disable protocol validations when the server doesn't resolve by Willy Tarreau · 7 years ago
  67. 6ecb10a MINOR: server: take the destination port from the port field, not the addr by Willy Tarreau · 7 years ago
  68. 48ef4c9 MINOR: tools: make str2sa_range() return the port in a separate argument by Willy Tarreau · 7 years ago
  69. 04276f3 MEDIUM: server: split the address and the port into two different fields by Willy Tarreau · 7 years ago
  70. 3acfcd1 BUG/MEDIUM: server: consider AF_UNSPEC as a valid address family by Willy Tarreau · 7 years ago
  71. a261e9b CLEANUP: connection: remove all direct references to raw_sock and ssl_sock by Willy Tarreau · 8 years ago
  72. 141ad85 MINOR: server: move the use_ssl field out of the ifdef USE_OPENSSL by Willy Tarreau · 8 years ago
  73. 90b5abe BUG/MINOR: cli: be sure to always warn the cli applet when input buffer is full by Christopher Faulet · 8 years ago
  74. 3b6e547 CLEANUP: cli: rename STAT_CLI_* to CLI_ST_* by Willy Tarreau · 8 years ago
  75. 58d9cb7 REORG: cli: move "{enable|disable} agent" to server.c by Willy Tarreau · 8 years ago
  76. 2c04eda REORG: cli: move "{enable|disable} health" to server.c by Willy Tarreau · 8 years ago
  77. ffb4d58 REORG: cli: move "{enable|disable} server" to server.c by Willy Tarreau · 8 years ago
  78. b802627 REORG: cli: move "set maxconn server" to server.c by Willy Tarreau · 8 years ago
  79. 6b16094 REORG: cli: move get/set weight to server.c by William Lallemand · 8 years ago
  80. 222baf2 REORG: cli: move 'set server' to server.c by William Lallemand · 8 years ago
  81. 21b069d MINOR: server: create new function cli_find_server() to find a server by Willy Tarreau · 8 years ago
  82. 327298c BUILD: fix build on Solaris 10/11 by David Carlier · 8 years ago
  83. e5a6068 MEDIUM: server: do not restrict anymore usage of IP address from the state file by Willy Tarreau · 8 years ago
  84. 3eed10e MINOR: init: add -dr to ignore server address resolution failures by Willy Tarreau · 8 years ago
  85. 4310d36 MINOR: server: add support for explicit numeric address in init-addr by Willy Tarreau · 8 years ago
  86. 465b6e5 MEDIUM: server: make libc resolution failure non-fatal by Willy Tarreau · 8 years ago
  87. 37ebe12 MINOR: server: implement init-addr none by Willy Tarreau · 8 years ago
  88. 25e5152 MEDIUM: server: make use of init-addr by Willy Tarreau · 8 years ago
  89. 2593827 MEDIUM: server: add a new init-addr server line setting by Baptiste Assmann · 8 years ago
  90. 3b9fe9f MAJOR: dns: runtime resolution can change server admin state by Baptiste Assmann · 8 years ago
  91. 8b42848 MINOR: server: make srv_set_admin_state() capable of telling why this happens by Willy Tarreau · 8 years ago
  92. e659973 MINOR: server: indicate in the logs when RMAINT is cleared by Willy Tarreau · 8 years ago
  93. 83cbaa5 MAJOR: server: postpone address resolution by Baptiste Assmann · 8 years ago
  94. 757478e BUG/MEDIUM: servers: properly propagate the maintenance states during startup by Willy Tarreau · 8 years ago
  95. 6fb8dc1 MINOR: server: do not emit warnings/logs/alerts on server state changes at boot by Willy Tarreau · 8 years ago
  96. e1bde14 BUG/MINOR: srv-state: allow to have both CMAINT and FDRAIN flags by Willy Tarreau · 8 years ago
  97. 22cace2 BUG/MEDIUM: srv-state: properly restore the DRAIN state by Willy Tarreau · 8 years ago
  98. dc3a9e8 CLEANUP: tools: make ipcpy() preserve the original port by Willy Tarreau · 8 years ago
  99. 65ce3f5 MINOR: dns: query type change when last record is a CNAME by Baptiste Assmann · 8 years ago
  100. c1ce5f3 MEDIUM: dns: new DNS response parser by Baptiste Assmann · 8 years ago