Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
1c25b18e17e87070d48531361bb7285f04d5f3e0
1c25b18
MINOR: mux-quic: delay cs_endpoint allocation
by Amaury Denoyelle
· Tue May 24 16:53:56 2022 +0200
93fba32
MINOR: mux-quic: do not alloc quic_stream_desc for uni remote stream
by Amaury Denoyelle
· Tue May 24 16:53:14 2022 +0200
c7dd9d6
MINOR: h3: mark ncbuf as const on h3_b_dup
by Amaury Denoyelle
· Tue May 24 18:14:28 2022 +0200
d9404b4
BUG/MINOR: task: Don't defer tasks release when HAProxy is stopping
by Christopher Faulet
· Wed May 25 09:31:20 2022 +0200
ca82578
BUG/MEDIUM: peers: prevent unitialized multiple listeners on peers section
by Emeric Brun
· Wed May 25 10:25:45 2022 +0200
49f6f4b
BUG/MEDIUM: peers: fix segfault using multiple bind on peers sections
by Emeric Brun
· Wed May 25 10:12:07 2022 +0200
4315d17
BUG/MEDIUM: resolvers: Don't defer resolutions release in deinit function
by Christopher Faulet
· Tue May 24 18:10:42 2022 +0200
1ba3016
MEDIUM: h1: enlarge the scope of accepted version chars with accept-invalid-http-request
by Willy Tarreau
· Tue May 24 15:34:26 2022 +0200
8f4116e
BUG/MEDIUM: http: Properly reject non-HTTP/1.x protocols
by Tim Duesterhus
· Tue Mar 10 00:55:40 2020 +0100
2cb3be7
CLEANUP: init: address a coverity warning about possible multiply overflow
by Willy Tarreau
· Tue May 24 07:43:57 2022 +0200
019a182
Revert "MINOR: mux-quic: activate qmux traces on stdout via macro"
by Amaury Denoyelle
· Mon May 23 09:25:19 2022 +0200
2208d57
Revert "MINOR: quic: activate QUIC traces at compilation"
by Amaury Denoyelle
· Mon May 23 09:01:56 2022 +0200
d0c6232
BUG/MEDIUM: mux-quic: adjust buggy proxy closing support
by Amaury Denoyelle
· Mon May 23 08:52:58 2022 +0200
22535a5
CLEANUP: tools: Crash if inet_ntop fails due to ENOSPC in sa2str
by Tim Duesterhus
· Mon May 23 09:30:49 2022 +0200
162f087
BUG/MEDIUM: tools: Fix `inet_ntop` usage in sa2str
by Tim Duesterhus
· Sun May 22 13:06:27 2022 +0200
147eeb2
CLEANUP: tools: Clean up non-QUIC error message handling in str2sa_range()
by Tim Duesterhus
· Sun May 22 12:40:58 2022 +0200
137c8fd
[RELEASE] Released version 2.6-dev11
by Willy Tarreau
· Fri May 20 23:31:51 2022 +0200
7b893c2
CI: determine actual OpenSSL version dynamically
by Ilya Shipitsin
· Fri May 20 23:02:38 2022 +0500
842e4a6
BUILD/MINOR: cpuset fix build for FreeBSD 13.1
by David CARLIER
· Wed May 18 15:45:40 2022 +0100
07968dc
BUG/MINOR: quic: Missing <conn_opening> stats counter decrementation
by Frédéric Lécaille
· Fri May 20 20:53:20 2022 +0200
ad9895d
BUG/MINOR: quic: Fixe a typo in qc_idle_timer_task()
by Frédéric Lécaille
· Fri May 20 20:50:59 2022 +0200
287f32f
MINOR: listener: automatically enable SSL if a QUIC transport is found
by Willy Tarreau
· Fri May 20 18:16:52 2022 +0200
730cc02
MINOR: listener: automatically select a QUIC mux with a QUIC transport
by Willy Tarreau
· Fri May 20 18:07:06 2022 +0200
cac619b
MINOR: config: detect and report mux and transport incompatibilities
by Willy Tarreau
· Fri May 20 17:53:32 2022 +0200
b5821e1
MINOR: connection: add flag MX_FL_FRAMED to mark muxes relying on framed xprt
by Willy Tarreau
· Tue Apr 26 11:54:08 2022 +0200
2071a99
MINOR: listener/ssl: set the SSL xprt layer only once the whole config is known
by Willy Tarreau
· Fri May 20 17:14:31 2022 +0200
78d0dcd
MINOR: listener: set the QUIC xprt layer immediately after parsing the args
by Willy Tarreau
· Fri May 20 17:10:00 2022 +0200
64306cc
MINOR: listener: detect stream vs dgram conflict during parsing
by Willy Tarreau
· Fri May 20 16:20:52 2022 +0200
91b780a
CLEANUP: listener: store stream vs dgram at the bind_conf level
by Willy Tarreau
· Fri May 20 16:15:01 2022 +0200
787e92a
CLEANUP: listener: replace bind_conf->quic_force_retry with BC_O_QUIC_FORCE_RETRY
by Willy Tarreau
· Fri May 20 16:06:01 2022 +0200
1ea6e6a
CLEANUP: listener: replace bind_conf->generate_cers with BC_O_GENERATE_CERTS
by Willy Tarreau
· Fri May 20 16:03:18 2022 +0200
11ba404
CLEANUP: listener: replace all uses of bind_conf->is_ssl with BC_O_USE_SSL
by Willy Tarreau
· Fri May 20 15:56:32 2022 +0200
c694471
MINOR: listener: add a new "options" entry in bind_conf
by Willy Tarreau
· Fri May 20 15:52:31 2022 +0200
fca044b
CLEANUP: listener: add a comment about what the BC_SSL_O_* flags are for
by Willy Tarreau
· Fri May 20 15:51:14 2022 +0200
55f0f7b
MINOR: config: use the new bind_parse_args_list() to parse a "bind" line
by Willy Tarreau
· Fri May 20 15:44:17 2022 +0200
3882d2a
MINOR: listener: provide a function to process all of a bind_conf's arguments
by Willy Tarreau
· Fri May 20 15:41:45 2022 +0200
91b4726
MINOR: protocol: replace ctrl_type with xprt_type and clarify it
by Willy Tarreau
· Fri May 20 16:36:46 2022 +0200
3d7b468
CLEANUP: config: provide cleare hints about unsupported QUIC addresses
by Willy Tarreau
· Fri May 20 17:32:35 2022 +0200
2b049b8
CLEANUP: config: improve address parser error report for unmatched protocols
by Willy Tarreau
· Fri May 20 17:28:30 2022 +0200
0d04410
BUG/MINOR: peers: fix error reporting of "bind" lines
by Willy Tarreau
· Fri May 20 15:19:48 2022 +0200
cc3d716
MINOR: mux-quic: close connection on error if different data at offset
by Amaury Denoyelle
· Fri May 20 15:14:57 2022 +0200
209404b
MINOR: mux-quic: emit STREAM_LIMIT_ERROR
by Amaury Denoyelle
· Fri May 20 16:45:32 2022 +0200
d46b0f5
MINOR: mux-quic: emit FLOW_CONTROL_ERROR
by Amaury Denoyelle
· Fri May 20 15:05:07 2022 +0200
9fab9fd
MINOR: quic/mux-quic: define CONNECTION_CLOSE send API
by Amaury Denoyelle
· Fri May 20 15:04:38 2022 +0200
dfd1301
MINOR: quic: Dynamic Retry implementation
by Frédéric Lécaille
· Fri May 20 16:37:36 2022 +0200
9286210
MINOR: quic: Add tune.quic.retry-threshold keyword
by Frédéric Lécaille
· Fri May 20 16:29:10 2022 +0200
cbd59c7
MINOR: quic: QUIC stats counters handling
by Frédéric Lécaille
· Fri May 20 08:11:26 2022 +0200
3fd92f6
BUG/MINOR: quic: Fix potential memory leak during QUIC connection allocations
by Frédéric Lécaille
· Thu May 19 14:35:20 2022 +0200
a89659a
MINOR: quic: Attach proxy QUIC stats counters to the QUIC connection
by Frédéric Lécaille
· Thu May 19 11:58:53 2022 +0200
a58cafe
MINOR: quic_stats: Add a new stats module for QUIC
by Frédéric Lécaille
· Wed May 18 14:30:03 2022 +0200
2822593
BUILD: stats: Missing headers inclusions from stats.h
by Frédéric Lécaille
· Wed May 18 11:49:34 2022 +0200
6492e66
MINOR: quic: Move quic_lstnr_dgram_dispatch() out of xprt_quic.c
by Frédéric Lécaille
· Tue May 17 17:23:16 2022 +0200
ad20a56
MINOR: cfgparse: Update for "cluster-secret" keyword for QUIC Retry
by Frédéric Lécaille
· Mon May 16 16:51:41 2022 +0200
3f3ff47
MINOR: quic: Retry implementation
by Frédéric Lécaille
· Thu May 12 14:47:59 2022 +0200
55367c8
MINOR: quic_tls: Add quic_tls_decrypt2() implementation
by Frédéric Lécaille
· Mon May 16 10:27:57 2022 +0200
a9c5d8d
MINOR: quic_tls: Add quic_tls_derive_retry_token_secret()
by Frédéric Lécaille
· Thu May 12 14:44:51 2022 +0200
359d877
MINOR: quic: Dump initial derived secrets
by Frédéric Lécaille
· Fri May 13 15:07:49 2022 +0200
8ec9c81
BUG/MINOR: cfgparse: abort earlier in case of allocation error
by Willy Tarreau
· Fri May 20 09:13:38 2022 +0200
fe1c785
CLEANUP: quic: adjust comment/coding style for TPs init
by Amaury Denoyelle
· Thu May 19 16:55:29 2022 +0200
0daef00
BUG/MEDIUM: quic: fix initialization for local/remote TPs
by Amaury Denoyelle
· Thu May 19 16:45:37 2022 +0200
3dde0d8
MINOR: quic: detect EBADF on sendto()
by Amaury Denoyelle
· Thu May 19 11:53:56 2022 +0200
ad5df38
MINOR: quic: abort on unlisted errno on sendto()
by Amaury Denoyelle
· Wed May 18 18:26:13 2022 +0200
8fa6666
BUG/MINOR: quic: break for error on sendto
by Amaury Denoyelle
· Wed May 18 18:14:12 2022 +0200
c95eaef
MEDIUM: check: Use the CS to handle subscriptions for read/write events
by Christopher Faulet
· Wed May 18 15:57:15 2022 +0200
361417f
REORG: check: Rename and export I/O callback function
by Christopher Faulet
· Wed May 18 14:50:30 2022 +0200
08c8f8e
MEDIUM: check: No longer shutdown the connection in .wake callback function
by Christopher Faulet
· Wed May 18 14:35:49 2022 +0200
6d781f6
BUG/MINOR: check: Reinit the buffer wait list at the end of a check
by Christopher Faulet
· Wed May 18 14:24:43 2022 +0200
dfe32c7
BUG/MEDIUM: config: Reset outline buffer size on realloc error in readcfgfile()
by Christopher Faulet
· Wed May 18 16:22:43 2022 +0200
8b87b15
MINOR: mux-quic: free RX buf if empty
by Amaury Denoyelle
· Wed May 18 16:19:47 2022 +0200
7313f5e
BUG/MINOR: mux-quic: support nul buffer with qc_free_ncbuf()
by Amaury Denoyelle
· Tue May 17 18:53:21 2022 +0200
c830e1e
MINOR: mux-quic: implement MAX_DATA emission
by Amaury Denoyelle
· Mon May 16 16:19:59 2022 +0200
a977355
MINOR: mux-quic: implement MAX_STREAM_DATA emission
by Amaury Denoyelle
· Mon May 16 14:38:25 2022 +0200
c985cb1
MINOR: mux-quic: reorganize flow-control frames emission
by Amaury Denoyelle
· Mon May 16 14:29:59 2022 +0200
3a08640
MINOR: mux-quic: remove qcc_decode_qcs() call in XPRT
by Amaury Denoyelle
· Wed May 18 11:38:22 2022 +0200
37c2e4a
MEDIUM: mux-quic: implement recv on io-cb
by Amaury Denoyelle
· Mon May 16 13:54:59 2022 +0200
73d6ffe
MINOR: h3: flag demux as full on HTX full
by Amaury Denoyelle
· Mon May 16 13:54:31 2022 +0200
b5454d4
MINOR: h3: do not wait a complete frame for demuxing
by Amaury Denoyelle
· Thu May 12 16:56:16 2022 +0200
03dcf56
BUG/MINOR: mux-quic: update session's idle delay before stream creation
by Amaury Denoyelle
· Tue May 17 18:03:37 2022 +0200
ca21c76
MINOR: ncbuf: refactor ncb_advance()
by Amaury Denoyelle
· Tue May 17 18:52:39 2022 +0200
f6dbdc1
BUG/MINOR: ncbuf: fix ncb_is_empty()
by Amaury Denoyelle
· Tue May 17 18:52:22 2022 +0200
82c51b5
OPTIM: quic: realign empty Rx buffer
by Amaury Denoyelle
· Tue May 17 15:01:25 2022 +0200
80d0572
BUG/MEDIUM: quic: fix Rx buffering
by Amaury Denoyelle
· Mon May 16 18:13:56 2022 +0200
f229e18
CLEANUP: httpclient: Remove useless test on ss_dst in httpclient_applet_init()
by Christopher Faulet
· Wed May 18 09:29:32 2022 +0200
9e3c8d5
CLEANUP: peers: Remove unreachable code in peer_session_create()
by Christopher Faulet
· Wed May 18 08:02:37 2022 +0200
fa463af
BUG/MINOR: spoe: Fix error handling in spoe_init_appctx()
by Christopher Faulet
· Wed May 18 07:42:49 2022 +0200
7ad27d4
CLEANUP: http_ana: Make use of the return value of stream_generate_unique_id()
by Tim Duesterhus
· Wed May 18 00:22:15 2022 +0200
ccc0355
MINOR: ssl: Add 'ssl-provider-path' global option
by Remi Tricot-Le Breton
· Tue May 17 15:18:37 2022 +0200
96816b0
REGTESTS: abortonclose: Fix some race conditions
by Christopher Faulet
· Tue May 17 15:08:22 2022 +0200
bc684ac
CLEANUP: proxy: Remove dead code when parsing "http-restrict-req-hdr-names" option
by Christopher Faulet
· Tue May 17 14:46:15 2022 +0200
2d9cc85
MINOR: conn-stream/applet: Stop setting appctx as the endpoint context
by Christopher Faulet
· Mon May 16 17:29:37 2022 +0200
34e4085
MEDIUM: peers: Balance applets across threads
by Maciej Zdeb
· Mon May 16 17:27:28 2022 +0200
d01be2a
MINOR: peers: Track number of applets run by thread
by Maciej Zdeb
· Mon May 16 17:26:20 2022 +0200
d9c1d33
MEDIUM: applet: Add support for async appctx startup on a thread subset
by Christopher Faulet
· Mon May 16 17:15:31 2022 +0200
6095d57
MINOR: applet: Add API to start applet on a thread subset
by Christopher Faulet
· Mon May 16 17:09:48 2022 +0200
6712dc6
MEDIUM: peers: Refactor peer appctx creation
by Christopher Faulet
· Thu May 12 15:36:11 2022 +0200
387e797
MINOR: peers: Add a ref to peers section in the peer structure
by Christopher Faulet
· Thu May 12 14:47:52 2022 +0200
aee57fc
MEDIUM: sink: Refactor sink forwarder appctx creation
by Christopher Faulet
· Thu May 12 15:34:48 2022 +0200
2ae25ea
MINOR: sink: Add a ref to sink in the sink_forward_target structure
by Christopher Faulet
· Thu May 12 14:50:09 2022 +0200
b1e0836
MEDIUM: httpclient: Refactor http-client appctx creation
by Christopher Faulet
· Thu May 12 15:33:14 2022 +0200
5f35a3e
MEDIUM: lua: Refactor cosocket appctx creation
by Christopher Faulet
· Thu May 12 15:31:05 2022 +0200
Next »