1. a254a37 MEDIUM: streams: Add the ability to retry a request on L7 failure. by Olivier Houchard · 5 years ago
  2. 51205a1 BUG/MEDIUM: applets: Don't use task_in_rq(). by Olivier Houchard · 5 years ago
  3. b2fc04e BUG/MEDIUM: stream_interface: Don't bother doing chk_rcv/snd if not connected. by Olivier Houchard · 5 years ago
  4. 86dcad6 BUG/MEDIUM: stream: Don't clear the stream_interface flags in si_update_both. by Olivier Houchard · 5 years ago
  5. 39cc020 BUG/MEDIUM: streams: Don't remove the SI_FL_ERR flag in si_update_both(). by Olivier Houchard · 5 years ago
  6. 65e04eb MINOR: channel: don't unset CF_SHUTR_NOW after shutting down. by Willy Tarreau · 5 years ago
  7. 87a8f35 CLEANUP: muxes/stream-int: Remove flags CS_FL_READ_NULL and SI_FL_READ_NULL by Christopher Faulet · 5 years ago
  8. 297d3e2 MINOR: channel: Report EOI on the input channel if it was reached in the mux by Christopher Faulet · 5 years ago
  9. 203b2b0 MINOR: muxes: Report the Last read with a dedicated flag by Christopher Faulet · 5 years ago
  10. 36839dc CLEANUP: stream: Remove bogus loop in conn_si_send_proxy by Tim Duesterhus · 5 years ago
  11. 51d0a7e MINOR: connstream: have a new flag CS_FL_KILL_CONN to kill a connection by Willy Tarreau · 5 years ago
  12. d7607de BUG/MAJOR: stream-int: Update the stream expiration date in stream_int_notify() by Christopher Faulet · 5 years ago
  13. bddf7fc MEDIUM: stream-int: always consider all CS errors on the send side by Willy Tarreau · 6 years ago
  14. 14bfe9a CLEANUP: stream-int: consistently call the si/stream_int functions by Willy Tarreau · 6 years ago
  15. 4f6516d CLEANUP: connection: rename subscription events values and event field by Willy Tarreau · 6 years ago
  16. 78f5ff8 BUG/MEDIUM: stream-int: also wake the stream up on end of transfer by Willy Tarreau · 6 years ago
  17. 7ab99a3 BUG/MEDIUM: stream-int: always clear CS_FL_WANT_ROOM before receiving by Willy Tarreau · 6 years ago
  18. fd0c2dc BUG/MEDIUM: stream_interface: Don't report read0 if we were not connected. by Olivier Houchard · 6 years ago
  19. f061e42 BUG/MINOR: stream-int: Process read0 even if no data was received in si_cs_recv by Christopher Faulet · 6 years ago
  20. d247be0 BUG/MEDIUM: connections: Split CS_FL_RCV_MORE into 2 flags. by Olivier Houchard · 6 years ago
  21. 674e0ad BUG/MEDIUM: stream-int: don't mark as blocked an empty buffer on Rx by Willy Tarreau · 6 years ago
  22. c490efd BUG/MEDIUM: stream_interface: Make REALLY sure we read all the data. by Olivier Houchard · 6 years ago
  23. 24b8fe8 BUG/MEDIUM: stream_interface: Make sure we read all the data available. by Olivier Houchard · 6 years ago
  24. 3e1f68b BUG/MEDIUM: stream_interface: Don't check if the handshake is done. by Olivier Houchard · 6 years ago
  25. 55dec0d MINOR: stream-int: remove useless checks on CS and conn flags in si_cs_send() by Christopher Faulet · 6 years ago
  26. 3f76f4c BUG/MINOR: stream-int: Don't call snd_buf() if there are still data in the pipe by Christopher Faulet · 6 years ago
  27. e4acd5e MINOR: stream-int: Notify caller when an error is reported after a rcv_buf() by Christopher Faulet · 6 years ago
  28. 5ed7aab MINOR: stream-int: Notify caller when an error is reported after a rcv_pipe() by Christopher Faulet · 6 years ago
  29. effc375 MINOR: conn_stream: Add a flag to notify the SI some data were received by Christopher Faulet · 6 years ago
  30. 72d9125 MINOR: conn_stream: Add a flag to notify the mux it must respect the reserve by Christopher Faulet · 6 years ago
  31. c6618d6 MINOR: conn_stream: Add a flag to notify the mux it should flush its buffers by Christopher Faulet · 6 years ago
  32. 7c6f8b1 MAJOR: connections: Detach connections from streams. by Olivier Houchard · 6 years ago
  33. db39843 MINOR: stream-int: replace si_cant_put() with si_rx_room_{blk,rdy}() by Willy Tarreau · 6 years ago
  34. b26a6f9 MEDIUM: stream-int: make use of si_rx_chan_{rdy,blk} to control the stream-int from the channel by Willy Tarreau · 6 years ago
  35. 47baeb8 MEDIUM: stream-int: unconditionally call si_chk_rcv() in update and notify by Willy Tarreau · 6 years ago
  36. abb5d42 MEDIUM: stream-int: use si_rx_shut_blk() to indicate the SI is closed by Willy Tarreau · 6 years ago
  37. 186dcdd MINOR: stream-int: automatically mark applets as ready if they block on the channel by Willy Tarreau · 6 years ago
  38. dd5621a MEDIUM: stream-int: update the endp polling status only at the end of si_cs_recv() by Willy Tarreau · 6 years ago
  39. 8bb2ffb MINOR: stream-int: replace si_{want,stop}_put() with si_rx_endp_{more,done}() by Willy Tarreau · 6 years ago
  40. 32742fd MINOR: stream-int: use si_rx_blocked()/si_tx_blocked() to check readiness by Willy Tarreau · 6 years ago
  41. 05b9b64 MINOR: stream-int: replace SI_FL_WANT_PUT with !SI_FL_RX_WAIT_EP by Willy Tarreau · 6 years ago
  42. d0f5bbc MINOR: stream-int: rename SI_FL_WAIT_ROOM to SI_FL_RXBLK_ROOM by Willy Tarreau · 6 years ago
  43. 89b6a2b MINOR: stream-int: relax the forwarding rules in stream_int_notify() by Willy Tarreau · 6 years ago
  44. 6b1379f MINOR: stream-int: make conn_si_send_proxy() use cs_get_first() by Willy Tarreau · 6 years ago
  45. ffb1205 BUG/MINOR: stream-int: make sure not to go through the rcv_buf path after splice() by Willy Tarreau · 6 years ago
  46. 81464b4 BUG/MEDIUM: stream-int: clear CO_FL_WAIT_ROOM after splicing data in by Willy Tarreau · 6 years ago
  47. f6975aa BUG/MEDIUM: stream-int: make failed splice_in always subscribe to recv by Willy Tarreau · 6 years ago
  48. 691fe39 BUG/MEDIUM: stream-int: convert some co_data() checks to channel_is_empty() by Willy Tarreau · 6 years ago
  49. f26c26c BUG/MEDIUM: stream-int: change the way buffer room is requested by a stream-int by Willy Tarreau · 6 years ago
  50. 4eb7d74 MEDIUM: stream-int: Try to read data even if channel's buffer seems to be full by Christopher Faulet · 6 years ago
  51. b3e0de4 MEDIUM: stream-int: Rely only on SI_FL_WAIT_ROOM to stop data receipt by Christopher Faulet · 6 years ago
  52. d0d40eb CLEANUP: stream-int: remove the now unused si->update() function by Willy Tarreau · 6 years ago
  53. bf89ff3 MEDIUM: stream-int: make stream_int_update() aware of the lower layers by Willy Tarreau · 6 years ago
  54. d14844a MINOR: stream-int: replace si_update() with si_update_both() by Willy Tarreau · 6 years ago
  55. abf531c MEDIUM: stream-int: always call si_chk_rcv() when we make room in the buffer by Willy Tarreau · 6 years ago
  56. 1f9de21 MEDIUM: stream-int: make SI_FL_WANT_PUT reflect CF_DONT_READ by Willy Tarreau · 6 years ago
  57. 1bdb598 MINOR: stream-int: factor the SI_ST_EST state test into si_chk_rcv() by Willy Tarreau · 6 years ago
  58. 96aadd5 MEDIUM: stream-int: temporarily make si_chk_rcv() take care of SI_FL_WAIT_ROOM by Willy Tarreau · 6 years ago
  59. 43e69dc MINOR: stream-int: make use of si_done_{get,put}() in shut{w,r} by Willy Tarreau · 6 years ago
  60. af4f6f6 MINOR: stream-int: use si_cant_put() instead of setting SI_FL_WAIT_ROOM by Willy Tarreau · 6 years ago
  61. 0cd3bd6 MINOR: stream-int: rename si_applet_{want|stop|cant}_{get|put} by Willy Tarreau · 6 years ago
  62. b69f171 BUG/MEDIUM: stream-int: don't wake up for nothing during SI_ST_CON by Willy Tarreau · 6 years ago
  63. 8ccd208 CLEANUP: stream-int: retro-document si_cs_io_cb() by Willy Tarreau · 6 years ago
  64. 1d0b706 BUG/MAJOR: stream-int: don't call si_cs_recv() in stream_int_chk_rcv_conn() by Willy Tarreau · 6 years ago
  65. 908d26f MINOR: stream-int: don't needlessly call si_cs_send() in si_cs_process() by Willy Tarreau · 6 years ago
  66. 0dfccb2 MINOR: stream-int: make stream_int_notify() not wake the tasklet up by Willy Tarreau · 6 years ago
  67. 33a09a5 MINOR: stream-int: don't needlessly call tasklet_wakeup() in stream_int_chk_snd_conn() by Willy Tarreau · 6 years ago
  68. eafd8eb MEDIUM: stream-int: call si_cs_process() in stream_int_update_conn by Willy Tarreau · 6 years ago
  69. 85f8901 MEDIUM: stream-int: make si_update() synchronize flag changes before the I/O by Willy Tarreau · 6 years ago
  70. 581abd3 MEDIUM: stream-int: replace channel_alloc_buffer() with si_alloc_ibuf() everywhere by Willy Tarreau · 6 years ago
  71. ede3d88 MEDIUM: channel: merge back flags CF_WRITE_PARTIAL and CF_WRITE_EVENT by Willy Tarreau · 6 years ago
  72. 955188d BUG/MEDIUM: stream-int: don't set SI_FL_WAIT_ROOM on CF_READ_DONTWAIT by Christopher Faulet · 6 years ago
  73. 31f04e4 MINOR: stream_interface: Avoid calling si_cs_send/recv if not needed. by Olivier Houchard · 6 years ago
  74. 53216e7 MEDIUM: connections: Don't directly mess with the polling from the upper layers. by Olivier Houchard · 6 years ago
  75. fa8aa86 MEDIUM: connections: Change struct wait_list to wait_event. by Olivier Houchard · 6 years ago
  76. 21df6cc MINOR: h2/stream_interface: Reintroduce te wake() method. by Olivier Houchard · 6 years ago
  77. 0e367bb BUG/MEDIUM: process_stream: Don't use si_cs_io_cb() in process_stream(). by Olivier Houchard · 6 years ago
  78. 874a35c DOC: Fix typos in lua documentation by Bertrand Jacquin · 6 years ago
  79. 7138455 MINOR: conn_streams: Remove wait_list from conn_streams. by Olivier Houchard · 6 years ago
  80. c2aa711 MEDIUM: stream_interfaces: Starts receiving from the upper layers. by Olivier Houchard · 6 years ago
  81. f653528 MEDIUM: stream_interface: Make recv() subscribe when more data is needed. by Olivier Houchard · 6 years ago
  82. af4021e MEDIUM: connections: Get rid of the recv() method. by Olivier Houchard · 6 years ago
  83. 4cf7fb1 MEDIUM: connections/mux: Add a recv and a send+recv wait list. by Olivier Houchard · 6 years ago
  84. c7ffa91 BUG/MEDIUM: stream_interface: try to call si_cs_send() earlier. by Olivier Houchard · 6 years ago
  85. 80c5679 BUG/MEDIUM: stream_interface: Call the wake callback after sending. by Olivier Houchard · 6 years ago
  86. a6ff035 BUG/MEDIUM: stream-int: Check if the conn_stream exist in si_cs_io_cb. by Olivier Houchard · 6 years ago
  87. 8f0b4c6 MINOR: stream_interface: Give stream_interface its own wait_list. by Olivier Houchard · 6 years ago
  88. 91894cb MINOR: stream_interface: Don't use si_cs_send() as a task handler. by Olivier Houchard · 6 years ago
  89. e1c6dbc MINOR: connections/mux: Add the wait reason(s) to wait_list. by Olivier Houchard · 6 years ago
  90. ed0f207 MINOR: connections: Get rid of txbuf. by Olivier Houchard · 6 years ago
  91. 511efea MINOR: connections: Make rcv_buf mandatory and nuke cs_recv(). by Olivier Houchard · 6 years ago
  92. 7c42eac BUG/MEDIUM: stream_int: Don't check CO_FL_SOCK_RD_SH flag to trigger cs receive by Christopher Faulet · 6 years ago
  93. 063f786 MINOR: conn_stream: add cs_send() as a default snd_buf() function by Christopher Faulet · 6 years ago
  94. 171d5f2 BUG/MEDIUM: stream-int: don't immediately enable reading when the buffer was reportedly full by Willy Tarreau · 6 years ago
  95. 67b1e78 MEDIUM: stream-int: automatically call si_cs_recv_cb() if the cs has data on wake() by Willy Tarreau · 6 years ago
  96. 11c9aa4 MEDIUM: conn_stream: add cs_recv() as a default rcv_buf() function by Willy Tarreau · 6 years ago
  97. 8318885 MINOR: connection: simplify subscription by adding a registration function by Willy Tarreau · 6 years ago
  98. 910b2bc MEDIUM: connections/mux: Revamp the send direction. by Olivier Houchard · 6 years ago
  99. 83061a8 MAJOR: chunks: replace struct chunk with struct buffer by Willy Tarreau · 6 years ago
  100. 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · 6 years ago