Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
a8f293b8ab4a8647a1fa3fd61bbf1a5d2aa9b5c6
/
src
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
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
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
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
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
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
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
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
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
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
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
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
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
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
2e86673
BUG/MINOR: stream: further protect stream_dump() against incomplete sessions
by Willy Tarreau
· Mon Sep 04 15:30:33 2023 +0200
3bef4e7
BUG/MEDIUM: h1-htx: Ensure chunked parsing with full output buffer
by Chris Staite
· Mon Sep 04 08:52:26 2023 +0000
39bde28
BUG/MAJOR: quic: Really ignore malformed ACK frames.
by Frédéric Lécaille
· Tue Aug 29 14:48:54 2023 +0200
f078d78
BUG/MINOR: quic: Possible skipped RTT sampling
by Frédéric Lécaille
· Tue Aug 29 11:01:19 2023 +0200
f227db4
BUG/MEDIUM: stconn: Wake applets on sending path if there is a pending shutdown
by Christopher Faulet
· Fri Sep 01 13:55:42 2023 +0200
8353897
BUG/MINOR: stconn: Don't report blocked sends during connection establishment
by Christopher Faulet
· Wed Aug 30 10:56:21 2023 +0200
675cb0a
BUG/MEDIUM: stconn: Update stream expiration date on blocked sends
by Christopher Faulet
· Mon Aug 28 17:42:24 2023 +0200
c0878c6
DEBUG: applet: Properly report opposite SC expiration dates in traces
by Christopher Faulet
· Tue Aug 29 10:55:15 2023 +0200
acbd22f
BUG/MINOR: checks: do not queue/wake a bounced check
by Willy Tarreau
· Fri Sep 01 07:41:46 2023 +0200
4678422
BUG/MINOR: stream: protect stream_dump() against incomplete streams
by Willy Tarreau
· Mon Aug 28 17:05:22 2023 +0200
d513644
BUG/MINOR: ssl/cli: can't find ".crt" files when replacing a certificate
by William Lallemand
· Mon Aug 28 17:12:14 2023 +0200
94d7f8a
BUG/MINOR: ssl_sock: fix possible memory leak on OOM
by Willy Tarreau
· Mon Aug 21 08:45:35 2023 +0200
a898241
BUG/MINOR: hlua_fcn: potentially unsafe stktable_data_ptr usage
by Aurelien DARRAGON
· Tue Aug 22 11:03:06 2023 +0200
b425f75
BUG/MINOR: stktable: allow sc-add-gpc from tcp-request connection
by Aurelien DARRAGON
· Wed Aug 09 17:39:29 2023 +0200
e18fe56
BUG/MINOR: stktable: allow sc-set-gpt(0) from tcp-request connection
by Aurelien DARRAGON
· Wed Aug 09 17:23:32 2023 +0200
3e81aed
BUG/MINOR: hlua: fix invalid use of lua_pop on error paths
by Aurelien DARRAGON
· Wed Aug 09 10:11:49 2023 +0200
6edb856
BUG/MEDIUM: quic: fix tasklet_wakeup loop on connection closing
by Amaury Denoyelle
· Fri Aug 11 16:10:34 2023 +0200
c33738c
BUG/MINOR: http: skip leading zeroes in content-length values
by Willy Tarreau
· Wed Aug 09 11:02:34 2023 +0200
96dfea8
BUG/MINOR: h3: reject more chars from the :path pseudo header
by Willy Tarreau
· Tue Aug 08 17:54:26 2023 +0200
462a860
BUG/MINOR: h2: reject more chars from the :path pseudo header
by Willy Tarreau
· Tue Aug 08 15:40:49 2023 +0200
9bf75c8
BUG/MINOR: h1: do not accept '#' as part of the URI component
by Willy Tarreau
· Tue Aug 08 16:17:22 2023 +0200
b6be1a4
MINOR: h2: pass accept-invalid-http-request down the request parser
by Willy Tarreau
· Tue Aug 08 15:38:28 2023 +0200
a32f99f
BUG/MAJOR: http: reject any empty content-length header value
by Willy Tarreau
· Wed Aug 09 08:32:48 2023 +0200
0404bf1
BUG/MAJOR: h3: reject header values containing invalid chars
by Willy Tarreau
· Tue Aug 08 17:18:27 2023 +0200
21c4ffd
REORG: http: move has_forbidden_char() from h2.c to http.h
by Willy Tarreau
· Tue Aug 08 17:00:50 2023 +0200
80707f7
BUG/MAJOR: http-ana: Get a fresh trash buffer for each header value replacement
by Christopher Faulet
· Fri Aug 04 16:51:11 2023 +0200
d208151
BUILD: quic: fix wrong potential NULL dereference
by Amaury Denoyelle
· Fri Aug 04 15:34:34 2023 +0200
3659534
BUG/MINOR: quic: reappend rxbuf buffer on fake dgram alloc error
by Amaury Denoyelle
· Fri Aug 04 15:37:29 2023 +0200
ca90de2
BUG/MINOR: http-client: Don't forget to commit changes on HTX message
by Christopher Faulet
· Fri Aug 04 14:28:23 2023 +0200
5f01cf3
BUG/MEDIUM: quic: consume contig space on requeue datagram
by Amaury Denoyelle
· Fri Aug 04 09:57:04 2023 +0200
331a3b9
BUG/MEDIUM: bwlim: Reset analyse expiration date when then channel analyse ends
by Christopher Faulet
· Tue Aug 01 08:16:42 2023 +0200
3809fe9
BUG/MEDIUM: h3: Be sure to handle fin bit on the last DATA frame
by Christopher Faulet
· Fri Jul 28 09:33:29 2023 +0200
Next »