1. 96972bc MINOR: dns: no expected DNS record type found by Baptiste Assmann · 9 years ago
  2. 07101d5 BUG/MEDIUM: dns: use the correct server hostname when resolving by Willy Tarreau · 9 years ago
  3. 72b8c1f MEDIUM: tools: make str2sa_range() optionally return the FQDN by Willy Tarreau · 9 years ago
  4. 9044758 MINOR: DNS client query type failover management by Baptiste Assmann · 9 years ago
  5. 0df5d96 MINOR: dns: New DNS response analysis code: DNS_RESP_TRUNCATED by Baptiste Assmann · 9 years ago
  6. 11c4e4e BUG/MAJOR: dns: dns client resolution infinite loop by Baptiste Assmann · 9 years ago
  7. f046f11 BUG/MEDIUM: dns: wrong first time DNS resolution by Baptiste Assmann · 9 years ago
  8. 29fbe51 MAJOR: tproxy: remove support for cttproxy by Willy Tarreau · 9 years ago
  9. 93c2062 MINOR: server SRV_ADMF_CMAINT flag doesn't imply SRV_ADMF_FMAINT by Baptiste Assmann · 9 years ago
  10. 9f5ada3 MINOR: server: add new SRV_ADMF_CMAINT flag by Baptiste Assmann · 9 years ago
  11. 7017cb0 MINOR: server: add a list of safe, already reused idle connections by Willy Tarreau · 9 years ago
  12. 173a1c6 MINOR: server: add a list of already used idle connections by Willy Tarreau · 9 years ago
  13. 600802a MINOR: server: add a list of private idle connections by Willy Tarreau · 9 years ago
  14. 19a106d MINOR: server: server_find functions: id, name, best_match by Baptiste Assmann · 9 years ago
  15. 7cc419a MINOR: server: new server flag: SRV_F_FORCED_ID by Baptiste Assmann · 9 years ago
  16. a68ca96 MAJOR: server: add DNS-based server name resolution by Baptiste Assmann · 9 years ago
  17. 3d8f831 MEDIUM: server: change server ip address from stats socket by Baptiste Assmann · 9 years ago
  18. 14e4014 MEDIUM: server: add support for changing a server's address by Baptiste Assmann · 9 years ago
  19. 4cd477f MEDIUM: Send email alerts when servers are marked as UP or enter the drain state by Simon Horman · 9 years ago
  20. e7dff02 REORG/MEDIUM: stream: rename stream flags from SN_* to SF_* by Willy Tarreau · 9 years ago
  21. 87b0966 REORG/MAJOR: session: rename the "session" entity to "stream" by Willy Tarreau · 9 years ago
  22. bb2ae64 MEDIUM: protocol: automatically pick the proto associated to the connection. by Thierry FOURNIER · 9 years ago
  23. 64e3416 MEDIUM: Allow suppression of email alerts by log level by Simon Horman · 9 years ago
  24. 00b69e0 MINOR: Remove trailing '.' from email alert messages by Simon Horman · 9 years ago
  25. 0ba0e4a MEDIUM: Support sending email alerts by Simon Horman · 9 years ago
  26. e16c1b3 MEDIUM: Attach tcpcheck_rules to check by Simon Horman · 9 years ago
  27. 41f5876 MEDIUM: Move proto and addr fields struct check by Simon Horman · 9 years ago
  28. b1900d5 MEDIUM: Refactor init_check and move to checks.c by Simon Horman · 9 years ago
  29. 1a23cf0 BUG/MEDIUM: Do not set agent health to zero if server is disabled in config by Simon Horman · 10 years ago
  30. b3e54fe MAJOR: namespace: add Linux network namespace support by KOVACS Krisztian · 10 years ago
  31. 9ce1311 BUG/MEDIUM: checks: fix conflicts between agent checks and ssl healthchecks by Cyril Bonté · 10 years ago
  32. bfc7b7a MAJOR: checks: add support for a new "drain" administrative mode by Willy Tarreau · 10 years ago
  33. 9943d31 MINOR: server: make use of srv_is_usable() instead of checking eweight by Willy Tarreau · 10 years ago
  34. 8eb7784 MINOR: server: implement srv_set_stopping() by Willy Tarreau · 10 years ago
  35. dbd5e78 MINOR: server: implement srv_set_running() by Willy Tarreau · 10 years ago
  36. e7d1ef1 MINOR: server: implement srv_set_stopped() by Willy Tarreau · 10 years ago
  37. bda9227 MINOR: server: make the status reporting function support a reason by Willy Tarreau · 10 years ago
  38. 3209123 MEDIUM: server: allow multi-level server tracking by Willy Tarreau · 10 years ago
  39. a0066dd MEDIUM: server: properly support and propagate the maintenance status by Willy Tarreau · 10 years ago
  40. 4aac7db REORG: checks: put the functions in the appropriate files ! by Willy Tarreau · 10 years ago
  41. 892337c MAJOR: server: use states instead of flags to store the server state by Willy Tarreau · 10 years ago
  42. 2012521 REORG/MEDIUM: server: move the maintenance bits out of the server state by Willy Tarreau · 10 years ago
  43. c93cd16 REORG/MEDIUM: server: split server state and flags in two different variables by Willy Tarreau · 10 years ago
  44. c5150da MINOR: server: use functions to detect state changes and to update them by Willy Tarreau · 10 years ago
  45. 02615f9 MINOR: server: remove the SRV_DRAIN flag which can always be deduced by Willy Tarreau · 10 years ago
  46. 5cf0b52 MEDIUM: checks: only complain about the missing port when the check uses TCP by Willy Tarreau · 10 years ago
  47. 9cf8d3f MINOR: protocols: use is_inet_addr() when only INET addresses are desired by Willy Tarreau · 10 years ago
  48. 640556c BUG/MINOR: checks: correctly configure the address family and protocol by Willy Tarreau · 10 years ago
  49. afb7683 MEDIUM: connection: Implement and extented PROXY Protocol V2 by David S · 10 years ago
  50. 272adea REORG: cfgparse: move server keyword parsing to server.c by Willy Tarreau · 10 years ago
  51. a20cb85 MINOR: stats: Enhancement to stats page to provide information of last session time. by Bhaskar Maddala · 10 years ago
  52. ff5ae35 MINOR: checks: use check->state instead of srv->state & SRV_CHECKED by Willy Tarreau · 11 years ago
  53. 58c3297 MEDIUM: Set rise and fall of agent checks to 1 by Simon Horman · 11 years ago
  54. 004e045 BUG/MAJOR: server: weight calculation fails for map-based algorithms by Willy Tarreau · 11 years ago
  55. 125d099 MEDIUM: Move health element to struct check by Simon Horman · 11 years ago
  56. 4a74143 MEDIUM: Paramatise functions over the check of a server by Simon Horman · 11 years ago
  57. 6618300 MEDIUM: Split up struct server's check element by Simon Horman · 11 years ago
  58. a360844 CLEANUP: Make parameters of srv_downtime and srv_getinter const by Simon Horman · 11 years ago
  59. b796afa MEDIUM: server: Tighten up parsing of weight string by Simon Horman · 11 years ago
  60. 58b5d29 MEDIUM: server: Allow relative weights greater than 100% by Simon Horman · 11 years ago
  61. 7d09b9a MEDIUM: server: Break out set weight processing code by Simon Horman · 11 years ago
  62. dff5543 MEDIUM: server: move parsing of keyword "id" to server.c by Willy Tarreau · 12 years ago
  63. 21faa91 MINOR: server: add minimal infrastructure to parse keywords by Willy Tarreau · 12 years ago
  64. ec6c5df [CLEANUP] remove many #include <types/xxx> from C files by Willy Tarreau · 16 years ago
  65. 5259dfe [MEDIUM]: rework checks handling by Krzysztof Piotr Oledzki · 16 years ago
  66. 8513094 [MEDIUM] stats: report server and backend cumulated downtime by Krzysztof Oledzki · 17 years ago
  67. e3ba5f0 [CLEANUP] included common/version.h everywhere by Willy Tarreau · 18 years ago
  68. baaee00 [BIGMOVE] exploded the monolithic haproxy.c file into multiple files. by Willy Tarreau · 18 years ago