1. 4a26d2f [MINOR] acl: add a new parsing function: parse_dotted_ver by Willy Tarreau · Tue Jul 15 16:05:33 2008 +0200
  2. b686644 [MAJOR] implement tcp request content inspection by Willy Tarreau · Mon Jul 14 23:54:42 2008 +0200
  3. 9de1bbd [MEDIUM] modularize the "timeout" keyword configuration parser by Willy Tarreau · Wed Jul 09 20:34:27 2008 +0200
  4. 39f23b6 [MINOR] cfgparse: add support for warnings in external functions by Willy Tarreau · Wed Jul 09 20:22:56 2008 +0200
  5. 10522fd [MEDIUM] modularize the global "stats" keyword configuration parser by Willy Tarreau · Wed Jul 09 20:12:41 2008 +0200
  6. 5b2c336 [MEDIUM] add support for configuration keyword registration by Willy Tarreau · Wed Jul 09 19:39:06 2008 +0200
  7. 1138281 [TESTS] added test-acl.cfg to test some ACL combinations by Willy Tarreau · Wed Jul 09 16:18:21 2008 +0200
  8. 0c303ee [MAJOR] convert all expiration timers from timeval to ticks by Willy Tarreau · Mon Jul 07 00:09:58 2008 +0200
  9. 75875a7 [BUILD] silent a warning in unlikely() with gcc 4.x by Willy Tarreau · Sun Jul 06 15:18:50 2008 +0200
  10. ce44f12 [OPTIM] task_queue: assume most consecutive timers are equal by Willy Tarreau · Sat Jul 05 18:16:19 2008 +0200
  11. 91e9993 [MEDIUM] introduce task->nice and boot access to statistics by Willy Tarreau · Mon Jun 30 07:51:00 2008 +0200
  12. 58b458d [MAJOR] use an ebtree instead of a list for the run queue by Willy Tarreau · Sun Jun 29 22:40:23 2008 +0200
  13. e6313a3 [MINOR] introduce now_ms, the current date in milliseconds by Willy Tarreau · Sun Jun 29 13:47:25 2008 +0200
  14. 9789f7b [MAJOR] replace ultree with ebtree in wait-queues by Willy Tarreau · Tue Jun 24 08:17:16 2008 +0200
  15. 47d9404 [OPTIM] add branch prediction hints in list manipulations by Willy Tarreau · Mon Jun 23 22:39:37 2008 +0200
  16. b0b37bc [MEDIUM] further improve monotonic clock by check forward jumps by Willy Tarreau · Mon Jun 23 14:00:57 2008 +0200
  17. b7f694f [MEDIUM] implement a monotonic internal clock by Willy Tarreau · Sun Jun 22 17:18:02 2008 +0200
  18. 7c669d7 [BUG] fix the dequeuing logic to ensure that all requests get served by Willy Tarreau · Fri Jun 20 15:04:11 2008 +0200
  19. 7008987 [BUG] queue management: wake oldest request in queues by Willy Tarreau · Fri Jun 13 21:12:51 2008 +0200
  20. 5c6f58f [DEBUG] add a TRACE macro to facilitate runtime data extraction by Willy Tarreau · Fri Jun 13 22:36:31 2008 +0200
  21. b463dfb [MEDIUM] add support for conditional HTTP redirection by Willy Tarreau · Sat Jun 07 23:08:56 2008 +0200
  22. 8001d61 [MEDIUM] Fix memory freeing at exit, part 2 by Krzysztof Piotr Oledzki · Sat May 31 13:53:23 2008 +0200
  23. a643baf [MEDIUM] Fix memory freeing at exit by Krzysztof Piotr Oledzki · Thu May 29 23:53:44 2008 +0200
  24. 1acf217 [BUG/CLEANUP] cookiedomain -> cookie_domain rename + free(p->cookie_domain) by Krzysztof Piotr Oledzki · Thu May 29 23:03:34 2008 +0200
  25. 8a7af60 [MEDIUM] detect streaming buffers and tag them as such by Willy Tarreau · Sat May 03 23:07:14 2008 +0200
  26. efe3b6f [MINOR] Allow to specify a domain for a cookie by Krzysztof Piotr Oledzki · Fri May 23 23:49:32 2008 +0200
  27. 1fb6c87 [MEDIUM] upgrade to ebtree v4.0 by Willy Tarreau · Fri May 16 19:48:20 2008 +0200
  28. 9c30fc1 [MEDIUM] add support for URI hash depth and length limits by Marek Majkowski · Sun Apr 27 23:25:55 2008 +0200
  29. e7dd2f2 [BUILD] fix build with gcc 4.3 by Jeremy Hinegardner · Mon Apr 21 07:34:31 2008 +0200
  30. 1c2ab96 [MAJOR] implement parameter hashing for POST requests by matt.farnsworth@nokia.com · Mon Apr 14 20:47:37 2008 +0200
  31. 39f7e6d [MEDIUM] fix stats socket limitation to 16 kB by Willy Tarreau · Mon Mar 17 21:38:24 2008 +0100
  32. 5140623 [MAJOR] implementation of the "leastconn" load balancing algorithm by Willy Tarreau · Mon Mar 10 22:04:20 2008 +0100
  33. caf720d [BUG] str2sun could leak a small buffer in case of error during parsing by Willy Tarreau · Fri Mar 07 10:07:04 2008 +0100
  34. f863ac1 [MINOR] silent gcc for a wrong warning by Willy Tarreau · Tue Mar 04 06:38:57 2008 +0100
  35. 2c6962c [MAJOR] proto_uxst rework -> SNMP support by Krzysztof Piotr Oledzki · Sun Mar 02 02:42:14 2008 +0100
  36. 5a329cf [MEDIUM]: Prevent redispatcher from selecting the same server, version #3 by Krzysztof Piotr Oledzki · Fri Feb 22 03:50:19 2008 +0100
  37. c8b16fc [MEDIUM] Implement "track [<backend>/]<server>" by Krzysztof Piotr Oledzki · Mon Feb 18 01:26:35 2008 +0100
  38. 3a70f94 [BUG] timeout.check was not pre-set to eternity by Willy Tarreau · Fri Feb 15 11:15:34 2008 +0100
  39. 70bcfb7 [OPTIM] GCC4's builtin_expect() is suboptimal by Willy Tarreau · Sun Jan 27 02:21:53 2008 +0100
  40. e69eada [OPTIM] used unsigned ints for HTTP state and message offsets by Willy Tarreau · Sun Jan 27 00:34:10 2008 +0100
  41. 21d2af3 Revert "[BUILD] backend.c and checks.c did not build without tproxy !" by Willy Tarreau · Thu Feb 14 20:25:24 2008 +0100
  42. 3c3c012 [BUILD] backend.c and checks.c did not build without tproxy ! by Willy Tarreau · Wed Feb 13 22:22:56 2008 +0100
  43. 9c33612 [MEDIUM] completely implement the server redirection method by Willy Tarreau · Wed Feb 13 00:45:24 2008 +0100
  44. 7a58a72 [MINOR] add configuration support for "redir" server keyword by Willy Tarreau · Tue Feb 12 23:16:33 2008 +0100
  45. 5259dfe [MEDIUM]: rework checks handling by Krzysztof Piotr Oledzki · Mon Jan 21 01:54:06 2008 +0100
  46. d6f087e [BUG] fix truncated responses with sepoll by Willy Tarreau · Fri Jan 18 17:20:13 2008 +0100
  47. 4864c35 [BUG] build failed on CONFIG_HAP_LINUX_TPROXY without CONFIG_HAP_CTTPROXY by Willy Tarreau · Mon Jan 14 16:36:15 2008 +0100
  48. e8c66af [MEDIUM] fix server health checks source address selection by Willy Tarreau · Sun Jan 13 18:40:14 2008 +0100
  49. c297b52 [BUG] fix overlapping server flags by Willy Tarreau · Sun Jan 13 18:12:24 2008 +0100
  50. 0a45989 [MINOR] add transparent proxy support for balabit's Tproxy v4 by Willy Tarreau · Sun Jan 13 17:37:16 2008 +0100
  51. b1e52e8 [MEDIUM] support fully transparent proxy on Linux (USE_LINUX_TPROXY) by Willy Tarreau · Sun Jan 13 14:49:51 2008 +0100
  52. 541b5c2 [MEDIUM] add a turn-around state of one second after a connection failure by Willy Tarreau · Sun Jan 06 23:34:21 2008 +0100
  53. 25b501a [MEDIUM]: Count retries and redispatches also for servers, fix redistribute_pending, extend logs, %d->%u cleanup by Krzysztof Piotr Oledzki · Sun Jan 06 16:36:16 2008 +0100
  54. 036fae0 [MEDIUM] introduce "timeout http-request" in frontends by Willy Tarreau · Sun Jan 06 13:24:40 2008 +0100
  55. a0250ba [OPTIM] introduce global parameter "tune.maxaccept" by Willy Tarreau · Sun Jan 06 11:22:57 2008 +0100
  56. c73ce2b [MINOR] add support for the "backlog" parameter by Willy Tarreau · Sun Jan 06 10:55:10 2008 +0100
  57. a8efd36 [STATS] add support for "show info" on the unix socket by Willy Tarreau · Thu Jan 03 10:19:15 2008 +0100
  58. 336d475 [MEDIUM]: Inversion for options by Krzysztof Oledzki · Tue Dec 25 02:40:22 2007 +0100
  59. 019767b [BUILD] fix build on AIX due to recent log changes by Willy Tarreau · Wed Dec 05 11:11:55 2007 +0100
  60. 81ae195 [MEDIUM] add support for logging via a UNIX socket by Robert Tsai · Wed Dec 05 10:47:29 2007 +0100
  61. ddbb82f [STATS] report the number of times each server was selected by Willy Tarreau · Wed Dec 05 10:34:49 2007 +0100
  62. d7c30f9 [CLEANUP] grouped all timeouts in one structure by Willy Tarreau · Mon Dec 03 01:38:36 2007 +0100
  63. e219db7 [MEDIUM] introduce the "timeout" keyword by Willy Tarreau · Mon Dec 03 01:30:13 2007 +0100
  64. 1fa3126 [MEDIUM] introduce separation between contimeout, and tarpit + queue by Willy Tarreau · Mon Dec 03 00:36:16 2007 +0100
  65. a0d37b6 [MINOR] implement a time parsing function by Willy Tarreau · Sun Dec 02 22:00:35 2007 +0100
  66. 2e74c3f [MEDIUM] restrict the set of allowed characters for identifiers by Willy Tarreau · Sun Dec 02 18:45:09 2007 +0100
  67. b698f0f [CLEANUP] fwrr: ensure that we never overflow in placements by Willy Tarreau · Sun Dec 02 11:01:23 2007 +0100
  68. b80c230 [MEDIUM] add the "fail" condition to monitor requests by Willy Tarreau · Fri Nov 30 20:51:32 2007 +0100
  69. c8f24f8 [BUILD] fix 2 minor issues on AIX by Willy Tarreau · Fri Nov 30 18:38:35 2007 +0100
  70. 9909fc1 [MEDIUM] implement the slowstart parameter for servers by Willy Tarreau · Fri Nov 30 17:42:05 2007 +0100
  71. df36614 [CLEANUP] use distinct bits per load-balancing algorithm type by Willy Tarreau · Fri Nov 30 16:23:20 2007 +0100
  72. 48494c0 [MEDIUM] implement "http-check disable-on-404" for graceful shutdown by Willy Tarreau · Fri Nov 30 10:41:39 2007 +0100
  73. c7dd71a [MEDIUM] change server check result to a bit field by Willy Tarreau · Fri Nov 30 08:33:21 2007 +0100
  74. 5eb1a90 [MEDIUM] New option http_proxy by Alexandre Cassen · Thu Nov 29 15:43:32 2007 +0100
  75. 3168223 [MINOR] move the load balancing algorithm to be->lbprm.algo by Willy Tarreau · Thu Nov 29 15:38:04 2007 +0100
  76. b625a08 [MAJOR] implement the Fast Weighted Round Robin (FWRR) algo by Willy Tarreau · Mon Nov 26 01:15:43 2007 +0100
  77. 5dc2fa6 [MINOR] add a weight divisor to the struct proxy by Willy Tarreau · Mon Nov 19 19:10:18 2007 +0100
  78. 2069704 [MEDIUM] differentiate between generic LB params and map-specific ones by Willy Tarreau · Thu Nov 15 23:26:18 2007 +0100
  79. be68e6a [MEDIUM] ebtree: include config.h for REGPRM* by Willy Tarreau · Wed Nov 21 10:34:15 2007 +0100
  80. f56fd8a [BUILD] make ebtree headers multiple-include compatible by Willy Tarreau · Mon Nov 19 18:43:04 2007 +0100
  81. e6d2e4d [MINOR] merge ebtree version 3.0 by Willy Tarreau · Thu Nov 15 23:56:17 2007 +0100
  82. 583bc96 [MEDIUM] continous statistics by Krzysztof Piotr Oledzki · Sat Nov 24 22:12:47 2007 +0100
  83. dcd4771 [MINOR] stats: report numerical process ID, proxy ID and server ID by Willy Tarreau · Sun Nov 04 23:35:08 2007 +0100
  84. e6b9894 [MAJOR] create proto_tcp and move initialization of proxy listeners by Willy Tarreau · Mon Oct 29 01:09:36 2007 +0100
  85. 3acf8c3 [MINOR] add a generic unbind_all_listeners() primitive by Willy Tarreau · Sun Oct 28 22:35:41 2007 +0100
  86. 1a64d16 [MINOR] add a generic delete_listener() primitive by Willy Tarreau · Sun Oct 28 22:26:05 2007 +0100
  87. b648d63 [MINOR] add a generic unbind_listener() primitive by Willy Tarreau · Sun Oct 28 22:13:50 2007 +0100
  88. dabf2e2 [MAJOR] added a new state to listeners by Willy Tarreau · Sun Oct 28 21:59:24 2007 +0100
  89. 6fb42e0 [MINOR] add an options field to the listeners by Willy Tarreau · Sun Oct 28 17:02:33 2007 +0100
  90. 816eb54 [MINOR] adjust error messages about conflicting proxies by Willy Tarreau · Sun Nov 04 07:04:43 2007 +0100
  91. 6eb730d [MEDIUM] Implement and use generic findproxy and relax duplicated proxy check by Krzysztof Piotr Oledzki · Sat Nov 03 23:41:58 2007 +0100
  92. 0173280 [MEDIUM] introduce the "url_param" balance method by Willy Tarreau · Thu Nov 01 22:48:15 2007 +0100
  93. a0cbda6 [MINOR] externalize the "balance" option parser to backend.c by Willy Tarreau · Thu Nov 01 21:39:54 2007 +0100
  94. 1a20a5d [CLEANUP] group PR_O_BALANCE_* bits into a checkable value by Willy Tarreau · Thu Nov 01 21:08:19 2007 +0100
  95. e6bbd74 [MEDIUM] Handle long lines properly by Krzysztof Piotr Oledzki · Thu Nov 01 00:33:12 2007 +0100
  96. 106bf27 [MINOR] add socket address length to the protocols by Willy Tarreau · Sun Oct 28 12:09:45 2007 +0100
  97. bd578bb [CLEANUP] silent warning about LIST_* being redefined on OpenBSD by Willy Tarreau · Sun Oct 28 11:41:06 2007 +0100
  98. d740bab [MINOR] move error codes to common/errors.h by Willy Tarreau · Sun Oct 28 11:14:07 2007 +0100
  99. acafc5f [MEDIUM] add support for "maxqueue" to limit server queue overload by Elijah Epifanov · Thu Oct 25 20:15:38 2007 +0200
  100. 91092e5 [MINOR] provide easy-to-use limit_r and LIM2A* macros by Willy Tarreau · Thu Oct 25 16:58:42 2007 +0200