1. cff6411 [MAJOR] add a connection error state to the stream_interface by Willy Tarreau · Mon Nov 03 06:26:53 2008 +0100
  2. efb453c [MAJOR] migrate the connection logic to stream interface by Willy Tarreau · Sun Oct 26 20:49:47 2008 +0100
  3. d7704b5 [MINOR] add an expiration flag to the stream_sock_interface by Willy Tarreau · Thu Sep 04 11:51:16 2008 +0200
  4. 3c6ab2e [MEDIUM] use buffer_check_timeouts instead of stream_sock_check_timeouts() by Willy Tarreau · Thu Sep 04 11:19:41 2008 +0200
  5. 2eb52f0 [MINOR] add buffer_check_timeouts() to check what timeouts have fired. by Willy Tarreau · Thu Sep 04 09:14:08 2008 +0200
  6. 48adac5 [MEDIUM] stream interface: add the ->shutw method as well as in and out buffers by Willy Tarreau · Sat Aug 30 04:58:38 2008 +0200
  7. e5ed406 [MAJOR] make stream sockets aware of the stream interface by Willy Tarreau · Sat Aug 30 03:17:31 2008 +0200
  8. fdccded [MEDIUM] indicate a reason for a task wakeup by Willy Tarreau · Fri Aug 29 18:19:04 2008 +0200
  9. 4df8206 [OPTIM] reduce the number of calls to task_wakeup() by Willy Tarreau · Fri Aug 29 15:26:14 2008 +0200
  10. 3da77c5 [MINOR] re-arrange buffer flags and rename some of them by Willy Tarreau · Fri Aug 29 09:58:42 2008 +0200
  11. 72b179a [MEDIUM] reintroduce BF_HIJACK with produce_content by Willy Tarreau · Thu Aug 28 16:01:32 2008 +0200
  12. 3a16b2c [MEDIUM] split stream_sock_process_data by Willy Tarreau · Thu Aug 28 08:54:27 2008 +0200
  13. 2d21279 [MEDIUM] stream_sock_process_data moved to stream_sock.c by Willy Tarreau · Wed Aug 27 21:41:35 2008 +0200
  14. fa7e102 [MAJOR] rework of the server FSM by Willy Tarreau · Sun Oct 19 07:30:41 2008 +0200
  15. 2df28e8 [MEDIUM] session: move the analysis bit field to the buffer by Willy Tarreau · Sun Aug 17 15:20:19 2008 +0200
  16. e393fe2 [MEDIUM] buffers: add BF_EMPTY and BF_FULL to remove dependency on req/rep->l by Willy Tarreau · Sat Aug 16 22:18:07 2008 +0200
  17. ba392ce [CLEANUP] get rid of BF_SHUT*_PENDING by Willy Tarreau · Sat Aug 16 21:13:23 2008 +0200
  18. f853320 [MINOR] term_trace: add better instrumentations to trace the code by Willy Tarreau · Sat Aug 16 14:55:08 2008 +0200
  19. f5483bf [MAJOR] get rid of the SV_STHEADERS state by Willy Tarreau · Thu Aug 14 18:35:40 2008 +0200
  20. c65a3ba [MAJOR] completely separate HTTP and TCP states on the request path by Willy Tarreau · Mon Aug 11 23:42:50 2008 +0200
  21. 89edf5e [MEDIUM] buffers: ensure buffer_shut* are properly called upon shutdowns by Willy Tarreau · Sun Aug 03 17:25:14 2008 +0200
  22. dd64f8d [MEDIUM] acl: when possible, report the name and requirements of ACLs in warnings by Willy Tarreau · Sun Jul 27 22:02:32 2008 +0200
  23. 58393e1 [MEDIUM] acl: get rid of dummy values in always_true/always_false by Willy Tarreau · Sun Jul 20 10:39:22 2008 +0200
  24. ec6c5df [CLEANUP] remove many #include <types/xxx> from C files by Willy Tarreau · Tue Jul 15 00:22:45 2008 +0200
  25. 284648e [CLEANUP] remove unused include/types/client.h by Willy Tarreau · Mon Jul 14 23:57:33 2008 +0200
  26. 4a26d2f [MINOR] acl: add a new parsing function: parse_dotted_ver by Willy Tarreau · Tue Jul 15 16:05:33 2008 +0200
  27. b686644 [MAJOR] implement tcp request content inspection by Willy Tarreau · Mon Jul 14 23:54:42 2008 +0200
  28. 9de1bbd [MEDIUM] modularize the "timeout" keyword configuration parser by Willy Tarreau · Wed Jul 09 20:34:27 2008 +0200
  29. 10522fd [MEDIUM] modularize the global "stats" keyword configuration parser by Willy Tarreau · Wed Jul 09 20:12:41 2008 +0200
  30. 1138281 [TESTS] added test-acl.cfg to test some ACL combinations by Willy Tarreau · Wed Jul 09 16:18:21 2008 +0200
  31. 0c303ee [MAJOR] convert all expiration timers from timeval to ticks by Willy Tarreau · Mon Jul 07 00:09:58 2008 +0200
  32. ce44f12 [OPTIM] task_queue: assume most consecutive timers are equal by Willy Tarreau · Sat Jul 05 18:16:19 2008 +0200
  33. 91e9993 [MEDIUM] introduce task->nice and boot access to statistics by Willy Tarreau · Mon Jun 30 07:51:00 2008 +0200
  34. 58b458d [MAJOR] use an ebtree instead of a list for the run queue by Willy Tarreau · Sun Jun 29 22:40:23 2008 +0200
  35. 9789f7b [MAJOR] replace ultree with ebtree in wait-queues by Willy Tarreau · Tue Jun 24 08:17:16 2008 +0200
  36. 7c669d7 [BUG] fix the dequeuing logic to ensure that all requests get served by Willy Tarreau · Fri Jun 20 15:04:11 2008 +0200
  37. a643baf [MEDIUM] Fix memory freeing at exit by Krzysztof Piotr Oledzki · Thu May 29 23:53:44 2008 +0200
  38. 9c30fc1 [MEDIUM] add support for URI hash depth and length limits by Marek Majkowski · Sun Apr 27 23:25:55 2008 +0200
  39. 1c2ab96 [MAJOR] implement parameter hashing for POST requests by matt.farnsworth@nokia.com · Mon Apr 14 20:47:37 2008 +0200
  40. 39f7e6d [MEDIUM] fix stats socket limitation to 16 kB by Willy Tarreau · Mon Mar 17 21:38:24 2008 +0100
  41. 5140623 [MAJOR] implementation of the "leastconn" load balancing algorithm by Willy Tarreau · Mon Mar 10 22:04:20 2008 +0100
  42. f863ac1 [MINOR] silent gcc for a wrong warning by Willy Tarreau · Tue Mar 04 06:38:57 2008 +0100
  43. 2c6962c [MAJOR] proto_uxst rework -> SNMP support by Krzysztof Piotr Oledzki · Sun Mar 02 02:42:14 2008 +0100
  44. 5a329cf [MEDIUM]: Prevent redispatcher from selecting the same server, version #3 by Krzysztof Piotr Oledzki · Fri Feb 22 03:50:19 2008 +0100
  45. c8b16fc [MEDIUM] Implement "track [<backend>/]<server>" by Krzysztof Piotr Oledzki · Mon Feb 18 01:26:35 2008 +0100
  46. 3a70f94 [BUG] timeout.check was not pre-set to eternity by Willy Tarreau · Fri Feb 15 11:15:34 2008 +0100
  47. 70bcfb7 [OPTIM] GCC4's builtin_expect() is suboptimal by Willy Tarreau · Sun Jan 27 02:21:53 2008 +0100
  48. 5259dfe [MEDIUM]: rework checks handling by Krzysztof Piotr Oledzki · Mon Jan 21 01:54:06 2008 +0100
  49. d6f087e [BUG] fix truncated responses with sepoll by Willy Tarreau · Fri Jan 18 17:20:13 2008 +0100
  50. e8c66af [MEDIUM] fix server health checks source address selection by Willy Tarreau · Sun Jan 13 18:40:14 2008 +0100
  51. a8efd36 [STATS] add support for "show info" on the unix socket by Willy Tarreau · Thu Jan 03 10:19:15 2008 +0100
  52. e219db7 [MEDIUM] introduce the "timeout" keyword by Willy Tarreau · Mon Dec 03 01:30:13 2007 +0100
  53. b625a08 [MAJOR] implement the Fast Weighted Round Robin (FWRR) algo by Willy Tarreau · Mon Nov 26 01:15:43 2007 +0100
  54. 5dc2fa6 [MINOR] add a weight divisor to the struct proxy by Willy Tarreau · Mon Nov 19 19:10:18 2007 +0100
  55. 2069704 [MEDIUM] differentiate between generic LB params and map-specific ones by Willy Tarreau · Thu Nov 15 23:26:18 2007 +0100
  56. 583bc96 [MEDIUM] continous statistics by Krzysztof Piotr Oledzki · Sat Nov 24 22:12:47 2007 +0100
  57. e6b9894 [MAJOR] create proto_tcp and move initialization of proxy listeners by Willy Tarreau · Mon Oct 29 01:09:36 2007 +0100
  58. 3acf8c3 [MINOR] add a generic unbind_all_listeners() primitive by Willy Tarreau · Sun Oct 28 22:35:41 2007 +0100
  59. 1a64d16 [MINOR] add a generic delete_listener() primitive by Willy Tarreau · Sun Oct 28 22:26:05 2007 +0100
  60. b648d63 [MINOR] add a generic unbind_listener() primitive by Willy Tarreau · Sun Oct 28 22:13:50 2007 +0100
  61. dabf2e2 [MAJOR] added a new state to listeners by Willy Tarreau · Sun Oct 28 21:59:24 2007 +0100
  62. 816eb54 [MINOR] adjust error messages about conflicting proxies by Willy Tarreau · Sun Nov 04 07:04:43 2007 +0100
  63. 6eb730d [MEDIUM] Implement and use generic findproxy and relax duplicated proxy check by Krzysztof Piotr Oledzki · Sat Nov 03 23:41:58 2007 +0100
  64. a0cbda6 [MINOR] externalize the "balance" option parser to backend.c by Willy Tarreau · Thu Nov 01 21:39:54 2007 +0100
  65. 8513094 [MEDIUM] stats: report server and backend cumulated downtime by Krzysztof Oledzki · Mon Oct 22 16:21:10 2007 +0200
  66. fbee713 [MEDIUM] introduce the "stats" keyword in global section by Willy Tarreau · Thu Oct 18 13:53:22 2007 +0200
  67. 3e76e72 [MEDIUM] implement the statistics output on a unix socket by Willy Tarreau · Wed Oct 17 18:57:38 2007 +0200
  68. 55bb845 [MEDIUM] implement the CSV output for the statistics by Willy Tarreau · Wed Oct 17 18:44:57 2007 +0200
  69. 9186126 [MEDIUM] moved stats and buffer generic functions to new files by Willy Tarreau · Wed Oct 17 17:06:05 2007 +0200
  70. 92fb983 [MAJOR] implemented client-side support for PF_UNIX sockets by Willy Tarreau · Tue Oct 16 17:34:28 2007 +0200
  71. dd81598 [MAJOR] added generic protocol support by Willy Tarreau · Tue Oct 16 12:25:14 2007 +0200
  72. b304dc7 [MEDIUM] Spread health checks even more by Krzysztof Oledzki · Sun Oct 14 23:40:01 2007 +0200
  73. 5af3a69 [MEDIUM] improve behaviour with large number of servers per proxy by Willy Tarreau · Tue Jul 24 23:32:33 2007 +0200
  74. a590983 [MEDIUM] acl: added the TRUE and FALSE ACLs. by Willy Tarreau · Sun Jun 17 20:40:25 2007 +0200
  75. d41f8d8 [MINOR] acl: specify the direction during fetches by Willy Tarreau · Sun Jun 10 10:06:18 2007 +0200
  76. ae8b796 [MEDIUM] smarter integer comparison support in ACLs by Willy Tarreau · Sat Jun 09 23:10:04 2007 +0200
  77. fa64558 [BUG] do not re-arm read timeout after writing data by Willy Tarreau · Sun Jun 03 15:59:52 2007 +0200
  78. 332f8bf [MAJOR] ported requri to use mempools v2 by Willy Tarreau · Sun May 13 21:36:56 2007 +0200
  79. e4d7e55 [MAJOR] ported pendconn to mempools v2 by Willy Tarreau · Sun May 13 20:19:55 2007 +0200
  80. 7341d94 [MAJOR] switched buffers to mempools v2 by Willy Tarreau · Sun May 13 19:56:02 2007 +0200
  81. c6ca1a0 [MAJOR] migrated task, tree64 and session to pool2 by Willy Tarreau · Sun May 13 19:43:47 2007 +0200
  82. d825eef [MAJOR] replaced all timeouts with struct timeval by Willy Tarreau · Sat May 12 22:35:00 2007 +0200
  83. f3d2598 [MINOR] ACL regex matching on the URI ; uri_reg by Willy Tarreau · Tue May 08 22:45:09 2007 +0200
  84. a67fad9 [MINOR] implement acl_parse_ip and acl_match_ip by Willy Tarreau · Tue May 08 19:50:09 2007 +0200
  85. a84d374 [MAJOR] new framework for generic ACL support by Willy Tarreau · Mon May 07 00:36:48 2007 +0200
  86. 14c8aac [MEDIUM] store the original destination address in the session by Willy Tarreau · Tue May 08 19:46:30 2007 +0200
  87. 2fcb500 [MEDIUM] implement the URI hash algorithm by Willy Tarreau · Tue May 08 13:35:26 2007 +0200
  88. e33aece [MINOR] uninline task_wakeup by Willy Tarreau · Mon Apr 30 13:15:14 2007 +0200
  89. 96bcfd7 [MAJOR] replaced rbtree with ul2tree. by Willy Tarreau · Sun Apr 29 10:41:56 2007 +0200
  90. ef1d1f8 [MAJOR] auto-registering of pollers at load time by Willy Tarreau · Mon Apr 16 00:25:25 2007 +0200
  91. 2ff7622 [MAJOR] delay registering of listener sockets at startup by Willy Tarreau · Mon Apr 09 19:29:56 2007 +0200
  92. 63455a9 [MINOR] use 'is_set' instead of 'isset' in struct poller by Willy Tarreau · Mon Apr 09 15:34:49 2007 +0200
  93. 69801b8 [MINOR] removed proto/polling.h which was not used anymore by Willy Tarreau · Mon Apr 09 15:28:51 2007 +0200
  94. f161a34 [MEDIUM] updated all files to use EV_FD_* by Willy Tarreau · Sun Apr 08 16:59:42 2007 +0200
  95. 4f60f16 [MAJOR] modularize the polling mechanisms by Willy Tarreau · Sun Apr 08 16:39:58 2007 +0200
  96. 4225058 [MEDIUM] splitted logs into two versions : TCP and HTTP by Willy Tarreau · Sun Apr 01 01:30:43 2007 +0200
  97. b38651a [MEDIUM] check for cttproxy support when required by Willy Tarreau · Sat Mar 24 17:24:39 2007 +0100
  98. 4af6f3a [MINOR] HTTP: factorize all the header insertions by Willy Tarreau · Sun Mar 18 22:36:26 2007 +0100
  99. 3d30059 [MINOR] move some flags from session.h to proto_http.h by Willy Tarreau · Sun Mar 18 18:34:41 2007 +0100
  100. e09e0ce [MINOR] removed the ->h member in struct buffer by Willy Tarreau · Sun Mar 18 16:31:29 2007 +0100