1. 327298c BUILD: fix build on Solaris 10/11 by David Carlier · 8 years ago
  2. e5a6068 MEDIUM: server: do not restrict anymore usage of IP address from the state file by Willy Tarreau · 8 years ago
  3. 3eed10e MINOR: init: add -dr to ignore server address resolution failures by Willy Tarreau · 8 years ago
  4. 4310d36 MINOR: server: add support for explicit numeric address in init-addr by Willy Tarreau · 8 years ago
  5. 465b6e5 MEDIUM: server: make libc resolution failure non-fatal by Willy Tarreau · 8 years ago
  6. 37ebe12 MINOR: server: implement init-addr none by Willy Tarreau · 8 years ago
  7. 25e5152 MEDIUM: server: make use of init-addr by Willy Tarreau · 8 years ago
  8. 2593827 MEDIUM: server: add a new init-addr server line setting by Baptiste Assmann · 8 years ago
  9. 3b9fe9f MAJOR: dns: runtime resolution can change server admin state by Baptiste Assmann · 8 years ago
  10. 8b42848 MINOR: server: make srv_set_admin_state() capable of telling why this happens by Willy Tarreau · 8 years ago
  11. e659973 MINOR: server: indicate in the logs when RMAINT is cleared by Willy Tarreau · 8 years ago
  12. 83cbaa5 MAJOR: server: postpone address resolution by Baptiste Assmann · 8 years ago
  13. 757478e BUG/MEDIUM: servers: properly propagate the maintenance states during startup by Willy Tarreau · 8 years ago
  14. 6fb8dc1 MINOR: server: do not emit warnings/logs/alerts on server state changes at boot by Willy Tarreau · 8 years ago
  15. e1bde14 BUG/MINOR: srv-state: allow to have both CMAINT and FDRAIN flags by Willy Tarreau · 8 years ago
  16. 22cace2 BUG/MEDIUM: srv-state: properly restore the DRAIN state by Willy Tarreau · 8 years ago
  17. dc3a9e8 CLEANUP: tools: make ipcpy() preserve the original port by Willy Tarreau · 8 years ago
  18. 65ce3f5 MINOR: dns: query type change when last record is a CNAME by Baptiste Assmann · 8 years ago
  19. c1ce5f3 MEDIUM: dns: new DNS response parser by Baptiste Assmann · 8 years ago
  20. d458adc MINOR: new update_server_addr_port() function to change both server's ADDR and service PORT by Baptiste Assmann · 8 years ago
  21. 6b453f1 MINOR: server: introduction of 3 new server flags by Baptiste Assmann · 8 years ago
  22. 95db2bc MAJOR: check: find out which port to use for health check at run time by Baptiste Assmann · 8 years ago
  23. d260e1d MAJOR: listen section: don't use first bind port anymore when no server ports are provided by Baptiste Assmann · 8 years ago
  24. eec1d38 BUG/MEDIUM: dns: fix alignment issues in the DNS response parser by Willy Tarreau · 8 years ago
  25. 174dd37 MINOR: Add ability for agent-check to set server maxconn by Nenad Merdanovic · 8 years ago
  26. d10025c BUG/MINOR: server: risk of over reading the pref_net array. by David Carlier · 8 years ago
  27. 02779b6 CLEANUP: uniformize last argument of malloc/calloc by Vincent Bernat · 8 years ago
  28. 3c2f2f2 CLEANUP: remove unneeded casts by Vincent Bernat · 8 years ago
  29. 1a786d7 BUG/MINOR: tcpcheck: fix incorrect list usage resulting in failure to load certain configs by Willy Tarreau · 8 years ago
  30. 09a9178 MINOR: server: generalize the "updater" source by Thierry Fournier · 8 years ago
  31. d35b7a6 CLEANUP: server: add "const" to some message strings by Thierry Fournier · 8 years ago
  32. c62df84 BUG/MINOR: server: fix the format of the warning on address change by Thierry Fournier · 8 years ago
  33. ac88cfe MEDIUM: dns: add a "resolve-net" option which allow to prefer an ip in a network by Thierry Fournier · 8 years ago
  34. ada3484 MEDIUM: dns: extract options by Thierry Fournier · 8 years ago
  35. f3c7a83 BUG/MEDIUM: servers state: server port is used uninitialized by Willy Tarreau · 8 years ago
  36. a875b1f BUG/MAJOR: servers state: server port is erased when dns resolution is enabled on a server by Baptiste Assmann · 8 years ago
  37. 0821bb9 MINOR: server state: missing LF (\n) on error message printed when parsing server state file by Baptiste Assmann · 8 years ago
  38. baf9794 BUG/MINOR: tcpcheck: conf parsing error when no port configured on server and first rule(s) is (are) COMMENT by Baptiste Assmann · 9 years ago
  39. 3dd73be BUG/MINOR: tcpcheck: conf parsing error when no port configured on server and last rule is a CONNECT with no port by Baptiste Assmann · 9 years ago
  40. cf4fb03 BUG/MINOR: server: check return value of fgets() in apply_server_state() by Dragan Dosen · 9 years ago
  41. 55f9ff1 MINOR: check: add agent-send server parameter by James Brown · 9 years ago
  42. fad0318 BUG/MAJOR: dns: first DNS response packet not matching queried hostname may lead to a loop by Baptiste Assmann · 9 years ago
  43. e6a4a32 MEDIUM: dns: Don't use the ANY query type by Andrew Hayworth · 9 years ago
  44. 31138fa BUG/MEDIUM: server: fix misuse of format string in load-server-state's warnings by Willy Tarreau · 9 years ago
  45. e1aebb2 BUILD: server: fix build warnings introduced by load-server-state by Willy Tarreau · 9 years ago
  46. 7fe3be7 MINOR: standard: avoid DNS resolution from the function str2sa_range() by Thierry FOURNIER · 9 years ago
  47. 6076d1c MINOR: server: startup slowstart task when using seamless reload of HAProxy by Baptiste Assmann · 9 years ago
  48. e11cfcd MINOR: config: new backend directives: load-server-state-from-file and server-state-file-name by Baptiste Assmann · 9 years ago
  49. 54a4730 BUG/MAJOR: can't enable a server through the stat socket by Baptiste Assmann · 9 years ago
  50. f778bb4 BUG/MINOR: DNS request retry counter used for retry only by Baptiste Assmann · 9 years ago
  51. 0453a1d MINOR: dns: new flag to report that no IP can be found in a DNS response packet by Baptiste Assmann · 9 years ago
  52. 96972bc MINOR: dns: no expected DNS record type found by Baptiste Assmann · 9 years ago
  53. 07101d5 BUG/MEDIUM: dns: use the correct server hostname when resolving by Willy Tarreau · 9 years ago
  54. 72b8c1f MEDIUM: tools: make str2sa_range() optionally return the FQDN by Willy Tarreau · 9 years ago
  55. 9044758 MINOR: DNS client query type failover management by Baptiste Assmann · 9 years ago
  56. 0df5d96 MINOR: dns: New DNS response analysis code: DNS_RESP_TRUNCATED by Baptiste Assmann · 9 years ago
  57. 11c4e4e BUG/MAJOR: dns: dns client resolution infinite loop by Baptiste Assmann · 9 years ago
  58. f046f11 BUG/MEDIUM: dns: wrong first time DNS resolution by Baptiste Assmann · 9 years ago
  59. 29fbe51 MAJOR: tproxy: remove support for cttproxy by Willy Tarreau · 9 years ago
  60. 93c2062 MINOR: server SRV_ADMF_CMAINT flag doesn't imply SRV_ADMF_FMAINT by Baptiste Assmann · 9 years ago
  61. 9f5ada3 MINOR: server: add new SRV_ADMF_CMAINT flag by Baptiste Assmann · 9 years ago
  62. 7017cb0 MINOR: server: add a list of safe, already reused idle connections by Willy Tarreau · 9 years ago
  63. 173a1c6 MINOR: server: add a list of already used idle connections by Willy Tarreau · 9 years ago
  64. 600802a MINOR: server: add a list of private idle connections by Willy Tarreau · 9 years ago
  65. 19a106d MINOR: server: server_find functions: id, name, best_match by Baptiste Assmann · 9 years ago
  66. 7cc419a MINOR: server: new server flag: SRV_F_FORCED_ID by Baptiste Assmann · 9 years ago
  67. a68ca96 MAJOR: server: add DNS-based server name resolution by Baptiste Assmann · 9 years ago
  68. 3d8f831 MEDIUM: server: change server ip address from stats socket by Baptiste Assmann · 9 years ago
  69. 14e4014 MEDIUM: server: add support for changing a server's address by Baptiste Assmann · 9 years ago
  70. 4cd477f MEDIUM: Send email alerts when servers are marked as UP or enter the drain state by Simon Horman · 9 years ago
  71. e7dff02 REORG/MEDIUM: stream: rename stream flags from SN_* to SF_* by Willy Tarreau · 9 years ago
  72. 87b0966 REORG/MAJOR: session: rename the "session" entity to "stream" by Willy Tarreau · 9 years ago
  73. bb2ae64 MEDIUM: protocol: automatically pick the proto associated to the connection. by Thierry FOURNIER · 9 years ago
  74. 64e3416 MEDIUM: Allow suppression of email alerts by log level by Simon Horman · 9 years ago
  75. 00b69e0 MINOR: Remove trailing '.' from email alert messages by Simon Horman · 9 years ago
  76. 0ba0e4a MEDIUM: Support sending email alerts by Simon Horman · 9 years ago
  77. e16c1b3 MEDIUM: Attach tcpcheck_rules to check by Simon Horman · 9 years ago
  78. 41f5876 MEDIUM: Move proto and addr fields struct check by Simon Horman · 9 years ago
  79. b1900d5 MEDIUM: Refactor init_check and move to checks.c by Simon Horman · 9 years ago
  80. 1a23cf0 BUG/MEDIUM: Do not set agent health to zero if server is disabled in config by Simon Horman · 10 years ago
  81. b3e54fe MAJOR: namespace: add Linux network namespace support by KOVACS Krisztian · 10 years ago
  82. 9ce1311 BUG/MEDIUM: checks: fix conflicts between agent checks and ssl healthchecks by Cyril Bonté · 10 years ago
  83. bfc7b7a MAJOR: checks: add support for a new "drain" administrative mode by Willy Tarreau · 10 years ago
  84. 9943d31 MINOR: server: make use of srv_is_usable() instead of checking eweight by Willy Tarreau · 10 years ago
  85. 8eb7784 MINOR: server: implement srv_set_stopping() by Willy Tarreau · 10 years ago
  86. dbd5e78 MINOR: server: implement srv_set_running() by Willy Tarreau · 10 years ago
  87. e7d1ef1 MINOR: server: implement srv_set_stopped() by Willy Tarreau · 10 years ago
  88. bda9227 MINOR: server: make the status reporting function support a reason by Willy Tarreau · 10 years ago
  89. 3209123 MEDIUM: server: allow multi-level server tracking by Willy Tarreau · 10 years ago
  90. a0066dd MEDIUM: server: properly support and propagate the maintenance status by Willy Tarreau · 10 years ago
  91. 4aac7db REORG: checks: put the functions in the appropriate files ! by Willy Tarreau · 10 years ago
  92. 892337c MAJOR: server: use states instead of flags to store the server state by Willy Tarreau · 10 years ago
  93. 2012521 REORG/MEDIUM: server: move the maintenance bits out of the server state by Willy Tarreau · 10 years ago
  94. c93cd16 REORG/MEDIUM: server: split server state and flags in two different variables by Willy Tarreau · 10 years ago
  95. c5150da MINOR: server: use functions to detect state changes and to update them by Willy Tarreau · 10 years ago
  96. 02615f9 MINOR: server: remove the SRV_DRAIN flag which can always be deduced by Willy Tarreau · 10 years ago
  97. 5cf0b52 MEDIUM: checks: only complain about the missing port when the check uses TCP by Willy Tarreau · 10 years ago
  98. 9cf8d3f MINOR: protocols: use is_inet_addr() when only INET addresses are desired by Willy Tarreau · 10 years ago
  99. 640556c BUG/MINOR: checks: correctly configure the address family and protocol by Willy Tarreau · 10 years ago
  100. afb7683 MEDIUM: connection: Implement and extented PROXY Protocol V2 by David S · 10 years ago