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