1. 7abd00d [MINOR] Fix build error in stream_int_register_handler() by Simon Horman · Sat Aug 13 08:03:51 2011 +0900
  2. 9e000c6 [CLEANUP] stream_interface: use inline functions to manipulate targets by Willy Tarreau · Thu Mar 10 14:03:36 2011 +0100
  3. 295a837 [REORG] session: move the data_ctx struct to the stream interface's applet by Willy Tarreau · Thu Mar 10 11:25:07 2011 +0100
  4. 7c0a151 [CLEANUP] stream_interface: remove the applet.handler pointer by Willy Tarreau · Thu Mar 10 11:17:02 2011 +0100
  5. ac82540 [MEDIUM] stream_interface: store the target pointer and type by Willy Tarreau · Fri Mar 04 22:04:29 2011 +0100
  6. b24281b [MINOR] stream_interface: make use of an applet descriptor for IO handlers by Willy Tarreau · Sun Feb 13 13:16:36 2011 +0100
  7. 32d3ee9 [CRITICAL] session: correctly leave turn-around and queue states on abort by Willy Tarreau · Wed Dec 29 14:03:02 2010 +0100
  8. 798e128 [BUG] stream_interface: truncate buffers when sending error messages by Willy Tarreau · Sun Dec 12 13:06:00 2010 +0100
  9. d8ccffe [BUG] stream_interface: only call si->release when both dirs are closed by Willy Tarreau · Tue Sep 07 16:16:50 2010 +0200
  10. 3488e25 [MAJOR] stream_interface: fix the wakeup conditions for embedded iohandlers by Willy Tarreau · Mon Aug 09 16:24:56 2010 +0200
  11. 7a20aa6 [MEDIUM] session: make it possible to call an I/O handler on both SI by Willy Tarreau · Tue Jul 13 16:30:45 2010 +0200
  12. 0bd05ea [MEDIUM] stream-interface: add a ->release callback by Willy Tarreau · Fri Jul 02 11:18:03 2010 +0200
  13. 03fa5df [CLEANUP] rename client -> frontend by Willy Tarreau · Mon May 24 21:02:37 2010 +0200
  14. 148d099 [BUG] stream_interface: fix retnclose and remove cond_close by Willy Tarreau · Sun Jan 10 10:21:21 2010 +0100
  15. 5d881d0 [MINOR] new function stream_int_cond_close() by Willy Tarreau · Sun Dec 27 22:51:06 2009 +0100
  16. 8e89b84 [MINOR] http: remove the last call to stream_int_return by Willy Tarreau · Sun Oct 18 23:56:35 2009 +0200
  17. f1ba4b3 [MAJOR] buffer: flag BF_DONT_READ to disable reads when not required by Willy Tarreau · Sat Oct 17 14:37:52 2009 +0200
  18. 96fd4b5 [MEDIUM] stream_int: adjust WAIT_ROOM handling by Willy Tarreau · Sun Oct 04 17:18:35 2009 +0200
  19. f27b5ea [MEDIUM] new option "independant-streams" to stop updating read timeout on writes by Willy Tarreau · Sat Oct 03 22:01:18 2009 +0200
  20. fb90d94 [MINOR] stream_interface: add functions to support running as internal/external tasks by Willy Tarreau · Sat Sep 05 20:57:35 2009 +0200
  21. 269358d [BUILD] stream_interface: fix conflicting declaration by Willy Tarreau · Sun Sep 20 20:14:49 2009 +0200
  22. 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
  23. cb359e3 [MEDIUM] stream_interface: make use of buffer_cut_tail() to report errors by Willy Tarreau · Tue Sep 15 21:23:54 2009 +0200
  24. 6f0aa47 [CLEANUP] buffer_flush() was misleading, rename it as buffer_erase by Willy Tarreau · Sun Mar 08 20:33:29 2009 +0100
  25. dded32d [MINOR] replace client_retnclose() with stream_int_retnclose() by Willy Tarreau · Sun Nov 30 19:48:07 2008 +0100
  26. 81acfab [MINOR] replace the ambiguous client_return function by stream_int_return by Willy Tarreau · Sun Nov 30 19:22:53 2008 +0100
  27. fe3718a [MAJOR] complete layer4/7 separation by Willy Tarreau · Sun Nov 30 18:14:12 2008 +0100
  28. cff6411 [MAJOR] add a connection error state to the stream_interface by Willy Tarreau · Mon Nov 03 06:26:53 2008 +0100