Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
b992e6028d1f0e01c9efe259ecc89cfae703c5fe
/
src
/
proto_tcp.c
ef804e4
BUG/MINOR: rules: Increment be_counters if backend is assigned for a silent-drop
by Christopher Faulet
· Fri Mar 06 15:23:18 2020 +0100
c70f133
BUG/MINOR: rules: Preserve FLT_END analyzers on silent-drop action
by Christopher Faulet
· Fri Mar 06 15:10:46 2020 +0100
d0aea56
BUG/MINOR: tcp: don't try to set defaultmss when value is negative
by William Dauchy
· Wed Feb 12 15:53:04 2020 +0100
b3d5281
BUG/MINOR: tcp: avoid closing fd when socket failed in tcp_bind_listener
by William Dauchy
· Wed Feb 12 10:09:14 2020 +0100
3f1199d
BUG/MINOR: listener: enforce all_threads_mask on bind_thread on init
by Willy Tarreau
· Wed Feb 12 10:15:34 2020 +0100
74a1e43
MINOR: tcp: avoid confusion in time parsing init
by William Dauchy
· Wed Oct 23 19:31:36 2019 +0200
297df18
BUG/MINOR: tcp: Don't alter counters returned by tcp info fetchers
by Christopher Faulet
· Thu Oct 17 14:40:48 2019 +0200
937604b
BUG/MEDIUM: protocols: add a global lock for the init/deinit stuff
by Willy Tarreau
· Wed Jul 24 16:45:02 2019 +0200
9faebe3
MEDIUM: tools: improve time format error detection
by Willy Tarreau
· Fri Jun 07 19:00:37 2019 +0200
7b3a79f
BUG/MEDIUM: tcp: Make sure we keep the polling consistent in tcp_probe_connect.
by Olivier Houchard
· Thu Jun 06 18:15:01 2019 +0200
03abf2d
MEDIUM: connections: Remove CONN_FL_SOCK*
by Olivier Houchard
· Tue May 28 10:12:02 2019 +0200
2a54bb7
MEDIUM: connection: Upstream SOCKS4 proxy support
by Alexander Liu
· Wed May 22 19:44:48 2019 +0800
e573323
CLEANUP: build: rename some build macros to use the USE_* ones
by Willy Tarreau
· Wed May 22 19:24:06 2019 +0200
034c88c
MEDIUM: tcp: add the "tfo" option to support TCP fastopen on the server
by Willy Tarreau
· Mon Jan 23 23:36:45 2017 +0100
fdcb007
MEDIUM: proto: Change the prototype of the connect() method.
by Olivier Houchard
· Mon May 06 18:32:29 2019 +0200
e1afd4f
MINOR: proto_tcp: tcp-request content: enable set-dst and set-dst-var
by Baptiste Assmann
· Thu Apr 18 16:21:13 2019 +0200
4051410
MEDIUM: proto_tcp: Use the new _HA_ATOMIC_* macros.
by Olivier Houchard
· Fri Mar 08 18:54:04 2019 +0100
e2711c7
MINOR: listener: introduce listener_backlog() to report the backlog value
by Willy Tarreau
· Wed Feb 27 15:39:41 2019 +0100
a36b324
MEDIUM: listener: keep a single thread-mask and warn on "process" misuse
by Willy Tarreau
· Sat Feb 02 13:14:34 2019 +0100
3d95717
MINOR: threads: make use of thread_mask() to simplify some thread calculations
by Willy Tarreau
· Sat Feb 02 18:00:17 2019 +0100
a633147
CLEANUP: Fix typos in the proto_tcp subsystem
by Joseph Herlant
· Sun Nov 25 12:59:12 2018 -0800
c03eb01
BUG/MEDIUM: mworker: avoid leak of client socket
by William Lallemand
· Tue Nov 27 12:02:37 2018 +0100
8071338
MINOR: initcall: apply initcall to all register_build_opts() calls
by Willy Tarreau
· Mon Nov 26 10:19:54 2018 +0100
0108d90
MEDIUM: init: convert all trivial registration calls to initcalls
by Willy Tarreau
· Sun Nov 25 19:14:37 2018 +0100
637b695
BUG/MEDIUM: connections: Don't reset the conn flags in *connect_server().
by Olivier Houchard
· Fri Nov 23 14:23:07 2018 +0100
61c112a
REORG: http: move HTTP rules parsing to http_rules.c
by Willy Tarreau
· Tue Oct 02 16:43:32 2018 +0200
e215bba
MINOR: connection: make conn_sock_drain() work for all socket families
by Willy Tarreau
· Fri Aug 24 14:31:53 2018 +0200
843b7cb
MEDIUM: chunks: make the chunk struct's fields match the buffer struct
by Willy Tarreau
· Fri Jul 13 10:54:26 2018 +0200
a9786b6
MINOR: fd: pass the iocb and owner to fd_insert()
by Willy Tarreau
· Thu Jan 25 07:22:13 2018 +0100
c5532ac
MINOR: fd: don't report maxfd in alert messages
by Willy Tarreau
· Mon Jan 29 15:06:04 2018 +0100
fbc74e8
MINOR/CLEANUP: proxy: rename "proxy" to "proxies_list"
by Olivier Houchard
· Fri Nov 24 16:54:05 2017 +0100
767a84b
CLEANUP: log: Rename Alert/Warning in ha_alert/ha_warning
by Christopher Faulet
· Fri Nov 24 16:50:31 2017 +0100
165f07e
MEDIUM: listener: Bind listeners on a thread subset if specified
by Christopher Faulet
· Fri Nov 24 10:08:09 2017 +0100
9aaf778
MAJOR: connection : Split struct connection into struct connection and struct conn_stream.
by Olivier Houchard
· Wed Sep 13 18:30:23 2017 +0200
1bc04c7
BUG/MINOR: threads: Add missing THREAD_LOCAL on static here and there
by Christopher Faulet
· Sun Oct 29 20:14:08 2017 +0100
ff8abcd
MEDIUM: threads/proxy: Add a lock per proxy and atomically update proxy vars
by Christopher Faulet
· Fri Jun 02 15:33:24 2017 +0200
8d8aa0d
MEDIUM: threads/listeners: Make listeners thread-safe
by Christopher Faulet
· Tue May 30 15:36:50 2017 +0200
36716a7
MEDIUM: threads/fd: Initialize the process mask during the call to fd_insert
by Christopher Faulet
· Tue May 30 11:07:16 2017 +0200
c2aae74
MEDIUM: ssl: Handle early data with OpenSSL 1.1.1
by Olivier Houchard
· Fri Sep 22 18:26:28 2017 +0200
3f2770b
MINOR: tcp: use conn_full_close() instead of conn_force_close()
by Willy Tarreau
· Thu Oct 05 18:01:29 2017 +0200
1a0545f
REORG: connection: rename CO_FL_DATA_* -> CO_FL_XPRT_*
by Olivier Houchard
· Wed Sep 13 18:30:23 2017 +0200
46392fd
BUG/MEDIUM: tcp/http: set-dst-port action broken
by Baptiste Assmann
· Tue Oct 03 23:16:36 2017 +0200
9d5be5c
MINOR: protocols: register the ->add function and stop calling them directly
by Willy Tarreau
· Fri Sep 15 07:55:51 2017 +0200
3228238
MINOR: protocols: always pass a "port" argument to the listener creation
by Willy Tarreau
· Fri Sep 15 07:44:44 2017 +0200
585744b
REORG/MEDIUM: connection: introduce the notion of connection handle
by Willy Tarreau
· Thu Aug 24 14:31:19 2017 +0200
153659f
MINOR: tcp: When binding socket, attempt to reuse one from the old proc.
by Olivier Houchard
· Wed Apr 05 22:39:56 2017 +0200
19060a3
BUG/MEDIUM: tcp: don't require privileges to bind to device
by Willy Tarreau
· Mon Mar 27 16:22:59 2017 +0200
5c3cd97
MINOR: server: Make 'default-server' support 'tcp-ut' keyword.
by Frédéric Lécaille
· Wed Mar 15 16:36:09 2017 +0100
819efbf
BUG/MEDIUM: tcp: don't poll for write when connect() succeeds
by Willy Tarreau
· Wed Jan 25 14:12:22 2017 +0100
ba96291
CLEANUP: tcp: use the build options list to report transparent modes
by Willy Tarreau
· Wed Dec 21 18:55:02 2016 +0100
4896c44
DOC: Spelling fixes
by Tim Düsterhus
· Tue Nov 29 02:15:19 2016 +0100
3971310
REORG: tcp-rules: move tcp rules processing to their own file
by Willy Tarreau
· Fri Nov 25 15:49:32 2016 +0100
620408f
MEDIUM: tcp: add registration and processing of TCP L5 rules
by Willy Tarreau
· Fri Oct 21 16:37:51 2016 +0200
7d9736f
CLEANUP: tcp rules: mention everywhere that tcp-conn rules are L4
by Willy Tarreau
· Fri Oct 21 16:34:21 2016 +0200
00005ce
MINOR: tcp: make set-src/set-src-port and set-dst/set-dst-port commutative
by Willy Tarreau
· Fri Oct 21 15:07:45 2016 +0200
7d56c6d
MINOR: enable IP_BIND_ADDRESS_NO_PORT on backend connections
by Lukas Tribus
· Tue Sep 13 09:51:15 2016 +0000
a0bcbdc
MEDIUM: make SO_REUSEPORT configurable
by Lukas Tribus
· Mon Sep 12 21:42:20 2016 +0000
7276f3a
BUG/MINOR: Fix OSX compilation errors
by Dinko Korunic
· Fri Sep 09 09:41:15 2016 +0200
30fcd39
MINOR: tcp: add further tcp info fetchers
by Joe Williams
· Wed Aug 10 07:06:44 2016 -0700
7f3e3c0
BUILD: tcp: do not include netinet/ip.h for IP_TTL
by Willy Tarreau
· Wed Aug 10 18:42:17 2016 +0200
16e0156
MINOR: tcp: add dst_is_local and src_is_local
by Willy Tarreau
· Tue Aug 09 16:46:18 2016 +0200
39a5f22
BUILD: make proto_tcp.c compatible with musl library
by Baptiste Assmann
· Mon Aug 08 14:12:08 2016 +0200
6310bef
MINOR: tcp: Return TCP statistics like RTT and RTT variance
by Thierry Fournier / OZON.IO
· Sun Jul 24 20:16:50 2016 +0200
9075968
MINOR: tcp: add "tcp-request connection expect-netscaler-cip layer4"
by Bertrand Jacquin
· Mon Jun 06 15:35:39 2016 +0100
13e9b0c
MEDIUM: tcp/http: new set-dst/set-dst-port actions
by William Lallemand
· Wed May 25 02:34:07 2016 +0200
44be640
MEDIUM: tcp/http: add 'set-src-port' action
by William Lallemand
· Wed May 25 01:51:35 2016 +0200
01252ed
MINOR: set the CO_FL_ADDR_FROM_SET flags with 'set-src'
by William Lallemand
· Wed May 25 02:33:16 2016 +0200
2e785f2
MEDIUM: tcp: add 'set-src' to 'tcp-request connection'
by William Lallemand
· Wed May 25 01:48:42 2016 +0200
6e61589
BUG/MAJOR: fix listening IP address storage for frontends
by Vincent Bernat
· Wed May 18 16:17:44 2016 +0200
02779b6
CLEANUP: uniformize last argument of malloc/calloc
by Vincent Bernat
· Sun Apr 03 13:48:43 2016 +0200
163d462
MEDIUM: server: implement TCP_USER_TIMEOUT on the server
by Willy Tarreau
· Tue Oct 13 16:16:41 2015 +0200
ab95e65
MINOR: http/tcp: fill the avalaible actions
by Thierry FOURNIER
· Fri Oct 02 08:24:51 2015 +0200
fc2a2d9
CLEANUP: tcp: silent-drop: only drain the connection when quick-ack is disabled
by Willy Tarreau
· Tue Sep 29 18:15:01 2015 +0200
f50ec0f
BUG/MINOR: tcp: make silent-drop always force a TCP reset
by Willy Tarreau
· Tue Sep 29 18:11:32 2015 +0200
2d392c2
MEDIUM: tcp: add new tcp action "silent-drop"
by Willy Tarreau
· Mon Aug 24 01:43:45 2015 +0200
45059e9
BUG/MEDIUM: tcp: fix inverted condition to call custom actions
by Willy Tarreau
· Mon Sep 28 17:50:10 2015 +0200
acc9800
MEDIUM: action: add a new flag ACT_FLAG_FIRST
by Willy Tarreau
· Sun Sep 27 23:34:39 2015 +0200
c1b10d3
MEDIUM: actions: add new flag ACT_FLAG_FINAL to notify about last call
by Willy Tarreau
· Sun Sep 27 10:06:24 2015 +0200
658b85b
MEDIUM: actions: pass a new "flags" argument to custom actions
by Willy Tarreau
· Sun Sep 27 10:00:49 2015 +0200
85c6c97
MINOR: action: add reference to the original keywork matched for the called parser.
by Thierry FOURNIER
· Tue Sep 22 19:14:35 2015 +0200
4214873
MEDIUM: actions: remove ACTION_STOP
by Thierry FOURNIER
· Wed Sep 02 17:17:33 2015 +0200
29fbe51
MAJOR: tproxy: remove support for cttproxy
by Willy Tarreau
· Thu Aug 20 19:35:14 2015 +0200
afa8049
MEDIUM: actions: Normalize the return code of the configuration parsers
by Thierry FOURNIER
· Wed Aug 19 09:04:15 2015 +0200
322a124
MINOR: actions: mutualise the action keyword lookup
by Thierry FOURNIER
· Wed Aug 19 09:07:47 2015 +0200
36481b8
MEDIUM: actions: Merge (http|tcp)-(request|reponse) keywords structs
by Thierry FOURNIER
· Wed Aug 19 09:01:53 2015 +0200
24ff6c6
MEDIUM: actions: Add standard return code for the action API
by Thierry FOURNIER
· Thu Aug 06 08:52:53 2015 +0200
0ea5c7f
MINOR: actions: change actions names
by Thierry FOURNIER
· Wed Aug 05 19:05:19 2015 +0200
91f6ba0
MINOR: actions: Declare all the embedded actions in the same header file
by Thierry FOURNIER
· Thu Aug 06 08:30:11 2015 +0200
5563e4b
MINOR: actions: add "from" information
by Thierry FOURNIER
· Fri Aug 14 19:20:07 2015 +0200
d0d65ae
MEDIUM: capture: Move the capture configuration storage in the union
by Thierry FOURNIER
· Tue Aug 04 08:21:12 2015 +0200
5ec63e0
MEDIUM: track-sc: Move the track-sc configuration storage in the union
by Thierry FOURNIER
· Tue Aug 04 09:09:48 2015 +0200
a28a942
MEDIUM: actions: Merge (http|tcp)-(request|reponse) action structs
by Thierry FOURNIER
· Tue Aug 04 19:35:46 2015 +0200
136f9d3
MINOR: samples: rename union from "data" to "u"
by Thierry FOURNIER
· Wed Aug 19 09:07:19 2015 +0200
8c542ca
MEDIUM: samples: Use the "struct sample_data" in the "struct sample"
by Thierry FOURNIER
· Wed Aug 19 09:00:18 2015 +0200
a123ad8
MINOR: sample/proto_tcp: export "smp_fetch_src"
by Thierry FOURNIER
· Fri Jul 24 09:12:15 2015 +0200
422a3af
MINOR: proto_tcp: add session in the action prototype
by Thierry FOURNIER
· Mon Aug 10 18:30:18 2015 +0200
c89f4f5
BUG/MINOR: proto_tcp: custom action continue is ignored
by Thierry FOURNIER
· Tue Aug 11 09:48:02 2015 +0200
387ebf8
MINOR: connection: add a new flag CO_FL_PRIVATE
by Willy Tarreau
· Tue Aug 04 19:24:13 2015 +0200
07ee64e
MAJOR: sample: converts uint and sint in 64 bits signed integer
by Thierry FOURNIER
· Mon Jul 06 23:43:03 2015 +0200
79beb24
CLEANUP: sample: generalize sample_fetch_string() as sample_fetch_as_type()
by Adis Nezirovic
· Mon Jul 06 15:41:02 2015 +0200
Next »