1. 81f9aa3 [MAJOR] frontend: split accept() into frontend_accept() and session_accept() by Willy Tarreau · Tue Jun 01 17:45:26 2010 +0200
  2. 35a0994 [MAJOR] frontend: reorder the session initialization upon accept by Willy Tarreau · Tue Jun 01 17:12:40 2010 +0200
  3. ee55dc0 [MINOR] frontend: rely on the frontend and not the backend for INDEPSTR by Willy Tarreau · Tue Jun 01 10:56:34 2010 +0200
  4. 070ceb6 [MEDIUM] session: don't assign conn_retries upon accept() anymore by Willy Tarreau · Tue Jun 01 10:36:43 2010 +0200
  5. ee28de0 [MEDIUM] session: move the conn_retries attribute to the stream interface by Willy Tarreau · Tue Jun 01 09:51:00 2010 +0200
  6. a360d28 [MAJOR] frontend: don't initialize the server-side stream_int anymore by Willy Tarreau · Mon May 31 19:17:12 2010 +0200
  7. d04e858 [MEDIUM] session: initialize server-side timeouts after connect() by Willy Tarreau · Mon May 31 12:31:35 2010 +0200
  8. ace495e [CLEANUP] buffer->cto is not used anymore by Willy Tarreau · Mon May 31 11:27:58 2010 +0200
  9. de3041d [MINOR] frontend: only check for monitor-net rules if LI_O_CHK_MONNET is set by Willy Tarreau · Mon May 31 10:56:17 2010 +0200
  10. a5c0ab2 [MEDIUM] frontend: check for LI_O_TCP_RULES in the listener by Willy Tarreau · Mon May 31 10:30:33 2010 +0200
  11. 2281b7f [OPTIM] frontend: tell the compiler that errors are unlikely to occur by Willy Tarreau · Fri May 28 19:29:49 2010 +0200
  12. f67c978 [MEDIUM] tcp: check for pure layer4 rules immediately after accept() by Willy Tarreau · Sun May 23 22:59:00 2010 +0200
  13. eb47268 [MEDIUM] separate protocol-level accept() from the frontend's by Willy Tarreau · Fri May 28 18:46:57 2010 +0200
  14. 03fa5df [CLEANUP] rename client -> frontend by Willy Tarreau · Mon May 24 21:02:37 2010 +0200[Renamed (98%) from src/client.c]
  15. 645513a [CLEANUP] client: move some ACLs away to their respective locations by Willy Tarreau · Mon May 24 20:55:15 2010 +0200
  16. a93c4bb [MINOR] accept: count the incoming connection earlier by Willy Tarreau · Sun May 23 17:27:44 2010 +0200
  17. e29e1c5 [BUG] client: always ensure to zero rep->analysers by Willy Tarreau · Tue Jun 01 19:45:06 2010 +0200
  18. a3445fc [BUG] http: the transaction must be initialized even in TCP mode by Willy Tarreau · Thu May 20 16:17:07 2010 +0200
  19. b337b53 [MEDIUM] acl: add tree-based lookups of networks by Willy Tarreau · Thu May 13 20:03:41 2010 +0200
  20. e803de2 [MINOR] add the ability to force kernel socket buffer size. by Willy Tarreau · Thu Jan 21 17:43:04 2010 +0100
  21. 346f76d [MINOR] acl: add fe_id/so_id to match frontend's and socket's id by Krzysztof Piotr Oledzki · Tue Jan 12 21:59:30 2010 +0100
  22. b982a3d [MEDIUM] Add stick table configuration and init. by Emeric Brun · Mon Jan 04 15:45:53 2010 +0100
  23. 5d16eda [MEDIUM] Add src dst and dport pattern fetches. by Emeric Brun · Mon Jan 04 15:47:45 2010 +0100
  24. a3377ee [MINOR] http: move appsession 'sessid' from session to http_txn by Willy Tarreau · Sun Jan 10 10:49:11 2010 +0100
  25. 0937bc4 [MINOR] http: move the http transaction init/cleanup code to proto_http by Willy Tarreau · Tue Dec 22 15:03:09 2009 +0100
  26. 7c3c541 [MAJOR] buffers: automatically compute the maximum buffer length by Willy Tarreau · Sun Dec 13 15:53:05 2009 +0100
  27. bf47aeb [MEDIUM] appsession: add the "request-learn" option by Cyril Bonté · Thu Oct 15 00:15:40 2009 +0200
  28. 8d5d77e [OPTIM] move some rarely used fields out of fdtab by Willy Tarreau · Sun Oct 18 07:25:52 2009 +0200
  29. a36af91 [MINOR] acl: add fe_conn, be_conn, queue, avg_queue by Willy Tarreau · Sat Oct 10 12:02:45 2009 +0200
  30. aeebf9b [MEDIUM] Collect & provide separate statistics for sockets, v2 by Krzysztof Piotr Oledzki · Sun Oct 04 15:43:17 2009 +0200
  31. 052d4fd [CLEANUP] Move counters to dedicated structures by Krzysztof Piotr Oledzki · Sun Oct 04 14:52:57 2009 +0200
  32. 65671ab [MINOR] remove now obsolete ana_state from the session struct by Willy Tarreau · Sun Oct 04 14:24:59 2009 +0200
  33. f27b5ea [MEDIUM] new option "independant-streams" to stop updating read timeout on writes by Willy Tarreau · Sat Oct 03 22:01:18 2009 +0200
  34. 78abe61 [MAJOR] struct chunk rework by Krzysztof Piotr Oledzki · Sun Sep 27 13:23:20 2009 +0200
  35. b029f8c [MINOR] stream_interface: add iohandler callback by Willy Tarreau · Sat Sep 05 20:57:35 2009 +0200
  36. 520d95e [MAJOR] buffers: split BF_WRITE_ENA into BF_AUTO_CONNECT and BF_AUTO_CLOSE by Willy Tarreau · Sat Sep 19 21:04:57 2009 +0200
  37. dc85b39 [MEDIUM] stream_interface: add and use ->update function to resync by Willy Tarreau · Tue Aug 18 07:38:19 2009 +0200
  38. 27a674e [MEDIUM] make it possible to change the buffer size in the configuration by Willy Tarreau · Mon Aug 17 07:23:33 2009 +0200
  39. a07a34e [MEDIUM] replace BUFSIZE with buf->size in computations by Willy Tarreau · Sun Aug 16 23:27:46 2009 +0200
  40. 52a0c60 [MINOR] set s->srv_error according to the analysers by Willy Tarreau · Sun Aug 16 22:45:38 2009 +0200
  41. c1a2167 [MINOR] cleanup set_session_backend by using pre-computed analysers by Willy Tarreau · Sun Aug 16 22:37:44 2009 +0200
  42. 2c9f5b1 [MINOR] move the initial task's nice value to the listener by Willy Tarreau · Sun Aug 16 19:12:36 2009 +0200
  43. 6e6fb2b [MEDIUM] session: account per-listener connections by Willy Tarreau · Sun Aug 16 18:20:44 2009 +0200
  44. 9650f37 [MEDIUM] move connection establishment from backend to the SI. by Willy Tarreau · Sun Aug 16 14:02:45 2009 +0200
  45. 2492d5b [MINOR] acl: add HTTP protocol detection (req_proto_http) by Willy Tarreau · Sat Jul 11 00:06:00 2009 +0200
  46. bf28862 [MINOR] http: rely on proxy->acl_requires to allocate hdr_idx by Willy Tarreau · Fri Jul 10 23:52:51 2009 +0200
  47. 1d0dfb1 [MAJOR] http: complete splitting of the remaining stages by Willy Tarreau · Tue Jul 07 15:10:31 2009 +0200
  48. dc340a9 [MEDIUM] splice: set the capability on each stream_interface by Willy Tarreau · Sun Jun 28 23:10:19 2009 +0200
  49. 5d707e1 [MEDIUM] stream_sock: don't close prematurely when nolinger is set by Willy Tarreau · Sun Jun 28 11:09:07 2009 +0200
  50. fb14edc [MEDIUM] stream_sock: implement tcp-cork for use during shutdowns on Linux by Willy Tarreau · Sun Jun 14 15:24:37 2009 +0200
  51. 13a34bd [MINOR] compute the max of sessions/s on fe/be/srv by Willy Tarreau · Sun May 10 18:52:49 2009 +0200
  52. 79e9989 [CRITICAL] uninitialized response field can sometimes cause crashes by Willy Tarreau · Mon Apr 27 08:11:33 2009 +0200
  53. 32a4ec0 [MEDIUM] http: add options to ignore invalid header names by Willy Tarreau · Thu Apr 02 11:35:18 2009 +0200
  54. b00f9c4 [BUG] check for global.maxconn before doing accept() by Willy Tarreau · Sat Mar 21 22:43:12 2009 +0100
  55. 1b194fe [OPTIM] buffer: new BF_READ_DONTWAIT flag reduces EAGAIN rates by Willy Tarreau · Sat Mar 21 21:10:04 2009 +0100
  56. a461318 [MINOR] task: keep a task count and clean up task creators by Willy Tarreau · Sat Mar 21 18:13:21 2009 +0100
  57. 8445533 [BUG] session: errors were not reported in termination flags in TCP mode by Willy Tarreau · Sun Mar 15 22:34:05 2009 +0100
  58. 721fdbc [BUG] event_accept() must always wake the task up, even in health mode by Willy Tarreau · Sun Mar 08 12:25:07 2009 +0100
  59. 2ade301 [BUG] disable any analysers for monitoring requests by Willy Tarreau · Fri Mar 06 19:16:39 2009 +0100
  60. ec22b2c [CLEANUP] remove last references to term_trace by Willy Tarreau · Fri Mar 06 13:07:40 2009 +0100
  61. 7958422 [OPTIM] rate-limit: cleaner behaviour on low rates and reduce consumption by Willy Tarreau · Fri Mar 06 09:18:27 2009 +0100
  62. 3a7d207 [MEDIUM] implement "rate-limit sessions" for the frontend by Willy Tarreau · Thu Mar 05 23:48:25 2009 +0100
  63. 7f062c4 [MEDIUM] measure and report session rate on frontend, backends and servers by Willy Tarreau · Thu Mar 05 18:43:00 2009 +0100
  64. fd3828e [BUG] fix random memory corruption using "show sess" by Willy Tarreau · Sun Feb 22 15:17:24 2009 +0100
  65. 03d60bb [OPTIM] buffer: replace rlim by max_len by Willy Tarreau · Fri Jan 09 11:13:00 2009 +0100
  66. 3ffeba1 [MEDIUM] enable inter-stream_interface wakeup calls by Willy Tarreau · Sun Dec 14 14:42:35 2008 +0100
  67. 62e4f1d [MINOR] add back-references to sessions for later use by a dumper. by Willy Tarreau · Sun Dec 07 20:16:23 2008 +0100
  68. b5654f6 [MINOR] move the listener reference from fd to session by Willy Tarreau · Sun Dec 07 16:45:10 2008 +0100
  69. 7e5067d [MEDIUM] remove cli_fd, srv_fd, cli_state and srv_state from the session by Willy Tarreau · Sun Dec 07 16:27:56 2008 +0100
  70. ff8d42e [MINOR] add an analyser state in struct session by Willy Tarreau · Sun Dec 07 14:37:09 2008 +0100
  71. 3bc1377 [MINOR] pre-set analyser flags on the listener at registration time by Willy Tarreau · Sun Dec 07 11:50:35 2008 +0100
  72. 0cac36f [MEDIUM] make the http server error function a pointer in the session by Willy Tarreau · Sun Nov 30 20:44:17 2008 +0100
  73. dded32d [MINOR] replace client_retnclose() with stream_int_retnclose() by Willy Tarreau · Sun Nov 30 19:48:07 2008 +0100
  74. a5555ec [MINOR] call session->do_log() for logging by Willy Tarreau · Sun Nov 30 19:02:32 2008 +0100
  75. f54f8bd [MINOR] maintain a global session list in order to ease debugging by Willy Tarreau · Sun Nov 23 19:53:55 2008 +0100
  76. d7704b5 [MINOR] add an expiration flag to the stream_sock_interface by Willy Tarreau · Thu Sep 04 11:51:16 2008 +0200
  77. 3c6ab2e [MEDIUM] use buffer_check_timeouts instead of stream_sock_check_timeouts() by Willy Tarreau · Thu Sep 04 11:19:41 2008 +0200
  78. 3537467 [MEDIUM] move QUEUE and TAR timers to stream interfaces by Willy Tarreau · Wed Sep 03 18:11:02 2008 +0200
  79. 9a2d154 [MEDIUM] buffers: add BF_READ_ATTACHED and BF_ANA_TIMEOUT by Willy Tarreau · Sat Aug 30 12:31:07 2008 +0200
  80. 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
  81. e5ed406 [MAJOR] make stream sockets aware of the stream interface by Willy Tarreau · Sat Aug 30 03:17:31 2008 +0200
  82. eabf313 [MINOR] change type of fdtab[]->owner to void* by Willy Tarreau · Fri Aug 29 23:36:51 2008 +0200
  83. fdccded [MEDIUM] indicate a reason for a task wakeup by Willy Tarreau · Fri Aug 29 18:19:04 2008 +0200
  84. 3da77c5 [MINOR] re-arrange buffer flags and rename some of them by Willy Tarreau · Fri Aug 29 09:58:42 2008 +0200
  85. fa7e102 [MAJOR] rework of the server FSM by Willy Tarreau · Sun Oct 19 07:30:41 2008 +0200
  86. ffab5b4 [MEDIUM] merge inspect_exp and txn->exp into request buffer by Willy Tarreau · Sun Aug 17 18:03:28 2008 +0200
  87. 2df28e8 [MEDIUM] session: move the analysis bit field to the buffer by Willy Tarreau · Sun Aug 17 15:20:19 2008 +0200
  88. 26ed74d [MEDIUM] use buffer->wex instead of buffer->cex for connect timeout by Willy Tarreau · Sun Aug 17 12:11:14 2008 +0200
  89. 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
  90. d9f4836 [BUG] buffers: remove BF_MAY_CONNECT and fix forwarding issue by Willy Tarreau · Sat Aug 16 16:39:26 2008 +0200
  91. f853320 [MINOR] term_trace: add better instrumentations to trace the code by Willy Tarreau · Sat Aug 16 14:55:08 2008 +0200
  92. c65a3ba [MAJOR] completely separate HTTP and TCP states on the request path by Willy Tarreau · Mon Aug 11 23:42:50 2008 +0200
  93. 67f0eea [MAJOR] kill CL_STINSPECT and CL_STHEADERS (step 1) by Willy Tarreau · Sun Aug 10 22:55:22 2008 +0200
  94. dc0a6a0 [MEDIUM] process_srv: don't rely at all on client state by Willy Tarreau · Sun Aug 03 20:38:13 2008 +0200
  95. 48d63db [MEDIUM] memory: update pool_free2() to support NULL pointers by Willy Tarreau · Sun Aug 03 17:41:33 2008 +0200
  96. 0ceba5a [MEDIUM] acl: set types on all currently known ACL verbs by Willy Tarreau · Fri Jul 25 19:31:03 2008 +0200
  97. ec6c5df [CLEANUP] remove many #include <types/xxx> from C files by Willy Tarreau · Tue Jul 15 00:22:45 2008 +0200
  98. b686644 [MAJOR] implement tcp request content inspection by Willy Tarreau · Mon Jul 14 23:54:42 2008 +0200
  99. 0c303ee [MAJOR] convert all expiration timers from timeval to ticks by Willy Tarreau · Mon Jul 07 00:09:58 2008 +0200
  100. 9789f7b [MAJOR] replace ultree with ebtree in wait-queues by Willy Tarreau · Tue Jun 24 08:17:16 2008 +0200