Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
a441ec9c7a6bb97029b4f9432efc94731ace601c
/
src
/
tcp_act.c
5edca2f
REORG: rename cs_utils.h to sc_strm.h
by Willy Tarreau
· Fri May 27 09:25:10 2022 +0200
d68ff01
CLEANUP: stconn: rename cs{,_get}_{src,dst} to sc_*
by Willy Tarreau
· Fri May 27 08:57:21 2022 +0200
cb04166
CLEANUP: stconn: tree-wide rename stream connector flags CS_FL_* to SC_FL_*
by Willy Tarreau
· Tue May 17 19:44:42 2022 +0200
7cb9e6c
CLEANUP: stream: rename "csf" and "csb" to "scf" and "scb"
by Willy Tarreau
· Tue May 17 19:40:40 2022 +0200
0164a40
BUG/MINOR: tcp/http: release the expr of set-{src,dst}[-port]
by William Lallemand
· Fri May 06 16:54:09 2022 +0200
7e2e4f8
CLEANUP: tree-wide: remove 25 occurrences of unneeded fcntl.h
by Willy Tarreau
· Tue Apr 26 10:30:35 2022 +0200
6b0a0fb
CLEANUP: tree-wide: Remove any ref to stream-interfaces
by Christopher Faulet
· Mon Apr 04 11:29:28 2022 +0200
8abe712
MINOR: stream-int: Remove SI_FL_NOLINGER/NOHALF to rely on CS flags instead
by Christopher Faulet
· Wed Mar 30 15:10:18 2022 +0200
8da67aa
MEDIUM: stream-int/conn-stream: Move src/dst addresses in the conn-stream
by Christopher Faulet
· Tue Mar 29 17:53:09 2022 +0200
e222679
MINOR: connection: skip FD-based syscalls for FD-less connections
by Willy Tarreau
· Mon Apr 11 18:04:33 2022 +0200
cda94ac
MAJOR: stream/conn_stream: Move the stream-interface into the conn-stream
by Christopher Faulet
· Thu Dec 23 17:28:17 2021 +0100
0de8272
MINOR: tcp-act: Always access the stream-int via the conn-stream
by Christopher Faulet
· Thu Dec 23 13:59:47 2021 +0100
1e83b70
MINOR: tcp-act: Add set-src/set-src-port for "tcp-request content" rules
by Christopher Faulet
· Wed Jun 23 12:07:21 2021 +0200
d69377e
MEDIUM: tcp-act: Set addresses at the apprioriate level in set-(src/dst) actions
by Christopher Faulet
· Mon Oct 25 08:26:34 2021 +0200
2304887
Revert "MINOR: tcp-act: Add set-src/set-src-port for "tcp-request content" rules"
by Christopher Faulet
· Tue Jul 06 11:25:36 2021 +0200
bae4cb2
BUILD/MEDIUM: tcp: set-mark support for OpenBSD
by David Carlier
· Sat Jul 03 10:15:15 2021 +0100
5bbfff1
BUILD: tcp-act: avoid warning when set-mark / set-tos are not supported
by Willy Tarreau
· Mon Jun 28 07:12:22 2021 +0200
f7f53af
BUILD/MEDIUM: tcp: set-mark setting support for FreeBSD.
by David Carlier
· Sat Jun 26 12:04:36 2021 +0100
ee9c98d
CLEANUP: tcp-act: Sort action lists
by Christopher Faulet
· Fri Jun 25 15:18:33 2021 +0200
469c06c
MINOR: http-act/tcp-act: Add "set-mark" and "set-tos" for tcp content rules
by Christopher Faulet
· Fri Jun 25 15:11:35 2021 +0200
19bbbe0
MINOR: tcp-act: Add set-src/set-src-port for "tcp-request content" rules
by Christopher Faulet
· Wed Jun 23 12:07:21 2021 +0200
4781b15
CLEANUP: atomic/tree-wide: replace single increments/decrements with inc/dec
by Willy Tarreau
· Tue Apr 06 13:53:36 2021 +0200
b41a6e9
MINOR: fd: move .linger_risk into fdtab[].state
by Willy Tarreau
· Tue Apr 06 17:49:19 2021 +0200
4bfc663
CLEANUP: socket: replace SOL_IP/IPV6/TCP with IPPROTO_IP/IPV6/TCP
by Willy Tarreau
· Wed Mar 31 08:45:47 2021 +0200
da23195
BUILD: tcp: use IPPROTO_IPV6 instead of SOL_IPV6 on FreeBSD/MacOS
by Willy Tarreau
· Wed Mar 31 08:29:27 2021 +0200
ab79ee8
BUG/MINOR: tcp: fix silent-drop workaround for IPv6
by Willy Tarreau
· Tue Mar 30 17:23:50 2021 +0200
36119de
BUG/MEDIUM: session: NULL dereference possible when accessing the listener
by William Lallemand
· Mon Mar 08 15:26:48 2021 +0100
e01ca0f
BUG/MINOR: tcp-act: Don't forget to set the original port for IPv4 set-dst rule
by Christopher Faulet
· Mon Mar 01 11:21:14 2021 +0100
e5ff141
CLEANUP: Compare the return value of `XXXcmp()` functions with zero
by Tim Duesterhus
· Sat Jan 02 22:31:53 2021 +0100
2ded48d
MINOR: connection: make conn_sock_drain() use the control layer's ->drain()
by Willy Tarreau
· Fri Dec 11 16:20:34 2020 +0100
aeae66c
REORG: tcp: move TCP actions from proto_tcp.c to tcp_act.c
by Willy Tarreau
· Fri Aug 28 11:03:28 2020 +0200