1. 2802b07 BUG/MAJOR: applet: fix a freeze if data is immedately forwarded. by Emeric Brun · Fri Jun 30 14:11:56 2017 +0200
  2. c730606 MAJOR: applet: applet scheduler rework. by Emeric Brun · Mon Jun 26 16:36:53 2017 +0200
  3. 2686dca CLEANUP: connection: remove unused CO_FL_WAIT_DATA by Willy Tarreau · Wed Apr 26 16:25:12 2017 +0200
  4. e39683c BUG/MEDIUM: stream: fix client-fin/server-fin handling by Hongbo Long · Fri Mar 10 18:41:51 2017 +0100
  5. 52821e2 BUG/MAJOR: stream-int: do not depend on connection flags to detect connection by Willy Tarreau · Sat Mar 18 17:11:37 2017 +0100
  6. 8cf9c8e BUG/MINOR: stream-int: automatically release SI_FL_WAIT_DATA on SHUTW_NOW by Willy Tarreau · Tue Dec 13 15:21:25 2016 +0100
  7. a73e59b BUG/MAJOR: Fix how the list of entities waiting for a buffer is handled by Christopher Faulet · Fri Dec 09 17:30:18 2016 +0100
  8. 796c5b7 OPTIM: stream-int: don't disable polling anymore on DONT_READ by Willy Tarreau · Tue Nov 29 21:47:02 2016 +0100
  9. 8e0bb0a MINOR: connection: add names for transport and data layers by Willy Tarreau · Thu Nov 24 16:58:12 2016 +0100
  10. 958f074 BUG/MEDIUM: stream-int: avoid double-call to applet->release by Willy Tarreau · Fri Sep 25 20:24:26 2015 +0200
  11. eca572f BUG/MEDIUM: applet: fix reporting of broken write situation by Willy Tarreau · Fri Sep 25 19:11:55 2015 +0200
  12. aa977ba MINOR: stream-int: rename si_applet_done() to si_applet_wake_cb() by Willy Tarreau · Fri Sep 25 11:45:06 2015 +0200
  13. 3355203 MEDIUM: stream-int: completely remove stream_int_update_embedded() by Willy Tarreau · Thu Sep 24 18:05:45 2015 +0200
  14. 651e182 MEDIUM: stream-int: use the same stream notification function for applets and conns by Willy Tarreau · Wed Sep 23 20:06:13 2015 +0200
  15. 615f28b MINOR: stream-int: implement the stream_int_notify() function by Willy Tarreau · Wed Sep 23 18:40:09 2015 +0200
  16. ea3cc48 MEDIUM: stream-int: clean up the conditions to enable reading in si_conn_wake_cb by Willy Tarreau · Wed Sep 23 19:37:00 2015 +0200
  17. 388a238 MINOR: stream-int: move the applet_pause call out of the stream updates by Willy Tarreau · Wed Sep 23 19:55:42 2015 +0200
  18. cbc3260 MINOR: stream-int: export stream_int_update_* by Willy Tarreau · Fri Sep 25 11:01:42 2015 +0200
  19. 5d5b2fe MEDIUM: stream-int: call stream_int_update() from si_update() by Willy Tarreau · Fri Sep 25 10:59:38 2015 +0200
  20. 452c7d5 MEDIUM: stream-int: factor out the stream update functions by Willy Tarreau · Fri Sep 25 10:39:16 2015 +0200
  21. 25f1310 MINOR: stream-int: implement a new stream_int_update() function by Willy Tarreau · Thu Sep 24 11:32:22 2015 +0200
  22. 2f4e702 MEDIUM: stream-int: split stream_int_update_conn() into si- and conn-specific parts by Willy Tarreau · Fri Sep 25 10:50:59 2015 +0200
  23. c4b56e4 MINOR: stream-int: use si_release_endpoint() to close idle conns by Willy Tarreau · Wed Sep 23 17:56:02 2015 +0200
  24. 5bc2cbf CLEANUP: typo: bad indent by Thierry FOURNIER · Fri Sep 04 18:40:36 2015 +0200
  25. 323a2d9 MEDIUM: stream-int: queue idle connections at the server by Willy Tarreau · Tue Aug 04 19:00:17 2015 +0200
  26. 7a08d3b CLEANUP: stream-int: remove stream_int_unregister_handler() and si_detach() by Willy Tarreau · Sun Jul 19 18:47:45 2015 +0200
  27. a9ff5e6 CLEANUP: stream-int: fix a few outdated comments about stream_int_register_handler() by Willy Tarreau · Sun Jul 19 18:46:30 2015 +0200
  28. 0b1a454 MEDIUM: stream-int: pause the appctx if the task is woken up by Willy Tarreau · Thu Apr 23 11:50:43 2015 +0200
  29. fe12793 MEDIUM: applet: make the applets only use si_applet_{cant|want|stop}_{get|put} by Willy Tarreau · Tue Apr 21 19:23:39 2015 +0200
  30. 563cc37 MAJOR: stream: use a regular ->update for all stream interfaces by Willy Tarreau · Sun Apr 19 18:13:56 2015 +0200
  31. 828824a MAJOR: applet: now call si_applet_done() instead of si_update() in I/O handlers by Willy Tarreau · Sun Apr 19 17:20:03 2015 +0200
  32. e5f8649 MEDIUM: stream-int: add a new function si_applet_done() by Willy Tarreau · Sun Apr 19 15:16:35 2015 +0200
  33. d45b9f8 REORG: stream-int: create si_applet_ops dedicated to applets by Willy Tarreau · Mon Apr 13 16:30:14 2015 +0200
  34. 3057645 CLEANUP: applet: rename struct si_applet to applet by Willy Tarreau · Mon Apr 13 13:50:30 2015 +0200
  35. 8a8d83b REORG: applet: move the applet definitions out of stream_interface by Willy Tarreau · Mon Apr 13 13:24:54 2015 +0200
  36. a7513f5 MINOR: stream-int: make appctx_new() take the applet in argument by Willy Tarreau · Sun Apr 05 00:15:26 2015 +0200
  37. 87b0966 REORG/MAJOR: session: rename the "session" entity to "stream" by Willy Tarreau · Fri Apr 03 00:22:06 2015 +0200
  38. 6b5a9c2 CLEANUP: stream-int: remove inclusion of fd.h that is not used anymore by Willy Tarreau · Fri Mar 13 00:46:47 2015 +0100
  39. d85c485 REORG: connection: move conn_drain() to connection.c and rename it by Willy Tarreau · Fri Mar 13 00:40:28 2015 +0100
  40. f31fb07 MEDIUM: connection: make conn_drain() perform more controls by Willy Tarreau · Fri Mar 13 00:32:20 2015 +0100
  41. 0a03c0f MEDIUM: stream-int: make conn_si_send_proxy() use conn_sock_send() by Willy Tarreau · Fri Mar 13 00:05:28 2015 +0100
  42. 1398aa1 MEDIUM: stream-int: replace xprt->shutw calls with conn_data_shutw() by Willy Tarreau · Thu Mar 12 23:04:07 2015 +0100
  43. 4dfd54f MINOR: stream-int: use conn_sock_shutw() to shutdown a connection by Willy Tarreau · Thu Mar 12 22:44:53 2015 +0100
  44. 1140512 CLEANUP: stream-int: remove a redundant clearing of the linger_risk flag by Willy Tarreau · Thu Mar 12 22:32:27 2015 +0100
  45. 78955f4 MEDIUM: session: simplify receive buffer allocator to only use the channel by Willy Tarreau · Sun Dec 28 13:09:02 2014 +0100
  46. afc8a22 CLEANUP: stream-int: limit usage of si_ic/si_oc by Willy Tarreau · Fri Nov 28 15:46:27 2014 +0100
  47. 50fe03b CLEANUP: stream-int: add si_opposite() to find the other stream interface by Willy Tarreau · Fri Nov 28 13:59:31 2014 +0100
  48. 4e4292b CLEANUP: stream-int: add si_ib/si_ob to dereference the buffers by Willy Tarreau · Fri Nov 28 12:18:45 2014 +0100
  49. 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
  50. 2bb4a96 REORG/MEDIUM: stream-int: introduce si_ic/si_oc to access channels by Willy Tarreau · Fri Nov 28 11:11:05 2014 +0100
  51. 319f745 MINOR: channel: rename bi_erase() to channel_truncate() by Willy Tarreau · Wed Jan 14 20:32:59 2015 +0100
  52. b5051f8 MINOR: channel: rename bi_avail() to channel_recv_max() by Willy Tarreau · Wed Jan 14 20:25:34 2015 +0100
  53. 3889fff MINOR: channel: rename channel_full() to !channel_may_recv() by Willy Tarreau · Tue Jan 13 20:20:10 2015 +0100
  54. 56efc48 OPTIM: stream-int: try to send pending spliced data by Willy Tarreau · Tue Dec 09 19:56:47 2014 +0100
  55. 9b20c55 MEDIUM: stream-int: support splicing from applets by Willy Tarreau · Tue Dec 09 19:47:54 2014 +0100
  56. 10fc09e MAJOR: session: only allocate buffers when needed by Willy Tarreau · Tue Nov 25 19:46:36 2014 +0100
  57. bf883e0 MAJOR: session: implement a wait-queue for sessions who need a buffer by Willy Tarreau · Tue Nov 25 21:10:35 2014 +0100
  58. a69fc9f BUG/MAJOR: stream-int: properly check the memory allocation return by Willy Tarreau · Mon Dec 22 19:34:00 2014 +0100
  59. 9dc1c61 BUG/CRITICAL: http: don't update msg->sov once data start to leave the buffer by Willy Tarreau · Mon Sep 01 20:35:55 2014 +0200
  60. afb7683 MEDIUM: connection: Implement and extented PROXY Protocol V2 by David S · Thu May 08 23:42:08 2014 -0400
  61. 7e31273 MINOR: config: make the stream interface idle timer user-configurable by Willy Tarreau · Wed Feb 12 16:35:14 2014 +0100
  62. c5890e6 MEDIUM: stream-int: automatically disable CF_STREAMER flags after idle by Willy Tarreau · Sun Feb 09 17:47:01 2014 +0100
  63. 7bed945 OPTIM: ssl: implement dynamic record size adjustment by Willy Tarreau · Sun Feb 02 02:00:24 2014 +0100
  64. 1049b1f MEDIUM: connection: don't use real send() flags in snd_buf() by Willy Tarreau · Sun Feb 02 01:51:17 2014 +0100
  65. 798c3c9 MINOR: stream-interface: no need to call fd_stop_both() on error by Willy Tarreau · Tue Jan 21 10:30:08 2014 +0100
  66. 708e717 MEDIUM: stream-interface: the polling flags must always be updated in chk_snd_conn by Willy Tarreau · Tue Jan 21 10:27:49 2014 +0100
  67. fd803bb MEDIUM: connection: add check for readiness in I/O handlers by Willy Tarreau · Mon Jan 20 15:13:07 2014 +0100
  68. e1f50c4 MEDIUM: connection: remove conn_{data,sock}_poll_{recv,send} by Willy Tarreau · Wed Jan 22 20:02:06 2014 +0100
  69. 310987a MAJOR: connection: remove the CO_FL_WAIT_{RD,WR} flags by Willy Tarreau · Wed Jan 22 19:46:33 2014 +0100
  70. e6300be BUG/MEDIUM: stream-interface: don't wake the task up before end of transfer by Willy Tarreau · Sat Jan 25 02:33:21 2014 +0100
  71. 46be2e5 MEDIUM: connection: update callers of ctrl->drain() to use conn_drain() by Willy Tarreau · Mon Jan 20 12:10:52 2014 +0100
  72. 7f4bcc3 MINOR: protocol: improve the proto->drain() API by Willy Tarreau · Mon Jan 20 11:26:12 2014 +0100
  73. d7ad9f5 MAJOR: channel: add a new flag CF_WAKE_WRITE to notify the task of writes by Willy Tarreau · Tue Dec 31 17:26:25 2013 +0100
  74. 61f7f0a BUG/MINOR: stream-int: do not clear the owner upon unregister by Willy Tarreau · Sat Dec 28 21:06:18 2013 +0100
  75. ea90063 BUG/MEDIUM: stream-int: fix the keep-alive idle connection handler by Willy Tarreau · Tue Dec 17 14:21:48 2013 +0100
  76. 2737562 MEDIUM: stream-int: implement a very simplistic idle connection manager by Willy Tarreau · Tue Dec 17 00:00:28 2013 +0100
  77. ad38ace MEDIUM: connection: centralize handling of nolinger in fd management by Willy Tarreau · Sun Dec 15 14:19:38 2013 +0100
  78. d02cdd2 MINOR: connection: add simple functions to report connection readiness by Willy Tarreau · Sun Dec 15 10:23:20 2013 +0100
  79. 0a23bcb MAJOR: stream-interface: dynamically allocate the applet context by Willy Tarreau · Sun Dec 01 11:31:38 2013 +0100
  80. 1fbe1c9 MEDIUM: stream-int: return the allocated appctx in stream_int_register_handler() by Willy Tarreau · Sun Dec 01 09:35:41 2013 +0100
  81. 57cd3e4 MEDIUM: connection: merge the send_proxy and local_send_proxy calls by Willy Tarreau · Thu Oct 24 22:01:26 2013 +0200
  82. b8020ce MEDIUM: connection: move the send_proxy offset to the connection by Willy Tarreau · Thu Oct 24 21:10:08 2013 +0200
  83. 32e3c6a MAJOR: stream interface: dynamically allocate the outgoing connection by Willy Tarreau · Fri Oct 11 19:34:20 2013 +0200
  84. 2a6e880 MEDIUM: stream-interface: introduce si_attach_conn to replace si_prepare_conn by Willy Tarreau · Thu Oct 24 15:50:53 2013 +0200
  85. f79c817 MAJOR: connection: add two new flags to indicate readiness of control/transport by Willy Tarreau · Mon Oct 21 16:30:56 2013 +0200
  86. b363a1f MAJOR: stream-int: stop using si->conn and use si->end instead by Willy Tarreau · Tue Oct 01 10:45:07 2013 +0200
  87. cf644ed MEDIUM: stream-int: make ->end point to the connection or the appctx by Willy Tarreau · Sun Sep 29 17:19:56 2013 +0200
  88. 4a59f2f MAJOR: stream interface: remove the ->release function pointer by Willy Tarreau · Thu Oct 24 20:10:45 2013 +0200
  89. 7d67d7b MINOR: stream-int: add a new pointer to the end point by Willy Tarreau · Sun Sep 29 16:05:22 2013 +0200
  90. 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
  91. 6fe1541 MINOR: stream-int: make the shutr/shutw functions void by Willy Tarreau · Sun Sep 29 15:16:03 2013 +0200
  92. 8b3d7df MEDIUM: stream-int: split the shutr/shutw functions between applet and conn by Willy Tarreau · Sun Sep 29 14:51:58 2013 +0200
  93. 26f4a04 MEDIUM: connection: set the socket shutdown flags on socket errors by Willy Tarreau · Wed Dec 04 23:44:10 2013 +0100
  94. 7fe4569 BUG/MINOR: connection: check EINTR when sending a PROXY header by Willy Tarreau · Wed Dec 04 23:37:56 2013 +0100
  95. 4f48990 OPTIM: stream_interface: return directly if the connection flag CO_FL_ERROR has been set by Godbach · Wed Dec 04 17:24:06 2013 +0800
  96. e68e02d CLEANUP: stream_interface: cleanup loop information in si_conn_send_loop() by Godbach · Fri Oct 11 15:48:29 2013 +0800
  97. 95742a4 BUG/MEDIUM: fix broken send_proxy on FreeBSD by Willy Tarreau · Tue Sep 03 09:02:11 2013 +0200
  98. fa8e2bc OPTIM: splicing: use splice() for the last block when relevant by Willy Tarreau · Thu Jul 18 22:21:54 2013 +0200
  99. 5007d2a BUG/MINOR: stream_interface: don't call chk_snd() on polled events by Willy Tarreau · Thu Jul 18 22:09:48 2013 +0200
  100. 61d39a0 BUG/MEDIUM: splicing: fix abnormal CPU usage with splicing by Willy Tarreau · Thu Jul 18 21:49:32 2013 +0200