- 9b89067 BUG/MINOR: stconn: Request to send something to be woken up when the pipe is full by Christopher Faulet · 4 months ago
- 4c49210 BUG/MEDIUM: mux-pt/mux-h1: Release the pipe on connection error on sending path by Christopher Faulet · 4 months ago
- 326ec91 BUG/MEDIUM: stconn: Report error on SC on send if a previous SE error was set by Christopher Faulet · 4 months ago
- 439a41b BUG/MEDIUM: stconn: Don't forward channel data if input data must be filtered by Christopher Faulet · 8 months ago
- df8c149 BUG/MEDIUM: stconn: Don't check pending shutdown to wake an applet up by Christopher Faulet · 10 months ago
- c978327 BUG/MEDIUM: stconn: Forward shutdown on write timeout only if it is forwardable by Christopher Faulet · 11 months ago
- 7fb330b BUG/MINOR: stconn/applet: Report send activity only if there was output data by Christopher Faulet · 1 year ago
- d114208 BUG/MINOR: stconn: Use HTX-aware channel's functions to get info on buffer by Christopher Faulet · 1 year ago
- 0b25b6a BUG/MINOR: stconn: Fix streamer detection for HTX streams by Christopher Faulet · 1 year ago
- e65daba BUG/MEDIUM: stconn: Update fsb date on partial sends by Christopher Faulet · 1 year ago
- 6d29ce2 BUG/MEDIUM: stconn: Report a send activity everytime data were sent by Christopher Faulet · 1 year, 2 months ago
- d24b51a BUG/MINOR: stconn: Handle abortonclose if backend connection was already set up by Christopher Faulet · 1 year ago
- a93d8d2 BUG/MEDIUM: stconn: Don't update stream expiration date if already expired by Christopher Faulet · 1 year, 1 month ago
- 2bb2ee2 BUG/MINOR: stconn: Sanitize report for read activity by Christopher Faulet · 1 year, 1 month ago
- 13a8a59 NUG/MEDIUM: stconn: Always update stream's expiration date after I/O by Christopher Faulet · 1 year, 3 months ago
- 406b81c BUG/MEDIUM: stconn/stream: Forward shutdown on write timeout by Christopher Faulet · 1 year, 3 months ago
- f4ef3d9 BUG/MEDIUM: stconn: Report read activity when a stream is attached to front SC by Christopher Faulet · 1 year, 3 months ago
- f227db4 BUG/MEDIUM: stconn: Wake applets on sending path if there is a pending shutdown by Christopher Faulet · 1 year, 3 months ago
- 8353897 BUG/MINOR: stconn: Don't report blocked sends during connection establishment by Christopher Faulet · 1 year, 3 months ago
- 675cb0a BUG/MEDIUM: stconn: Update stream expiration date on blocked sends by Christopher Faulet · 1 year, 3 months ago
- 2437377 MEDIUM: stconn/applet: Allow SF_SL_EOS flag alone by Christopher Faulet · 1 year, 6 months ago
- 6eb53b1 MINOR: stconn: Remove useless test on sedesc on detach to release the xref by Christopher Faulet · 1 year, 7 months ago
- 7542fb4 MINOR: stconn: Add a cross-reference between SE descriptor by Christopher Faulet · 1 year, 7 months ago
- e7405d4 MEDIUM: stconn: Check room needed to unblock opposite SC when data was sent by Christopher Faulet · 1 year, 7 months ago
- 18b3309 MEDIUM: stconn: Check room needed to unblock SC on fast-forward by Christopher Faulet · 1 year, 7 months ago
- fab82bf BUG/MEDIUM: stconn: Unblock SC from stream if there is enough room to progrees by Christopher Faulet · 1 year, 7 months ago
- 7b3d38a MEDIUM: tree-wide: Change sc API to specify required free space to progress by Christopher Faulet · 1 year, 7 months ago
- 9aed112 MINOR: stconn: Add a field to specify the room needed by the SC to progress by Christopher Faulet · 1 year, 7 months ago
- b1ec21d CLEANUP: Stop checking the pointer before calling `tasklet_free()` by Tim Duesterhus · 1 year, 7 months ago
- d0c57d3 BUG/MEDIUM: stconn: Propagate error on the SC on sending path by Christopher Faulet · 1 year, 7 months ago
- b36e512 MINOR: stconn: Propagate EOS from an applet to the attached stream-connector by Christopher Faulet · 1 year, 7 months ago
- 1aec6c9 MINOR: stconn: Propagate EOS from a mux to the attached stream-connector by Christopher Faulet · 1 year, 7 months ago
- ca5309a MINOR: stconn: Add a flag to report EOS at the stream-connector level by Christopher Faulet · 1 year, 7 months ago
- 75b954f BUG/MINOR: stconn: Don't set SE_FL_ERROR at the end of sc_conn_send() by Christopher Faulet · 1 year, 8 months ago
- 25d9fe5 MEDIUM: stconn: Rely on SC flags to handle errors instead of SE flags by Christopher Faulet · 1 year, 8 months ago
- 88d05a0 MEDIUM: tree-wide: Stop to set SE_FL_ERROR from upper layer by Christopher Faulet · 1 year, 8 months ago
- ad46e52 MINOR: tree-wide: Test SC_FL_ERROR with SE_FL_ERROR from upper layer by Christopher Faulet · 1 year, 8 months ago
- a1d14a7 MINOR: stconn: Add a flag to ack endpoint errors at SC level by Christopher Faulet · 1 year, 8 months ago
- 638fe6a MINOR: stconn: Don't clear SE_FL_ERROR when endpoint is reset by Christopher Faulet · 1 year, 8 months ago
- e8bcef5 MEDIUM: stconn: Forbid applets with more to deliver if EOI was reached by Christopher Faulet · 1 year, 8 months ago
- 56a2b60 MINOR: stconn: Stop to set SE_FL_ERROR on sending path by Christopher Faulet · 1 year, 8 months ago
- 64350bb MINOR: tree-wide: Replace several chn_cons() by the corresponding SC by Christopher Faulet · 1 year, 8 months ago
- b2b1c3a MINOR: channel/stconn: Replace sc_shutw() by sc_shutdown() by Christopher Faulet · 1 year, 8 months ago
- 208c712 MINOR: stconn: Rename SC_FL_SHUTW in SC_FL_SHUT_DONE by Christopher Faulet · 1 year, 8 months ago
- cfc11c0 MINOR: channel/stconn: Replace sc_shutr() by sc_abort() by Christopher Faulet · 1 year, 8 months ago
- 0c370ee MINOR: stconn: Rename SC_FL_SHUTR in SC_FL_ABRT_DONE by Christopher Faulet · 1 year, 8 months ago
- df7cd71 MINOR: channel/stconn: Replace channel_shutw_now() by sc_schedule_shutdown() by Christopher Faulet · 1 year, 8 months ago
- e38534c MINOR: stconn: Rename SC_FL_SHUTW_NOW in SC_FL_SHUT_WANTED by Christopher Faulet · 1 year, 8 months ago
- 9512588 BUG/MEDIUM: stconn: Do nothing in sc_conn_recv() when the SC needs more room by Christopher Faulet · 1 year, 8 months ago
- 8019f78 MINOR: stconn/applet: Add BUG_ON_HOT() to be sure SE_FL_EOS is never set alone by Christopher Faulet · 1 year, 8 months ago
- 7faac7c MINOR: tree-wide: Simplifiy some tests on SHUT flags by accessing SCs directly by Christopher Faulet · 1 year, 8 months ago
- 87633c3 MEDIUM: tree-wide: Move flags about shut from the channel to the SC by Christopher Faulet · 1 year, 8 months ago
- 904763f MINOR: stconn/channel: Move CF_EOI into the SC and rename it by Christopher Faulet · 1 year, 8 months ago
- 0ffc9d7 MINOR: stconn/applet: Handle EOS in the applet .wake callback function by Christopher Faulet · 1 year, 8 months ago
- f8fbb6d MINOR: stconn/applet: Handle EOI in the applet .wake callback function by Christopher Faulet · 1 year, 8 months ago
- b208d8c MINOR: stconn: Always ack EOS at the end of sc_conn_recv() by Christopher Faulet · 1 year, 8 months ago
- 84d3ef9 MINOR: stconn/channel: Move CF_EXPECT_MORE into the SC and rename it by Christopher Faulet · 1 year, 9 months ago
- 68ef218 MINOR: stconn/channel: Move CF_NEVER_WAIT into the SC and rename it by Christopher Faulet · 1 year, 9 months ago
- 5c281d5 MINOR: stconn/channel: Move CF_SEND_DONTWAIT into the SC and rename it by Christopher Faulet · 1 year, 9 months ago
- 9a790f6 MINOR: stconn/channel: Move CF_READ_DONTWAIT into the SC and rename it by Christopher Faulet · 1 year, 9 months ago
- 9bce972 MINOR: stconn: Remove unecessary test on SE_FL_EOS before receiving data by Christopher Faulet · 1 year, 8 months ago
- 2726624 CLEANUP: stconn: Remove remaining debug messages by Christopher Faulet · 1 year, 8 months ago
- c665bb5 BUG/MEDIUM: stconn: Add a missing return statement in sc_app_shutr() by Christopher Faulet · 1 year, 8 months ago
- 07be66d CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 1 year, 8 months ago
- 7a8ca0a BUG/MINOR: stconn: fix sedesc memory leak on stream allocation failure by Willy Tarreau · 1 year, 8 months ago
- e2f7946 BUG/MEDIUM: stconn: don't set the type before allocation succeeds by Willy Tarreau · 1 year, 8 months ago
- 59b240c BUG/MEDIUM: stconn: Report a blocked send if some output data are not consumed by Christopher Faulet · 1 year, 9 months ago
- be5cc76 MINOR: stconn: Remove half-closed timeout by Christopher Faulet · 1 year, 9 months ago
- bcdcfad MINOR: stconn: Set half-close timeout using proxy settings by Christopher Faulet · 1 year, 9 months ago
- 15315d6 CLEANUP: stconn: Remove old read and write expiration dates by Christopher Faulet · 1 year, 9 months ago
- b08c525 MINOR: stconn: Always report READ/WRITE event on shutr/shutw by Christopher Faulet · 1 year, 9 months ago
- 4c13568 MEDIUM: stconn: Add two date to track successful reads and blocked sends by Christopher Faulet · 1 year, 10 months ago
- 5aaacfb MEDIUM: stconn: Replace read and write timeouts by a unique I/O timeout by Christopher Faulet · 1 year, 10 months ago
- d7111e7 MEDIUM: stconn: Don't requeue the stream's task after I/O by Christopher Faulet · 1 year, 10 months ago
- f8413cb MEDIUM: channel/stconn: Move rex/wex timer from the channel to the sedesc by Christopher Faulet · 1 year, 10 months ago
- ed7e66f MINOR: channel/stconn: Move rto/wto from the channel to the stconn by Christopher Faulet · 1 year, 10 months ago
- 2e56a73 MAJOR: channel: Remove flags to report READ or WRITE errors by Christopher Faulet · 1 year, 10 months ago
- 81fdeb8 MEDIUM: channel: Remove CF_READ_NOEXP flag by Christopher Faulet · 1 year, 9 months ago
- 407210a BUG/MEDIUM: stconn: Don't rearm the read expiration date if EOI was reached by Christopher Faulet · 1 year, 10 months ago
- 341a578 BUG/MEDIUM: stconn: stop to enable/disable reads from streams via si_update_rx by Christopher Faulet · 1 year, 10 months ago
- 71c486b BUG/MEDIUM: stconn: Don't needlessly wake the stream on send during fast-forward by Christopher Faulet · 1 year, 10 months ago
- eb3f26d BUG/MEDIUM: stconn: Schedule a shutw on shutr if data must be sent first by Christopher Faulet · 1 year, 10 months ago
- da89e9b MINOR: channel/applets: Stop to test CF_WRITE_ERROR flag if CF_SHUTW is enough by Christopher Faulet · 1 year, 11 months ago
- a63f8f3 MINOR: channel: Remove CF_WRITE_ACTIVITY by Christopher Faulet · 2 years ago
- 33e03ce MINOR: channel: Remove CF_READ_ACTIVITY by Christopher Faulet · 2 years ago
- d898841 MEDIUM: channel: Use CF_WRITE_EVENT instead of CF_WRITE_PARTIAL by Christopher Faulet · 2 years ago
- 285f761 MEDIUM: channel: Use CF_READ_EVENT instead of CF_READ_PARTIAL by Christopher Faulet · 2 years ago
- b96f2aa REORG: channel: Rename CF_WRITE_NULL to CF_WRITE_EVENT by Christopher Faulet · 2 years ago
- 6e1bbc4 REORG: channel: Rename CF_READ_NULL to CF_READ_EVENT by Christopher Faulet · 2 years ago
- 7f59d68 BUG/MEDIIM: stconn: Flush output data before forwarding close to write side by Christopher Faulet · 2 years ago
- 7f6aa56 MINOR: sconn: Set SE_FL_ERROR only when there is no more data to read by Christopher Faulet · 2 years, 1 month ago
- 476c280 BUILD: stconn: use __fallthrough in various shutw() functions by Willy Tarreau · 2 years ago
- 3ab72c6 BUG/MEDIUM: stconn: Reset SE descriptor when we fail to create a stream by Christopher Faulet · 2 years, 2 months ago
- 6a378d1 BUILD: stconn: fix build warning at -O3 about possible null sc by Willy Tarreau · 2 years, 4 months ago
- 3b64a28 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 2 years, 4 months ago
- ca67992 BUG/MEDIUM: stconn: Only reset connect expiration when processing backend side by Christopher Faulet · 2 years, 4 months ago
- 82af3c6 CLEANUP: stconn: Don't expect to have no sedesc on detach by Christopher Faulet · 2 years, 5 months ago
- b68f77d BUG/MEDIUM: stream: Properly handle destructive client connection upgrades by Christopher Faulet · 2 years, 5 months ago
- 04f03e1 BUG/MEDIUM: stconn: Don't wakeup applet for send if it won't consume data by Christopher Faulet · 2 years, 6 months ago
- da59c89 CLEANUP: stconn: remove the new unneeded SE_FL_APP_MASK by Willy Tarreau · 2 years, 6 months ago