Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
ca7a063a3ca4a6e2ba53b0238ca9a1d6953d6b0c
ca7a063
BUG/MINOR: mux-quic: fix early close if unset client timeout
by Amaury Denoyelle
· Thu Oct 26 18:17:29 2023 +0200
3f1e6f0
BUG/MINOR: ssl: suboptimal certificate selection with TLSv1.3 and dual ECDSA/RSA
by William Lallemand
· Tue Oct 24 23:58:02 2023 +0200
aff66bb
MEDIUM: quic: count quic_conn for global sslconns
by Amaury Denoyelle
· Wed Oct 25 15:38:50 2023 +0200
331b8b1
MEDIUM: quic: count quic_conn instance for maxconn
by Amaury Denoyelle
· Wed Oct 25 10:52:23 2023 +0200
8ee9fc7
MINOR: frontend: implement a dedicated actconn increment function
by Amaury Denoyelle
· Wed Oct 25 15:32:28 2023 +0200
ca1cedf
BUG/MINOR: ssl: use a thread-safe sslconns increment
by Amaury Denoyelle
· Wed Oct 25 15:38:04 2023 +0200
10197d6
BUG/MINOR: quic: do not consider idle timeout on CLOSING state
by Amaury Denoyelle
· Wed Oct 25 14:45:53 2023 +0200
d0086f7
BUG/MEDIUM: server: "proto" not working for dynamic servers
by Aurelien DARRAGON
· Thu Oct 19 16:15:50 2023 +0200
4e49a6f
MINOR: connection: add conn_pr_mode_to_proto_mode() helper func
by Aurelien DARRAGON
· Thu Oct 19 16:06:03 2023 +0200
f7aba8e
DEBUG: mux-h2/flags: fix list of h2c flags used by the flags decoder
by Willy Tarreau
· Wed Oct 25 11:43:01 2023 +0200
2632d04
MINOR: lua: Add flags to configure logging behaviour
by Tristan
· Mon Oct 23 13:07:39 2023 +0100
f3e225d
BUG/MINOR: ssl: load correctly @system-ca when ca-base is define
by William Lallemand
· Mon Oct 23 21:54:23 2023 +0200
a8f293b
DOC: internal: filters: fix reference to entities.pdf
by Aleksandar Lazic
· Sun Oct 22 18:36:54 2023 +0200
d6e5cde
BUG/MINOR: mux-h2: update tracked counters with req cnt/req err
by Willy Tarreau
· Fri Oct 20 18:38:34 2023 +0200
f69d53e
BUG/MINOR: mux-h2: commit the current stream ID even on reject
by Willy Tarreau
· Fri Oct 20 17:51:12 2023 +0200
edd1d06
BUG/MEDIUM: peers: Fix synchro for huge number of tables
by Christopher Faulet
· Mon Oct 16 08:14:50 2023 +0200
d4f7e08
BUG/MEDIUM: peers: Be sure to always refresh recconnect timer in sync task
by Christopher Faulet
· Mon Oct 16 07:48:26 2023 +0200
f72eca2
BUG/MINOR: trace: fix trace parser error reporting
by Willy Tarreau
· Thu Oct 19 14:45:07 2023 +0200
936db56
BUG/MINOR: mux-h2: fix http-request and http-keep-alive timeouts again
by Willy Tarreau
· Wed Oct 18 11:39:43 2023 +0200
24b8580
BUG/MEDIUM: mux-h2: Don't report an error on shutr if a shutw is pending
by Christopher Faulet
· Mon Oct 16 19:30:02 2023 +0200
de4a538
BUG/MINOR: mux-h2: make up other blocked streams upon removal from list
by Willy Tarreau
· Tue Oct 17 08:25:19 2023 +0200
1ffa63c
BUG/MINOR: mux-h1: Send a 400-bad-request on shutdown before the first request
by Christopher Faulet
· Fri Oct 06 15:34:04 2023 +0200
3f14db5
BUG/MEDIUM: quic-conn: free unsent frames on retransmit to prevent crash
by Amaury Denoyelle
· Thu Oct 12 18:15:01 2023 +0200
8738650
BUG/MINOR: mux-quic: fix free on qcs-new fail alloc
by Amaury Denoyelle
· Wed Oct 11 17:32:04 2023 +0200
a514a11
BUG/MINOR: h3: strengthen host/authority header parsing
by Amaury Denoyelle
· Mon Oct 09 16:14:44 2023 +0200
d323ab3
BUG/MINOR: mux-quic: support initial 0 max-stream-data
by Amaury Denoyelle
· Mon Oct 09 16:15:20 2023 +0200
1789d9f
BUG/MEDIUM: mux-quic: fix RESET_STREAM on send-only stream
by Amaury Denoyelle
· Mon Oct 09 10:42:04 2023 +0200
3a89348
BUG/MINOR: quic: reject packet with no frame
by Amaury Denoyelle
· Mon Oct 09 10:42:35 2023 +0200
8fbabea
BUG/MINOR: quic: Avoid crashing with unsupported cryptographic algos
by Frédéric Lécaille
· Wed Oct 11 09:28:36 2023 +0200
6c56b89
BUG/MEDIUM: stconn: Fix comparison sign in sc_need_room()
by Christopher Faulet
· Fri Aug 04 10:36:06 2023 +0200
c5bc10f
BUG/MINOR: hq-interop: simplify parser requirement
by Amaury Denoyelle
· Wed Oct 04 15:46:06 2023 +0200
18e4132
BUG/MEDIUM: h1: Ignore C-L value in the H1 parser if T-E is also set
by Christopher Faulet
· Wed Sep 27 15:21:28 2023 +0200
8087fbb
BUG/MINOR: mux-h1: Ignore C-L when sending H1 messages if T-E is also set
by Christopher Faulet
· Wed Sep 27 15:05:03 2023 +0200
9ff1bc8
BUG/MINOR: mux-h1: Handle read0 in rcv_pipe() only when data receipt was tried
by Christopher Faulet
· Fri Sep 22 09:18:40 2023 +0200
9a278fd
BUG/MEDIUM: hlua: Initialize appctx used by a lua socket on connect only
by Christopher Faulet
· Wed Sep 27 17:47:45 2023 +0200
6db178d
MINOR: hlua: Test the hlua struct first when the lua socket is connecting
by Christopher Faulet
· Wed Sep 27 17:42:38 2023 +0200
2678657
MINOR: hlua: Save the lua socket's server in its context
by Christopher Faulet
· Wed Sep 27 17:39:44 2023 +0200
cb06855
MINOR: hlua: Save the lua socket's timeout in its context
by Christopher Faulet
· Wed Sep 27 17:34:24 2023 +0200
714476c
MINOR: hlua: Don't preform operations on a not connected socket
by Christopher Faulet
· Wed Sep 27 17:22:41 2023 +0200
75d1bfb
MINOR: hlua: Set context's appctx when the lua socket is created
by Christopher Faulet
· Wed Sep 27 17:17:48 2023 +0200
bea90bb
BUG/MEDIUM: http-ana: Try to handle response before handling server abort
by Christopher Faulet
· Thu Sep 14 11:12:32 2023 +0200
ebb226f
BUG/MEDIUM: quic_conn: let the scheduler kill the task when needed
by Willy Tarreau
· Tue Oct 17 17:00:10 2023 +0200
106008b
BUG/MEDIUM: actions: always apply a longest match on prefix lookup
by Willy Tarreau
· Fri Oct 06 16:51:41 2023 +0200
217b0f4
BUG/MINOR: mux-quic: remove full demux flag on ncbuf release
by Amaury Denoyelle
· Thu Sep 21 17:06:16 2023 +0200
4bc0909
BUG/MEDIUM: server/cli: don't delete a dynamic server that has streams
by Aurelien DARRAGON
· Thu Sep 21 14:18:50 2023 +0200
c8eb1d1
MINOR: pattern: fix pat_{parse,match}_ip() function comments
by Aurelien DARRAGON
· Tue Sep 05 16:07:49 2023 +0200
d2d7fbd
BUG/MINOR: server: add missing free for server->rdr_pfx
by Aurelien DARRAGON
· Fri Sep 15 00:42:55 2023 +0200
35feba6
BUG/MAJOR: mux-h2: Report a protocol error for any DATA frame before headers
by Christopher Faulet
· Wed Sep 13 16:21:58 2023 +0200
3fde519
BUG/MINOR: freq_ctr: fix possible negative rate with the scaled API
by Willy Tarreau
· Thu Sep 14 11:00:07 2023 +0200
0df691a
BUG/MEDIUM: master/cli: Pin the master CLI on the first thread of the group 1
by Christopher Faulet
· Wed Sep 13 10:13:30 2023 +0200
0a2b404
BUG/MINOR: promex: fix backend_agg_check_status
by Cedric Paillet
· Tue Sep 12 09:37:55 2023 +0000
6be40a4
BUG/MEDIUM: mux-fcgi: Don't swap trash and dbuf when handling STDERR records
by Christopher Faulet
· Mon Sep 11 18:57:39 2023 +0200
3ddcd1b
BUG/MINOR: hlua/init: coroutine may not resume itself
by Aurelien DARRAGON
· Fri Sep 08 19:29:08 2023 +0200
fa76a10
BUG/MEDIUM: hlua: don't pass stale nargs argument to lua_resume()
by Aurelien DARRAGON
· Fri Sep 08 14:00:27 2023 +0200
638a153
CI: musl: drop shopt in workflow invocation
by Ilya Shipitsin
· Wed Sep 06 19:04:49 2023 +0200
2bfeaf6
CI: musl: highlight section if there are coredumps
by Ilya Shipitsin
· Wed Sep 06 19:04:48 2023 +0200
a0dda4b
Revert "BUG/MEDIUM: quic: missing check of dcid for init pkt including a token"
by Emeric Brun
· Thu Sep 28 15:29:53 2023 +0200
0249366
BUG/MEDIUM: hlua: streams don't support mixing lua-load with lua-load-per-thread
by Aurelien DARRAGON
· Wed Aug 09 15:19:56 2023 +0200
b25d5d3
MINOR: hlua: add hlua_stream_ctx_prepare helper function
by Aurelien DARRAGON
· Wed Aug 09 14:56:19 2023 +0200
418200a
BUILD: quic: fix build on centos 8 and USE_QUIC_OPENSSL_COMPAT
by William Lallemand
· Thu Sep 14 16:26:58 2023 +0200
48d3c30
BUG/MINOR: quic: ssl_quic_initial_ctx() uses error count not error code
by William Lallemand
· Mon Aug 21 15:22:57 2023 +0200
3ccfc10
BUG/MINOR: quic: allow-0rtt warning must only be emitted with quic bind
by William Lallemand
· Mon Aug 21 13:51:56 2023 +0200
246fc21
BUILD: Makefile: add USE_QUIC_OPENSSL_COMPAT to make help
by William Lallemand
· Thu Aug 17 00:01:27 2023 +0200
0277c68
MINOR: quic+openssl_compat: Emit an alert for "allow-0rtt" option
by Frédéric Lécaille
· Thu Aug 17 10:53:34 2023 +0200
be92bdb
MINOR: quic+openssl_compat: Do not start without "limited-quic"
by Frédéric Lécaille
· Thu Aug 17 10:15:09 2023 +0200
ee7b2bb
MINOR: quic: Warning for OpenSSL wrapper QUIC bindings without "limited-quic"
by Frédéric Lécaille
· Tue Aug 08 11:41:13 2023 +0200
e5c04ff
BUG/MINOR: quic+openssl_compat: Non initialized TLS encryption levels
by Frédéric Lécaille
· Mon Jul 31 15:07:06 2023 +0200
ffb67d5
DOC: quic: Add "limited-quic" new tuning setting
by Frédéric Lécaille
· Fri Jul 21 18:32:32 2023 +0200
df3f457
MINOR: quic: Add "limited-quic" new tuning setting
by Frédéric Lécaille
· Fri Jul 21 18:22:38 2023 +0200
29d2ce3
MINOR: quic: SSL context initialization with QUIC OpenSSL wrapper.
by Frédéric Lécaille
· Thu Jun 08 09:28:31 2023 +0200
cd5ab68
MINOR: quic: Add a quic_openssl_compat struct to quic_conn struct
by Frédéric Lécaille
· Thu Jun 08 07:14:02 2023 +0200
36e1e8c
MINOR: quic: Call the keylog callback for QUIC openssl wrapper from SSL_CTX_keylog()
by Frédéric Lécaille
· Wed Jun 07 11:25:35 2023 +0200
23937b7
MINOR: quic: Initialize TLS contexts for QUIC openssl wrapper
by Frédéric Lécaille
· Wed Jun 07 11:19:51 2023 +0200
beab239
MINOR: quic: Export some KDF functions (QUIC-TLS)
by Frédéric Lécaille
· Mon Jun 05 11:41:58 2023 +0200
020fbb2
MINOR: quic: Add a compilation option for the QUIC OpenSSL wrapper
by Frédéric Lécaille
· Fri Jun 02 17:07:24 2023 +0200
65a8b9a
MINOR: quic: Do not enable 0RTT with SSL_set_quic_early_data_enabled()
by Frédéric Lécaille
· Fri Jun 02 17:05:38 2023 +0200
ca87a62
MINOR: quic: Set the QUIC connection as extra data before calling SSL_set_quic_method()
by Frédéric Lécaille
· Fri Jun 02 17:00:04 2023 +0200
e819e8c
MINOR: quic: Do not enable O-RTT with USE_QUIC_OPENSSL_COMPAT
by Frédéric Lécaille
· Fri Jun 02 16:51:43 2023 +0200
4fb41bf
MINOR: quic: Include QUIC opensssl wrapper header from TLS stacks compatibility header
by Frédéric Lécaille
· Fri Jun 02 16:44:03 2023 +0200
c9c0d68
MINOR: quic: QUIC openssl wrapper implementation
by Frédéric Lécaille
· Fri Jun 02 16:15:35 2023 +0200
0499db4
BUG/MINOR: quic: Wrong cluster secret initialization
by Frédéric Lécaille
· Thu Sep 07 18:43:52 2023 +0200
73e2944
BUG/MINOR: quic: Leak of frames to send.
by Frédéric Lécaille
· Wed Sep 13 09:28:10 2023 +0200
3d28203
BUILD: bug: make BUG_ON() void to avoid a rare warning
by Willy Tarreau
· Mon Sep 04 16:42:53 2023 +0200
86e043a
[RELEASE] Released version 2.8.3
by Christopher Faulet
· Thu Sep 07 11:32:42 2023 +0200
425ed65
CI: Update to actions/checkout@v4
by Tim Duesterhus
· Wed Sep 06 16:57:29 2023 +0200
a547a21
MEDIUM: capabilities: enable support for Linux capabilities
by Willy Tarreau
· Tue Aug 29 10:24:26 2023 +0200
cf5b75e
BUG/MINOR: hlua/action: incorrect message on E_YIELD error
by Aurelien DARRAGON
· Thu Aug 31 21:45:21 2023 +0200
35219a5
BUG/MINOR: ring/cli: Don't expect input data when showing events
by Christopher Faulet
· Wed Sep 06 09:26:06 2023 +0200
806c0d6
BUG/MINOR: applet: Always expect data when CLI is waiting for a new command
by Christopher Faulet
· Wed Sep 06 09:17:33 2023 +0200
13a8a59
NUG/MEDIUM: stconn: Always update stream's expiration date after I/O
by Christopher Faulet
· Wed Sep 06 09:09:10 2023 +0200
406b81c
BUG/MEDIUM: stconn/stream: Forward shutdown on write timeout
by Christopher Faulet
· Wed Sep 06 08:59:33 2023 +0200
c4a80ae
BUG/MEDIUM: applet: Report an error if applet request more room on aborted SC
by Christopher Faulet
· Wed Sep 06 08:52:39 2023 +0200
f4ef3d9
BUG/MEDIUM: stconn: Report read activity when a stream is attached to front SC
by Christopher Faulet
· Wed Sep 06 08:46:15 2023 +0200
389b7d1
BUG/MEDIUM: applet: Fix API for function to push new data in channels buffer
by Christopher Faulet
· Wed Sep 06 08:33:57 2023 +0200
35fb593
BUG/MINOR: quic: Wrong RTT computation (srtt and rrt_var)
by Frédéric Lécaille
· Tue Sep 05 15:24:11 2023 +0200
14c90e9
BUG/MINOR: quic: Wrong RTT adjusments
by Frédéric Lécaille
· Tue Sep 05 13:59:09 2023 +0200
b9ed157
MINOR: httpclient: allow to configure the timeout.connect
by William Lallemand
· Tue Sep 05 16:42:27 2023 +0200
4ad693e
MINOR: httpclient: allow to configure the retries
by William Lallemand
· Tue Sep 05 15:55:04 2023 +0200
bcb3d60
DOC: configuration: update examples for req.ver
by William Lallemand
· Mon Sep 04 16:49:59 2023 +0200
2e86673
BUG/MINOR: stream: further protect stream_dump() against incomplete sessions
by Willy Tarreau
· Mon Sep 04 15:30:33 2023 +0200
Next »