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
/
connection-t.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
BUG/MAJOR: conn-idle: fix hash indexing issues on idle conns
Willy Tarreau
2022-10-03
1
-3
/
+2
*
MINOR: flags/connection: use flag dumping for connection flags
Willy Tarreau
2022-09-09
1
-1
/
+27
*
MINOR: muxes: add a "show_sd" helper to complete "show sess" dumps
Willy Tarreau
2022-09-02
1
-0
/
+1
*
CLEANUP: connection: rename all occurrences of stconn "cs" to "sc"
Willy Tarreau
2022-05-27
1
-8
/
+8
*
CLEANUP: muxes: rename "get_first_cs" to "get_first_sc"
Willy Tarreau
2022-05-27
1
-1
/
+1
*
REORG: stconn: rename conn_stream.{c,h} to stconn.{c,h}
Willy Tarreau
2022-05-27
1
-2
/
+2
*
CLEANUP: conn_stream: tree-wide rename to stconn (stream connector)
Willy Tarreau
2022-05-27
1
-11
/
+11
*
CLEANUP: conn_stream: rename cs_endpoint to sedesc (stream endpoint descriptor)
Willy Tarreau
2022-05-27
1
-3
/
+3
*
MINOR: connection: add flag MX_FL_FRAMED to mark muxes relying on framed xprt
Willy Tarreau
2022-05-20
1
-0
/
+1
*
CLEANUP: muxes: make mux->attach/detach take a conn_stream endpoint
Willy Tarreau
2022-05-13
1
-2
/
+3
*
MINOR: connection: get rid of the CO_FL_ADDR_*_SET flags
Willy Tarreau
2022-05-02
1
-2
/
+2
*
CLEANUP: muxes: Remove MX_FL_CLEAN_ABRT flag
Christopher Faulet
2022-04-13
1
-4
/
+3
*
MINOR: connection: unconst mux's get_fist_cs() callback function
Christopher Faulet
2022-04-13
1
-1
/
+1
*
MINOR: conn-stream/connection: Move SHR/SHW modes in the connection scope
Christopher Faulet
2022-04-13
1
-3
/
+14
*
MEDIUM: quic: move conn->qc into conn->handle
Willy Tarreau
2022-04-11
1
-3
/
+4
*
MEDIUM: ssl: improve retrieval of ssl_sock_ctx and SSL detection
Willy Tarreau
2022-04-11
1
-0
/
+2
*
MINOR: connection: add a new flag CO_FL_FDLESS on fd-less connections
Willy Tarreau
2022-04-11
1
-0
/
+2
*
REORG: conn_stream: move conn-stream stuff in dedicated files
Christopher Faulet
2022-02-24
1
-69
/
+1
*
MEDIUM: stream: No longer release backend conn-stream on connection retry
Christopher Faulet
2022-02-24
1
-1
/
+1
*
MAJOR: mux-quic: implement a simplified mux version
Amaury Denoyelle
2021-12-07
1
-4
/
+0
*
MEDIUM: connection: rename fc_conn_err and bc_conn_err to fc_err and bc_err
Willy Tarreau
2021-11-06
1
-2
/
+2
*
MINOR: stream/mux: implement websocket stream flag
Amaury Denoyelle
2021-11-03
1
-0
/
+3
*
MINOR: connection: add a new CO_FL_WANT_DRAIN flag to force drain on close
Willy Tarreau
2021-10-21
1
-1
/
+1
*
CLEANUP: tree-wide: only include ebtree-t from type files
Willy Tarreau
2021-10-07
1
-1
/
+1
*
MINOR: connection: use uint64_t for the hashes
Willy Tarreau
2021-10-07
1
-3
/
+2
*
MINOR: ssl: Set connection error code in case of SSL read or write fatal failure
Remi Tricot-Le Breton
2021-09-30
1
-0
/
+2
*
MINOR: stream-int: Notify mux when the buffer is not stuck when calling rcv_buf
Christopher Faulet
2021-09-23
1
-4
/
+5
*
MINOR: connection: Add callbacks definitions for QUIC.
Frédéric Lécaille
2021-09-23
1
-0
/
+7
*
CLEANUP: Add haproxy/xxhash.h to avoid modifying import/xxhash.h
Tim Duesterhus
2021-09-11
1
-1
/
+1
*
MINOR: connection: Add a connection error code sample fetch
Remi Tricot-Le Breton
2021-07-29
1
-1
/
+5
*
BUILD: connection: stop including listener-t.h
Willy Tarreau
2021-05-08
1
-1
/
+2
*
MINOR: conn-stream: Force mux to wait for read events if abortonclose is set
Christopher Faulet
2021-05-06
1
-0
/
+1
*
MEDIUM: connection: close front idling connection on soft-stop
Amaury Denoyelle
2021-05-05
1
-0
/
+9
*
MINOR: connection: move session_list member in a union
Amaury Denoyelle
2021-05-05
1
-1
/
+3
*
MINOR: muxes: Add a flag to notify a mux does not support any upgrade
Christopher Faulet
2021-04-01
1
-0
/
+1
*
MINOR: muxes: garbage collect the reset() method.
Olivier Houchard
2021-03-19
1
-1
/
+0
*
MEDIUM: connections: Introduce a new XPRT method, start().
Olivier Houchard
2021-03-19
1
-1
/
+2
*
BUILD: connection: do not use VAR_ARRAY in struct tlv
Willy Tarreau
2021-03-09
1
-1
/
+1
*
MINOR: connection: Use a `struct ist` to store proxy_authority
Tim Duesterhus
2021-03-09
1
-3
/
+2
*
CLEANUP: connection: Use `VAR_ARRAY` in `struct tlv` definition
Tim Duesterhus
2021-03-09
1
-1
/
+1
*
MINOR: xprt: add new xprt_set_idle and xprt_set_used methods
Willy Tarreau
2021-03-05
1
-0
/
+2
*
MINOR: backend: handle reuse for conns with no server as target
Amaury Denoyelle
2021-03-03
1
-1
/
+1
*
MINOR: connection: allocate dynamically hash node for backend conns
Amaury Denoyelle
2021-02-19
1
-3
/
+14
*
MINOR: connection: remove pointers for prehash in conn_hash_params
Amaury Denoyelle
2021-02-17
1
-2
/
+2
*
MINOR: connection: use proxy protocol as parameter for srv conn hash
Amaury Denoyelle
2021-02-12
1
-1
/
+3
*
MINOR: connection: use src addr as parameter for srv conn hash
Amaury Denoyelle
2021-02-12
1
-1
/
+4
*
MINOR: connection: use dst addr as parameter for srv conn hash
Amaury Denoyelle
2021-02-12
1
-2
/
+5
*
MINOR: connection: use sni as parameter for srv conn hash
Amaury Denoyelle
2021-02-12
1
-2
/
+3
*
MINOR: connection: use the srv pointer for the srv conn hash
Amaury Denoyelle
2021-02-12
1
-0
/
+1
*
MINOR: connection: prepare hash calcul for server conns
Amaury Denoyelle
2021-02-12
1
-0
/
+23
[next]