Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
06910464ddece4b161cb38137c2841cc21577c63
/
include
/
proto
/
proto_tcp.h
fdcb007
MEDIUM: proto: Change the prototype of the connect() method.
by Olivier Houchard
· 5 years ago
e215bba
MINOR: connection: make conn_sock_drain() work for all socket families
by Willy Tarreau
· 6 years ago
9d5be5c
MINOR: protocols: register the ->add function and stop calling them directly
by Willy Tarreau
· 7 years ago
3228238
MINOR: protocols: always pass a "port" argument to the listener creation
by Willy Tarreau
· 7 years ago
3971310
REORG: tcp-rules: move tcp rules processing to their own file
by Willy Tarreau
· 8 years ago
620408f
MEDIUM: tcp: add registration and processing of TCP L5 rules
by Willy Tarreau
· 8 years ago
7d9736f
CLEANUP: tcp rules: mention everywhere that tcp-conn rules are L4
by Willy Tarreau
· 8 years ago
ec3c37d
CLEANUP: actions: missplaced includes
by Thierry FOURNIER
· 9 years ago
7e25df3
MAJOR: stick-tables: remove key storage from the key struct
by Thierry FOURNIER
· 9 years ago
5d24ebc
MEDIUM: stick-tables: use the sample type names
by Thierry FOURNIER
· 9 years ago
bc8c404
MAJOR: stick-tables: use sample types in place of dedicated types
by Thierry FOURNIER
· 9 years ago
c2bb050
MINOR: proto_tcp: proto_tcp.h is now useles
by Thierry FOURNIER
· 9 years ago
36481b8
MEDIUM: actions: Merge (http|tcp)-(request|reponse) keywords structs
by Thierry FOURNIER
· 9 years ago
0ea5c7f
MINOR: actions: change actions names
by Thierry FOURNIER
· 9 years ago
a123ad8
MINOR: sample/proto_tcp: export "smp_fetch_src"
by Thierry FOURNIER
· 9 years ago
e73ef85
MAJOR: tcp: make tcp_exec_req_rules() only rely on the session
by Willy Tarreau
· 10 years ago
87b0966
REORG/MAJOR: session: rename the "session" entity to "stream"
by Willy Tarreau
· 10 years ago
cc87a11
MEDIUM: tcp: add register keyword system.
by Thierry FOURNIER
· 10 years ago
092d865
MEDIUM: listener: implement a per-protocol pause() function
by Willy Tarreau
· 10 years ago
74c219d
BUG/MEDIUM: stick-table: fix IPv4-to-IPv6 conversion in src_* fetches
by Thierry FOURNIER
· 11 years ago
34c2fb6
BUG/MINOR: config: report the correct track-sc number in tcp-rules
by Willy Tarreau
· 11 years ago
be4a3ef
MEDIUM: counters: use sc0/sc1/sc2 instead of sc1/sc2/sc3
by Willy Tarreau
· 11 years ago
2b57cb8
MEDIUM: protocol: implement a "drain" function in protocol layers
by Willy Tarreau
· 11 years ago
d5ca9ab
MINOR: counters: make it easier to extend the amount of tracked counters
by Willy Tarreau
· 11 years ago
d4c33c8
MEDIUM: samples: move payload-based fetches and ACLs to their own file
by Willy Tarreau
· 12 years ago
f0837b2
MEDIUM: tcp: add explicit support for delayed ACK in connect()
by Willy Tarreau
· 12 years ago
0711541
MEDIUM: stick-table: allocate the table key of size buffer size
by Willy Tarreau
· 12 years ago
64ee491
MINOR: tcp: replace tcp_src_to_stktable_key with addr_to_stktable_key
by Willy Tarreau
· 12 years ago
14f8e86
MEDIUM: proto_tcp: remove any dependence on stream_interface
by Willy Tarreau
· 12 years ago
986a9d2
MAJOR: connection: move the addr field from the stream_interface
by Willy Tarreau
· 12 years ago
7421efb
REORG/MAJOR: use "struct channel" instead of "struct buffer"
by Willy Tarreau
· 12 years ago
239d718
MEDIUM: stream_interface: pass connection instead of fd in sock_ops
by Willy Tarreau
· 12 years ago
2da156f
MAJOR: tcp: remove the specific I/O callbacks for TCP connection probes
by Willy Tarreau
· 12 years ago
c3a08a1
BUG: stktable: tcp_src_to_stktable_key() must return NULL on invalid families
by Willy Tarreau
· 12 years ago
59b9479
BUG/MEDIUM: stream_interface: restore get_src/get_dst
by Willy Tarreau
· 12 years ago
32a6f2e
MEDIUM: acl/pattern: use the same direction scheme
by Willy Tarreau
· 13 years ago
32389b7
MEDIUM: acl/pattern: switch rdp_cookie functions stack up-down
by Willy Tarreau
· 13 years ago
6471afb
MINOR: remove the client/server side distinction in SI addresses
by Willy Tarreau
· 13 years ago
c9f6011
[BUG] TCP source tracking was broken with IPv6 changes
by Willy Tarreau
· 14 years ago
4f92d32
[MEDIUM] IPv6 support for stick-tables
by David du Colombier
· 14 years ago
6f5ccb1
[MEDIUM] add internal support for IPv6 server addresses
by David du Colombier
· 14 years ago
ac82540
[MEDIUM] stream_interface: store the target pointer and type
by Willy Tarreau
· 14 years ago
f153686
[REORG] tcp: make tcpv4_connect_server() take the target address from the SI
by Willy Tarreau
· 14 years ago
957c0a5
[REORG] session: move client and server address to the stream interface
by Willy Tarreau
· 14 years ago
97679e7
[MEDIUM] Implement tcp inspect response rules
by Emeric Brun
· 14 years ago
cf20bf1
[MEDIUM] Enhance message errors management on binds
by Emeric Brun
· 14 years ago
9ba2dcc
[MAJOR] session: add track-counters to track counters related to the session
by Willy Tarreau
· 14 years ago
a5c0ab2
[MEDIUM] frontend: check for LI_O_TCP_RULES in the listener
by Willy Tarreau
· 14 years ago
eb47268
[MEDIUM] separate protocol-level accept() from the frontend's
by Willy Tarreau
· 14 years ago
44b90cc
[CLEANUP] tcp: move some non tcp-specific layer6 processing out of proto_tcp
by Willy Tarreau
· 14 years ago
b1d6774
[MEDIUM] backend: move the transparent proxy address selection to backend
by Willy Tarreau
· 15 years ago
9650f37
[MEDIUM] move connection establishment from backend to the SI.
by Willy Tarreau
· 15 years ago
647caf1
[MEDIUM] add support for RDP cookie persistence
by Emeric Brun
· 15 years ago
bede3d0
[MINOR] acl: add support for matching of RDP cookies
by Emeric Brun
· 15 years ago
3a81629
[MEDIUM] session: tell analysers what bit they were called for
by Willy Tarreau
· 15 years ago
edcf668
[MEDIUM] extract TCP request processing from HTTP
by Willy Tarreau
· 16 years ago
b686644
[MAJOR] implement tcp request content inspection
by Willy Tarreau
· 16 years ago
e8c66af
[MEDIUM] fix server health checks source address selection
by Willy Tarreau
· 17 years ago
e6b9894
[MAJOR] create proto_tcp and move initialization of proxy listeners
by Willy Tarreau
· 17 years ago