summaryrefslogtreecommitdiff
path: root/include/haproxy/sc_strm.h
Commit message (Expand)AuthorAgeFilesLines
* MINOR: stconn: Add a flag to report EOS at the stream-connector levelChristopher Faulet2023-04-171-2/+2
* MINOR: channel/stconn: Replace sc_shutw() by sc_shutdown()Christopher Faulet2023-04-141-8/+8
* MINOR: stconn: Rename SC_FL_SHUTW in SC_FL_SHUT_DONEChristopher Faulet2023-04-141-2/+2
* MINOR: channel/stconn: Replace sc_shutr() by sc_abort()Christopher Faulet2023-04-141-7/+7
* MINOR: stconn: Rename SC_FL_SHUTR in SC_FL_ABRT_DONEChristopher Faulet2023-04-141-2/+2
* MINOR: channel/stconn: Replace channel_shutw_now() by sc_schedule_shutdown()Christopher Faulet2023-04-141-0/+6
* MINOR: channel/stconn: Replace channel_shutr_now() by sc_schedule_abort()Christopher Faulet2023-04-141-0/+6
* MINOR: tree-wide: Simplifiy some tests on SHUT flags by accessing SCs directlyChristopher Faulet2023-04-051-9/+5
* MEDIUM: tree-wide: Move flags about shut from the channel to the SCChristopher Faulet2023-04-051-4/+6
* MINOR: stconn/channel: Move CF_EOI into the SC and rename itChristopher Faulet2023-04-051-2/+2
* MINOR: stconn: Set half-close timeout using proxy settingsChristopher Faulet2023-02-221-0/+15
* MAJOR: stream: Use SE descriptor date to detect read/write timeoutsChristopher Faulet2023-02-221-0/+28
* MEDIUM: stconn: Add two date to track successful reads and blocked sendsChristopher Faulet2023-02-221-1/+3
* MAJOR: channel: Remove flags to report READ or WRITE errorsChristopher Faulet2023-02-221-10/+0
* MINOR: stconn: turn SE_FL_WILL_CONSUME to SE_FL_WONT_CONSUMEWilly Tarreau2022-05-271-1/+1
* CLEANUP: stconn: replace a few remaining occurrences of CS in comments or tracesWilly Tarreau2022-05-271-7/+7
* CLEANUP: stconn: rename all occurrences of stconn "cs" to "sc"Willy Tarreau2022-05-271-82/+82
* REORG: stconn: rename conn_stream.{c,h} to stconn.{c,h}Willy Tarreau2022-05-271-1/+1
* REORG: rename cs_utils.h to sc_strm.hWilly Tarreau2022-05-271-0/+384