1. c4ebae0 BUG/MEDIUM: stream-int: always reset si->ops when si->end is nullified by Willy Tarreau · Mon Apr 20 01:03:17 2015 +0200
  2. 9e5a3aa MEDIUM: stream-int: make si_connect() return an established state when possible by Willy Tarreau · Tue Dec 31 23:32:12 2013 +0100
  3. 2737562 MEDIUM: stream-int: implement a very simplistic idle connection manager by Willy Tarreau · Tue Dec 17 00:00:28 2013 +0100
  4. b490b4e MAJOR: stream-int: handle the connection reuse in si_connect() by Willy Tarreau · Sun Dec 15 16:20:50 2013 +0100
  5. 9471b8c MEDIUM: connection: inform si_alloc_conn() whether existing conn is OK or not by Willy Tarreau · Sun Dec 15 13:31:35 2013 +0100
  6. d02cdd2 MINOR: connection: add simple functions to report connection readiness by Willy Tarreau · Sun Dec 15 10:23:20 2013 +0100
  7. 0a23bcb MAJOR: stream-interface: dynamically allocate the applet context by Willy Tarreau · Sun Dec 01 11:31:38 2013 +0100
  8. 1fbe1c9 MEDIUM: stream-int: return the allocated appctx in stream_int_register_handler() by Willy Tarreau · Sun Dec 01 09:35:41 2013 +0100
  9. 7b4b499 MEDIUM: stream-int: replace occurrences of si->appctx with si_appctx() by Willy Tarreau · Sun Dec 01 09:15:12 2013 +0100
  10. 1ec74bf MINOR: connection: check for send_proxy during the connect(), not the SI by Willy Tarreau · Thu Oct 24 21:45:00 2013 +0200
  11. b8020ce MEDIUM: connection: move the send_proxy offset to the connection by Willy Tarreau · Thu Oct 24 21:10:08 2013 +0200
  12. 32e3c6a MAJOR: stream interface: dynamically allocate the outgoing connection by Willy Tarreau · Fri Oct 11 19:34:20 2013 +0200
  13. 2a6e880 MEDIUM: stream-interface: introduce si_attach_conn to replace si_prepare_conn by Willy Tarreau · Thu Oct 24 15:50:53 2013 +0200
  14. 7abddb5 MINOR: connection: replace conn_assign with conn_attach by Willy Tarreau · Thu Oct 24 15:31:04 2013 +0200
  15. 3ed35ef MINOR: stream-interface: introduce si_reset() and si_set_state() by Willy Tarreau · Thu Oct 24 11:51:38 2013 +0200
  16. c10aec2 MINOR: get rid of si_takeover_conn() by Willy Tarreau · Mon Oct 14 19:43:37 2013 +0200
  17. 3721343 MEDIUM: connection: replace conn_prepare with conn_assign by Willy Tarreau · Mon Oct 14 19:46:29 2013 +0200
  18. b363a1f MAJOR: stream-int: stop using si->conn and use si->end instead by Willy Tarreau · Tue Oct 01 10:45:07 2013 +0200
  19. 691b1f4 CLEANUP: stream-int: remove obsolete si_ctrl function by Willy Tarreau · Mon Sep 30 14:53:05 2013 +0200
  20. cf644ed MEDIUM: stream-int: make ->end point to the connection or the appctx by Willy Tarreau · Sun Sep 29 17:19:56 2013 +0200
  21. 4a59f2f MAJOR: stream interface: remove the ->release function pointer by Willy Tarreau · Thu Oct 24 20:10:45 2013 +0200
  22. 48099c7 MEDIUM: stream-interface: set the pointer to the applet into the applet context by Willy Tarreau · Thu Oct 24 20:03:27 2013 +0200
  23. 7d67d7b MINOR: stream-int: add a new pointer to the end point by Willy Tarreau · Sun Sep 29 16:05:22 2013 +0200
  24. 372d670 MINOR: stream-int: split si_prepare_embedded into si_prepare_none and si_prepare_applet by Willy Tarreau · Sun Sep 29 17:19:56 2013 +0200
  25. 6fe1541 MINOR: stream-int: make the shutr/shutw functions void by Willy Tarreau · Sun Sep 29 15:16:03 2013 +0200
  26. 8b3d7df MEDIUM: stream-int: split the shutr/shutw functions between applet and conn by Willy Tarreau · Sun Sep 29 14:51:58 2013 +0200
  27. 55e4ecd MINOR: stats: add a few more information on session dump by Willy Tarreau · Sat Dec 08 17:48:47 2012 +0100
  28. f0837b2 MEDIUM: tcp: add explicit support for delayed ACK in connect() by Willy Tarreau · Sat Nov 24 10:24:27 2012 +0100
  29. 128b03c CLEANUP: stream_interface: remove the external task type target by Willy Tarreau · Sun Nov 11 23:14:16 2012 +0100
  30. 7f7ad91 BUILD: stream_interface: remove si_fd() and its references by Willy Tarreau · Sun Nov 11 19:27:15 2012 +0100
  31. f2943dc MAJOR: session: detach the connections from the stream interfaces by Willy Tarreau · Fri Oct 26 20:10:28 2012 +0200
  32. bd99aab MINOR: connection: split conn_prepare() in two functions by Willy Tarreau · Tue Oct 02 20:57:19 2012 +0200
  33. 4aa3683 MINOR: connection: provide a generic data layer wakeup callback by Willy Tarreau · Tue Oct 02 20:07:22 2012 +0200
  34. 74beec3 REORG: connection: rename app_cb "data" by Willy Tarreau · Wed Oct 03 00:41:04 2012 +0200
  35. f7bc57c REORG: connection: rename the data layer the "transport layer" by Willy Tarreau · Wed Oct 03 00:19:48 2012 +0200
  36. cd37995 MINOR: connection: add a pointer to the connection owner by Willy Tarreau · Thu Sep 27 22:14:33 2012 +0200
  37. dda5e7c CLEANUP: connection: offer conn_prepare() to set up a connection by Willy Tarreau · Mon Sep 24 17:15:42 2012 +0200
  38. 14f8e86 MEDIUM: proto_tcp: remove any dependence on stream_interface by Willy Tarreau · Thu Aug 30 22:23:13 2012 +0200
  39. 986a9d2 MAJOR: connection: move the addr field from the stream_interface by Willy Tarreau · Thu Aug 30 21:11:38 2012 +0200
  40. 3cefd52 REORG: connection: move the target pointer from si to connection by Willy Tarreau · Thu Aug 30 15:49:18 2012 +0200
  41. 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
  42. ce323de REORG: stream-interface: move sock_raw_read() to si_conn_recv_cb() by Willy Tarreau · Mon Aug 20 21:41:06 2012 +0200
  43. 9bf9c14 MEDIUM: stream-interface: provide a generic stream_sock_read0() function by Willy Tarreau · Mon Aug 20 15:38:41 2012 +0200
  44. eecf6ca MEDIUM: stream-interface: provide a generic si_conn_send_cb callback by Willy Tarreau · Mon Aug 20 15:09:53 2012 +0200
  45. de5722c MEDIUM: stream-interface: provide a generic stream_int_chk_snd_conn() function by Willy Tarreau · Mon Aug 20 15:01:10 2012 +0200
  46. 46a8d92 MEDIUM: stream-interface: offer a generic chk_rcv function for connections by Willy Tarreau · Mon Aug 20 12:38:36 2012 +0200
  47. 100c467 MEDIUM: stream_interface: offer a generic function for connection updates by Willy Tarreau · Mon Aug 20 12:06:26 2012 +0200
  48. f9dabec MEDIUM: connection: make use of the new polling functions by Willy Tarreau · Fri Aug 17 17:33:53 2012 +0200
  49. 49b046d MAJOR: fd: replace all EV_FD_* macros with new fd_*_* inline calls by Willy Tarreau · Thu Aug 09 12:11:58 2012 +0200
  50. 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
  51. 8b11708 REORG: connection: replace si_data_close() with conn_data_close() by Willy Tarreau · Mon Aug 06 15:06:49 2012 +0200
  52. fd31e53 MAJOR: remove the stream interface and task management code from sock_* by Willy Tarreau · Mon Jul 23 18:24:25 2012 +0200
  53. 2c6be84 MEDIUM: connection: extract the send_proxy callback from proto_tcp by Willy Tarreau · Fri Jul 06 17:12:34 2012 +0200
  54. 21adb02 MINOR: stream_interface: add a pointer to the listener for TARG_TYPE_CLIENT by Emeric Brun · Fri May 18 16:32:13 2012 +0200
  55. 2420827 MINOR: stream_interface: add a data channel close function by Willy Tarreau · Mon May 21 17:28:50 2012 +0200
  56. 9498113 REORG/MEDIUM: stream_interface: move applet->state and private to connection by Willy Tarreau · Mon May 21 17:09:48 2012 +0200
  57. fb7508a REORG/MINOR: stream_interface: move si->fd to struct connection by Willy Tarreau · Mon May 21 16:47:54 2012 +0200
  58. 73b013b MINOR: stream_interface: introduce a new "struct connection" type by Willy Tarreau · Mon May 21 16:31:45 2012 +0200
  59. f873d75 CLEANUP: stream_interface: stop exporting socket layer functions by Willy Tarreau · Fri May 11 17:47:17 2012 +0200
  60. 59b9479 BUG/MEDIUM: stream_interface: restore get_src/get_dst by Willy Tarreau · Fri May 11 16:16:40 2012 +0200
  61. 1539a01 MINOR: stream_interface: add a client target : TARG_TYPE_CLIENT by Willy Tarreau · Fri May 11 14:47:34 2012 +0200
  62. 5c979a9 REORG/MEDIUM: stream_interface: initialize socket ops from descriptors by Willy Tarreau · Mon May 07 17:15:39 2012 +0200
  63. 827aee9 [MAJOR] session: remove the ->srv pointer from struct session by Willy Tarreau · Thu Mar 10 16:55:02 2011 +0100
  64. 9e000c6 [CLEANUP] stream_interface: use inline functions to manipulate targets by Willy Tarreau · Thu Mar 10 14:03:36 2011 +0100
  65. b24281b [MINOR] stream_interface: make use of an applet descriptor for IO handlers by Willy Tarreau · Sun Feb 13 13:16:36 2011 +0100
  66. 148d099 [BUG] stream_interface: fix retnclose and remove cond_close by Willy Tarreau · Sun Jan 10 10:21:21 2010 +0100
  67. 5d881d0 [MINOR] new function stream_int_cond_close() by Willy Tarreau · Sun Dec 27 22:51:06 2009 +0100
  68. 8e89b84 [MINOR] http: remove the last call to stream_int_return by Willy Tarreau · Sun Oct 18 23:56:35 2009 +0200
  69. fb90d94 [MINOR] stream_interface: add functions to support running as internal/external tasks by Willy Tarreau · Sat Sep 05 20:57:35 2009 +0200
  70. 269358d [BUILD] stream_interface: fix conflicting declaration by Willy Tarreau · Sun Sep 20 20:14:49 2009 +0200
  71. dded32d [MINOR] replace client_retnclose() with stream_int_retnclose() by Willy Tarreau · Sun Nov 30 19:48:07 2008 +0100
  72. 81acfab [MINOR] replace the ambiguous client_return function by stream_int_return by Willy Tarreau · Sun Nov 30 19:22:53 2008 +0100
  73. cff6411 [MAJOR] add a connection error state to the stream_interface by Willy Tarreau · Mon Nov 03 06:26:53 2008 +0100