summaryrefslogtreecommitdiff
path: root/include/haproxy/stream-t.h
Commit message (Expand)AuthorAgeFilesLines
* MINOR: master/cli: also implement the timed prompt on the master CLIWilly Tarreau2023-05-111-0/+1
* MEDIUM: tree-wide: replace timeval with nanoseconds in tv_accept and tv_requestWilly Tarreau2023-04-281-2/+2
* MEDIUM: stick-table: set the track-sc limit at boottime via tune.stick-countersWilly Tarreau2023-01-061-1/+1
* MINOR: mworker/cli: the mcli_reload bind_conf only send the reload statusWilliam Lallemand2022-09-241-0/+1
* MINOR: flags/stream: use flag dumping for stream flagsWilly Tarreau2022-09-091-1/+42
* MINOR: flags/stream: use flag dumping for stream error typeWilly Tarreau2022-09-091-1/+24
* MINOR: tasks: do not keep cpu and latency times in struct taskWilly Tarreau2022-09-081-0/+2
* DEBUG: stream: minor rearrangement of a few fields in struct stream.Willy Tarreau2022-09-021-13/+12
* CLEANUP: stream: rename all occurrences of stconn "cs" to "sc"Willy Tarreau2022-05-271-1/+1
* REORG: stconn: rename conn_stream.{c,h} to stconn.{c,h}Willy Tarreau2022-05-271-1/+1
* CLEANUP: stconn: rename final state manipulation functions from cs_* to sc_*Willy Tarreau2022-05-271-1/+1
* CLEANUP: stream: rename "csf" and "csb" to "scf" and "scb"Willy Tarreau2022-05-271-2/+2
* CLEANUP: conn_stream: tree-wide rename to stconn (stream connector)Willy Tarreau2022-05-271-4/+4
* MEDIUM: stream: remove the confusing SF_ADDR_SET flagWilly Tarreau2022-05-021-1/+1
* CLEANUP: tree-wide: Remove any ref to stream-interfacesChristopher Faulet2022-04-131-1/+0
* MINOR: stream: Use conn-stream to report server errorChristopher Faulet2022-04-131-1/+1
* MINOR: conn-stream/connection: Move SHR/SHW modes in the connection scopeChristopher Faulet2022-04-131-1/+1
* MEDIUM: stream-int/conn-stream: Move stream-interface state in the conn-streamChristopher Faulet2022-04-131-1/+1
* MEDIUM: stream-int: Move SI err_type in the streamChristopher Faulet2022-04-131-0/+18
* MINOR: stream: Only save previous connection state for the server sideChristopher Faulet2022-04-131-0/+1
* MINOR: stream-int: Remove SI_FL_SRC_ADDR to rely on stream flags insteadChristopher Faulet2022-04-131-0/+1
* MEDIUM: stream-int/stream: Use connect expiration instead of SI expirationChristopher Faulet2022-04-131-0/+2
* MINOR: stream: Simplify retries counter calculationChristopher Faulet2022-04-131-1/+1
* MINOR: stream-int/stream: Move conn_retries counter in the streamChristopher Faulet2022-04-131-1/+3
* MINOR: rules: record the last http/tcp rule that gave a final verdictWilly Tarreau2022-03-101-0/+2
* MAJOR: stream/conn_stream: Move the stream-interface into the conn-streamChristopher Faulet2022-02-241-1/+0
* MINOR: stream: Add pointer to front/back conn-streams into stream structChristopher Faulet2022-02-241-0/+4
* MINOR: mworker/cli: set expert/experimental mode from the CLIWilliam Lallemand2022-02-011-3/+3
* BUG/MINOR: stream: make the call_rate only count the no-progress callsWilly Tarreau2022-01-201-1/+1
* MINOR: stream/mux: implement websocket stream flagAmaury Denoyelle2021-11-031-0/+1
* MINOR: stream: Use backend stream-interface dst address instead of target_addrChristopher Faulet2021-10-271-1/+0
* MINOR: stream-int: Add src and dst addresses to the stream-interfaceChristopher Faulet2021-10-271-1/+0
* BUILD: fix compilation on NetBSDAmaury Denoyelle2021-10-221-0/+2
* CLEANUP: stream: remove many unneeded includes from stream-t.hWilly Tarreau2021-10-071-11/+8
* BUG/MINOR: backend: restore the SF_SRV_REUSED flag original purposeAmaury Denoyelle2021-06-171-0/+1
* MEDIUM: Add tcp-request switch-mode action to perform HTTP upgradeChristopher Faulet2021-04-011-1/+0
* MEDIUM: task: extend the state field to 32 bitsWilly Tarreau2021-03-051-1/+1
* MINOR: streams: use one list per stream instead of a global oneWilly Tarreau2021-02-241-1/+1
* MINOR: stream: add an "epoch" to figure which streams appeared whenWilly Tarreau2021-02-241-0/+2
* OPTIM: server: switch the actconn list to an mt-listWilly Tarreau2021-02-181-1/+1
* MINOR: resolvers: renames some resolvers specific types to not use dns prefixEmeric Brun2021-02-131-2/+2
* MEDIUM: stream: support a dynamic tunnel timeoutAmaury Denoyelle2020-12-111-0/+2
* MEDIUM: tcp-rules: Use a dedicated expiration date for tcp rulesetChristopher Faulet2020-07-301-0/+1
* REORG: include: make list-t.h part of the base APIWilly Tarreau2020-06-111-1/+0
* CLEANUP: include: tree-wide alphabetical sort of include filesWilly Tarreau2020-06-111-1/+1
* REORG: include: move stream.h to haproxy/stream{,-t}.hWilly Tarreau2020-06-111-0/+203