1. 2da082d MINOR: cli: Add possiblity to change agent config via CLI/socket by Misiek · Mon Jan 09 09:40:42 2017 +0100
  2. ea84933 MINOR: checks: Add agent-addr config directive by Misiek · Mon Jan 09 09:39:51 2017 +0100
  3. 77ee752 BUG/MINOR: Reset errno variable before calling strtol(3) by Ryabin Sergey · Wed Jan 11 19:39:55 2017 +0400
  4. 9698f4b MEDIUM: server: disable protocol validations when the server doesn't resolve by Willy Tarreau · Fri Jan 06 18:42:57 2017 +0100
  5. 6ecb10a MINOR: server: take the destination port from the port field, not the addr by Willy Tarreau · Fri Jan 06 18:36:06 2017 +0100
  6. 48ef4c9 MINOR: tools: make str2sa_range() return the port in a separate argument by Willy Tarreau · Fri Jan 06 18:32:38 2017 +0100
  7. 04276f3 MEDIUM: server: split the address and the port into two different fields by Willy Tarreau · Fri Jan 06 17:41:29 2017 +0100
  8. 3acfcd1 BUG/MEDIUM: server: consider AF_UNSPEC as a valid address family by Willy Tarreau · Fri Jan 06 19:18:32 2017 +0100
  9. a261e9b CLEANUP: connection: remove all direct references to raw_sock and ssl_sock by Willy Tarreau · Thu Dec 22 20:44:00 2016 +0100
  10. 141ad85 MINOR: server: move the use_ssl field out of the ifdef USE_OPENSSL by Willy Tarreau · Thu Dec 22 18:38:00 2016 +0100
  11. 90b5abe BUG/MINOR: cli: be sure to always warn the cli applet when input buffer is full by Christopher Faulet · Mon Dec 05 14:25:08 2016 +0100
  12. 3b6e547 CLEANUP: cli: rename STAT_CLI_* to CLI_ST_* by Willy Tarreau · Thu Nov 24 15:53:53 2016 +0100
  13. 58d9cb7 REORG: cli: move "{enable|disable} agent" to server.c by Willy Tarreau · Thu Nov 24 12:56:01 2016 +0100
  14. 2c04eda REORG: cli: move "{enable|disable} health" to server.c by Willy Tarreau · Thu Nov 24 12:51:04 2016 +0100
  15. ffb4d58 REORG: cli: move "{enable|disable} server" to server.c by Willy Tarreau · Thu Nov 24 12:47:00 2016 +0100
  16. b802627 REORG: cli: move "set maxconn server" to server.c by Willy Tarreau · Wed Nov 23 11:26:56 2016 +0100
  17. 6b16094 REORG: cli: move get/set weight to server.c by William Lallemand · Tue Nov 22 12:34:35 2016 +0100
  18. 222baf2 REORG: cli: move 'set server' to server.c by William Lallemand · Sat Nov 19 02:00:33 2016 +0100
  19. 21b069d MINOR: server: create new function cli_find_server() to find a server by Willy Tarreau · Wed Nov 23 17:15:08 2016 +0100
  20. 327298c BUILD: fix build on Solaris 10/11 by David Carlier · Sun Nov 20 10:42:38 2016 +0000
  21. e5a6068 MEDIUM: server: do not restrict anymore usage of IP address from the state file by Willy Tarreau · Wed Nov 09 14:54:53 2016 +0100
  22. 3eed10e MINOR: init: add -dr to ignore server address resolution failures by Willy Tarreau · Mon Nov 07 21:03:16 2016 +0100
  23. 4310d36 MINOR: server: add support for explicit numeric address in init-addr by Willy Tarreau · Wed Nov 02 15:05:56 2016 +0100
  24. 465b6e5 MEDIUM: server: make libc resolution failure non-fatal by Willy Tarreau · Mon Nov 07 19:19:22 2016 +0100
  25. 37ebe12 MINOR: server: implement init-addr none by Willy Tarreau · Fri Nov 04 15:17:58 2016 +0100
  26. 25e5152 MEDIUM: server: make use of init-addr by Willy Tarreau · Fri Nov 04 15:10:17 2016 +0100
  27. 2593827 MEDIUM: server: add a new init-addr server line setting by Baptiste Assmann · Wed Sep 21 20:26:16 2016 +0200
  28. 3b9fe9f MAJOR: dns: runtime resolution can change server admin state by Baptiste Assmann · Wed Nov 02 22:58:18 2016 +0100
  29. 8b42848 MINOR: server: make srv_set_admin_state() capable of telling why this happens by Willy Tarreau · Mon Nov 07 15:53:43 2016 +0100
  30. e659973 MINOR: server: indicate in the logs when RMAINT is cleared by Willy Tarreau · Mon Nov 07 15:42:33 2016 +0100
  31. 83cbaa5 MAJOR: server: postpone address resolution by Baptiste Assmann · Wed Nov 02 15:34:05 2016 +0100
  32. 757478e BUG/MEDIUM: servers: properly propagate the maintenance states during startup by Willy Tarreau · Thu Nov 03 19:22:19 2016 +0100
  33. 6fb8dc1 MINOR: server: do not emit warnings/logs/alerts on server state changes at boot by Willy Tarreau · Thu Nov 03 19:42:36 2016 +0100
  34. e1bde14 BUG/MINOR: srv-state: allow to have both CMAINT and FDRAIN flags by Willy Tarreau · Thu Nov 03 18:33:25 2016 +0100
  35. 22cace2 BUG/MEDIUM: srv-state: properly restore the DRAIN state by Willy Tarreau · Thu Nov 03 18:19:49 2016 +0100
  36. dc3a9e8 CLEANUP: tools: make ipcpy() preserve the original port by Willy Tarreau · Fri Nov 04 18:47:01 2016 +0100
  37. 65ce3f5 MINOR: dns: query type change when last record is a CNAME by Baptiste Assmann · Mon Sep 05 08:38:57 2016 +0200
  38. c1ce5f3 MEDIUM: dns: new DNS response parser by Baptiste Assmann · Sat May 14 11:26:22 2016 +0200
  39. d458adc MINOR: new update_server_addr_port() function to change both server's ADDR and service PORT by Baptiste Assmann · Tue Aug 02 08:18:55 2016 +0200
  40. 6b453f1 MINOR: server: introduction of 3 new server flags by Baptiste Assmann · Thu Aug 11 23:12:18 2016 +0200
  41. 95db2bc MAJOR: check: find out which port to use for health check at run time by Baptiste Assmann · Mon Jun 13 14:15:41 2016 +0200
  42. d260e1d MAJOR: listen section: don't use first bind port anymore when no server ports are provided by Baptiste Assmann · Mon Apr 25 13:40:51 2016 +0200
  43. eec1d38 BUG/MEDIUM: dns: fix alignment issues in the DNS response parser by Willy Tarreau · Wed Jul 13 11:59:39 2016 +0200
  44. 174dd37 MINOR: Add ability for agent-check to set server maxconn by Nenad Merdanovic · Sun Apr 24 23:10:06 2016 +0200
  45. d10025c BUG/MINOR: server: risk of over reading the pref_net array. by David Carlier · Fri Apr 08 10:26:44 2016 +0100
  46. 02779b6 CLEANUP: uniformize last argument of malloc/calloc by Vincent Bernat · Sun Apr 03 13:48:43 2016 +0200
  47. 3c2f2f2 CLEANUP: remove unneeded casts by Vincent Bernat · Sun Apr 03 13:48:42 2016 +0200
  48. 1a786d7 BUG/MINOR: tcpcheck: fix incorrect list usage resulting in failure to load certain configs by Willy Tarreau · Tue Mar 08 15:20:25 2016 +0100
  49. 09a9178 MINOR: server: generalize the "updater" source by Thierry Fournier · Wed Feb 24 08:25:39 2016 +0100
  50. d35b7a6 CLEANUP: server: add "const" to some message strings by Thierry Fournier · Wed Feb 24 08:23:22 2016 +0100
  51. c62df84 BUG/MINOR: server: fix the format of the warning on address change by Thierry Fournier · Wed Feb 24 08:13:13 2016 +0100
  52. ac88cfe MEDIUM: dns: add a "resolve-net" option which allow to prefer an ip in a network by Thierry Fournier · Wed Feb 17 22:05:30 2016 +0100
  53. ada3484 MEDIUM: dns: extract options by Thierry Fournier · Wed Feb 17 21:25:09 2016 +0100
  54. f3c7a83 BUG/MEDIUM: servers state: server port is used uninitialized by Willy Tarreau · Thu Jan 21 13:51:56 2016 +0100
  55. a875b1f BUG/MAJOR: servers state: server port is erased when dns resolution is enabled on a server by Baptiste Assmann · Thu Jan 21 00:17:09 2016 +0100
  56. 0821bb9 MINOR: server state: missing LF (\n) on error message printed when parsing server state file by Baptiste Assmann · Thu Jan 21 00:20:50 2016 +0100
  57. baf9794 BUG/MINOR: tcpcheck: conf parsing error when no port configured on server and first rule(s) is (are) COMMENT by Baptiste Assmann · Fri Dec 04 06:49:31 2015 +0100
  58. 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 · Fri Dec 04 06:57:25 2015 +0100
  59. cf4fb03 BUG/MINOR: server: check return value of fgets() in apply_server_state() by Dragan Dosen · Wed Nov 04 23:03:26 2015 +0100
  60. 55f9ff1 MINOR: check: add agent-send server parameter by James Brown · Wed Oct 21 18:19:05 2015 -0700
  61. fad0318 BUG/MAJOR: dns: first DNS response packet not matching queried hostname may lead to a loop by Baptiste Assmann · Wed Oct 28 02:03:32 2015 +0100
  62. e6a4a32 MEDIUM: dns: Don't use the ANY query type by Andrew Hayworth · Mon Oct 19 22:29:51 2015 +0000
  63. 31138fa BUG/MEDIUM: server: fix misuse of format string in load-server-state's warnings by Willy Tarreau · Tue Sep 29 18:38:47 2015 +0200
  64. e1aebb2 BUILD: server: fix build warnings introduced by load-server-state by Willy Tarreau · Tue Sep 29 18:32:57 2015 +0200
  65. 7fe3be7 MINOR: standard: avoid DNS resolution from the function str2sa_range() by Thierry FOURNIER · Sat Sep 26 20:03:36 2015 +0200
  66. 6076d1c MINOR: server: startup slowstart task when using seamless reload of HAProxy by Baptiste Assmann · Thu Sep 17 22:53:59 2015 +0200
  67. e11cfcd MINOR: config: new backend directives: load-server-state-from-file and server-state-file-name by Baptiste Assmann · Wed Aug 19 16:44:03 2015 +0200
  68. 54a4730 BUG/MAJOR: can't enable a server through the stat socket by Baptiste Assmann · Fri Sep 18 10:30:03 2015 +0200
  69. f778bb4 BUG/MINOR: DNS request retry counter used for retry only by Baptiste Assmann · Wed Sep 09 00:54:38 2015 +0200
  70. 0453a1d MINOR: dns: new flag to report that no IP can be found in a DNS response packet by Baptiste Assmann · Wed Sep 09 00:51:08 2015 +0200
  71. 96972bc MINOR: dns: no expected DNS record type found by Baptiste Assmann · Wed Sep 09 00:46:58 2015 +0200
  72. 07101d5 BUG/MEDIUM: dns: use the correct server hostname when resolving by Willy Tarreau · Tue Sep 08 16:16:35 2015 +0200
  73. 72b8c1f MEDIUM: tools: make str2sa_range() optionally return the FQDN by Willy Tarreau · Tue Sep 08 15:50:19 2015 +0200
  74. 9044758 MINOR: DNS client query type failover management by Baptiste Assmann · Wed Sep 02 22:20:56 2015 +0200
  75. 0df5d96 MINOR: dns: New DNS response analysis code: DNS_RESP_TRUNCATED by Baptiste Assmann · Wed Sep 02 21:58:32 2015 +0200
  76. 11c4e4e BUG/MAJOR: dns: dns client resolution infinite loop by Baptiste Assmann · Wed Sep 02 22:15:58 2015 +0200
  77. f046f11 BUG/MEDIUM: dns: wrong first time DNS resolution by Baptiste Assmann · Thu Aug 27 22:12:46 2015 +0200
  78. 29fbe51 MAJOR: tproxy: remove support for cttproxy by Willy Tarreau · Thu Aug 20 19:35:14 2015 +0200
  79. 93c2062 MINOR: server SRV_ADMF_CMAINT flag doesn't imply SRV_ADMF_FMAINT by Baptiste Assmann · Mon Aug 17 14:25:02 2015 +0200
  80. 9f5ada3 MINOR: server: add new SRV_ADMF_CMAINT flag by Baptiste Assmann · Sat Aug 08 15:49:13 2015 +0200
  81. 7017cb0 MINOR: server: add a list of safe, already reused idle connections by Willy Tarreau · Wed Aug 05 16:35:23 2015 +0200
  82. 173a1c6 MINOR: server: add a list of already used idle connections by Willy Tarreau · Wed Aug 05 10:31:57 2015 +0200
  83. 600802a MINOR: server: add a list of private idle connections by Willy Tarreau · Tue Aug 04 17:19:06 2015 +0200
  84. 19a106d MINOR: server: server_find functions: id, name, best_match by Baptiste Assmann · Wed Jul 08 22:03:56 2015 +0200
  85. 7cc419a MINOR: server: new server flag: SRV_F_FORCED_ID by Baptiste Assmann · Tue Jul 07 22:02:20 2015 +0200
  86. a68ca96 MAJOR: server: add DNS-based server name resolution by Baptiste Assmann · Tue Apr 14 01:15:08 2015 +0200
  87. 3d8f831 MEDIUM: server: change server ip address from stats socket by Baptiste Assmann · Mon Apr 13 22:54:33 2015 +0200
  88. 14e4014 MEDIUM: server: add support for changing a server's address by Baptiste Assmann · Tue Apr 14 01:13:07 2015 +0200
  89. 4cd477f MEDIUM: Send email alerts when servers are marked as UP or enter the drain state by Simon Horman · Thu Apr 30 13:10:34 2015 +0900
  90. e7dff02 REORG/MEDIUM: stream: rename stream flags from SN_* to SF_* by Willy Tarreau · Fri Apr 03 01:14:29 2015 +0200
  91. 87b0966 REORG/MAJOR: session: rename the "session" entity to "stream" by Willy Tarreau · Fri Apr 03 00:22:06 2015 +0200
  92. bb2ae64 MEDIUM: protocol: automatically pick the proto associated to the connection. by Thierry FOURNIER · Wed Jan 14 11:31:49 2015 +0100
  93. 64e3416 MEDIUM: Allow suppression of email alerts by log level by Simon Horman · Fri Feb 06 11:11:57 2015 +0900
  94. 00b69e0 MINOR: Remove trailing '.' from email alert messages by Simon Horman · Fri Feb 06 11:11:56 2015 +0900
  95. 0ba0e4a MEDIUM: Support sending email alerts by Simon Horman · Fri Jan 30 11:23:00 2015 +0900
  96. e16c1b3 MEDIUM: Attach tcpcheck_rules to check by Simon Horman · Fri Jan 30 11:22:57 2015 +0900
  97. 41f5876 MEDIUM: Move proto and addr fields struct check by Simon Horman · Fri Jan 30 11:22:56 2015 +0900
  98. b1900d5 MEDIUM: Refactor init_check and move to checks.c by Simon Horman · Fri Jan 30 11:22:54 2015 +0900
  99. 1a23cf0 BUG/MEDIUM: Do not set agent health to zero if server is disabled in config by Simon Horman · Wed Nov 12 15:55:53 2014 +0900
  100. b3e54fe MAJOR: namespace: add Linux network namespace support by KOVACS Krisztian · Mon Nov 17 15:11:45 2014 +0100