index
:
delta/haproxy.git
20170818-h2-2
20171105-sched-4
20181118-wta-oho-cfa-merge-6
20181130-last-htx-changes-4
20181215-srv-idle-pool-1
20181215-srv-idle-pool-2
20191016-ssl-err-check-1
20200527-rework-includes-2
20200528-rework-includes-3
20200602-rework-includes-7
20200603-rework-includes-9e
20200604-rework-includes-9f
20200605-rework-include-final
20200605-rework-includes-a2
20200828-split-protos-6
20200901-split-protos-7
20200901-split-protos-8a
20200902-split-protos-8c
20200903-split-protos-9c
20200904-split-protos-9d
20200923-proxy-state-5
20200923-proxy-state-6
20201007-proxy-state-7
20201008-proxy-state-8
20201009-mux_h1_refactoring-1
20201118-mux_h1_refactoring-2
20201208-mux_h1_refactoring-3
20201209-quic-dev-review-wta-2
20201215-htx-fl-eom-and-websockets-1
2021-07-31-patches-error-log-format
2021-11-17-fix-tls-resume
2021-11-17-ssl-list-filters.vtc
20210122-fix-tcp-to-h1-upgrade-1
20210122-htx-fl-eom-and-websockets-3
20210402-contrib-cleanup-3
20210415-pools-3
20210618-queue-try2
20210830-wundef-1
20211012-bind-shards-1
20211012-openssl-regtests
20211013-openssl-3.0.0
20211014-ssl_fc_is_resumed
20211018-jtw-fixes
20211020-res-fix-6
20211027-mptcp-3c
20211118-vtest-2
20211119-cache-fixes
20211120-quictls-1
20211125-befab9ee
20211125-revert-fd-leak
20211126-ci-gcc-output-1
20211223-cs-si-refactoring-1
20211228-debug-dump-libs-2
20211228-pool-mt-try2-3
20211228-pool-mt-try2-7
20221220-ocsp-test-1
20230109-ocsp-test-1
20230223-ocsp-test-2
20230302-ocsp-test-3
ade-handle-h2-ws-support
bwlim
haproxy-httpclient-lua-2021-09-28
haproxy-httpclient-lua-2021-10-06
haproxy-httpclient-lua-2021-11-08
httpclient-lua-2021-10-27
httpclient-lua-2021-10-28
master
mworker-20211109
next
ot
github.com: haproxy/haproxy.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
haproxy
/
stream.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
MINOR: stream: Introduce stream_abort() to abort on both sides in same time
Christopher Faulet
2023-04-14
1
-0
/
+1
*
MINOR: stream: Uninline and export sess_set_term_flags() function
Christopher Faulet
2023-04-14
1
-0
/
+1
*
MEDIUM: stick-table: set the track-sc limit at boottime via tune.stick-counters
Willy Tarreau
2023-01-06
1
-6
/
+24
*
BUG/MINOR: backend: only enforce turn-around state when not redispatching
Willy Tarreau
2022-10-03
1
-1
/
+1
*
CLEANUP: stream: rename stream_upgrade_from_cs() to stream_upgrade_from_sc()
Willy Tarreau
2022-05-27
1
-1
/
+1
*
CLEANUP: stream: rename all occurrences of stconn "cs" to "sc"
Willy Tarreau
2022-05-27
1
-3
/
+3
*
REORG: stconn: rename conn_stream.{c,h} to stconn.{c,h}
Willy Tarreau
2022-05-27
1
-1
/
+1
*
CLEANUP: stconn: tree-wide rename stconn states CS_ST/SB_* to SC_ST/SB_*
Willy Tarreau
2022-05-27
1
-2
/
+2
*
CLEANUP: stream: rename "csf" and "csb" to "scf" and "scb"
Willy Tarreau
2022-05-27
1
-3
/
+3
*
CLEANUP: conn_stream: tree-wide rename to stconn (stream connector)
Willy Tarreau
2022-05-27
1
-3
/
+3
*
MINOR: stream: Export stream_free()
Christopher Faulet
2022-05-17
1
-0
/
+1
*
MEDIUM: stream: remove the confusing SF_ADDR_SET flag
Willy Tarreau
2022-05-02
1
-1
/
+1
*
MINOR: stream: Use conn-stream to report server error
Christopher Faulet
2022-04-13
1
-1
/
+1
*
MINOR: stream-int/stream: Move si_retnclose() in the stream scope
Christopher Faulet
2022-04-13
1
-0
/
+1
*
MEDIUM: stream-int/conn-stream: Move stream-interface state in the conn-stream
Christopher Faulet
2022-04-13
1
-5
/
+3
*
MEDIUM: stream-int/stream: Use connect expiration instead of SI expiration
Christopher Faulet
2022-04-13
1
-0
/
+16
*
MEDIUM: stream-int/conn-stream: Move src/dst addresses in the conn-stream
Christopher Faulet
2022-04-13
1
-1
/
+1
*
MINOR: stream: Simplify retries counter calculation
Christopher Faulet
2022-04-13
1
-4
/
+2
*
MINOR: stream-int/stream: Move conn_retries counter in the stream
Christopher Faulet
2022-04-13
1
-2
/
+2
*
MINOR: stream: Always access the stream-int via the conn-stream
Christopher Faulet
2022-02-24
1
-3
/
+3
*
MAJOR: conn_stream/stream-int: move the appctx to the conn-stream
Christopher Faulet
2022-02-24
1
-2
/
+2
*
BUG/MEDIUM: backend: fix possible sockaddr leak on redispatch
Willy Tarreau
2021-12-24
1
-0
/
+1
*
CLEANUP: stream: remove many unneeded includes from stream-t.h
Willy Tarreau
2021-10-07
1
-0
/
+1
*
MINOR: stick-table: make skttable_data_cast to use only std types
Emeric Brun
2021-07-06
1
-7
/
+7
*
MEDIUM: queue: simplify again the process_srv_queue() API (v2)
Willy Tarreau
2021-06-24
1
-1
/
+1
*
Revert "MEDIUM: queue: simplify again the process_srv_queue() API"
Willy Tarreau
2021-06-24
1
-1
/
+1
*
MEDIUM: queue: simplify again the process_srv_queue() API
Willy Tarreau
2021-06-22
1
-1
/
+1
*
BUG/MAJOR: server: fix deadlock when changing maxconn via agent-check
Amaury Denoyelle
2021-06-22
1
-1
/
+1
*
CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion
Willy Tarreau
2021-04-21
1
-5
/
+5
*
CLEANUP: atomic/tree-wide: replace single increments/decrements with inc/dec
Willy Tarreau
2021-04-07
1
-2
/
+2
*
MEDIUM: Add tcp-request switch-mode action to perform HTTP upgrade
Christopher Faulet
2021-04-01
1
-1
/
+1
*
MINOR: stream: Handle stream HTTP upgrade in a dedicated function
Christopher Faulet
2021-04-01
1
-0
/
+1
*
CLEANUP: stream: rename a few remaining occurrences of "stream *sess"
Willy Tarreau
2021-03-09
1
-11
/
+11
*
CLEANUP: config: make the cfg_keyword parsers take a const for the defproxy
Willy Tarreau
2021-03-09
1
-4
/
+0
*
MINOR: server: move actconns to the per-thread structure
Willy Tarreau
2021-03-05
1
-1
/
+1
*
MEDIUM: task: extend the state field to 32 bits
Willy Tarreau
2021-03-05
1
-1
/
+1
*
CLEANUP: stream: explain why we queue the stream at the head of the server list
Ubuntu
2021-03-05
1
-0
/
+6
*
MINOR: streams: use one list per stream instead of a global one
Willy Tarreau
2021-02-24
1
-1
/
+0
*
OPTIM: server: switch the actconn list to an mt-list
Willy Tarreau
2021-02-18
1
-14
/
+5
*
MINOR: stick-tables/counters: add http_fail_cnt and http_fail_rate data types
Willy Tarreau
2021-02-10
1
-0
/
+15
*
MINOR: stream: Add a function to validate TCP to H1 upgrades
Christopher Faulet
2021-01-28
1
-0
/
+1
*
MINOR: stream: prepare the hot refresh of timeouts
Amaury Denoyelle
2020-12-11
1
-0
/
+2
*
MINOR: stick-tables: Add functions to update some values of a tracked counter
Christopher Faulet
2020-12-04
1
-78
/
+6
*
MINOR: stream: Pass an optional input buffer when a stream is created
Christopher Faulet
2020-12-04
1
-2
/
+2
*
MINOR: actions: add a function returning a service pointer from its name
Thierry Fournier
2020-12-02
1
-0
/
+1
*
REORG: include: move stream.h to haproxy/stream{,-t}.h
Willy Tarreau
2020-06-11
1
-0
/
+428