summaryrefslogtreecommitdiff
path: root/include/haproxy/channel-t.h
Commit message (Expand)AuthorAgeFilesLines
* MEDIUM: tree-wide: Move flags about shut from the channel to the SCChristopher Faulet2023-04-051-45/+5
* MINOR: stconn/channel: Move CF_EOI into the SC and rename itChristopher Faulet2023-04-051-2/+2
* MINOR: stconn/channel: Move CF_EXPECT_MORE into the SC and rename itChristopher Faulet2023-04-051-4/+3
* MINOR: stconn/channel: Move CF_NEVER_WAIT into the SC and rename itChristopher Faulet2023-04-051-4/+3
* MINOR: stconn/channel: Move CF_SEND_DONTWAIT into the SC and rename itChristopher Faulet2023-04-051-3/+3
* MINOR: stconn/channel: Move CF_READ_DONTWAIT into the SC and rename itChristopher Faulet2023-04-051-3/+3
* MEDIUM: channel/stconn: Move rex/wex timer from the channel to the sedescChristopher Faulet2023-02-221-2/+0
* MINOR: channel/stconn: Move rto/wto from the channel to the stconnChristopher Faulet2023-02-221-2/+0
* MAJOR: channel: Remove flags to report READ or WRITE errorsChristopher Faulet2023-02-221-7/+7
* MEDIUM: channel: Remove CF_READ_NOEXP flagChristopher Faulet2023-02-221-3/+3
* MEDIUM: channel: Remove CF_READ_ATTACHED and report CF_READ_EVENT insteadChristopher Faulet2023-01-091-5/+4
* MINOR: channel: Remove CF_ANA_TIMEOUT and report CF_READ_EVENT insteadChristopher Faulet2023-01-091-4/+4
* MINOR: channel: Remove CF_WRITE_ACTIVITYChristopher Faulet2023-01-091-2/+1
* MINOR: channel: Remove CF_READ_ACTIVITYChristopher Faulet2023-01-091-2/+1
* MEDIUM: channel: Use CF_WRITE_EVENT instead of CF_WRITE_PARTIALChristopher Faulet2023-01-091-4/+4
* MEDIUM: channel: Use CF_READ_EVENT instead of CF_READ_PARTIALChristopher Faulet2023-01-091-4/+4
* REORG: channel: Rename CF_WRITE_NULL to CF_WRITE_EVENTChristopher Faulet2023-01-091-4/+4
* REORG: channel: Rename CF_READ_NULL to CF_READ_EVENTChristopher Faulet2023-01-091-3/+3
* MINOR: flags/channel: use flag dumping for channel flags and analysersWilly Tarreau2022-09-091-0/+56
* CLEANUP: conn_stream: tree-wide rename to stconn (stream connector)Willy Tarreau2022-05-271-3/+3
* CLEANUP: tree-wide: Remove any ref to stream-interfacesChristopher Faulet2022-04-131-3/+3
* BUG/MEDIUM: stream-int: Notify stream that the mux wants more room to xfer dataChristopher Faulet2021-09-231-1/+1
* CLEANUP: Prevent channel-t.h from being detected as C++ by GitHubTim Duesterhus2021-06-201-92/+92
* CLEANUP: include: tree-wide alphabetical sort of include filesWilly Tarreau2020-06-111-1/+1
* REORG: include: move channel.h to haproxy/channel{,-t}.hWilly Tarreau2020-06-111-0/+311