1. 958f074 BUG/MEDIUM: stream-int: avoid double-call to applet->release by Willy Tarreau · Fri Sep 25 20:24:26 2015 +0200
  2. aa977ba MINOR: stream-int: rename si_applet_done() to si_applet_wake_cb() by Willy Tarreau · Fri Sep 25 11:45:06 2015 +0200
  3. 3355203 MEDIUM: stream-int: completely remove stream_int_update_embedded() by Willy Tarreau · Thu Sep 24 18:05:45 2015 +0200
  4. 615f28b MINOR: stream-int: implement the stream_int_notify() function by Willy Tarreau · Wed Sep 23 18:40:09 2015 +0200
  5. cbc3260 MINOR: stream-int: export stream_int_update_* by Willy Tarreau · Fri Sep 25 11:01:42 2015 +0200
  6. 5d5b2fe MEDIUM: stream-int: call stream_int_update() from si_update() by Willy Tarreau · Fri Sep 25 10:59:38 2015 +0200
  7. 25f1310 MINOR: stream-int: implement a new stream_int_update() function by Willy Tarreau · Thu Sep 24 11:32:22 2015 +0200
  8. 0fd9909 CLEANUP: stream-int: remove obsolete function si_applet_call() by Willy Tarreau · Wed Sep 23 10:12:49 2015 +0200
  9. 4320eaa MINOR: stream-int: make si_idle_conn() only accept valid connections by Willy Tarreau · Wed Aug 05 11:08:30 2015 +0200
  10. 323a2d9 MEDIUM: stream-int: queue idle connections at the server by Willy Tarreau · Tue Aug 04 19:00:17 2015 +0200
  11. 41b09f4 MINOR: stream-int: add new function si_detach_endpoint() by Willy Tarreau · Tue Aug 04 20:44:05 2015 +0200
  12. 973a542 MEDIUM: stream-int: simplify si_alloc_conn() by Willy Tarreau · Wed Aug 05 21:47:23 2015 +0200
  13. d7c7475 MINOR: stream-int: only use si_release_endpoint() to release a connection by Willy Tarreau · Sun Jul 19 19:14:10 2015 +0200
  14. 7a08d3b CLEANUP: stream-int: remove stream_int_unregister_handler() and si_detach() by Willy Tarreau · Sun Jul 19 18:47:45 2015 +0200
  15. eb406dc MINOR: stream-int: add two flags to indicate an applet's wishes regarding I/O by Willy Tarreau · Tue Apr 21 18:44:02 2015 +0200
  16. e5f8649 MEDIUM: stream-int: add a new function si_applet_done() by Willy Tarreau · Sun Apr 19 15:16:35 2015 +0200
  17. d45b9f8 REORG: stream-int: create si_applet_ops dedicated to applets by Willy Tarreau · Mon Apr 13 16:30:14 2015 +0200
  18. 3057645 CLEANUP: applet: rename struct si_applet to applet by Willy Tarreau · Mon Apr 13 13:50:30 2015 +0200
  19. 8a8d83b REORG: applet: move the applet definitions out of stream_interface by Willy Tarreau · Mon Apr 13 13:24:54 2015 +0200
  20. 00a37f0 MEDIUM: applet: make the applet not depend on a stream interface anymore by Willy Tarreau · Mon Apr 13 12:05:19 2015 +0200
  21. 19c8161 MINOR: applet: add a new "owner" pointer in the appctx by Willy Tarreau · Mon Apr 13 11:48:16 2015 +0200
  22. 7365dad BUG/MEDIUM: stream-int: always reset si->ops when si->end is nullified by Willy Tarreau · Mon Apr 20 01:03:17 2015 +0200
  23. a7513f5 MINOR: stream-int: make appctx_new() take the applet in argument by Willy Tarreau · Sun Apr 05 00:15:26 2015 +0200
  24. e7dff02 REORG/MEDIUM: stream: rename stream flags from SN_* to SF_* by Willy Tarreau · Fri Apr 03 01:14:29 2015 +0200
  25. 87b0966 REORG/MAJOR: session: rename the "session" entity to "stream" by Willy Tarreau · Fri Apr 03 00:22:06 2015 +0200
  26. 50fe03b CLEANUP: stream-int: add si_opposite() to find the other stream interface by Willy Tarreau · Fri Nov 28 13:59:31 2014 +0100
  27. 4e4292b CLEANUP: stream-int: add si_ib/si_ob to dereference the buffers by Willy Tarreau · Fri Nov 28 12:18:45 2014 +0100
  28. 819d332 MEDIUM: stream-int: remove any reference to the owner by Willy Tarreau · Fri Nov 28 12:12:34 2014 +0100
  29. 07373b8 MEDIUM: stream-int: use si_task() to retrieve the task from the stream int by Willy Tarreau · Fri Nov 28 12:08:47 2014 +0100
  30. aefd790 MEDIUM: stream-int: make si_sess() use the stream int's side by Willy Tarreau · Fri Nov 28 12:03:32 2014 +0100
  31. 0b2fb7f MAJOR: stream-int: only rely on SI_FL_ISBACK to find the requested channel by Willy Tarreau · Fri Nov 28 11:50:38 2014 +0100
  32. a5f5d8d MEDIUM: stream-int: add a flag indicating which side the SI is on by Willy Tarreau · Fri Nov 28 11:26:07 2014 +0100
  33. 2bb4a96 REORG/MEDIUM: stream-int: introduce si_ic/si_oc to access channels by Willy Tarreau · Fri Nov 28 11:11:05 2014 +0100
  34. 3dd6a25 MINOR: stream-int: retrieve session pointer from stream-int by Willy Tarreau · Fri Nov 28 18:30:25 2014 +0100
  35. 9e5a3aa MEDIUM: stream-int: make si_connect() return an established state when possible by Willy Tarreau · Tue Dec 31 23:32:12 2013 +0100
  36. 2737562 MEDIUM: stream-int: implement a very simplistic idle connection manager by Willy Tarreau · Tue Dec 17 00:00:28 2013 +0100
  37. b490b4e MAJOR: stream-int: handle the connection reuse in si_connect() by Willy Tarreau · Sun Dec 15 16:20:50 2013 +0100
  38. 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
  39. d02cdd2 MINOR: connection: add simple functions to report connection readiness by Willy Tarreau · Sun Dec 15 10:23:20 2013 +0100
  40. 0a23bcb MAJOR: stream-interface: dynamically allocate the applet context by Willy Tarreau · Sun Dec 01 11:31:38 2013 +0100
  41. 1fbe1c9 MEDIUM: stream-int: return the allocated appctx in stream_int_register_handler() by Willy Tarreau · Sun Dec 01 09:35:41 2013 +0100
  42. 7b4b499 MEDIUM: stream-int: replace occurrences of si->appctx with si_appctx() by Willy Tarreau · Sun Dec 01 09:15:12 2013 +0100
  43. 1ec74bf MINOR: connection: check for send_proxy during the connect(), not the SI by Willy Tarreau · Thu Oct 24 21:45:00 2013 +0200
  44. b8020ce MEDIUM: connection: move the send_proxy offset to the connection by Willy Tarreau · Thu Oct 24 21:10:08 2013 +0200
  45. 32e3c6a MAJOR: stream interface: dynamically allocate the outgoing connection by Willy Tarreau · Fri Oct 11 19:34:20 2013 +0200
  46. 2a6e880 MEDIUM: stream-interface: introduce si_attach_conn to replace si_prepare_conn by Willy Tarreau · Thu Oct 24 15:50:53 2013 +0200
  47. 7abddb5 MINOR: connection: replace conn_assign with conn_attach by Willy Tarreau · Thu Oct 24 15:31:04 2013 +0200
  48. 3ed35ef MINOR: stream-interface: introduce si_reset() and si_set_state() by Willy Tarreau · Thu Oct 24 11:51:38 2013 +0200
  49. c10aec2 MINOR: get rid of si_takeover_conn() by Willy Tarreau · Mon Oct 14 19:43:37 2013 +0200
  50. 3721343 MEDIUM: connection: replace conn_prepare with conn_assign by Willy Tarreau · Mon Oct 14 19:46:29 2013 +0200
  51. b363a1f MAJOR: stream-int: stop using si->conn and use si->end instead by Willy Tarreau · Tue Oct 01 10:45:07 2013 +0200
  52. 691b1f4 CLEANUP: stream-int: remove obsolete si_ctrl function by Willy Tarreau · Mon Sep 30 14:53:05 2013 +0200
  53. cf644ed MEDIUM: stream-int: make ->end point to the connection or the appctx by Willy Tarreau · Sun Sep 29 17:19:56 2013 +0200
  54. 4a59f2f MAJOR: stream interface: remove the ->release function pointer by Willy Tarreau · Thu Oct 24 20:10:45 2013 +0200
  55. 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
  56. 7d67d7b MINOR: stream-int: add a new pointer to the end point by Willy Tarreau · Sun Sep 29 16:05:22 2013 +0200
  57. 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
  58. 6fe1541 MINOR: stream-int: make the shutr/shutw functions void by Willy Tarreau · Sun Sep 29 15:16:03 2013 +0200
  59. 8b3d7df MEDIUM: stream-int: split the shutr/shutw functions between applet and conn by Willy Tarreau · Sun Sep 29 14:51:58 2013 +0200
  60. 55e4ecd MINOR: stats: add a few more information on session dump by Willy Tarreau · Sat Dec 08 17:48:47 2012 +0100
  61. f0837b2 MEDIUM: tcp: add explicit support for delayed ACK in connect() by Willy Tarreau · Sat Nov 24 10:24:27 2012 +0100
  62. 128b03c CLEANUP: stream_interface: remove the external task type target by Willy Tarreau · Sun Nov 11 23:14:16 2012 +0100
  63. 7f7ad91 BUILD: stream_interface: remove si_fd() and its references by Willy Tarreau · Sun Nov 11 19:27:15 2012 +0100
  64. f2943dc MAJOR: session: detach the connections from the stream interfaces by Willy Tarreau · Fri Oct 26 20:10:28 2012 +0200
  65. bd99aab MINOR: connection: split conn_prepare() in two functions by Willy Tarreau · Tue Oct 02 20:57:19 2012 +0200
  66. 4aa3683 MINOR: connection: provide a generic data layer wakeup callback by Willy Tarreau · Tue Oct 02 20:07:22 2012 +0200
  67. 74beec3 REORG: connection: rename app_cb "data" by Willy Tarreau · Wed Oct 03 00:41:04 2012 +0200
  68. f7bc57c REORG: connection: rename the data layer the "transport layer" by Willy Tarreau · Wed Oct 03 00:19:48 2012 +0200
  69. cd37995 MINOR: connection: add a pointer to the connection owner by Willy Tarreau · Thu Sep 27 22:14:33 2012 +0200
  70. dda5e7c CLEANUP: connection: offer conn_prepare() to set up a connection by Willy Tarreau · Mon Sep 24 17:15:42 2012 +0200
  71. 14f8e86 MEDIUM: proto_tcp: remove any dependence on stream_interface by Willy Tarreau · Thu Aug 30 22:23:13 2012 +0200
  72. 986a9d2 MAJOR: connection: move the addr field from the stream_interface by Willy Tarreau · Thu Aug 30 21:11:38 2012 +0200
  73. 3cefd52 REORG: connection: move the target pointer from si to connection by Willy Tarreau · Thu Aug 30 15:49:18 2012 +0200
  74. 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
  75. ce323de REORG: stream-interface: move sock_raw_read() to si_conn_recv_cb() by Willy Tarreau · Mon Aug 20 21:41:06 2012 +0200
  76. 9bf9c14 MEDIUM: stream-interface: provide a generic stream_sock_read0() function by Willy Tarreau · Mon Aug 20 15:38:41 2012 +0200
  77. eecf6ca MEDIUM: stream-interface: provide a generic si_conn_send_cb callback by Willy Tarreau · Mon Aug 20 15:09:53 2012 +0200
  78. de5722c MEDIUM: stream-interface: provide a generic stream_int_chk_snd_conn() function by Willy Tarreau · Mon Aug 20 15:01:10 2012 +0200
  79. 46a8d92 MEDIUM: stream-interface: offer a generic chk_rcv function for connections by Willy Tarreau · Mon Aug 20 12:38:36 2012 +0200
  80. 100c467 MEDIUM: stream_interface: offer a generic function for connection updates by Willy Tarreau · Mon Aug 20 12:06:26 2012 +0200
  81. f9dabec MEDIUM: connection: make use of the new polling functions by Willy Tarreau · Fri Aug 17 17:33:53 2012 +0200
  82. 49b046d MAJOR: fd: replace all EV_FD_* macros with new fd_*_* inline calls by Willy Tarreau · Thu Aug 09 12:11:58 2012 +0200
  83. 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
  84. 8b11708 REORG: connection: replace si_data_close() with conn_data_close() by Willy Tarreau · Mon Aug 06 15:06:49 2012 +0200
  85. fd31e53 MAJOR: remove the stream interface and task management code from sock_* by Willy Tarreau · Mon Jul 23 18:24:25 2012 +0200
  86. 2c6be84 MEDIUM: connection: extract the send_proxy callback from proto_tcp by Willy Tarreau · Fri Jul 06 17:12:34 2012 +0200
  87. 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
  88. 2420827 MINOR: stream_interface: add a data channel close function by Willy Tarreau · Mon May 21 17:28:50 2012 +0200
  89. 9498113 REORG/MEDIUM: stream_interface: move applet->state and private to connection by Willy Tarreau · Mon May 21 17:09:48 2012 +0200
  90. fb7508a REORG/MINOR: stream_interface: move si->fd to struct connection by Willy Tarreau · Mon May 21 16:47:54 2012 +0200
  91. 73b013b MINOR: stream_interface: introduce a new "struct connection" type by Willy Tarreau · Mon May 21 16:31:45 2012 +0200
  92. f873d75 CLEANUP: stream_interface: stop exporting socket layer functions by Willy Tarreau · Fri May 11 17:47:17 2012 +0200
  93. 59b9479 BUG/MEDIUM: stream_interface: restore get_src/get_dst by Willy Tarreau · Fri May 11 16:16:40 2012 +0200
  94. 1539a01 MINOR: stream_interface: add a client target : TARG_TYPE_CLIENT by Willy Tarreau · Fri May 11 14:47:34 2012 +0200
  95. 5c979a9 REORG/MEDIUM: stream_interface: initialize socket ops from descriptors by Willy Tarreau · Mon May 07 17:15:39 2012 +0200
  96. 827aee9 [MAJOR] session: remove the ->srv pointer from struct session by Willy Tarreau · Thu Mar 10 16:55:02 2011 +0100
  97. 9e000c6 [CLEANUP] stream_interface: use inline functions to manipulate targets by Willy Tarreau · Thu Mar 10 14:03:36 2011 +0100
  98. b24281b [MINOR] stream_interface: make use of an applet descriptor for IO handlers by Willy Tarreau · Sun Feb 13 13:16:36 2011 +0100
  99. 148d099 [BUG] stream_interface: fix retnclose and remove cond_close by Willy Tarreau · Sun Jan 10 10:21:21 2010 +0100
  100. 5d881d0 [MINOR] new function stream_int_cond_close() by Willy Tarreau · Sun Dec 27 22:51:06 2009 +0100