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
/
protocol-t.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
MINOR: protocol: perform a live check for SO_REUSEPORT support
Willy Tarreau
2023-04-23
1
-0
/
+1
*
MINOR: protocol: move the global reuseport flag to the protocols
Willy Tarreau
2023-04-23
1
-0
/
+3
*
MINOR: protocol: add a flags field to store info about protocols
Willy Tarreau
2023-04-23
1
-1
/
+1
*
CLEANUP: protocol: move the nb_receivers to plug a hole in protocol
Willy Tarreau
2023-04-23
1
-2
/
+2
*
CLEANUP: protocol: move the l3_addrlen to plug a hole in proto_fam
Willy Tarreau
2023-04-23
1
-1
/
+2
*
MINOR: protocol: define new callback set_affinity
Amaury Denoyelle
2023-04-18
1
-0
/
+1
*
MINOR: protocol: replace ctrl_type with xprt_type and clarify it
Willy Tarreau
2022-05-20
1
-2
/
+2
*
MINOR: protocol: add get_src() and get_dst() at the protocol level
Willy Tarreau
2022-04-11
1
-2
/
+5
*
MINOR: protocols: add a new protocol type selector
Willy Tarreau
2021-10-27
1
-0
/
+8
*
CLEANUP: tree-wide: only include ebtree-t from type files
Willy Tarreau
2021-10-07
1
-1
/
+1
*
MINOR: protocol: add a pair of check_events/ignore_events functions at the ct...
Willy Tarreau
2020-12-11
1
-0
/
+2
*
MINOR: protocol: add a ->drain() function at the connection control layer
Willy Tarreau
2020-12-11
1
-0
/
+1
*
MINOR: protocol: add a set of ctrl_init/ctrl_close methods for setup/teardown
Willy Tarreau
2020-12-08
1
-0
/
+2
*
CLEANUP: protocol: group protocol struct members by usage
Willy Tarreau
2020-12-08
1
-4
/
+4
*
MINOR: protocol: remove the redundant ->sock_domain field
Willy Tarreau
2020-12-08
1
-1
/
+0
*
MINOR: listener: now use a generic add_listener() function
Willy Tarreau
2020-12-04
1
-1
/
+1
*
MINOR: protocol: add a ->set_port() helper to address families
Willy Tarreau
2020-12-04
1
-0
/
+1
*
CLEANUP: protocol: remove the now unused <handler> field of proto_fam->bind()
Willy Tarreau
2020-10-15
1
-1
/
+1
*
MINOR: protocol: register the receiver's I/O handler and not the protocol's
Willy Tarreau
2020-10-15
1
-1
/
+0
*
MINOR: protocol: add a default I/O callback and put it into the receiver
Willy Tarreau
2020-10-15
1
-0
/
+3
*
MINOR: protocol: add a new function accept_conn()
Willy Tarreau
2020-10-15
1
-0
/
+1
*
CLEANUP: protocol: remove the ->drain() function
Willy Tarreau
2020-10-15
1
-1
/
+0
*
MINOR: protocol: make proto_tcp & proto_uxst report listening sockets
Willy Tarreau
2020-10-13
1
-0
/
+1
*
MEDIUM: listeners: implement protocol level ->suspend/resume() calls
Willy Tarreau
2020-10-09
1
-0
/
+2
*
MINOR: listeners: split do_unbind_listener() in two
Willy Tarreau
2020-10-09
1
-0
/
+1
*
MEDIUM: receivers: add an rx_unbind() method in the protocols
Willy Tarreau
2020-10-09
1
-0
/
+1
*
MINOR: protocol: add a new pair of enable/disable methods for listeners
Willy Tarreau
2020-10-09
1
-0
/
+2
*
MINOR: protocol: add a new pair of rx_enable/rx_disable methods
Willy Tarreau
2020-10-09
1
-0
/
+2
*
MINOR: protocol: implement an ->rx_resume() method
Willy Tarreau
2020-10-09
1
-2
/
+4
*
MINOR: protocol: replace ->pause(listener) with ->rx_suspend(receiver)
Willy Tarreau
2020-10-09
1
-4
/
+11
*
MINOR: protocol: rename the ->listeners field to ->receivers
Willy Tarreau
2020-10-09
1
-2
/
+2
*
CLEANUP: protocol: remove the ->enable_all method
Willy Tarreau
2020-10-09
1
-3
/
+1
*
CLEANUP: protocol: remove the ->disable_all method
Willy Tarreau
2020-10-09
1
-1
/
+0
*
MEDIUM: proto_udp: replace last AF_CUST_UDP* with AF_INET*
Willy Tarreau
2020-09-16
1
-3
/
+1
*
MINOR: protocol: add the control layer type in the protocol struct
Willy Tarreau
2020-09-16
1
-0
/
+1
*
MINOR: protocol: add a real family for existing FDs
Willy Tarreau
2020-09-16
1
-4
/
+5
*
CLEANUP: protocol: remove family-specific fields from struct protocol
Willy Tarreau
2020-09-16
1
-7
/
+0
*
MINOR: protocol: add a new proto_fam structure for protocol families
Willy Tarreau
2020-09-16
1
-0
/
+16
*
MINOR: protocol: add a new ->bind() entry to bind the receiver
Willy Tarreau
2020-09-16
1
-0
/
+2
*
MINOR: protocol: rename the ->bind field to ->listen
Willy Tarreau
2020-09-16
1
-1
/
+1
*
CLEANUP: protocol: remove all ->bind_all() and ->unbind_all() functions
Willy Tarreau
2020-09-02
1
-5
/
+2
*
MINOR: tcp/udp/unix: make use of proto->addrcmp() to compare addresses
Willy Tarreau
2020-08-28
1
-0
/
+1
*
MEDIUM: udp: adds minimal proto udp support for message listeners.
Emeric Brun
2020-07-15
1
-1
/
+3
*
REORG: include: make list-t.h part of the base API
Willy Tarreau
2020-06-11
1
-1
/
+0
*
REORG: include: move protocol.h to haproxy/protocol{,-t}.h
Willy Tarreau
2020-06-11
1
-0
/
+98