1. 908d26f MINOR: stream-int: don't needlessly call si_cs_send() in si_cs_process() by Willy Tarreau · Thu Oct 25 14:02:47 2018 +0200
  2. 0dfccb2 MINOR: stream-int: make stream_int_notify() not wake the tasklet up by Willy Tarreau · Thu Oct 25 13:55:20 2018 +0200
  3. 33a09a5 MINOR: stream-int: don't needlessly call tasklet_wakeup() in stream_int_chk_snd_conn() by Willy Tarreau · Thu Oct 25 13:49:49 2018 +0200
  4. eafd8eb MEDIUM: stream-int: call si_cs_process() in stream_int_update_conn by Willy Tarreau · Sun Oct 28 13:32:08 2018 +0100
  5. 85f8901 MEDIUM: stream-int: make si_update() synchronize flag changes before the I/O by Willy Tarreau · Thu Oct 25 11:06:57 2018 +0200
  6. 581abd3 MEDIUM: stream-int: replace channel_alloc_buffer() with si_alloc_ibuf() everywhere by Willy Tarreau · Thu Oct 25 10:21:41 2018 +0200
  7. ede3d88 MEDIUM: channel: merge back flags CF_WRITE_PARTIAL and CF_WRITE_EVENT by Willy Tarreau · Wed Oct 24 17:17:56 2018 +0200
  8. 955188d BUG/MEDIUM: stream-int: don't set SI_FL_WAIT_ROOM on CF_READ_DONTWAIT by Christopher Faulet · Mon Oct 22 21:34:21 2018 +0200
  9. 31f04e4 MINOR: stream_interface: Avoid calling si_cs_send/recv if not needed. by Olivier Houchard · Mon Oct 22 16:01:09 2018 +0200
  10. 53216e7 MEDIUM: connections: Don't directly mess with the polling from the upper layers. by Olivier Houchard · Wed Oct 10 15:46:36 2018 +0200
  11. fa8aa86 MEDIUM: connections: Change struct wait_list to wait_event. by Olivier Houchard · Wed Oct 10 18:25:41 2018 +0200
  12. 21df6cc MINOR: h2/stream_interface: Reintroduce te wake() method. by Olivier Houchard · Fri Sep 14 23:21:44 2018 +0200
  13. 0e367bb BUG/MEDIUM: process_stream: Don't use si_cs_io_cb() in process_stream(). by Olivier Houchard · Fri Sep 14 19:41:13 2018 +0200
  14. 874a35c DOC: Fix typos in lua documentation by Bertrand Jacquin · Mon Sep 10 21:26:07 2018 +0100
  15. 7138455 MINOR: conn_streams: Remove wait_list from conn_streams. by Olivier Houchard · Wed Sep 12 15:21:03 2018 +0200
  16. c2aa711 MEDIUM: stream_interfaces: Starts receiving from the upper layers. by Olivier Houchard · Tue Sep 11 18:27:21 2018 +0200
  17. f653528 MEDIUM: stream_interface: Make recv() subscribe when more data is needed. by Olivier Houchard · Fri Aug 31 17:29:12 2018 +0200
  18. af4021e MEDIUM: connections: Get rid of the recv() method. by Olivier Houchard · Thu Aug 09 13:06:55 2018 +0200
  19. 4cf7fb1 MEDIUM: connections/mux: Add a recv and a send+recv wait list. by Olivier Houchard · Thu Aug 02 19:23:05 2018 +0200
  20. c7ffa91 BUG/MEDIUM: stream_interface: try to call si_cs_send() earlier. by Olivier Houchard · Tue Aug 28 19:37:41 2018 +0200
  21. 80c5679 BUG/MEDIUM: stream_interface: Call the wake callback after sending. by Olivier Houchard · Tue Aug 21 16:37:06 2018 +0200
  22. a6ff035 BUG/MEDIUM: stream-int: Check if the conn_stream exist in si_cs_io_cb. by Olivier Houchard · Tue Aug 21 15:59:43 2018 +0200
  23. 8f0b4c6 MINOR: stream_interface: Give stream_interface its own wait_list. by Olivier Houchard · Thu Aug 02 18:21:38 2018 +0200
  24. 91894cb MINOR: stream_interface: Don't use si_cs_send() as a task handler. by Olivier Houchard · Thu Aug 02 18:06:28 2018 +0200
  25. e1c6dbc MINOR: connections/mux: Add the wait reason(s) to wait_list. by Olivier Houchard · Wed Aug 01 17:06:43 2018 +0200
  26. ed0f207 MINOR: connections: Get rid of txbuf. by Olivier Houchard · Thu Aug 16 15:41:52 2018 +0200
  27. 511efea MINOR: connections: Make rcv_buf mandatory and nuke cs_recv(). by Olivier Houchard · Thu Aug 16 15:30:32 2018 +0200
  28. 7c42eac BUG/MEDIUM: stream_int: Don't check CO_FL_SOCK_RD_SH flag to trigger cs receive by Christopher Faulet · Tue Apr 17 14:33:47 2018 +0200
  29. 063f786 MINOR: conn_stream: add cs_send() as a default snd_buf() function by Christopher Faulet · Wed May 23 15:03:43 2018 +0200
  30. 171d5f2 BUG/MEDIUM: stream-int: don't immediately enable reading when the buffer was reportedly full by Willy Tarreau · Tue Jul 24 16:56:34 2018 +0200
  31. 67b1e78 MEDIUM: stream-int: automatically call si_cs_recv_cb() if the cs has data on wake() by Willy Tarreau · Mon Feb 26 20:08:13 2018 +0100
  32. 11c9aa4 MEDIUM: conn_stream: add cs_recv() as a default rcv_buf() function by Willy Tarreau · Fri Mar 02 13:55:01 2018 +0100
  33. 8318885 MINOR: connection: simplify subscription by adding a registration function by Willy Tarreau · Wed Jul 18 08:18:20 2018 +0200
  34. 910b2bc MEDIUM: connections/mux: Revamp the send direction. by Olivier Houchard · Tue Jul 17 18:49:38 2018 +0200
  35. 83061a8 MAJOR: chunks: replace struct chunk with struct buffer by Willy Tarreau · Fri Jul 13 11:56:34 2018 +0200
  36. 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · Fri Jul 13 10:54:26 2018 +0200
  37. c9fa048 MAJOR: buffer: finalize buffer detachment by Willy Tarreau · Tue Jul 10 17:43:27 2018 +0200
  38. 77e478c MINOR: stream-int: use the new buffer API by Willy Tarreau · Tue Jun 19 07:03:14 2018 +0200
  39. d760eec MINOR: buffer: replace buffer_not_empty() with b_data() or c_data() by Willy Tarreau · Tue Jul 10 09:50:25 2018 +0200
  40. 337ea57 MINOR: connection: add a new receive flag : CO_RFL_BUF_WET by Willy Tarreau · Tue Jun 19 06:23:38 2018 +0200
  41. 7f3225f MINOR: connection: add a flags argument to rcv_buf() by Willy Tarreau · Tue Jun 19 06:15:17 2018 +0200
  42. deccd11 MEDIUM: mux: make mux->snd_buf() take the byte count in argument by Willy Tarreau · Thu Jun 14 18:38:55 2018 +0200
  43. bcbd393 MINOR: channel/buffer: replace b_{adv,rew} with c_{adv,rew} by Willy Tarreau · Wed Jun 06 07:13:22 2018 +0200
  44. 6fa63d9 MINOR: early data: Don't rely on CO_FL_EARLY_DATA to wake up streams. by Olivier Houchard · Mon Nov 27 18:41:32 2017 +0100
  45. b78b80e BUG/MINOR: stream-int: don't try to receive again after receiving an EOS by Willy Tarreau · Tue Dec 12 09:58:40 2017 +0100
  46. 6577b48 BUG/MEDIUM: stream-int: always set SI_FL_WAIT_ROOM on CS_FL_RCV_MORE by Willy Tarreau · Sun Dec 10 21:19:33 2017 +0100
  47. 7fc96d5 MINOR: mux: Make sure every string is woken up after the handshake. by Olivier Houchard · Thu Nov 23 18:25:47 2017 +0100
  48. 62dd698 BUG/MINOR: stream-int: don't try to read again when CF_READ_DONTWAIT is set by Willy Tarreau · Sat Nov 18 11:26:20 2017 +0100
  49. e9bed53 MINOR: ssl: Make sure we don't shutw the connection before the handshake. by Olivier Houchard · Thu Nov 16 17:49:25 2017 +0100
  50. c5a9d5b BUG/MEDIUM: stream-int: Don't loss write's notifs when a stream is woken up by Christopher Faulet · Thu Nov 09 09:36:43 2017 +0100
  51. ecd2e15 BUG/MINOR: stream-int: don't set MSG_MORE on closed request path by Willy Tarreau · Tue Nov 07 15:07:25 2017 +0100
  52. a553ae9 MEDIUM: connection: replace conn_full_close() with cs_close() by Willy Tarreau · Thu Oct 05 18:52:17 2017 +0200
  53. 9fbbff6 MEDIUM: connection: make conn_sock_shutw() aware of lingering by Willy Tarreau · Thu Oct 05 17:24:42 2017 +0200
  54. ecdb3fe MINOR: conn_stream: modify cs_shut{r,w} API to pass the desired mode by Willy Tarreau · Thu Oct 05 15:25:48 2017 +0200
  55. 4ff3b89 MINOR: connection: make conn_stream users also check for per-stream error flag by Willy Tarreau · Mon Oct 16 15:17:17 2017 +0200
  56. 9aaf778 MAJOR: connection : Split struct connection into struct connection and struct conn_stream. by Olivier Houchard · Wed Sep 13 18:30:23 2017 +0200
  57. ccaa7de MINOR: ssl/proto_http: Add keywords to take care of early data. by Olivier Houchard · Mon Oct 02 11:51:03 2017 +0200
  58. 3b9c850 MINOR: stream-int: stop checking for useless connection flags in chk_snd_conn by Willy Tarreau · Wed Oct 25 14:22:28 2017 +0200
  59. f9ce57e MEDIUM: connection: make conn_sock_shutw() aware of lingering by Willy Tarreau · Thu Oct 05 17:24:42 2017 +0200
  60. 1a0545f REORG: connection: rename CO_FL_DATA_* -> CO_FL_XPRT_* by Olivier Houchard · Wed Sep 13 18:30:23 2017 +0200
  61. 06d80a9 REORG: channel: finally rename the last bi_* / bo_* functions by Willy Tarreau · Thu Oct 19 14:32:15 2017 +0200
  62. 4ac4928 BUG/MINOR: stream-int: don't set MSG_MORE on SHUTW_NOW without AUTO_CLOSE by Willy Tarreau · Tue Oct 17 16:33:46 2017 +0200
  63. 95fad5b BUG/MAJOR: stream-int: don't re-arm recv if send fails by Bin Wang · Fri Sep 15 14:56:40 2017 +0800
  64. bbae3f0 MEDIUM: connection: remove useless flag CO_FL_DATA_WR_SH by Willy Tarreau · Wed Aug 30 09:59:52 2017 +0200
  65. 54e917c MEDIUM: connection: remove useless flag CO_FL_DATA_RD_SH by Willy Tarreau · Wed Aug 30 07:35:35 2017 +0200
  66. 8ff5a8d BUG/MINOR: stream-int: don't check the CO_FL_CURR_WR_ENA flag by Willy Tarreau · Tue Aug 29 16:40:59 2017 +0200
  67. 2802b07 BUG/MAJOR: applet: fix a freeze if data is immedately forwarded. by Emeric Brun · Fri Jun 30 14:11:56 2017 +0200
  68. c730606 MAJOR: applet: applet scheduler rework. by Emeric Brun · Mon Jun 26 16:36:53 2017 +0200
  69. 2686dca CLEANUP: connection: remove unused CO_FL_WAIT_DATA by Willy Tarreau · Wed Apr 26 16:25:12 2017 +0200
  70. e39683c BUG/MEDIUM: stream: fix client-fin/server-fin handling by Hongbo Long · Fri Mar 10 18:41:51 2017 +0100
  71. 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
  72. 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
  73. 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
  74. 796c5b7 OPTIM: stream-int: don't disable polling anymore on DONT_READ by Willy Tarreau · Tue Nov 29 21:47:02 2016 +0100
  75. 8e0bb0a MINOR: connection: add names for transport and data layers by Willy Tarreau · Thu Nov 24 16:58:12 2016 +0100
  76. 958f074 BUG/MEDIUM: stream-int: avoid double-call to applet->release by Willy Tarreau · Fri Sep 25 20:24:26 2015 +0200
  77. eca572f BUG/MEDIUM: applet: fix reporting of broken write situation by Willy Tarreau · Fri Sep 25 19:11:55 2015 +0200
  78. aa977ba MINOR: stream-int: rename si_applet_done() to si_applet_wake_cb() by Willy Tarreau · Fri Sep 25 11:45:06 2015 +0200
  79. 3355203 MEDIUM: stream-int: completely remove stream_int_update_embedded() by Willy Tarreau · Thu Sep 24 18:05:45 2015 +0200
  80. 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
  81. 615f28b MINOR: stream-int: implement the stream_int_notify() function by Willy Tarreau · Wed Sep 23 18:40:09 2015 +0200
  82. 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
  83. 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
  84. cbc3260 MINOR: stream-int: export stream_int_update_* by Willy Tarreau · Fri Sep 25 11:01:42 2015 +0200
  85. 5d5b2fe MEDIUM: stream-int: call stream_int_update() from si_update() by Willy Tarreau · Fri Sep 25 10:59:38 2015 +0200
  86. 452c7d5 MEDIUM: stream-int: factor out the stream update functions by Willy Tarreau · Fri Sep 25 10:39:16 2015 +0200
  87. 25f1310 MINOR: stream-int: implement a new stream_int_update() function by Willy Tarreau · Thu Sep 24 11:32:22 2015 +0200
  88. 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
  89. c4b56e4 MINOR: stream-int: use si_release_endpoint() to close idle conns by Willy Tarreau · Wed Sep 23 17:56:02 2015 +0200
  90. 5bc2cbf CLEANUP: typo: bad indent by Thierry FOURNIER · Fri Sep 04 18:40:36 2015 +0200
  91. 323a2d9 MEDIUM: stream-int: queue idle connections at the server by Willy Tarreau · Tue Aug 04 19:00:17 2015 +0200
  92. 7a08d3b CLEANUP: stream-int: remove stream_int_unregister_handler() and si_detach() by Willy Tarreau · Sun Jul 19 18:47:45 2015 +0200
  93. 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
  94. 0b1a454 MEDIUM: stream-int: pause the appctx if the task is woken up by Willy Tarreau · Thu Apr 23 11:50:43 2015 +0200
  95. 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
  96. 563cc37 MAJOR: stream: use a regular ->update for all stream interfaces by Willy Tarreau · Sun Apr 19 18:13:56 2015 +0200
  97. 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
  98. e5f8649 MEDIUM: stream-int: add a new function si_applet_done() by Willy Tarreau · Sun Apr 19 15:16:35 2015 +0200
  99. d45b9f8 REORG: stream-int: create si_applet_ops dedicated to applets by Willy Tarreau · Mon Apr 13 16:30:14 2015 +0200
  100. 3057645 CLEANUP: applet: rename struct si_applet to applet by Willy Tarreau · Mon Apr 13 13:50:30 2015 +0200