Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
6eded62f6a7af52b17c9c8ecb7a403deb930610c
6eded62
CLEANUP: Add missing header to hlua_fcn.c
by Tim Duesterhus
· Sat May 14 22:17:25 2022 +0200
2a0688a
CLEANUP: Add missing header to ssl_utils.c
by Tim Duesterhus
· Sat May 14 22:15:26 2022 +0200
1746a38
MINOR: ssl: Add 'ssl-provider' global option
by Remi Tricot-Le Breton
· Mon May 16 16:24:33 2022 +0200
e809765
MINOR: ssl: Add 'ssl-propquery' global option
by Remi Tricot-Le Breton
· Mon May 16 16:24:32 2022 +0200
5194446
MEDIUM: ssl: Delay random generator initialization after config parsing
by Remi Tricot-Le Breton
· Mon May 16 16:24:31 2022 +0200
18c13d3
MEDIUM: http-ana: Add a proxy option to restrict chars in request header names
by Christopher Faulet
· Mon May 16 11:43:10 2022 +0200
f46393a
MINOR: ncbuf: fix warnings for testing build
by Amaury Denoyelle
· Mon May 16 11:09:05 2022 +0200
48fbad4
BUG/MEDIUM: ncbuf: fix null buffer usage
by Amaury Denoyelle
· Mon May 16 11:09:29 2022 +0200
94cd779
CI: determine actual LibreSSL version dynamically
by Ilya Shipitsin
· Fri May 13 21:59:38 2022 +0500
3703325
[RELEASE] Released version 2.6-dev10
by Willy Tarreau
· Sat May 14 16:05:50 2022 +0200
45fce8f
CLEANUP: quic: remove unused quic_rx_strm_frm
by Amaury Denoyelle
· Fri May 13 15:42:19 2022 +0200
00f87bb
CLEANUP: mux-quic: remove unused fields for Rx
by Amaury Denoyelle
· Fri May 13 15:41:35 2022 +0200
3db98e9
MEDIUM: mux-quic/h3/qpack: use ncbuf for uni streams
by Amaury Denoyelle
· Fri May 13 15:41:04 2022 +0200
1290f1e
MEDIUM: mux-quic/h3/hq-interop: use ncbuf for bidir streams
by Amaury Denoyelle
· Fri May 13 14:49:05 2022 +0200
06749f3
MINOR: xprt_quic: adjust flow-control according to bufsize
by Amaury Denoyelle
· Fri May 13 11:27:06 2022 +0200
b5ca943
BUG/MINOR: ncbuf: fix coverity warning on uninit sz_data
by Amaury Denoyelle
· Fri May 13 15:33:50 2022 +0200
26f221b
MINOR: config: make sure never to mix dgram and stream protocols on a bind line
by Willy Tarreau
· Tue Apr 26 14:40:30 2022 +0200
8d31ab0
MINOR: tools: improve error message accuracy in str2sa_range
by Willy Tarreau
· Mon May 09 16:18:26 2022 +0200
df94313
BUG/MEDIUM: mux-quic: fix a thinko in the latest cs/endpoint cleanup
by Willy Tarreau
· Fri May 13 16:31:23 2022 +0200
973cf90
MINOR: ext-check: indicate the transport and protocol of a server
by Willy Tarreau
· Fri May 13 15:58:35 2022 +0200
6796a06
CLEANUP: conn_stream: merge cs_new_from_{mux,applet} into cs_new_from_endp()
by Willy Tarreau
· Wed May 11 16:11:24 2022 +0200
0698c80
CLEANUP: applet: remove the unneeded appctx->owner
by Willy Tarreau
· Wed May 11 14:09:57 2022 +0200
c1b8d77
MINOR: applet: add appctx_strm() and appctx_cs() to access common fields
by Willy Tarreau
· Wed May 11 14:14:56 2022 +0200
1c3ead4
MINOR: applet: replace cs_applet_shut() with appctx_shut()
by Willy Tarreau
· Tue May 10 19:42:22 2022 +0200
4201ab7
CLEANUP: muxes: make mux->attach/detach take a conn_stream endpoint
by Willy Tarreau
· Tue May 10 19:18:52 2022 +0200
cfbfc3f
MINOR: mux-pt: remove the now unneeded conn_stream from the context
by Willy Tarreau
· Tue May 10 19:23:39 2022 +0200
01c2a4a
MINOR: mux-quic: remove the now unneeded conn_stream from the qcs
by Willy Tarreau
· Tue May 10 15:46:10 2022 +0200
b57669e
MINOR: mux-fcgi: remove the now unneeded conn_stream from the fcgi_strm
by Willy Tarreau
· Tue May 10 15:30:53 2022 +0200
c84610c
MINOR: mux-fcgi: make sure any stream always has an endpoint
by Willy Tarreau
· Tue May 10 15:02:32 2022 +0200
cd6bb1a
MINOR: mux-h2: remove the now unneeded conn_stream from the h2s
by Willy Tarreau
· Tue May 10 15:00:03 2022 +0200
b22b5f0
MINOR: mux-h2: make sure any h2s always has an endpoint
by Willy Tarreau
· Tue May 10 14:57:16 2022 +0200
56d5a81
MINOR: mux-h1: remove the now unneeded h1s->cs
by Willy Tarreau
· Tue May 10 10:25:41 2022 +0200
efb4618
MINOR: conn_stream: add a pointer back to the cs from the endpoint
by Willy Tarreau
· Tue May 10 09:04:18 2022 +0200
66435e5
CLEANUP: applet: use the appctx's endp instead of cs->endp
by Willy Tarreau
· Tue May 10 11:32:31 2022 +0200
15b0721
CLEANUP: mux-quic: always take the endp from the qcs not the cs
by Willy Tarreau
· Tue May 10 11:24:26 2022 +0200
7d299c2
CLEANUP: mux-fcgi: always take the endp from the fstrm not the cs
by Willy Tarreau
· Tue May 10 11:22:50 2022 +0200
7a2705f
CLEANUP: mux-pt: always take the endp from the context not the cs
by Willy Tarreau
· Tue May 10 11:21:15 2022 +0200
aff21f9
CLEANUP: mux-h2: always take the endp from the h2s not the cs
by Willy Tarreau
· Tue May 10 10:31:08 2022 +0200
61533d3
CLEANUP: mux-h1: always take the endp from the h1s not the cs
by Willy Tarreau
· Tue May 10 10:27:08 2022 +0200
386346f
MINOR: conn_stream: make cs_set_error() work on the endpoint instead
by Willy Tarreau
· Tue May 10 08:46:07 2022 +0200
b112b1d
CLEANUP: mux-h1: Fix comments and error messages for global options
by Christopher Faulet
· Fri May 13 09:27:13 2022 +0200
0f9c0f5
MINOR: mux-h1: Add global option accpet payload for any HTTP/1.0 requests
by Christopher Faulet
· Fri May 13 09:20:13 2022 +0200
ae053b3
BUG/MEDIUM: wdt: don't trigger the watchdog when p is unitialized
by William Lallemand
· Fri May 13 11:03:39 2022 +0200
60cfe8b
DOC/MINOR: fix typos in the lua-api document
by Boyang Li
· Tue May 10 18:11:00 2022 +0000
e0c5435
BUG/MEDIUM: lua: fix argument handling in data removal functions
by Boyang Li
· Tue May 10 17:47:23 2022 +0000
eeeeed4
MINOR: ncbuf: write unit tests
by Amaury Denoyelle
· Wed May 04 16:51:19 2022 +0200
df25acf
MINOR: ncbuf: implement advance
by Amaury Denoyelle
· Wed May 04 16:47:09 2022 +0200
b830f0d
MINOR: ncbuf: define various insertion modes
by Amaury Denoyelle
· Mon May 09 11:59:15 2022 +0200
077e096
MINOR: ncbuf: implement insertion
by Amaury Denoyelle
· Mon May 09 09:43:11 2022 +0200
edeb0a6
MINOR: ncbuf: optimize storage for the last gap
by Amaury Denoyelle
· Wed May 04 16:16:39 2022 +0200
d5d2ed9
MINOR: ncbuf: complete API and define block interal abstraction
by Amaury Denoyelle
· Mon May 09 09:38:45 2022 +0200
1b5f77f
MINOR: ncbuf: define non-contiguous buffer
by Amaury Denoyelle
· Mon May 09 09:37:27 2022 +0200
31fe308
CLEANUP: quic_tls: QUIC_TLS_IV_LEN defined two times
by Frédéric Lécaille
· Wed May 11 10:56:07 2022 +0200
4ba3b4e
CLEANUP: quic: Useless use of pointer for quic_hkdf_extract()
by Frédéric Lécaille
· Tue May 10 18:40:19 2022 +0200
a54e49d
CLEANUP: quic: wrong use of eb*entry() macro
by Frédéric Lécaille
· Tue May 10 15:15:24 2022 +0200
36b28ed
MINOR: quic: Short packets always embed a trailing AEAD TAG
by Frédéric Lécaille
· Mon May 09 18:08:13 2022 +0200
e2fb1bf
MINOR: quic: Send stateless reset tokens
by Frédéric Lécaille
· Mon May 09 16:30:55 2022 +0200
806e6cf
MINOR: quic: Stateless reset token copy to transport parameters
by Frédéric Lécaille
· Mon May 09 16:22:29 2022 +0200
395a64d
MINOR: qc_new_conn() rework for stateless reset
by Frédéric Lécaille
· Mon May 09 15:42:26 2022 +0200
28a1795
MINOR: quic: Initialize stateless reset tokens with HKDF secrets
by Frédéric Lécaille
· Fri May 06 15:07:20 2022 +0200
0226c52
MINOR: quic: new_quic_cid() code moving
by Frédéric Lécaille
· Fri May 06 14:18:53 2022 +0200
7b92c81
MINOR: quic-tls: Add quic_hkdf_extract_and_expand() for HKDF
by Frédéric Lécaille
· Fri May 06 09:54:48 2022 +0200
372508c
MINOR: config: Add "cluster-secret" new global keyword
by Frédéric Lécaille
· Fri May 06 08:53:16 2022 +0200
7cc8b31
MINOR: quic: Add correct ack delay values to ACK frames
by Frédéric Lécaille
· Thu May 05 12:04:28 2022 +0200
9475d89
MINOR: quic: Congestion controller event trace fix (loss)
by Frédéric Lécaille
· Wed May 04 15:24:50 2022 +0200
f6e8594
BUG/MINOR: quic: Wrong unit for ack delay for incoming ACK frames
by Frédéric Lécaille
· Tue May 03 16:09:08 2022 +0200
5b988eb
BUG/MINOR: quic: Dropped peer transport parameters
by Frédéric Lécaille
· Tue May 03 15:55:17 2022 +0200
8726d63
MINOR: quic: Add a debug counter for sendto() errors
by Frédéric Lécaille
· Tue May 03 10:32:21 2022 +0200
cfabb35
DOC: configuration: add the httpclient keywords to the global keywords index
by William Lallemand
· Thu May 12 10:51:15 2022 +0200
e872f75
MINOR: mux-h2: report a trace event when failing to create a new stream
by Willy Tarreau
· Thu May 12 09:24:41 2022 +0200
198b507
BUG/MINOR: mux-h2: mark the stream as open before processing it not after
by Willy Tarreau
· Thu May 12 09:08:51 2022 +0200
314e6ec
BUG/MAJOR: dns: multi-thread concurrency issue on UDP socket
by Emeric Brun
· Tue May 10 11:35:48 2022 +0200
47a4c61
BUG/MINOR: server: Make SRV_STATE_LINE_MAXLEN value from 512 to 2kB (2000 bytes).
by vigneshsp
· Mon May 09 22:36:39 2022 +0530
6d868a2
BUILD: makefile: add -Wfatal-errors to the default flags
by Willy Tarreau
· Wed May 11 11:32:41 2022 +0200
ff3333e
DOC: install: update gcc version requirements
by Willy Tarreau
· Wed May 11 11:29:54 2022 +0200
63fc900
BUG/MEDIUM: ssl: fix the gcc-12 broken fix :-(
by Willy Tarreau
· Mon May 09 21:14:04 2022 +0200
d867934
BUILD: listener: shut report of possible null-deref in listener_accept()
by Willy Tarreau
· Mon May 09 20:41:54 2022 +0200
8a0fd3a
BUILD: debug: work around gcc-12 excessive -Warray-bounds warnings
by Willy Tarreau
· Mon May 09 20:07:21 2022 +0200
393e42a
BUILD: ssl: work around bogus warning in gcc 12's -Wformat-truncation
by Willy Tarreau
· Mon May 09 10:31:28 2022 +0200
ecab71f
BUILD: stats: conditionally mark obsolete stats states as deprecated
by Willy Tarreau
· Mon May 09 19:46:35 2022 +0200
4fc2cd7
MINOR: compiler: add a new macro to set an attribute on an enum when possible
by Willy Tarreau
· Mon May 09 19:45:06 2022 +0200
444d702
BUG/MINOR: ssl: Fix typos in crl-file related CLI commands
by Remi Tricot-Le Breton
· Thu May 05 17:18:40 2022 +0200
589570d
MEDIUM: ssl: ignore dotfiles when loading a dir w/ crt
by William Lallemand
· Mon May 09 10:30:51 2022 +0200
e4b93eb
MINOR: ssl: ignore dotfiles when loading a dir w/ ca-file
by William Lallemand
· Mon May 09 09:29:00 2022 +0200
e979796
[RELEASE] Released version 2.6-dev9
by Willy Tarreau
· Sun May 08 11:44:15 2022 +0200
0a80211
CI: dynamically determine actual version of h2spec
by Ilya Shipitsin
· Thu May 05 15:15:12 2022 +0500
2b4dc5c
DOC: fix typo "ant" for "and" in INSTALL
by Willy Tarreau
· Sun May 08 10:59:00 2022 +0200
4aed40e
MINOR: tcp: socket translate TCP_KEEPIDLE for macOs equivalent
by David CARLIER
· Sun May 01 15:29:58 2022 +0100
8f7133e
DOC: internal: document the new cleaner approach to the appctx
by Willy Tarreau
· Fri May 06 18:00:24 2022 +0200
6ef1648
CLEANUP: stats: rename the stats state values an mark the old ones deprecated
by Willy Tarreau
· Fri May 06 18:07:53 2022 +0200
1c0715b
CLEANUP: cli: move the status print context into its own context
by Willy Tarreau
· Fri May 06 17:16:35 2022 +0200
aa229cc
MINOR: lua: move the http service context out of appctx.ctx
by Willy Tarreau
· Fri May 06 14:26:10 2022 +0200
e23f33b
MINOR: lua: move the tcp service storage outside of appctx.ctx
by Willy Tarreau
· Fri May 06 14:07:13 2022 +0200
5321da9
MEDIUM: lua: move the cosocket storage outside of appctx.ctx
by Willy Tarreau
· Fri May 06 11:57:34 2022 +0200
f61494c
CLEANUP: cache: take the context out of appctx.ctx
by Willy Tarreau
· Fri May 06 11:03:39 2022 +0200
c7afedc
BUILD: applet: mark the appctx's st2 variable as deprecated
by Willy Tarreau
· Thu May 05 20:01:54 2022 +0200
f50da2c
BUILD: applet: mark the CLI's generic variables as deprecated
by Willy Tarreau
· Thu May 05 19:43:49 2022 +0200
23a2407
CLEANUP: spoe: do not use appctx.ctx anymore
by Willy Tarreau
· Thu May 05 20:18:44 2022 +0200
455caef
CLEANUP: peers: do not use appctx.ctx anymore
by Willy Tarreau
· Thu May 05 20:16:16 2022 +0200
1eea665
CLEANUP: httpclient: do not use the appctx.ctx anymore
by Willy Tarreau
· Thu May 05 20:12:01 2022 +0200
Next »