1. 1b48cc9 BUG/MEDIUM: fix ignored values for half-closed timeouts (client-fin and server-fin) in defaults section. by Simone Gotti · Wed Jun 11 12:25:28 2014 +0200
  2. 6639a7c MINOR: checks: mysql-check: Add support for v4.1+ authentication by Nenad Merdanovic · Fri May 30 14:26:32 2014 +0200
  3. 3209123 MEDIUM: server: allow multi-level server tracking by Willy Tarreau · Fri May 16 13:52:00 2014 +0200
  4. a0066dd MEDIUM: server: properly support and propagate the maintenance status by Willy Tarreau · Fri May 16 11:25:16 2014 +0200
  5. 892337c MAJOR: server: use states instead of flags to store the server state by Willy Tarreau · Tue May 13 23:41:20 2014 +0200
  6. 2012521 REORG/MEDIUM: server: move the maintenance bits out of the server state by Willy Tarreau · Tue May 13 19:44:56 2014 +0200
  7. c93cd16 REORG/MEDIUM: server: split server state and flags in two different variables by Willy Tarreau · Tue May 13 15:54:22 2014 +0200
  8. 63af98d BUG/MAJOR: config: don't free valid regex memory by Willy Tarreau · Sun May 18 08:11:41 2014 +0200
  9. 07fcaaa MINOR: fix a few memory usage errors by Dirkjan Bussink · Mon Apr 28 22:57:16 2014 +0000
  10. 4e5ed29 BUG/MEDIUM: config: a stats-less config crashes in 1.5-dev25 by Willy Tarreau · Tue May 13 13:37:54 2014 +0200
  11. 9cf8d3f MINOR: protocols: use is_inet_addr() when only INET addresses are desired by Willy Tarreau · Fri May 09 22:56:10 2014 +0200
  12. acf3bf9 CLEANUP: config: set the maxaccept value for peers listeners earlier by Willy Tarreau · Fri Jan 18 10:51:07 2013 +0100
  13. 67c2abc MINOR: config: only report a warning when stats sockets are bound to more than 1 process by Willy Tarreau · Fri May 09 18:48:46 2014 +0200
  14. 3d20958 MEDIUM: listener: inherit the process mask from the proxy by Willy Tarreau · Fri May 09 17:06:11 2014 +0200
  15. 102df61 MEDIUM: config: check the bind-process settings according to nbproc by Willy Tarreau · Wed May 07 23:56:38 2014 +0200
  16. a9db57e MEDIUM: config: limit nbproc to the machine's word size by Willy Tarreau · Fri Jan 18 11:29:29 2013 +0100
  17. 3507d5d MEDIUM: proxy: only adjust the backend's bind-process when already set by Willy Tarreau · Fri May 09 13:54:22 2014 +0200
  18. 93ee249 MINOR: ssl: remove fallback to SSL session private cache if lock init fails. by Emeric Brun · Fri May 09 14:01:48 2014 +0200
  19. 8dc6039 MINOR: ssl: add global statement tune.ssl.force-private-cache. by Emeric Brun · Fri May 09 13:52:00 2014 +0200
  20. caa19cc BUG/MAJOR: ssl: Fallback to private session cache if current lock mode is not supported. by Emeric Brun · Wed May 07 16:10:18 2014 +0200
  21. 7c29f1e BUILD: config: remove a warning with clang by Willy Tarreau · Tue Apr 29 19:55:25 2014 +0200
  22. a3c504c MEDIUM: config: inform the user only once that "redispatch" is deprecated by Willy Tarreau · Mon Apr 28 22:37:32 2014 +0200
  23. 40bac83 MEDIUM: config: inform the user that "reqsetbe" is deprecated by Willy Tarreau · Mon Apr 28 22:37:06 2014 +0200
  24. de9d2d7 MEDIUM: config: inform the user about the deprecatedness of "block" rules by Willy Tarreau · Mon Apr 28 22:28:02 2014 +0200
  25. b3dc39d MEDIUM: http: emulate "block" rules using "http-request" rules by Willy Tarreau · Mon Apr 28 22:06:57 2014 +0200
  26. 353bc9f CLEANUP: proxy: rename "block_cond" to "block_rules" by Willy Tarreau · Mon Apr 28 22:05:31 2014 +0200
  27. c35362a MINOR: http: implement the max-keep-alive-queue setting by Willy Tarreau · Fri Apr 25 13:58:37 2014 +0200
  28. 1746eec MINOR: checks: add a new global max-spread-checks directive by Willy Tarreau · Fri Apr 25 10:46:47 2014 +0200
  29. ed2119c BUG/MEDIUM: stats: mismatch between behaviour and doc about front/back by Willy Tarreau · Thu Apr 24 22:10:39 2014 +0200
  30. ee445d9 MEDIUM: config: report misplaced use-server rules by Willy Tarreau · Wed Apr 23 01:39:04 2014 +0200
  31. 5002f57 MEDIUM: config: report misplaced http-request rules by Willy Tarreau · Wed Apr 23 01:32:02 2014 +0200
  32. f51658d MEDIUM: config: relax use_backend check to make the condition optional by Willy Tarreau · Wed Apr 23 01:21:56 2014 +0200
  33. ff11554 CLEANUP: code style: use tabs to indent codes instead of spaces by Godbach · Mon Apr 21 21:52:23 2014 +0800
  34. 88afe03 BUG/MINOR: Fix name lookup ordering when compiled with USE_GETADDRINFO by Nenad Merdanovic · Mon Apr 14 15:56:58 2014 +0200
  35. 348acfe BUILD/MEDIUM: cfgparse: get rid of sprintf() by Willy Tarreau · Mon Apr 14 15:00:39 2014 +0200
  36. 272adea REORG: cfgparse: move server keyword parsing to server.c by Willy Tarreau · Mon Mar 31 10:39:59 2014 +0200
  37. 702d44f MEDIUM: proxy: support use_backend with dynamic names by Bertrand Jacquin · Tue Nov 19 11:43:06 2013 +0100
  38. fa45f1d MEDIUM: config: Dynamic sections. by Thierry FOURNIER · Tue Mar 18 13:54:18 2014 +0100
  39. fc7ac7b MINOR: standard: Disable ip resolution during the runtime by Thierry FOURNIER · Tue Feb 11 15:23:04 2014 +0100
  40. eeaa951 MINOR: configuration: File and line propagation by Thierry FOURNIER · Tue Feb 11 14:00:19 2014 +0100
  41. 0d6ba51 MINOR: pattern: store configuration reference for each acl or map pattern. by Thierry FOURNIER · Tue Feb 11 03:31:34 2014 +0100
  42. 9eec0a6 MAJOR: auth: Change the internal authentication system. by Thierry FOURNIER · Wed Jan 22 18:38:02 2014 +0100
  43. d048d8b BUG/MINOR: http: fix encoding of samples used in http headers by Thierry FOURNIER · Thu Mar 13 16:46:18 2014 +0100
  44. 7cbc915 MEDIUM: config: faster lookup for duplicated proxy name by Willy Tarreau · Sat Mar 15 08:17:08 2014 +0100
  45. f79d950 MEDIUM: proxy: create a tree to store proxies by name by Willy Tarreau · Sat Mar 15 07:22:35 2014 +0100
  46. 5830213 BUG/MINOR: config: fix a crash on startup when a disabled backend references a peer by Willy Tarreau · Mon Feb 24 20:59:47 2014 +0100
  47. abd03df BUG/MINOR: config: server on-marked-* statement is ignored in default-server by Willy Tarreau · Tue Feb 18 10:36:15 2014 +0100
  48. 5498472 BUG/MEDIUM: config: immediately abort if peers section has no name by Willy Tarreau · Sun Feb 16 08:20:13 2014 +0100
  49. 610f04b MINOR: config: add global directives to set default SSL ciphers by Willy Tarreau · Thu Feb 13 11:36:41 2014 +0100
  50. 7e31273 MINOR: config: make the stream interface idle timer user-configurable by Willy Tarreau · Wed Feb 12 16:35:14 2014 +0100
  51. 69e273f MEDIUM: tcp-check new feature: connect by Baptiste Assmann · Wed Dec 11 00:52:19 2013 +0100
  52. 02bce8b MAJOR: http: update connection mode configuration by Willy Tarreau · Thu Jan 30 00:15:28 2014 +0100
  53. 850efd5 MEDIUM: ssl: Set verify 'required' as global default for servers side. by Emeric Brun · Wed Jan 29 12:24:34 2014 +0100
  54. e43d532 MEDIUM: listener: apply a limit on the session rate submitted to SSL by Willy Tarreau · Mon Oct 07 20:01:52 2013 +0200
  55. 93e7c00 MEDIUM: listener: add support for limiting the session rate in addition to the connection rate by Willy Tarreau · Mon Oct 07 18:51:07 2013 +0200
  56. 17edc81 MEDIUM: config: report a warning when multiple servers have the same name by Willy Tarreau · Fri Jan 03 12:14:34 2014 +0100
  57. 9420b12 MINOR: http: add option prefer-last-server by Willy Tarreau · Sun Dec 15 18:58:25 2013 +0100
  58. 16bfb02 MINOR: config: add option http-keep-alive by Willy Tarreau · Sat Jan 16 19:48:41 2010 +0100
  59. 566226b BUG/MEDIUM: checks: tracking servers must not inherit the MAINT flag by Willy Tarreau · Sat Dec 14 16:16:01 2013 +0100
  60. 3343432 MINOR: checks: add a flag to indicate what check is an agent by Willy Tarreau · Wed Dec 11 21:15:19 2013 +0100
  61. 33a08db MINOR: checks: add a PAUSED state for the checks by Willy Tarreau · Wed Dec 11 21:03:31 2013 +0100
  62. ff5ae35 MINOR: checks: use check->state instead of srv->state & SRV_CHECKED by Willy Tarreau · Wed Dec 11 20:36:34 2013 +0100
  63. 2e10f5a MINOR: checks: replace state DISABLED with CONFIGURED and ENABLED by Willy Tarreau · Wed Dec 11 20:11:55 2013 +0100
  64. 1a53a3a MINOR: checks: improve handling of the servers tracking chain by Willy Tarreau · Wed Dec 11 15:27:05 2013 +0100
  65. 2819e99 MINOR: chunks: allocate the trash chunks before parsing the config by Willy Tarreau · Fri Dec 13 14:41:10 2013 +0100
  66. 975c178 MINOR: sample: make sample_parse_expr() use memprintf() to report parse errors by Willy Tarreau · Thu Dec 12 23:16:54 2013 +0100
  67. 9703e66 BUG/MINOR: check_config_validity: check the returned value of stktable_init() by Godbach · Wed Dec 11 21:11:41 2013 +0800
  68. 5052316 CLEANUP: code style: use tabs to indent codes by Godbach · Wed Dec 11 19:48:57 2013 +0800
  69. 5ecb77f MEDIUM: checks: add send/expect tcp based check by Baptiste Assmann · Sun Oct 06 23:24:13 2013 +0200
  70. 2f075e9 BUG/MEDIUM: checks: fix health check regression causing them to depend on declaration order by Willy Tarreau · Tue Dec 03 11:11:34 2013 +0100
  71. d18cd0f MEDIUM: http: The redirect strings follows the log format rules. by Thierry FOURNIER · Fri Nov 29 12:15:45 2013 +0100
  72. 34c2fb6 BUG/MINOR: config: report the correct track-sc number in tcp-rules by Willy Tarreau · Mon Dec 02 23:29:05 2013 +0100
  73. 8c3d0be MEDIUM: Add DRAIN state and report it on the stats page by Simon Horman · Mon Nov 25 10:46:40 2013 +0900
  74. 58c3297 MEDIUM: Set rise and fall of agent checks to 1 by Simon Horman · Mon Nov 25 10:46:38 2013 +0900
  75. d60d691 MEDIUM: checks: Add supplementary agent checks by Simon Horman · Mon Nov 25 10:46:36 2013 +0900
  76. afc47ee MEDIUM: Remove option lb-agent-chk by Simon Horman · Mon Nov 25 10:46:35 2013 +0900
  77. 125d099 MEDIUM: Move health element to struct check by Simon Horman · Sun Feb 24 17:23:38 2013 +0900
  78. 69d29f9 MEDIUM: cfgparse: Factor out check initialisation by Simon Horman · Sat Feb 23 15:14:19 2013 +0900
  79. 4a74143 MEDIUM: Paramatise functions over the check of a server by Simon Horman · Sat Feb 23 15:35:38 2013 +0900
  80. 6618300 MEDIUM: Split up struct server's check element by Simon Horman · Sat Feb 23 10:16:43 2013 +0900
  81. a0f4271 MEDIUM: backend: add support for the wt6 hash by Willy Tarreau · Thu Nov 14 14:30:35 2013 +0100
  82. b6c0ac9 MEDIUM: backend: Implement avalanche as a modifier of the hashing functions. by Bhaskar Maddala · Tue Nov 05 11:54:02 2013 -0500
  83. 98634f0 MEDIUM: backend: Enhance hash-type directive with an algorithm options by Bhaskar · Tue Oct 29 23:30:51 2013 -0400
  84. 82ffa39 MINOR: config: warn when a server with no specific port uses rdp-cookie by Willy Tarreau · Tue Aug 13 17:19:08 2013 +0200
  85. b4c8493 MINOR: session: make the number of stick counter entries more configurable by Willy Tarreau · Tue Jul 23 19:15:30 2013 +0200
  86. a34bdc0 BUG/MEDIUM: server: set the macro for server's max weight SRV_UWGHT_MAX to SRV_UWGHT_RANGE by Godbach · Mon Jul 22 07:44:53 2013 +0800
  87. be4a3ef MEDIUM: counters: use sc0/sc1/sc2 instead of sc1/sc2/sc3 by Willy Tarreau · Mon Jun 17 15:04:07 2013 +0200
  88. e365c0b MEDIUM: http: add a new "http-response" ruleset by Willy Tarreau · Tue Jun 11 16:06:12 2013 +0200
  89. e25c917 MEDIUM: counters: add support for tracking a third counter by Willy Tarreau · Tue May 28 18:32:20 2013 +0200
  90. d5ca9ab MINOR: counters: make it easier to extend the amount of tracked counters by Willy Tarreau · Tue May 28 17:40:25 2013 +0200
  91. d551fb5 REORG: tproxy: prepare the transparent proxy defines for accepting other OSes by Pieter Baauw · Wed May 08 22:49:23 2013 +0200
  92. c621d36 BUILD: last fix broke non-linux platforms by Willy Tarreau · Thu Apr 25 17:35:22 2013 +0200
  93. 9f04853 BUG/MINOR: config: "source" does not work in defaults section by Godbach · Tue Apr 23 15:27:57 2013 +0800
  94. 62a6123 BUG/MEDIUM: log: fix regression on log-format handling by Willy Tarreau · Fri Apr 12 18:13:46 2013 +0200
  95. a4312fa MAJOR: sample: maintain a per-proxy list of the fetch args to resolve by Willy Tarreau · Tue Apr 02 16:34:32 2013 +0200
  96. 93fddf1 MEDIUM: acl: have a pointer to the keyword name in acl_expr by Willy Tarreau · Sun Mar 31 22:59:32 2013 +0200
  97. a91d0a5 MAJOR: acl: convert all ACL requires to SMP use+val instead of ->requires by Willy Tarreau · Mon Mar 25 08:12:18 2013 +0100
  98. 25320b2 MEDIUM: proxy: remove acl_requires and just keep a flag "http_needed" by Willy Tarreau · Sun Mar 24 07:22:08 2013 +0100
  99. 434c57c MINOR: log: indicate it when some unreliable sample fetches are logged by Willy Tarreau · Tue Jan 08 01:10:24 2013 +0100
  100. 80aca90 MEDIUM: samples: use new flags to describe compatibility between fetches and their usages by Willy Tarreau · Mon Jan 07 15:42:20 2013 +0100