- 7eb837d MINOR: stream: Introduce stream_abort() to abort on both sides in same time by Christopher Faulet · 1 year, 8 months ago
- d9b7174 MEDIUM: tcp-act: add parameter rst-ttl to silent-drop by Mathias Weiersmueller · 2 years ago
- 5edca2f REORG: rename cs_utils.h to sc_strm.h by Willy Tarreau · 2 years, 6 months ago
- d68ff01 CLEANUP: stconn: rename cs{,_get}_{src,dst} to sc_* by Willy Tarreau · 2 years, 6 months ago
- cb04166 CLEANUP: stconn: tree-wide rename stream connector flags CS_FL_* to SC_FL_* by Willy Tarreau · 2 years, 6 months ago
- 7cb9e6c CLEANUP: stream: rename "csf" and "csb" to "scf" and "scb" by Willy Tarreau · 2 years, 6 months ago
- 0164a40 BUG/MINOR: tcp/http: release the expr of set-{src,dst}[-port] by William Lallemand · 2 years, 7 months ago
- 7e2e4f8 CLEANUP: tree-wide: remove 25 occurrences of unneeded fcntl.h by Willy Tarreau · 2 years, 7 months ago
- 6b0a0fb CLEANUP: tree-wide: Remove any ref to stream-interfaces by Christopher Faulet · 2 years, 8 months ago
- 8abe712 MINOR: stream-int: Remove SI_FL_NOLINGER/NOHALF to rely on CS flags instead by Christopher Faulet · 2 years, 8 months ago
- 8da67aa MEDIUM: stream-int/conn-stream: Move src/dst addresses in the conn-stream by Christopher Faulet · 2 years, 8 months ago
- e222679 MINOR: connection: skip FD-based syscalls for FD-less connections by Willy Tarreau · 2 years, 8 months ago
- cda94ac MAJOR: stream/conn_stream: Move the stream-interface into the conn-stream by Christopher Faulet · 3 years ago
- 0de8272 MINOR: tcp-act: Always access the stream-int via the conn-stream by Christopher Faulet · 3 years ago
- 1e83b70 MINOR: tcp-act: Add set-src/set-src-port for "tcp-request content" rules by Christopher Faulet · 3 years, 5 months ago
- d69377e MEDIUM: tcp-act: Set addresses at the apprioriate level in set-(src/dst) actions by Christopher Faulet · 3 years, 1 month ago
- 2304887 Revert "MINOR: tcp-act: Add set-src/set-src-port for "tcp-request content" rules" by Christopher Faulet · 3 years, 5 months ago
- bae4cb2 BUILD/MEDIUM: tcp: set-mark support for OpenBSD by David Carlier · 3 years, 5 months ago
- 5bbfff1 BUILD: tcp-act: avoid warning when set-mark / set-tos are not supported by Willy Tarreau · 3 years, 5 months ago
- f7f53af BUILD/MEDIUM: tcp: set-mark setting support for FreeBSD. by David Carlier · 3 years, 5 months ago
- ee9c98d CLEANUP: tcp-act: Sort action lists by Christopher Faulet · 3 years, 5 months ago
- 469c06c MINOR: http-act/tcp-act: Add "set-mark" and "set-tos" for tcp content rules by Christopher Faulet · 3 years, 5 months ago
- 19bbbe0 MINOR: tcp-act: Add set-src/set-src-port for "tcp-request content" rules by Christopher Faulet · 3 years, 5 months ago
- 4781b15 CLEANUP: atomic/tree-wide: replace single increments/decrements with inc/dec by Willy Tarreau · 3 years, 8 months ago
- b41a6e9 MINOR: fd: move .linger_risk into fdtab[].state by Willy Tarreau · 3 years, 8 months ago
- 4bfc663 CLEANUP: socket: replace SOL_IP/IPV6/TCP with IPPROTO_IP/IPV6/TCP by Willy Tarreau · 3 years, 8 months ago
- da23195 BUILD: tcp: use IPPROTO_IPV6 instead of SOL_IPV6 on FreeBSD/MacOS by Willy Tarreau · 3 years, 8 months ago
- ab79ee8 BUG/MINOR: tcp: fix silent-drop workaround for IPv6 by Willy Tarreau · 3 years, 8 months ago
- 36119de BUG/MEDIUM: session: NULL dereference possible when accessing the listener by William Lallemand · 3 years, 9 months ago
- e01ca0f BUG/MINOR: tcp-act: Don't forget to set the original port for IPv4 set-dst rule by Christopher Faulet · 3 years, 9 months ago
- e5ff141 CLEANUP: Compare the return value of `XXXcmp()` functions with zero by Tim Duesterhus · 3 years, 11 months ago
- 2ded48d MINOR: connection: make conn_sock_drain() use the control layer's ->drain() by Willy Tarreau · 4 years ago
- aeae66c REORG: tcp: move TCP actions from proto_tcp.c to tcp_act.c by Willy Tarreau · 4 years, 3 months ago