Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
76d4ff0e362f4a2ef44be32475e72dd62d1e3e38
/
src
/
backend.c
f77ca89
BUG/MEDIUM: connections: Don't forget to unlock when killing a connection.
by Olivier Houchard
· Fri Jan 31 17:22:08 2020 +0100
7fcbd37
BUG/MEDIUM: connections: Hold the lock when wanting to kill a connection.
by Olivier Houchard
· Mon Dec 30 18:15:40 2019 +0100
36deb21
BUG/MEDIUM: servers: Only set SF_SRV_REUSED if the connection if fully ready.
by Olivier Houchard
· Fri Oct 25 17:00:54 2019 +0200
88e4765
BUG/MINOR: backend: Fix a possible null pointer dereference
by Christopher Faulet
· Fri Sep 13 10:01:36 2019 +0200
d9b35d9
BUG/MINOR: backend: do not try to install a mux when the connection failed
by Willy Tarreau
· Thu Jul 18 16:18:20 2019 +0200
a9da467
BUG/MEDIUM: servers: Don't forget to set srv_cs to NULL if we can't reuse it.
by Olivier Houchard
· Mon Jul 08 16:30:32 2019 +0200
fc4c35a
BUG/MEDIUM: connections: Always add the xprt handshake if needed.
by Olivier Houchard
· Mon Jun 24 18:19:40 2019 +0200
8694e5b
BUG/MEDIUM: connections: Don't try to send early data if we have no mux.
by Olivier Houchard
· Sat Jun 15 00:14:05 2019 +0200
b4a8b2c
BUG/MEDIUM: connections: Don't use ALPN to pick mux when in mode TCP.
by Olivier Houchard
· Sat Jun 15 00:13:15 2019 +0200
fe50bfb
MEDIUM: connections: Introduce a handshake pseudo-XPRT.
by Olivier Houchard
· Mon May 27 12:09:19 2019 +0200
14fcc2e
BUG/MEDIUM: servers: Don't attempt to destroy idle connections if disabled.
by Olivier Houchard
· Wed Jun 05 13:55:01 2019 +0200
7bb39d7
CLEANUP: connection: remove the now unused CS_FL_REOS flag
by Willy Tarreau
· Mon Jun 03 14:23:33 2019 +0200
2a54bb7
MEDIUM: connection: Upstream SOCKS4 proxy support
by Alexander Liu
· Wed May 22 19:44:48 2019 +0800
250031e
MEDIUM: sessions: Introduce session flags.
by Olivier Houchard
· Wed May 29 15:01:50 2019 +0200
a3f1550
MEDIUM: http/htx: Perform analysis relatively to the first block
by Christopher Faulet
· Mon May 13 15:27:23 2019 +0200
297fbb4
MINOR: htx: Replace the function http_find_stline() by http_get_stline()
by Christopher Faulet
· Mon May 13 14:41:27 2019 +0200
08e2b41
BUILD: connections: shut up gcc about impossible out-of-bounds warning
by Willy Tarreau
· Sun May 26 11:50:08 2019 +0200
c125cef
CLEANUP: ssl: make inclusion of openssl headers safe
by Willy Tarreau
· Fri May 10 09:58:43 2019 +0200
5db847a
CLEANUP: ssl: remove 57 occurrences of useless tests on LIBRESSL_VERSION_NUMBER
by Willy Tarreau
· Thu May 09 14:13:35 2019 +0200
9a1ab08
CLEANUP: ssl-sock: use HA_OPENSSL_VERSION_NUMBER instead of OPENSSL_VERSION_NUMBER
by Willy Tarreau
· Thu May 09 13:26:41 2019 +0200
4cd2af4
BUG/MEDIUM: ssl: Don't attempt to use early data with libressl.
by Olivier Houchard
· Mon May 06 15:18:27 2019 +0200
865d839
MEDIUM: streams: Add a way to replay failed 0rtt requests.
by Olivier Houchard
· Fri May 03 22:46:27 2019 +0200
010941f
BUG/MEDIUM: ssl: Use the early_data API the right way.
by Olivier Houchard
· Fri May 03 20:56:19 2019 +0200
a48237f
BUG/MEDIUM: connections: Make sure we remove CO_FL_SESS_IDLE on disown.
by Olivier Houchard
· Thu May 02 12:04:15 2019 +0200
46451d6
MINOR: gcc: Fix a silly gcc warning in connect_server()
by Christopher Faulet
· Fri Apr 19 15:39:22 2019 +0200
88698d9
MEDIUM: connections: Add a way to control the number of idling connections.
by Olivier Houchard
· Tue Apr 16 19:07:22 2019 +0200
73c1207
MINOR: muxes: Pass the context of the mux to destroy() instead of the connection
by Christopher Faulet
· Mon Apr 08 11:23:22 2019 +0200
237f781
MEDIUM: backend: Use the new _HA_ATOMIC_* macros.
by Olivier Houchard
· Fri Mar 08 18:49:07 2019 +0100
c912f94
MINOR: server: remove a few unneeded LIST_INIT calls after LIST_DEL_LOCKED
by Willy Tarreau
· Thu Feb 28 16:06:56 2019 +0100
9ea5d36
MEDIUM: servers: Reorganize the way idle connections are cleaned.
by Olivier Houchard
· Thu Feb 14 18:29:09 2019 +0100
7f1bc31
MEDIUM: servers: Used a locked list for idle_orphan_conns.
by Olivier Houchard
· Tue Jan 22 16:11:03 2019 +0100
f131481
BUG/MEDIUM: servers: Add a per-thread counter of idle connections.
by Olivier Houchard
· Mon Feb 18 16:41:17 2019 +0100
e737103
BUG/MEDIUM: servers: Use atomic operations when handling curr_idle_conns.
by Olivier Houchard
· Fri Feb 15 18:49:15 2019 +0100
f7679ad
BUG/MAJOR: htx/backend: Make all tests on HTTP messages compatible with HTX
by Christopher Faulet
· Mon Feb 04 12:02:18 2019 +0100
1da41ec
BUG/MINOR: backend: check srv_conn before dereferencing it
by Willy Tarreau
· Fri Feb 01 16:38:48 2019 +0100
3c4e19f
BUG/MEDIUM: backend: always release the previous connection into its own target srv_list
by Willy Tarreau
· Fri Feb 01 11:54:23 2019 +0100
7493114
BUG/MEDIUM: servers: Close the connection if we failed to install the mux.
by Olivier Houchard
· Tue Jan 29 19:11:16 2019 +0100
26da323
BUG/MEDIUM: servers: Don't add an incomplete conn to the server idle list.
by Olivier Houchard
· Tue Jan 29 16:05:02 2019 +0100
4dc8553
BUG/MEDIUM: servers: Only destroy a conn_stream we just allocated.
by Olivier Houchard
· Tue Jan 29 15:50:38 2019 +0100
d822013
BUG/MEDIUM: backend: always call si_detach_endpoint() on async connection failure
by Willy Tarreau
· Mon Jan 28 16:33:35 2019 +0100
9ef5155
BUG/MEDIUM: servers: Attempt to reuse an unfinished connection on retry.
by Olivier Houchard
· Mon Jan 28 15:33:15 2019 +0100
2c7dedd
BUG/MEDIUM: backend: never try to attach to a mux having no more stream available
by Willy Tarreau
· Thu Jan 24 18:22:19 2019 +0100
5ce6337
BUG/MEDIUM: backend: also remove from idle list muxes that have no more room
by Willy Tarreau
· Wed Jan 23 17:33:06 2019 +0100
09a0f03
BUG/MEDIUM: servers: Make assign_tproxy_address work when ALPN is set.
by Olivier Houchard
· Thu Jan 17 15:59:13 2019 +0100
21c741a
MINOR: backend: make the random algorithm support a number of draws
by Willy Tarreau
· Mon Jan 14 18:14:27 2019 +0100
a9a7249
MINOR: backend: remap the balance uri settings to lbprm.arg_opt{1,2,3}
by Willy Tarreau
· Mon Jan 14 16:14:15 2019 +0100
9fed858
MINOR: backend: make the header hash use arg_opt1 for use_domain_only
by Willy Tarreau
· Mon Jan 14 16:04:54 2019 +0100
484ff07
MINOR: backend: make headers and RDP cookie also use arg_str/len
by Willy Tarreau
· Mon Jan 14 15:28:53 2019 +0100
4c03d1c
MINOR: backend: move url_param_name/len to lbprm.arg_str/len
by Willy Tarreau
· Mon Jan 14 15:23:54 2019 +0100
6c30be5
BUG/MINOR: backend: BE_LB_LKUP_CHTREE is a value, not a bit
by Willy Tarreau
· Mon Jan 14 17:07:39 2019 +0100
602a499
BUG/MINOR: backend: balance uri specific options were lost across defaults
by Willy Tarreau
· Mon Jan 14 16:29:52 2019 +0100
5cd6217
BUG/MEDIUM: server: Defer the mux init until after xprt has been initialized.
by Olivier Houchard
· Fri Jan 04 15:52:26 2019 +0100
59884a6
MINOR: lb: allow redispatch when using consistent hash
by Willy Tarreau
· Wed Jan 02 14:48:31 2019 +0100
a2dbeb2
MEDIUM: sessions: Keep track of which connections are idle.
by Olivier Houchard
· Fri Dec 28 18:50:57 2018 +0100
c685d70
MEDIUM: servers: Be smarter when switching connections.
by Olivier Houchard
· Fri Dec 28 16:20:25 2018 +0100
4f41751
BUG/MEDIUM: servers: Flag the stream_interface on handshake error.
by Olivier Houchard
· Thu Dec 27 18:59:46 2018 +0100
351411f
BUG/MAJOR: sessions: Use an unlimited number of servers for the conn list.
by Olivier Houchard
· Thu Dec 27 17:20:54 2018 +0100
5f7de56
BUG/MAJOR: servers: Correctly use LIST_ELEM().
by Olivier Houchard
· Thu Dec 27 15:35:22 2018 +0100
c3fa638
BUG/MAJOR: servers: Use the list api correctly to avoid crashes.
by Olivier Houchard
· Thu Dec 27 15:29:53 2018 +0100
134a204
BUG/MEDIUM: servers: Fail if we fail to allocate a conn_stream.
by Olivier Houchard
· Fri Dec 28 14:45:47 2018 +0100
bb3dac3
BUG/MEDIUM: servers: Don't try to reuse connection if we switched server.
by Olivier Houchard
· Mon Dec 24 13:32:13 2018 +0100
94031d3
MINOR: connection: remove an unwelcome dependency on struct stream
by Willy Tarreau
· Wed Dec 19 14:36:29 2018 +0100
3d2ee55
CLEANUP: connection: rename conn->mux_ctx to conn->ctx
by Willy Tarreau
· Wed Dec 19 14:12:10 2018 +0100
7aec9ed
MEDIUM: servers: Be more agressive when adding H2 connection to idle lists.
by Olivier Houchard
· Fri Dec 14 19:31:51 2018 +0100
a4d4fdf
MEDIUM: sessions: Don't keep an infinite number of idling connections.
by Olivier Houchard
· Fri Dec 14 19:27:06 2018 +0100
f502aca
MEDIUM: mux: provide the session to the init() and attach() method.
by Olivier Houchard
· Fri Dec 14 19:42:40 2018 +0100
006e310
MEDIUM: servers: Add a command to limit the number of idling connections.
by Olivier Houchard
· Mon Dec 10 18:30:32 2018 +0100
cc79ed2
BUG/MAJOR: backend: only update server's counters when the server exists
by Willy Tarreau
· Sat Dec 15 15:11:36 2018 +0100
f157384
MINOR: backend: count the number of connect and reuse per server and per backend
by Willy Tarreau
· Fri Dec 14 11:35:36 2018 +0100
9a86fcb
MEDIUM: mux: Add an optional "reset" method.
by Olivier Houchard
· Tue Dec 11 16:47:14 2018 +0100
ab8b075
BUG/MEDIUM: connections: Remove CS_FL_EOS | CS_FL_REOS on retry.
by Olivier Houchard
· Thu Dec 13 15:37:25 2018 +0100
ac1ce6f
BUG/MEDIUM: connections: Remove error flags when retrying.
by Olivier Houchard
· Sat Dec 08 19:08:48 2018 +0100
eb2bbba
BUG/MEDIUM: connection: Don't use the provided conn_stream if it was tried.
by Olivier Houchard
· Sat Dec 08 16:38:34 2018 +0100
0fa989f
BUG/MEDIUM: connections: Reuse an already attached conn_stream.
by Olivier Houchard
· Wed Dec 05 17:08:55 2018 +0100
0c18a6f
MEDIUM: servers: Add a way to keep idle connections alive.
by Olivier Houchard
· Sun Dec 02 14:11:41 2018 +0100
2442f68
BUG/MEDIUM: Special-case http_proxy when dealing with outgoing connections.
by Olivier Houchard
· Sat Dec 01 17:03:38 2018 +0100
ba4fff5
MEDIUM: server: Be smarter about deciding to reuse the last server.
by Olivier Houchard
· Sat Dec 01 14:40:40 2018 +0100
00cf70f
MAJOR: sessions: Store multiple outgoing connections in the session.
by Olivier Houchard
· Fri Nov 30 17:24:55 2018 +0100
bf024f0
MEDIUM: connections: Put H2 connections in the idle list if http-reuse always.
by Olivier Houchard
· Thu Nov 29 17:08:53 2018 +0100
a30a40b
BUG/MEDIUM: connections: Remove the connection from the idle list before destroy.
by Olivier Houchard
· Thu Nov 29 18:04:12 2018 +0100
a49d41a
BUG/MEDIUM: connections: Don't assume we have a mux in connect_server().
by Olivier Houchard
· Thu Nov 29 18:03:21 2018 +0100
d76bd2d
BUG/MEDIUM: connections: Don't forget to detach the connection from the SI.
by Olivier Houchard
· Thu Nov 29 16:58:49 2018 +0100
70d9b2f
BUG/MEDIUM: connections: Wake the stream once the mux is chosen.
by Olivier Houchard
· Thu Nov 29 16:57:32 2018 +0100
0108d90
MEDIUM: init: convert all trivial registration calls to initcalls
by Willy Tarreau
· Sun Nov 25 19:14:37 2018 +0100
da95fd9
BUILD/MINOR: ssl: fix build with non-alpn/non-npn libssl
by Lukas Tribus
· Sun Nov 25 13:21:27 2018 +0100
ee23b2a
MEDIUM: servers: Store the connection in the SI until we have a mux.
by Olivier Houchard
· Fri Nov 23 17:07:04 2018 +0100
1295016
BUG/MEDIUM: servers: Don't check if we have a conn_stream too soon.
by Olivier Houchard
· Fri Nov 23 14:32:08 2018 +0100
c6e0bb4
MINOR: server: Only defined conn_complete_server if USE_OPENSSL is set.
by Olivier Houchard
· Fri Nov 23 14:24:10 2018 +0100
201b9f4
MAJOR: connections: Defer mux creation for outgoing connection if alpn is set.
by Olivier Houchard
· Wed Nov 21 00:16:29 2018 +0100
7c6f8b1
MAJOR: connections: Detach connections from streams.
by Olivier Houchard
· Tue Nov 13 16:48:36 2018 +0100
47e9a1a
MEDIUM: connections: Wait until the connection is established to try to recv.
by Olivier Houchard
· Wed Nov 07 17:55:19 2018 +0100
cde1bc6
BUG/MINOR: backend: assign the wait list after the error check
by Willy Tarreau
· Sun Oct 28 20:36:00 2018 +0100
80512b1
BUG/MINOR: only auto-prefer last server if lb-alg is non-deterministic
by Lukas Tribus
· Sat Oct 27 20:07:40 2018 +0200
85b73e9
BUG/MEDIUM: stream: Make sure polling is right on retry.
by Olivier Houchard
· Sun Oct 21 03:18:11 2018 +0200
33dd4ef
BUG/MINOR: backend: check that the mux installed properly
by Willy Tarreau
· Wed Oct 03 10:20:19 2018 +0200
1e582e5
BUILD: backend: fix 3 build warnings related to null-deref at -Wextra
by Willy Tarreau
· Thu Sep 20 11:29:28 2018 +0200
155e93e
MINOR: Add srv_conn_free sample fetch
by Patrick Hemmer
· Thu Jun 14 18:01:35 2018 -0400
4cdf3ab
MINOR: add be_conn_free sample fetch
by Patrick Hemmer
· Thu Jun 14 17:10:27 2018 -0400
7ce0c89
MEDIUM: mux: Use the mux protocol specified on bind/server lines
by Christopher Faulet
· Tue Apr 10 15:01:45 2018 +0200
b75bb21
MEDIUM: backend: don't rely on mux_pt_ops in connect_server()
by Christopher Faulet
· Wed May 23 16:53:38 2018 +0200
Next »