1. 3fdb366 MAJOR: connection: replace struct target with a pointer to an enum by Willy Tarreau · Mon Nov 12 00:42:33 2012 +0100
  2. 128b03c CLEANUP: stream_interface: remove the external task type target by Willy Tarreau · Sun Nov 11 23:14:16 2012 +0100
  3. c8dd77f MAJOR: connection: remove the CO_FL_CURR_*_POL flag by Willy Tarreau · Mon Nov 05 17:52:26 2012 +0100
  4. f2943dc MAJOR: session: detach the connections from the stream interfaces by Willy Tarreau · Fri Oct 26 20:10:28 2012 +0200
  5. 1e95491 MEDIUM: connection: add a flag to hold the transport layer by Willy Tarreau · Fri Oct 12 17:50:05 2012 +0200
  6. 6c03a64 MEDIUM: connection: always unset the transport layer upon close by Willy Tarreau · Fri Oct 12 17:00:05 2012 +0200
  7. 5f1504f MEDIUM: connection: add a new local send-proxy transport callback by Willy Tarreau · Thu Oct 04 23:55:57 2012 +0200
  8. e1e4a61 REORG: connection: move the PROXY protocol management to connection.c by Willy Tarreau · Fri Oct 05 00:10:55 2012 +0200
  9. 0ffde2c MEDIUM: connection: automatically disable polling on error by Willy Tarreau · Thu Oct 04 22:21:15 2012 +0200
  10. f3a6d7e MEDIUM: connection: reorganize connection flags by Willy Tarreau · Wed Oct 03 20:00:18 2012 +0200
  11. bd99aab MINOR: connection: split conn_prepare() in two functions by Willy Tarreau · Tue Oct 02 20:57:19 2012 +0200
  12. 74beec3 REORG: connection: rename app_cb "data" by Willy Tarreau · Wed Oct 03 00:41:04 2012 +0200
  13. f7bc57c REORG: connection: rename the data layer the "transport layer" by Willy Tarreau · Wed Oct 03 00:19:48 2012 +0200
  14. cd37995 MINOR: connection: add a pointer to the connection owner by Willy Tarreau · Thu Sep 27 22:14:33 2012 +0200
  15. dda5e7c CLEANUP: connection: offer conn_prepare() to set up a connection by Willy Tarreau · Mon Sep 24 17:15:42 2012 +0200
  16. d1d5454 REORG: split "protocols" files into protocol and listener by Willy Tarreau · Wed Sep 12 22:58:11 2012 +0200
  17. dd2f85e CLEANUP: includes: fix includes for a number of users of fd.h by Willy Tarreau · Sun Sep 02 22:34:23 2012 +0200
  18. e9dfa79 MAJOR: connection: rearrange the polling flags. by Willy Tarreau · Sat Sep 01 17:26:16 2012 +0200
  19. 22cda21 MAJOR: connection: make the PROXY decoder a handshake handler by Willy Tarreau · Fri Aug 31 17:43:29 2012 +0200
  20. 15678ef MEDIUM: connection: add an ->init function to data layer by Willy Tarreau · Fri Aug 31 13:54:11 2012 +0200
  21. 986a9d2 MAJOR: connection: move the addr field from the stream_interface by Willy Tarreau · Thu Aug 30 21:11:38 2012 +0200
  22. 3cefd52 REORG: connection: move the target pointer from si to connection by Willy Tarreau · Thu Aug 30 15:49:18 2012 +0200
  23. 5368d80 MAJOR: connection: split the send call into connection and stream interface by Willy Tarreau · Tue Aug 21 18:22:06 2012 +0200
  24. 3af56a9 MINOR: connection: provide conn_{data|sock}_{read0|shutw} functions by Willy Tarreau · Mon Aug 20 16:55:48 2012 +0200
  25. fae4499 MEDIUM: stream-interface: add a snd_buf() callback to sock_ops by Willy Tarreau · Mon Aug 20 14:02:10 2012 +0200
  26. afad0e0 MAJOR: make use of conn_{data|sock}_{poll|stop|want}* in connection handlers by Willy Tarreau · Thu Aug 09 14:45:22 2012 +0200
  27. b5e2cbd MEDIUM: connection: add definitions for dual polling mechanisms by Willy Tarreau · Fri Aug 17 11:55:04 2012 +0200
  28. 4a36b56 MAJOR: stream_int: use a common stream_int_shut*() functions regardless of the data layer by Willy Tarreau · Mon Aug 06 19:31:45 2012 +0200
  29. 8b11708 REORG: connection: replace si_data_close() with conn_data_close() by Willy Tarreau · Mon Aug 06 15:06:49 2012 +0200
  30. 59f9839 MINOR: connection: add a handler for fd-based connections by Willy Tarreau · Fri Jul 06 14:13:49 2012 +0200