1. 922a806 [BUG] do not dequeue the backend's pending connections on a dead server by Willy Tarreau · Thu Dec 04 09:33:58 2008 +0100
  2. 07dc95a [BUG] do not dequeue requests on a dead server by Willy Tarreau · Sun Nov 30 21:51:58 2008 +0100
  3. da250db [BUG] ensure that listeners from disabled proxies are correctly unbound. by Willy Tarreau · Sun Oct 12 12:07:48 2008 +0200
  4. 3dfe6cd [MEDIUM] add support for "show sess" in unix stats socket by Willy Tarreau · Sun Dec 07 22:29:48 2008 +0100
  5. 0a46489 [MINOR] slightly rebalance stats_dump_{raw,http} by Willy Tarreau · Sun Dec 07 18:30:00 2008 +0100
  6. 01bf867 [MEDIUM] reference the current hijack function in the buffer itself by Willy Tarreau · Sun Dec 07 18:03:29 2008 +0100
  7. b1356cf [MAJOR] make unix sockets work again with stats by Willy Tarreau · Sun Dec 07 16:06:43 2008 +0100
  8. e43d424 [MINOR] declare process_session in session.h, not proto_http.h by Willy Tarreau · Mon Dec 01 01:35:40 2008 +0100
  9. 59234e9 [MEDIUM] rename process_request to http_process_request by Willy Tarreau · Sun Nov 30 23:51:27 2008 +0100
  10. d34af78 [MEDIUM] move the HTTP request body analyser out of process_request(). by Willy Tarreau · Sun Nov 30 23:36:37 2008 +0100
  11. 60b85b0 [MEDIUM] extract the HTTP tarpit code from process_request(). by Willy Tarreau · Sun Nov 30 23:28:40 2008 +0100
  12. edcf668 [MEDIUM] extract TCP request processing from HTTP by Willy Tarreau · Sun Nov 30 23:15:34 2008 +0100
  13. b025325 [MINOR] stream_sock_data_finish() should not expose fd by Willy Tarreau · Sun Nov 30 21:37:12 2008 +0100
  14. 0cac36f [MEDIUM] make the http server error function a pointer in the session by Willy Tarreau · Sun Nov 30 20:44:17 2008 +0100
  15. 2d3d94c [MINOR] replace srv_close_with_err() with http_server_error() by Willy Tarreau · Sun Nov 30 20:20:08 2008 +0100
  16. dded32d [MINOR] replace client_retnclose() with stream_int_retnclose() by Willy Tarreau · Sun Nov 30 19:48:07 2008 +0100
  17. 81acfab [MINOR] replace the ambiguous client_return function by stream_int_return by Willy Tarreau · Sun Nov 30 19:22:53 2008 +0100
  18. 55a8d0e [CLEANUP] move the session-related functions to session.c by Willy Tarreau · Sun Nov 30 18:47:21 2008 +0100
  19. fe3718a [MAJOR] complete layer4/7 separation by Willy Tarreau · Sun Nov 30 18:14:12 2008 +0100
  20. f54f8bd [MINOR] maintain a global session list in order to ease debugging by Willy Tarreau · Sun Nov 23 19:53:55 2008 +0100
  21. 0a5d5dd [MEDIUM] remove stream_sock_update_data() by Willy Tarreau · Sun Nov 23 19:31:35 2008 +0100
  22. cff6411 [MAJOR] add a connection error state to the stream_interface by Willy Tarreau · Mon Nov 03 06:26:53 2008 +0100
  23. efb453c [MAJOR] migrate the connection logic to stream interface by Willy Tarreau · Sun Oct 26 20:49:47 2008 +0100
  24. d7704b5 [MINOR] add an expiration flag to the stream_sock_interface by Willy Tarreau · Thu Sep 04 11:51:16 2008 +0200
  25. 3c6ab2e [MEDIUM] use buffer_check_timeouts instead of stream_sock_check_timeouts() by Willy Tarreau · Thu Sep 04 11:19:41 2008 +0200
  26. 2eb52f0 [MINOR] add buffer_check_timeouts() to check what timeouts have fired. by Willy Tarreau · Thu Sep 04 09:14:08 2008 +0200
  27. 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
  28. e5ed406 [MAJOR] make stream sockets aware of the stream interface by Willy Tarreau · Sat Aug 30 03:17:31 2008 +0200
  29. fdccded [MEDIUM] indicate a reason for a task wakeup by Willy Tarreau · Fri Aug 29 18:19:04 2008 +0200
  30. 4df8206 [OPTIM] reduce the number of calls to task_wakeup() by Willy Tarreau · Fri Aug 29 15:26:14 2008 +0200
  31. 3da77c5 [MINOR] re-arrange buffer flags and rename some of them by Willy Tarreau · Fri Aug 29 09:58:42 2008 +0200
  32. 72b179a [MEDIUM] reintroduce BF_HIJACK with produce_content by Willy Tarreau · Thu Aug 28 16:01:32 2008 +0200
  33. 3a16b2c [MEDIUM] split stream_sock_process_data by Willy Tarreau · Thu Aug 28 08:54:27 2008 +0200
  34. 2d21279 [MEDIUM] stream_sock_process_data moved to stream_sock.c by Willy Tarreau · Wed Aug 27 21:41:35 2008 +0200
  35. fa7e102 [MAJOR] rework of the server FSM by Willy Tarreau · Sun Oct 19 07:30:41 2008 +0200
  36. 2df28e8 [MEDIUM] session: move the analysis bit field to the buffer by Willy Tarreau · Sun Aug 17 15:20:19 2008 +0200
  37. 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
  38. ba392ce [CLEANUP] get rid of BF_SHUT*_PENDING by Willy Tarreau · Sat Aug 16 21:13:23 2008 +0200
  39. f853320 [MINOR] term_trace: add better instrumentations to trace the code by Willy Tarreau · Sat Aug 16 14:55:08 2008 +0200
  40. f5483bf [MAJOR] get rid of the SV_STHEADERS state by Willy Tarreau · Thu Aug 14 18:35:40 2008 +0200
  41. c65a3ba [MAJOR] completely separate HTTP and TCP states on the request path by Willy Tarreau · Mon Aug 11 23:42:50 2008 +0200
  42. 89edf5e [MEDIUM] buffers: ensure buffer_shut* are properly called upon shutdowns by Willy Tarreau · Sun Aug 03 17:25:14 2008 +0200
  43. 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
  44. 58393e1 [MEDIUM] acl: get rid of dummy values in always_true/always_false by Willy Tarreau · Sun Jul 20 10:39:22 2008 +0200
  45. ec6c5df [CLEANUP] remove many #include <types/xxx> from C files by Willy Tarreau · Tue Jul 15 00:22:45 2008 +0200
  46. 284648e [CLEANUP] remove unused include/types/client.h by Willy Tarreau · Mon Jul 14 23:57:33 2008 +0200
  47. 4a26d2f [MINOR] acl: add a new parsing function: parse_dotted_ver by Willy Tarreau · Tue Jul 15 16:05:33 2008 +0200
  48. b686644 [MAJOR] implement tcp request content inspection by Willy Tarreau · Mon Jul 14 23:54:42 2008 +0200
  49. 9de1bbd [MEDIUM] modularize the "timeout" keyword configuration parser by Willy Tarreau · Wed Jul 09 20:34:27 2008 +0200
  50. 10522fd [MEDIUM] modularize the global "stats" keyword configuration parser by Willy Tarreau · Wed Jul 09 20:12:41 2008 +0200
  51. 1138281 [TESTS] added test-acl.cfg to test some ACL combinations by Willy Tarreau · Wed Jul 09 16:18:21 2008 +0200
  52. 0c303ee [MAJOR] convert all expiration timers from timeval to ticks by Willy Tarreau · Mon Jul 07 00:09:58 2008 +0200
  53. ce44f12 [OPTIM] task_queue: assume most consecutive timers are equal by Willy Tarreau · Sat Jul 05 18:16:19 2008 +0200
  54. 91e9993 [MEDIUM] introduce task->nice and boot access to statistics by Willy Tarreau · Mon Jun 30 07:51:00 2008 +0200
  55. 58b458d [MAJOR] use an ebtree instead of a list for the run queue by Willy Tarreau · Sun Jun 29 22:40:23 2008 +0200
  56. 9789f7b [MAJOR] replace ultree with ebtree in wait-queues by Willy Tarreau · Tue Jun 24 08:17:16 2008 +0200
  57. 7c669d7 [BUG] fix the dequeuing logic to ensure that all requests get served by Willy Tarreau · Fri Jun 20 15:04:11 2008 +0200
  58. a643baf [MEDIUM] Fix memory freeing at exit by Krzysztof Piotr Oledzki · Thu May 29 23:53:44 2008 +0200
  59. 9c30fc1 [MEDIUM] add support for URI hash depth and length limits by Marek Majkowski · Sun Apr 27 23:25:55 2008 +0200
  60. 1c2ab96 [MAJOR] implement parameter hashing for POST requests by matt.farnsworth@nokia.com · Mon Apr 14 20:47:37 2008 +0200
  61. 39f7e6d [MEDIUM] fix stats socket limitation to 16 kB by Willy Tarreau · Mon Mar 17 21:38:24 2008 +0100
  62. 5140623 [MAJOR] implementation of the "leastconn" load balancing algorithm by Willy Tarreau · Mon Mar 10 22:04:20 2008 +0100
  63. f863ac1 [MINOR] silent gcc for a wrong warning by Willy Tarreau · Tue Mar 04 06:38:57 2008 +0100
  64. 2c6962c [MAJOR] proto_uxst rework -> SNMP support by Krzysztof Piotr Oledzki · Sun Mar 02 02:42:14 2008 +0100
  65. 5a329cf [MEDIUM]: Prevent redispatcher from selecting the same server, version #3 by Krzysztof Piotr Oledzki · Fri Feb 22 03:50:19 2008 +0100
  66. c8b16fc [MEDIUM] Implement "track [<backend>/]<server>" by Krzysztof Piotr Oledzki · Mon Feb 18 01:26:35 2008 +0100
  67. 3a70f94 [BUG] timeout.check was not pre-set to eternity by Willy Tarreau · Fri Feb 15 11:15:34 2008 +0100
  68. 70bcfb7 [OPTIM] GCC4's builtin_expect() is suboptimal by Willy Tarreau · Sun Jan 27 02:21:53 2008 +0100
  69. 5259dfe [MEDIUM]: rework checks handling by Krzysztof Piotr Oledzki · Mon Jan 21 01:54:06 2008 +0100
  70. d6f087e [BUG] fix truncated responses with sepoll by Willy Tarreau · Fri Jan 18 17:20:13 2008 +0100
  71. e8c66af [MEDIUM] fix server health checks source address selection by Willy Tarreau · Sun Jan 13 18:40:14 2008 +0100
  72. a8efd36 [STATS] add support for "show info" on the unix socket by Willy Tarreau · Thu Jan 03 10:19:15 2008 +0100
  73. e219db7 [MEDIUM] introduce the "timeout" keyword by Willy Tarreau · Mon Dec 03 01:30:13 2007 +0100
  74. b625a08 [MAJOR] implement the Fast Weighted Round Robin (FWRR) algo by Willy Tarreau · Mon Nov 26 01:15:43 2007 +0100
  75. 5dc2fa6 [MINOR] add a weight divisor to the struct proxy by Willy Tarreau · Mon Nov 19 19:10:18 2007 +0100
  76. 2069704 [MEDIUM] differentiate between generic LB params and map-specific ones by Willy Tarreau · Thu Nov 15 23:26:18 2007 +0100
  77. 583bc96 [MEDIUM] continous statistics by Krzysztof Piotr Oledzki · Sat Nov 24 22:12:47 2007 +0100
  78. e6b9894 [MAJOR] create proto_tcp and move initialization of proxy listeners by Willy Tarreau · Mon Oct 29 01:09:36 2007 +0100
  79. 3acf8c3 [MINOR] add a generic unbind_all_listeners() primitive by Willy Tarreau · Sun Oct 28 22:35:41 2007 +0100
  80. 1a64d16 [MINOR] add a generic delete_listener() primitive by Willy Tarreau · Sun Oct 28 22:26:05 2007 +0100
  81. b648d63 [MINOR] add a generic unbind_listener() primitive by Willy Tarreau · Sun Oct 28 22:13:50 2007 +0100
  82. dabf2e2 [MAJOR] added a new state to listeners by Willy Tarreau · Sun Oct 28 21:59:24 2007 +0100
  83. 816eb54 [MINOR] adjust error messages about conflicting proxies by Willy Tarreau · Sun Nov 04 07:04:43 2007 +0100
  84. 6eb730d [MEDIUM] Implement and use generic findproxy and relax duplicated proxy check by Krzysztof Piotr Oledzki · Sat Nov 03 23:41:58 2007 +0100
  85. a0cbda6 [MINOR] externalize the "balance" option parser to backend.c by Willy Tarreau · Thu Nov 01 21:39:54 2007 +0100
  86. 8513094 [MEDIUM] stats: report server and backend cumulated downtime by Krzysztof Oledzki · Mon Oct 22 16:21:10 2007 +0200
  87. fbee713 [MEDIUM] introduce the "stats" keyword in global section by Willy Tarreau · Thu Oct 18 13:53:22 2007 +0200
  88. 3e76e72 [MEDIUM] implement the statistics output on a unix socket by Willy Tarreau · Wed Oct 17 18:57:38 2007 +0200
  89. 55bb845 [MEDIUM] implement the CSV output for the statistics by Willy Tarreau · Wed Oct 17 18:44:57 2007 +0200
  90. 9186126 [MEDIUM] moved stats and buffer generic functions to new files by Willy Tarreau · Wed Oct 17 17:06:05 2007 +0200
  91. 92fb983 [MAJOR] implemented client-side support for PF_UNIX sockets by Willy Tarreau · Tue Oct 16 17:34:28 2007 +0200
  92. dd81598 [MAJOR] added generic protocol support by Willy Tarreau · Tue Oct 16 12:25:14 2007 +0200
  93. b304dc7 [MEDIUM] Spread health checks even more by Krzysztof Oledzki · Sun Oct 14 23:40:01 2007 +0200
  94. 5af3a69 [MEDIUM] improve behaviour with large number of servers per proxy by Willy Tarreau · Tue Jul 24 23:32:33 2007 +0200
  95. a590983 [MEDIUM] acl: added the TRUE and FALSE ACLs. by Willy Tarreau · Sun Jun 17 20:40:25 2007 +0200
  96. d41f8d8 [MINOR] acl: specify the direction during fetches by Willy Tarreau · Sun Jun 10 10:06:18 2007 +0200
  97. ae8b796 [MEDIUM] smarter integer comparison support in ACLs by Willy Tarreau · Sat Jun 09 23:10:04 2007 +0200
  98. fa64558 [BUG] do not re-arm read timeout after writing data by Willy Tarreau · Sun Jun 03 15:59:52 2007 +0200
  99. 332f8bf [MAJOR] ported requri to use mempools v2 by Willy Tarreau · Sun May 13 21:36:56 2007 +0200
  100. e4d7e55 [MAJOR] ported pendconn to mempools v2 by Willy Tarreau · Sun May 13 20:19:55 2007 +0200