summaryrefslogtreecommitdiff
path: root/include/haproxy/stconn-t.h
Commit message (Expand)AuthorAgeFilesLines
* MINOR: stconn: Add a cross-reference between SE descriptorChristopher Faulet2023-05-111-0/+3
* DOC: stconn: Update comments about ABRT/SHUT for stconn structureChristopher Faulet2023-05-091-19/+20
* MINOR: stconn: Add a field to specify the room needed by the SC to progressChristopher Faulet2023-05-051-0/+4
* BUG/MINOR: stconn: Fix SC flags with same valueChristopher Faulet2023-04-281-6/+6
* CLEANUP: assorted typo fixes in the code and commentsIlya Shipitsin2023-04-231-1/+1
* MINOR: stconn: Add a flag to report EOS at the stream-connector levelChristopher Faulet2023-04-171-3/+6
* MINOR: stconn: Add a flag to ack endpoint errors at SC levelChristopher Faulet2023-04-141-3/+3
* MINOR: channel/stconn: Replace sc_shutw() by sc_shutdown()Christopher Faulet2023-04-141-1/+1
* 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-1/+1
* MINOR: stconn: Rename SC_FL_SHUTR in SC_FL_ABRT_DONEChristopher Faulet2023-04-141-2/+2
* MINOR: stconn: Rename SC_FL_SHUTW_NOW in SC_FL_SHUT_WANTEDChristopher Faulet2023-04-141-2/+2
* MINOR: stconn: Rename SC_FL_SHUTR_NOW in SC_FL_ABRT_WANTEDChristopher Faulet2023-04-141-2/+2
* MEDIUM: tree-wide: Move flags about shut from the channel to the SCChristopher Faulet2023-04-051-1/+34
* MINOR: stconn/channel: Move CF_EOI into the SC and rename itChristopher Faulet2023-04-051-3/+3
* MINOR: stconn/channel: Move CF_EXPECT_MORE into the SC and rename itChristopher Faulet2023-04-051-1/+2
* MINOR: stconn/channel: Move CF_NEVER_WAIT into the SC and rename itChristopher Faulet2023-04-051-1/+2
* MINOR: stconn/channel: Move CF_SEND_DONTWAIT into the SC and rename itChristopher Faulet2023-04-051-1/+2
* MINOR: stconn/channel: Move CF_READ_DONTWAIT into the SC and rename itChristopher Faulet2023-04-051-1/+4
* CLEANUP: assorted typo fixes in the code and commentsIlya Shipitsin2023-04-011-1/+1
* MINOR: stconn: Remove half-closed timeoutChristopher Faulet2023-02-221-1/+0
* CLEANUP: stconn: Remove old read and write expiration datesChristopher Faulet2023-02-221-4/+0
* MINOR: applet/stconn: Add a SE flag to specify an endpoint does not expect dataChristopher Faulet2023-02-221-10/+10
* MEDIUM: stconn: Add two date to track successful reads and blocked sendsChristopher Faulet2023-02-221-1/+12
* MEDIUM: stconn: Replace read and write timeouts by a unique I/O timeoutChristopher Faulet2023-02-221-2/+1
* MEDIUM: channel/stconn: Move rex/wex timer from the channel to the sedescChristopher Faulet2023-02-221-0/+4
* MINOR: channel/stconn: Move rto/wto from the channel to the stconnChristopher Faulet2023-02-221-0/+2
* MINOR: flags/stconn: use flag dumping for stconn and sedesc flagsWilly Tarreau2022-09-091-2/+49
* CLEANUP: stconn: remove the new unneeded SE_FL_APP_MASKWilly Tarreau2022-05-271-1/+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
* REORG: stconn: rename conn_stream.{c,h} to stconn.{c,h}Willy Tarreau2022-05-271-0/+197