summaryrefslogtreecommitdiff
path: root/include/haproxy/stconn.h
Commit message (Expand)AuthorAgeFilesLines
* MEDIUM: stconn: Be sure to always be able to unblock a SC that needs roomChristopher Faulet2023-05-091-2/+4
* MEDIUM: tree-wide: Change sc API to specify required free space to progressChristopher Faulet2023-05-051-1/+6
* MINOR: stconn: Report a send activity when endpoint is willing to consume dataChristopher Faulet2023-02-271-3/+6
* MINOR: stconn: Add functions to set/clear SE_FL_EXP_NO_DATA flag from endpointChristopher Faulet2023-02-231-0/+10
* CLEANUP: stconn: Remove old read and write expiration datesChristopher Faulet2023-02-221-31/+0
* MEDIUM: stconn: Add two date to track successful reads and blocked sendsChristopher Faulet2023-02-221-5/+65
* MEDIUM: channel/stconn: Move rex/wex timer from the channel to the sedescChristopher Faulet2023-02-221-0/+31
* BUG/MEDIUM: stconn: also consider SE_FL_EOI to switch to SE_FL_ERRORWilly Tarreau2023-01-171-1/+1
* BUG/MEDIUM: stream: Properly handle destructive client connection upgradesChristopher Faulet2022-06-171-0/+4
* MINOR: stconn: turn SE_FL_WILL_CONSUME to SE_FL_WONT_CONSUMEWilly Tarreau2022-05-271-3/+4
* CLEANUP: stconn: rename all occurrences of stconn "cs" to "sc"Willy Tarreau2022-05-271-61/+61
* REORG: stconn: rename conn_stream.{c,h} to stconn.{c,h}Willy Tarreau2022-05-271-0/+401