1. d986526 [BUG] Clear-cookie path issue by William Turner · Mon Mar 01 13:30:34 2010 -0500
  2. 88e0581 [BUILD] fix some build warnings on Solaris with is* macros by Willy Tarreau · Wed Mar 03 00:16:00 2010 +0100
  3. 329f74d [BUG] uri_auth: do not attemp to convert uri_auth -> http-request more than once by Krzysztof Piotr Oledzki · Mon Feb 22 20:27:23 2010 +0100
  4. d5191e7 [BUG] config: report unresolvable host names as errors by Willy Tarreau · Tue Feb 09 20:50:45 2010 +0100
  5. df5cb9f [BUG] pxid/puid/luid: don't shift IDs when some of them are forced by Krzysztof Piotr Oledzki · Fri Feb 05 20:58:27 2010 +0100
  6. aff01ea [BUG] cfgparse memory leak and missing free calls in deinit() by Krzysztof Piotr Oledzki · Fri Feb 05 20:31:44 2010 +0100
  7. b4c06b7 [BUILD] auth: don't use unnamed unions by Willy Tarreau · Tue Feb 02 11:28:20 2010 +0100
  8. 137325d [MINOR] config: fix too large ssl-hello-check message. by Willy Tarreau · Mon Feb 01 16:38:17 2010 +0100
  9. 54f6a58 [BUG] config: reset check request to avoid double free when switching to ssl/sql by Willy Tarreau · Mon Feb 01 16:31:14 2010 +0100
  10. 95fa469 [MEDIUM] add support for anonymous ACLs by Willy Tarreau · Mon Feb 01 13:05:50 2010 +0100
  11. 9cc670f [CLEANUP] config: use build_acl_cond() to simplify http-request ACL parsing by Willy Tarreau · Mon Feb 01 10:43:44 2010 +0100
  12. 8c8bd45 [MAJOR] use the new auth framework for http stats by Krzysztof Piotr Oledzki · Fri Jan 29 19:29:32 2010 +0100
  13. f9423ae [MINOR] acl: add http_auth and http_auth_group by Krzysztof Piotr Oledzki · Fri Jan 29 19:26:18 2010 +0100
  14. 59bb218 [MINOR] http-request: allow/deny/auth support for frontend/backend/listen by Krzysztof Piotr Oledzki · Fri Jan 29 17:58:21 2010 +0100
  15. 9610504 [MINOR] generic auth support with groups and encrypted passwords by Krzysztof Piotr Oledzki · Fri Jan 29 17:50:44 2010 +0100
  16. fdb563c [MEDIUM] http: add support for conditional response header rewriting by Willy Tarreau · Sun Jan 31 15:43:27 2010 +0100
  17. 8abd4cd [MEDIUM] http: add support for conditional request header addition by Willy Tarreau · Sun Jan 31 14:30:44 2010 +0100
  18. 5321c42 [MEDIUM] http: add support for conditional request filter execution by Willy Tarreau · Thu Jan 28 20:35:13 2010 +0100
  19. ade5ec4 [MEDIUM] config: factor out the parsing of 20 req*/rsp* keywords by Willy Tarreau · Thu Jan 28 19:33:49 2010 +0100
  20. 3ec18a0 [CLEANUP] config: specify correct const char types to warnif_* functions by Willy Tarreau · Thu Jan 28 19:01:34 2010 +0100
  21. f4f0412 [MINOR] prepare req_*/rsp_* to receive a condition by Willy Tarreau · Thu Jan 28 18:10:50 2010 +0100
  22. f1e98b8 [CLEANUP] config: use warnif_cond_requires_resp() to check for bad ACLs by Willy Tarreau · Thu Jan 28 17:59:39 2010 +0100
  23. ef6494c [CLEANUP] config: use build_acl_cond() instead of parse_acl_cond() by Willy Tarreau · Thu Jan 28 17:12:36 2010 +0100
  24. ef78104 [MINOR] checks: add the server's status in the checks by Willy Tarreau · Wed Jan 27 11:53:01 2010 +0100
  25. e9d8788 [MINOR] checks: make the HTTP check code add the CRLF itself by Willy Tarreau · Wed Jan 27 11:28:42 2010 +0100
  26. 0c55931 [MINOR] config: off-by-one in "stick-table" after list of converters by Willy Tarreau · Tue Jan 26 18:36:26 2010 +0100
  27. 99ed327 [CLEANUP] Keep in sync "defaults" support between documentation and code by Cyril Bonté · Sun Jan 24 23:29:44 2010 +0100
  28. 88d349d [MEDIUM] http: add support for Proxy-Connection header by Willy Tarreau · Mon Jan 25 12:15:43 2010 +0100
  29. 4de9149 [MINOR] add the "force-persist" statement to force persistence on down servers by Willy Tarreau · Fri Jan 22 19:10:05 2010 +0100
  30. e803de2 [MINOR] add the ability to force kernel socket buffer size. by Willy Tarreau · Thu Jan 21 17:43:04 2010 +0100
  31. 1d33b29 [MEDIUM] Add stick and store rules analysers. by Emeric Brun · Mon Jan 04 15:47:17 2010 +0100
  32. b982a3d [MEDIUM] Add stick table configuration and init. by Emeric Brun · Mon Jan 04 15:45:53 2010 +0100
  33. 698ae00 [MINOR] add option "mysql-check" to use MySQL health checks by Hervé COMMOWICK · Tue Jan 12 09:25:13 2010 +0100
  34. 3b7a369 [MINOR] config: don't accept 'appsession' in defaults section by Cyril Bonté · Sun Jan 10 17:01:47 2010 +0100
  35. b16a574 [MINOR] http: add a separate "http-keep-alive" timeout by Willy Tarreau · Sun Jan 10 14:46:16 2010 +0100
  36. 81e3b4f [MINOR] http redirect: add the ability to append a '/' to the URL by Willy Tarreau · Sun Jan 10 00:42:19 2010 +0100
  37. 260a3bb [BUG] cfgparser/stats: fix error message by Krzysztof Piotr Oledzki · Wed Jan 06 16:25:05 2010 +0100
  38. a9389b1 [BUG]: add 'observer', 'on-error', 'error-limit' to supported options list by Krzysztof Piotr Oledzki · Tue Jan 05 16:44:17 2010 +0100
  39. c6df066 [MEDIUM] default-server support by Krzysztof Piotr Oledzki · Tue Jan 05 16:38:49 2010 +0100
  40. 15514c2 [MINOR]: stats: add show-legends to report additional informations by Krzysztof Piotr Oledzki · Mon Jan 04 16:03:09 2010 +0100
  41. deb9ed8 [MEDIUM] config: remove the limitation of 10 reqadd/rspadd statements by Willy Tarreau · Sun Jan 03 21:03:22 2010 +0100
  42. 97cb780 [MINOR] config: centralize proxy struct initialization by Willy Tarreau · Sun Jan 03 20:23:58 2010 +0100
  43. f285f54 [MINOR] redirect: add support for unconditional rules by Willy Tarreau · Sun Jan 03 20:03:03 2010 +0100
  44. 963abc3 [MINOR] config: some options were missing for "redirect" by Willy Tarreau · Sun Jan 03 19:47:39 2010 +0100
  45. b608feb [MAJOR] http: add support for option http-server-close by Willy Tarreau · Sat Jan 02 22:47:18 2010 +0100
  46. a31e5df [MINOR] config: option forceclose is valid in frontends too by Willy Tarreau · Wed Dec 30 01:10:35 2009 +0100
  47. 1a8bea9 [BUG] config: fix erroneous check on cookie domain names, again by Krzysztof Piotr Oledzki · Tue Dec 15 23:40:47 2009 +0100
  48. 3ccf94e [BUG] second fix for the printf format warning by Willy Tarreau · Thu Dec 17 21:12:16 2009 +0100
  49. 500b8f0 [BUG] format '%d' expects type 'int', but argument 5 has type 'long int' by Krzysztof Piotr Oledzki · Tue Dec 15 22:34:51 2009 +0100
  50. 97f07b8 [MEDIUM] Decrease server health based on http responses / events, version 3 by Krzysztof Piotr Oledzki · Tue Dec 15 22:31:24 2009 +0100
  51. dd1b01d [BUG] Configuration parser bug when escaping characters by Cyril Bonté · Sun Dec 06 13:43:42 2009 +0100
  52. 68a897b [MINOR] config: support passing multiple "domain" statements to cookies by Willy Tarreau · Thu Dec 03 23:28:34 2009 +0100
  53. 4d187ac [BUG] config: cookie domain was ignored in defaults sections by Willy Tarreau · Thu Dec 03 23:13:06 2009 +0100
  54. 3d8fbb6 [BUG] config: fix erroneous check on cookie domain names by Willy Tarreau · Thu Dec 03 23:10:56 2009 +0100
  55. 7bb651e [BUG] config: fix wrong handling of too large argument count by Willy Tarreau · Mon Nov 09 21:16:53 2009 +0100
  56. b86db34 [BUG] x-original-to: name was not set in default instance by Willy Tarreau · Mon Nov 30 11:50:16 2009 +0100
  57. b21570a [MEDIUM] appsession: add "len", "prefix" and "mode" options by Cyril Bonté · Sun Nov 29 20:04:48 2009 +0100
  58. 96532db [MINOR] server tracking: don't care about the tracked server's mode by Alex Williams · Sun Nov 01 21:27:13 2009 -0500
  59. b37c27e [MAJOR] http: create the analyser which waits for a response by Willy Tarreau · Sun Oct 18 22:53:08 2009 +0200
  60. bf47aeb [MEDIUM] appsession: add the "request-learn" option by Cyril Bonté · Thu Oct 15 00:15:40 2009 +0200
  61. cb6cd43 [MINOR] tcp: add support for the defer_accept bind option by Willy Tarreau · Tue Oct 13 07:34:14 2009 +0200
  62. f5bbafe [MINOR] config: report all supported options for the "bind" keyword by Willy Tarreau · Mon Oct 12 07:19:35 2009 +0200
  63. 975c50b [MINOR] add the "initial weight" to the server struct. by Willy Tarreau · Sat Oct 10 19:34:06 2009 +0200
  64. 6b2e11b [MEDIUM] backend: implement consistent hashing variation by Willy Tarreau · Thu Oct 01 07:52:15 2009 +0200
  65. 53fb4ae [MEDIUM] config: automatically find unused IDs for proxies, servers and listeners by Willy Tarreau · Sun Oct 04 23:04:08 2009 +0200
  66. 8892235 [MINOR] config: add pointer to file name in block/redirect/use_backend/monitor rules by Willy Tarreau · Sun Oct 04 22:02:50 2009 +0200
  67. 092549f [MINOR] config: report places of duplicate names or IDs by Willy Tarreau · Sun Oct 04 21:11:42 2009 +0200
  68. 90a570f [MINOR] config: reference file and line with any listener/proxy/server declaration by Willy Tarreau · Sun Oct 04 20:54:54 2009 +0200
  69. 9d7e335 [BUG] config: look for ID conflicts in all sockets, not only last ones. by Willy Tarreau · Sun Oct 04 21:13:39 2009 +0200
  70. aeebf9b [MEDIUM] Collect & provide separate statistics for sockets, v2 by Krzysztof Piotr Oledzki · Sun Oct 04 15:43:17 2009 +0200
  71. f27b5ea [MEDIUM] new option "independant-streams" to stop updating read timeout on writes by Willy Tarreau · Sat Oct 03 22:01:18 2009 +0200
  72. 9757a38 [MEDIUM] backend: introduce the "static-rr" LB algorithm by Willy Tarreau · Sat Oct 03 12:56:50 2009 +0200
  73. f3e49f9 [MINOR] backend: separate declarations of LB algos from their lookup method by Willy Tarreau · Sat Oct 03 12:21:20 2009 +0200
  74. 619caca [MINOR] Allow dots in show-node & add "white-space: nowrap" in th.pxname. by Krzysztof Piotr Oledzki · Sat Oct 03 15:46:08 2009 +0200
  75. 48cb2ae [MINOR] add "description", "node" and show-node"/"show-desc", remove "node-name", v2 by Krzysztof Piotr Oledzki · Fri Oct 02 22:51:14 2009 +0200
  76. f89c187 [CLEANUP] backend: move LB algos to individual files by Willy Tarreau · Thu Oct 01 11:19:37 2009 +0200
  77. 08ff959 [BUG] check if rise/fall has an argument and it is > 0 by Krzysztof Piotr Oledzki · Sun Sep 27 16:17:31 2009 +0200
  78. 213014e [MEDIUM] Health check reporting code rework + health logging, v3 by Krzysztof Piotr Oledzki · Sun Sep 27 15:50:02 2009 +0200
  79. 78abe61 [MAJOR] struct chunk rework by Krzysztof Piotr Oledzki · Sun Sep 27 13:23:20 2009 +0200
  80. 0960541 [MEDIUM] Collect & show information about last health check, v3 by Krzysztof Piotr Oledzki · Wed Sep 23 22:09:24 2009 +0200
  81. 27a674e [MEDIUM] make it possible to change the buffer size in the configuration by Willy Tarreau · Mon Aug 17 07:23:33 2009 +0200
  82. 4e5b828 [MEDIUM] set rep->analysers from fe and be analysers by Willy Tarreau · Sun Aug 16 22:57:50 2009 +0200
  83. c1a2167 [MINOR] cleanup set_session_backend by using pre-computed analysers by Willy Tarreau · Sun Aug 16 22:37:44 2009 +0200
  84. b55932d [MEDIUM] remove old experimental tcpsplice option by Willy Tarreau · Sun Aug 16 13:20:32 2009 +0200
  85. 1d45b7c [MINOR] stats: add a new node-name setting by Willy Tarreau · Sun Aug 16 10:29:18 2009 +0200
  86. e7ded1f [BUG] log: option tcplog would log to global if no logger was defined by Willy Tarreau · Sun Aug 09 10:11:45 2009 +0200
  87. bb92501 [MINOR] config: improve error reporting when checking configuration by Willy Tarreau · Thu Jul 23 13:36:36 2009 +0200
  88. 3b6b1a9 [MINOR] config: the "capture" keyword is not allowed in backends by Willy Tarreau · Thu Jul 23 13:24:23 2009 +0200
  89. 9389379 [MINOR] config: improve error reporting in listen sections by Willy Tarreau · Thu Jul 23 13:19:11 2009 +0200
  90. 058e907 [MINOR] config: improve error reporting in global section by Willy Tarreau · Mon Jul 20 09:30:05 2009 +0200
  91. 3a058f3 [MINOR] add a new CLF log format by Emeric Brun · Tue Jun 30 18:26:00 2009 +0200
  92. 647caf1 [MEDIUM] add support for RDP cookie persistence by Emeric Brun · Tue Jun 30 17:57:00 2009 +0200
  93. cd7afc0 [MINOR] http: take http request timeout from the backend by Willy Tarreau · Sun Jul 12 10:03:17 2009 +0200
  94. a9fb083 [MINOR] report in the proxies the requirements for ACLs by Willy Tarreau · Fri Jul 10 20:53:53 2009 +0200
  95. 1d0dfb1 [MAJOR] http: complete splitting of the remaining stages by Willy Tarreau · Tue Jul 07 15:10:31 2009 +0200
  96. d787e66 [MEDIUM] http: split request waiter from request processor by Willy Tarreau · Tue Jul 07 10:14:51 2009 +0200
  97. 915e1eb [MEDIUM] config: split parser and checker in two functions by Willy Tarreau · Mon Jun 22 15:48:36 2009 +0200
  98. 6704d67 [MEDIUM] support setting a server weight to zero by Willy Tarreau · Mon Jun 15 10:56:05 2009 +0200
  99. be1b918 [MEDIUM] add support for TCP MSS adjustment for listeners by Willy Tarreau · Sun Jun 14 18:48:19 2009 +0200
  100. d88edf2 [MEDIUM] implement tcp-smart-connect option at the backend by Willy Tarreau · Sun Jun 14 15:48:17 2009 +0200