1. 153c3ca BUG/MAJOR: connection: risk of crash on certain tricky close scenario by Willy Tarreau · Mon Oct 22 22:47:55 2012 +0200
  2. 3b5bc66 BUG: connection: fix regression from commit 9e272bf9 by Willy Tarreau · Fri Oct 05 21:29:37 2012 +0200
  3. 5f1504f MEDIUM: connection: add a new local send-proxy transport callback by Willy Tarreau · Thu Oct 04 23:55:57 2012 +0200
  4. e1e4a61 REORG: connection: move the PROXY protocol management to connection.c by Willy Tarreau · Fri Oct 05 00:10:55 2012 +0200
  5. 0ffde2c MEDIUM: connection: automatically disable polling on error by Willy Tarreau · Thu Oct 04 22:21:15 2012 +0200
  6. 78eaebe MEDIUM: connection: don't call the data->init callback upon error by Willy Tarreau · Wed Oct 03 21:20:21 2012 +0200
  7. 2396c1c MEDIUM: connection: make it possible for data->wake to return an error by Willy Tarreau · Wed Oct 03 21:12:16 2012 +0200
  8. 9e272bf MEDIUM: connection: only call the data->wake callback on activity by Willy Tarreau · Wed Oct 03 21:04:48 2012 +0200
  9. 071e137 MEDIUM: connection: use a generic data-layer init() callback by Willy Tarreau · Wed Oct 03 01:39:48 2012 +0200
  10. 4aa3683 MINOR: connection: provide a generic data layer wakeup callback by Willy Tarreau · Tue Oct 02 20:07:22 2012 +0200
  11. 74beec3 REORG: connection: rename app_cb "data" by Willy Tarreau · Wed Oct 03 00:41:04 2012 +0200
  12. 58363cf MEDIUM: connection: improve error handling around the data layer by Willy Tarreau · Thu Sep 06 14:12:03 2012 +0200
  13. 4659195 MEDIUM: ssl: add new files ssl_sock.[ch] to provide the SSL data layer by Emeric Brun · Fri May 18 15:47:34 2012 +0200
  14. dd2f85e CLEANUP: includes: fix includes for a number of users of fd.h by Willy Tarreau · Sun Sep 02 22:34:23 2012 +0200
  15. d9de7ca MEDIUM: connection: avoid calling handshakes when polling is required by Willy Tarreau · Sun Sep 02 18:48:46 2012 +0200
  16. f8deb0c MEDIUM: connection: only call tcp_connect_probe when nothing was attempted yet by Willy Tarreau · Sat Sep 01 17:59:22 2012 +0200
  17. e9dfa79 MAJOR: connection: rearrange the polling flags. by Willy Tarreau · Sat Sep 01 17:26:16 2012 +0200
  18. 22cda21 MAJOR: connection: make the PROXY decoder a handshake handler by Willy Tarreau · Fri Aug 31 17:43:29 2012 +0200
  19. 2542b53 MAJOR: session: introduce embryonic sessions by Willy Tarreau · Fri Aug 31 16:01:23 2012 +0200
  20. c578891 CLEANUP: connection: split sock_ops into data_ops, app_cp and si_ops by Willy Tarreau · Fri Aug 24 18:12:41 2012 +0200
  21. 100c467 MEDIUM: stream_interface: offer a generic function for connection updates by Willy Tarreau · Mon Aug 20 12:06:26 2012 +0200
  22. 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
  23. f9dabec MEDIUM: connection: make use of the new polling functions by Willy Tarreau · Fri Aug 17 17:33:53 2012 +0200
  24. b5e2cbd MEDIUM: connection: add definitions for dual polling mechanisms by Willy Tarreau · Fri Aug 17 11:55:04 2012 +0200
  25. c76ae33 MAJOR: connection: call data layer handshakes from the handler by Willy Tarreau · Thu Jul 12 15:32:13 2012 +0200
  26. 8f8c92f MAJOR: connection: add a new CO_FL_CONNECTED flag by Willy Tarreau · Mon Jul 23 19:45:44 2012 +0200
  27. 239d718 MEDIUM: stream_interface: pass connection instead of fd in sock_ops by Willy Tarreau · Mon Jul 23 18:53:03 2012 +0200
  28. fd31e53 MAJOR: remove the stream interface and task management code from sock_* by Willy Tarreau · Mon Jul 23 18:24:25 2012 +0200
  29. 2da156f MAJOR: tcp: remove the specific I/O callbacks for TCP connection probes by Willy Tarreau · Mon Jul 23 15:07:23 2012 +0200
  30. 2c6be84 MEDIUM: connection: extract the send_proxy callback from proto_tcp by Willy Tarreau · Fri Jul 06 17:12:34 2012 +0200
  31. 61ace1b MEDIUM: connection: remove the FD_POLL_* flags only once by Willy Tarreau · Mon Jul 23 12:14:26 2012 +0200
  32. 8018471 MINOR: fd: make fdtab->owner a connection and not a stream_interface anymore by Willy Tarreau · Fri Jul 06 14:54:49 2012 +0200
  33. 59f9839 MINOR: connection: add a handler for fd-based connections by Willy Tarreau · Fri Jul 06 14:13:49 2012 +0200