Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
fad0318c74257ce5deb7c68f68ca37cdf61cc9a9
/
src
/
proto_tcp.c
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
27f7824
BUG/MAJOR: tcp: tcp rulesets were still broken
by Willy Tarreau
· Sat Jul 04 11:36:30 2015 +0200
4834bc7
MEDIUM: vars: adds support of variables
by Thierry FOURNIER
· Sat Jun 06 19:29:07 2015 +0200
0e11863
MINOR: tcp/http/conf: extends the keyword registration options
by Thierry FOURNIER
· Thu Jun 04 11:44:06 2015 +0200
561a0f9
MINOR: tcp: add custom actions that can continue tcp-(request|response) processing
by Thierry FOURNIER
· Fri May 29 17:29:14 2015 +0200
0786d05
MEDIUM: sample: change the prototype of sample-fetches functions
by Thierry FOURNIER
· Mon May 11 15:42:45 2015 +0200
0a9a2b8
MEDIUM: sample change the prototype of sample-fetches and converters functions
by Thierry FOURNIER
· Mon May 11 15:20:49 2015 +0200
e91ffd0
BUG/MAJOR: tcp: only call registered actions when they're registered
by Willy Tarreau
· Fri Apr 24 10:10:53 2015 +0200
152b81e
BUG/MAJOR: tcp/http: fix current_rule assignment when restarting over a ruleset
by Willy Tarreau
· Mon Apr 20 13:26:17 2015 +0200
e73ef85
MAJOR: tcp: make tcp_exec_req_rules() only rely on the session
by Willy Tarreau
· Sat Apr 04 16:41:45 2015 +0200
70f454e
MEDIUM: proto_tcp: track the session's counters in the connection ruleset
by Willy Tarreau
· Sat Apr 04 16:38:07 2015 +0200
192252e
MAJOR: sample: pass a pointer to the session to each sample fetch function
by Willy Tarreau
· Sat Apr 04 01:47:55 2015 +0200
15e91e1
MAJOR: sample: don't pass l7 anymore to sample fetch functions
by Willy Tarreau
· Sat Apr 04 00:52:09 2015 +0200
eee5b51
MAJOR: http: move http_txn out of struct stream
by Willy Tarreau
· Fri Apr 03 23:46:31 2015 +0200
cb7dd01
MEDIUM: http: move header captures from http_txn to struct stream
by Willy Tarreau
· Fri Apr 03 22:16:32 2015 +0200
9ad7bd4
MEDIUM: session: use the pointer to the origin instead of s->si[0].end
by Willy Tarreau
· Fri Apr 03 19:19:59 2015 +0200
e36cbcb
MEDIUM: stream: move the frontend's pointer to the session
by Willy Tarreau
· Fri Apr 03 15:40:56 2015 +0200
fb0afa7
MEDIUM: stream: move the listener's pointer to the session
by Willy Tarreau
· Fri Apr 03 14:46:27 2015 +0200
e7dff02
REORG/MEDIUM: stream: rename stream flags from SN_* to SF_*
by Willy Tarreau
· Fri Apr 03 01:14:29 2015 +0200
87b0966
REORG/MAJOR: session: rename the "session" entity to "stream"
by Willy Tarreau
· Fri Apr 03 00:22:06 2015 +0200
7379653
REORG/MEDIUM: channel: only use chn_prod / chn_cons to find stream-interfaces
by Willy Tarreau
· Fri Nov 28 14:10:28 2014 +0100
22ec1ea
REORG/MAJOR: move session's req and resp channels back into the session
by Willy Tarreau
· Thu Nov 27 20:45:39 2014 +0100
bc4c1ac
MEDIUM: http/tcp: permit to resume http and tcp custom actions
by Thierry FOURNIER
· Wed Feb 25 13:36:14 2015 +0100
cc87a11
MEDIUM: tcp: add register keyword system.
by Thierry FOURNIER
· Fri Dec 12 19:41:33 2014 +0100
f41a809
MINOR: sample: add private argument to the struct sample_fetch
by Thierry FOURNIER
· Sun Dec 07 18:37:57 2014 +0100
2af207a
MEDIUM: tcp: implement tcp-ut bind option to set TCP_USER_TIMEOUT
by Willy Tarreau
· Wed Feb 04 00:45:58 2015 +0100
529c139
BUG/MAJOR: namespaces: conn->target is not necessarily a server
by Willy Tarreau
· Wed Dec 24 13:47:55 2014 +0100
b3e54fe
MAJOR: namespace: add Linux network namespace support
by KOVACS Krisztian
· Mon Nov 17 15:11:45 2014 +0100
5e0d0e0
BUG/MEDIUM: tcp: don't use SO_ORIGINAL_DST on non-AF_INET sockets
by Willy Tarreau
· Wed Oct 29 21:46:01 2014 +0100
fb20e46
BUG/MEDIUM: tcp: fix outgoing polling based on proxy protocol
by Willy Tarreau
· Fri Oct 24 12:02:24 2014 +0200
e1cfc1f
BUG/MINOR: config: do not accept more track-sc than configured
by Willy Tarreau
· Fri Oct 17 11:53:05 2014 +0200
3986b9c
MEDIUM: config: report it when tcp-request rules are misplaced
by Willy Tarreau
· Tue Sep 16 15:39:51 2014 +0200
6bcb0a8
BUG/MAJOR: tcp: fix a possible busy spinning loop in content track-sc*
by Willy Tarreau
· Wed Jul 30 08:56:35 2014 +0200
092d865
MEDIUM: listener: implement a per-protocol pause() function
by Willy Tarreau
· Mon Jul 07 20:22:12 2014 +0200
1b71eb5
BUG/MEDIUM: counters: fix track-sc* to wait on unstable contents
by Willy Tarreau
· Wed Jun 25 17:01:56 2014 +0200
b5975de
MINOR: stick-table: make stktable_fetch_key() indicate why it failed
by Willy Tarreau
· Wed Jun 25 16:20:53 2014 +0200
18bf01e
MEDIUM: tcp: add a new tcp-request capture directive
by Willy Tarreau
· Fri Jun 13 16:18:52 2014 +0200
9cf8d3f
MINOR: protocols: use is_inet_addr() when only INET addresses are desired
by Willy Tarreau
· Fri May 09 22:56:10 2014 +0200
eeaa951
MINOR: configuration: File and line propagation
by Thierry FOURNIER
· Tue Feb 11 14:00:19 2014 +0100
0d6ba51
MINOR: pattern: store configuration reference for each acl or map pattern.
by Thierry FOURNIER
· Tue Feb 11 03:31:34 2014 +0100
7640e72
MINOR: set IP_FREEBIND on IPv6 sockets in transparent mode
by Lukas Tribus
· Mon Mar 03 21:10:51 2014 +0100
cc08d2c
MEDIUM: counters: stop relying on session flags at all
by Willy Tarreau
· Tue Jan 28 23:18:23 2014 +0100
f333834
BUG/MEDIUM: counters: flush content counters after each request
by Willy Tarreau
· Tue Jan 28 21:40:28 2014 +0100
3c72872
CLEANUP: connection: use conn_ctrl_ready() instead of checking the flag
by Willy Tarreau
· Thu Jan 23 13:50:42 2014 +0100
fd803bb
MEDIUM: connection: add check for readiness in I/O handlers
by Willy Tarreau
· Mon Jan 20 15:13:07 2014 +0100
e1f50c4
MEDIUM: connection: remove conn_{data,sock}_poll_{recv,send}
by Willy Tarreau
· Wed Jan 22 20:02:06 2014 +0100
f817e9f
MAJOR: polling: rework the whole polling system
by Willy Tarreau
· Fri Jan 10 16:58:45 2014 +0100
9ce7013
MEDIUM: tcp: report connection error at the connection level
by Willy Tarreau
· Fri Jan 24 16:08:19 2014 +0100
3bd3e57
MEDIUM: tcp: report in tcp_drain() that lingering is already disabled on close
by Willy Tarreau
· Mon Jan 20 11:56:37 2014 +0100
7f4bcc3
MINOR: protocol: improve the proto->drain() API
by Willy Tarreau
· Mon Jan 20 11:26:12 2014 +0100
ad38ace
MEDIUM: connection: centralize handling of nolinger in fd management
by Willy Tarreau
· Sun Dec 15 14:19:38 2013 +0100
975c178
MINOR: sample: make sample_parse_expr() use memprintf() to report parse errors
by Willy Tarreau
· Thu Dec 12 23:16:54 2013 +0100
57cd3e4
MEDIUM: connection: merge the send_proxy and local_send_proxy calls
by Willy Tarreau
· Thu Oct 24 22:01:26 2013 +0200
1ec74bf
MINOR: connection: check for send_proxy during the connect(), not the SI
by Willy Tarreau
· Thu Oct 24 21:45:00 2013 +0200
f79c817
MAJOR: connection: add two new flags to indicate readiness of control/transport
by Willy Tarreau
· Mon Oct 21 16:30:56 2013 +0200
b363a1f
MAJOR: stream-int: stop using si->conn and use si->end instead
by Willy Tarreau
· Tue Oct 01 10:45:07 2013 +0200
26f4a04
MEDIUM: connection: set the socket shutdown flags on socket errors
by Willy Tarreau
· Wed Dec 04 23:44:10 2013 +0100
f12a20e
BUG/MINOR: tcp: check that no error is pending during a connect probe
by Willy Tarreau
· Wed Dec 04 16:11:04 2013 +0100
0cba607
MINOR: acl/pattern: use types different from int to clarify who does what.
by Willy Tarreau
· Thu Nov 28 22:21:02 2013 +0100
a65b343
MEDIUM: pattern: rename "acl" prefix to "pat"
by Thierry FOURNIER
· Thu Nov 28 18:22:00 2013 +0100
0bb166b
MINOR: tcp: don't use tick_add_ifset() when timeout is known to be set
by Willy Tarreau
· Mon Nov 04 15:56:53 2013 +0100
44778ad
BUG/MEDIUM: tcp: do not skip tracking rules on second pass
by Willy Tarreau
· Wed Oct 30 19:24:00 2013 +0100
cc1e04b
MINOR: tcp: add new "close" action for tcp-response
by Willy Tarreau
· Wed Sep 11 23:20:29 2013 +0200
b4c8493
MINOR: session: make the number of stick counter entries more configurable
by Willy Tarreau
· Tue Jul 23 19:15:30 2013 +0200
ef38c39
MEDIUM: sample: systematically pass the keyword pointer to the keyword
by Willy Tarreau
· Mon Jul 22 16:29:32 2013 +0200
dc13c11
BUG/MEDIUM: prevent gcc from moving empty keywords lists into BSS
by Willy Tarreau
· Fri Jun 21 23:16:39 2013 +0200
be4a3ef
MEDIUM: counters: use sc0/sc1/sc2 instead of sc1/sc2/sc3
by Willy Tarreau
· Mon Jun 17 15:04:07 2013 +0200
6d4e4e8
MEDIUM: acl: remove a lot of useless ACLs that are equivalent to their fetches
by Willy Tarreau
· Tue Jun 11 21:22:58 2013 +0200
4f0d919
MEDIUM: tcp: add "tcp-request connection expect-proxy layer4"
by Willy Tarreau
· Tue Jun 11 20:40:55 2013 +0200
2b57cb8
MEDIUM: protocol: implement a "drain" function in protocol layers
by Willy Tarreau
· Mon Jun 10 19:56:38 2013 +0200
e25c917
MEDIUM: counters: add support for tracking a third counter
by Willy Tarreau
· Tue May 28 18:32:20 2013 +0200
Next »