Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
67fda16742edea569a580cb996d172c0e1096994
/
src
67fda16
CLEANUP: h2: Typo fix in h2_unsubcribe() traces
by Frédéric Lécaille
· Thu Jun 30 12:01:54 2022 +0200
1b0707f
MINOR: quic: Improvements for the datagrams receipt
by Frédéric Lécaille
· Thu Jun 30 11:28:56 2022 +0200
45a1629
MINOR: quic: Add new stats counter to diagnose RX buffer overrun
by Frédéric Lécaille
· Wed Jun 29 12:03:34 2022 +0200
95a8dfb
BUG/MINOR: quic: Dropped packets not counted (with RX buffers full)
by Frédéric Lécaille
· Wed Jun 29 11:24:35 2022 +0200
ad548b5
MINOR: task: Add tasklet_wakeup_after()
by Frédéric Lécaille
· Wed Jun 29 10:53:03 2022 +0200
a7a4c80
MINOR: qpack: properly handle invalid dynamic table references
by Amaury Denoyelle
· Thu Jun 30 09:30:23 2022 +0200
46e992d
BUG/MINOR: qpack: abort on dynamic index field line decoding
by Amaury Denoyelle
· Thu Jun 30 09:31:24 2022 +0200
2bc4786
MINOR: h3: handle errors on HEADERS parsing/QPACK decoding
by Amaury Denoyelle
· Thu Jun 30 10:04:42 2022 +0200
055de23
BUG/MINOR: qpack: fix build with QPACK_DEBUG
by Amaury Denoyelle
· Thu Jun 30 09:28:50 2022 +0200
2b67770
MEDIUM: bwlim: Add support of bandwith limitation at the stream level
by Christopher Faulet
· Wed Jun 22 16:55:04 2022 +0200
628e89c
BUILD: quic+h3: 32-bit compilation errors fixes
by Frédéric Lécaille
· Fri Jun 24 12:13:53 2022 +0200
2bed1f1
BUG/MAJOR: quic: Big RX dgrams leak with POST requests
by Frédéric Lécaille
· Thu Jun 23 21:05:05 2022 +0200
19ef636
BUG/MAJOR: quic: Big RX dgrams leak when fulfilling a buffer
by Frédéric Lécaille
· Thu Jun 23 18:00:37 2022 +0200
0c53568
BUG/MINOR: quic: Wrong reuse of fulfilled dgram RX buffer
by Frédéric Lécaille
· Thu Jun 23 17:47:10 2022 +0200
27061cd
MEDIUM: debug: improve DEBUG_MEM_STATS to also report pool alloc/free
by Willy Tarreau
· Thu Jun 23 10:54:17 2022 +0200
b8dec4a
CLEANUP: pool/tree-wide: remove suffix "_pool" from certain pool names
by Willy Tarreau
· Thu Jun 23 11:02:08 2022 +0200
47af317
BUG/MINOR: stream: only free the req/res captures when set
by Willy Tarreau
· Thu Jun 23 11:46:14 2022 +0200
aa55640
MINOR: freq_ctr: Add a function to get events excess over the current period
by Christopher Faulet
· Wed Jun 22 15:28:16 2022 +0200
dbbdb25
BUG/MINOR: http-fetch: Use integer value when possible in "method" sample fetch
by Christopher Faulet
· Wed Jun 22 17:16:41 2022 +0200
5eb67f5
BUG/MINOR: http-ana: Set method to HTTP_METH_OTHER when an HTTP txn is created
by Christopher Faulet
· Wed Jun 22 17:12:05 2022 +0200
77ac6f5
BUG/MINOR: quic: Missing acknowledgments for trailing packets
by Frédéric Lécaille
· Tue Jun 21 15:14:59 2022 +0200
1bad7db
BUG/MINOR: ssl: Do not look for key in extra files if already in pem
by Remi Tricot-Le Breton
· Tue Jun 07 16:29:44 2022 +0200
d543ae0
BUILD: ssl_ckch: fix "maybe-uninitialized" build error on gcc-9.4 + ARM
by Willy Tarreau
· Wed Jun 22 05:40:25 2022 +0200
c7a8a3c
MINOR: intops: add a function to return a valid bit position from a mask
by Willy Tarreau
· Tue Jun 21 20:19:54 2022 +0200
0a012aa
BUG/MEDIUM: mworker: use default maxconn in wait mode
by William Lallemand
· Tue Jun 21 11:11:50 2022 +0200
4f5777a
MINOR: quic: Dump version_information transport parameter
by Frédéric Lécaille
· Mon Jun 20 19:39:26 2022 +0200
57bddbc
BUG/MINOR: quic: Acknowledgement must be forced during handshake
by Frédéric Lécaille
· Mon Jun 20 17:51:24 2022 +0200
cb6c5f4
BUG/MEDIUM: ssl/cli: crash when crt inserted into a crt-list
by William Lallemand
· Mon Jun 20 16:51:53 2022 +0200
debaa04
BUG/MINOR: qpack: abort on dynamic index field line decoding
by Amaury Denoyelle
· Mon Jun 20 15:47:46 2022 +0200
23f908c
BUG/MINOR: quic: free rejected Rx packets
by Amaury Denoyelle
· Mon Jun 20 10:58:03 2022 +0200
2c31e12
BUG/MINOR: quic: purge conn Rx packet list on release
by Amaury Denoyelle
· Mon Jun 20 10:52:55 2022 +0200
483499d
BUG/MINOR: quic_stats: Duplicate "quic_streams_data_blocked_bidi" field name
by Frédéric Lécaille
· Mon Jun 20 14:35:40 2022 +0200
2aebaa4
BUG/MINOR: quic: Unexpected half open connection counter wrapping
by Frédéric Lécaille
· Fri Jun 17 15:11:32 2022 +0200
b1cb958
BUILD: quic: Wrong HKDF label constant variable initializations
by Frédéric Lécaille
· Thu Jun 16 17:53:46 2022 +0200
177aed5
MEDIUM: debug: detect redefinition of symbols upon dlopen()
by Willy Tarreau
· Sun Jun 19 16:49:51 2022 +0200
40dde2d
MEDIUM: debug: add a tainted flag when a shared library is loaded
by Willy Tarreau
· Sun Jun 19 16:41:59 2022 +0200
0b7b639
MINOR: hlua: add a new hlua_show_current_location() function
by Willy Tarreau
· Sun Jun 19 17:39:33 2022 +0200
5c14340
MINOR: hlua: don't dump empty entries in hlua_traceback()
by Willy Tarreau
· Sun Jun 19 17:35:53 2022 +0200
a892b7f
BUG/MINOR: log: Properly test connection retries to fix dontlog-normal option
by Christopher Faulet
· Fri Jun 17 14:53:20 2022 +0200
82af3c6
CLEANUP: stconn: Don't expect to have no sedesc on detach
by Christopher Faulet
· Fri Jun 17 09:39:59 2022 +0200
9b8d7a1
MINOR: stream: Rely on stconn flags to abort stream destructive upgrade
by Christopher Faulet
· Fri Jun 17 09:36:57 2022 +0200
b68f77d
BUG/MEDIUM: stream: Properly handle destructive client connection upgrades
by Christopher Faulet
· Thu Jun 16 16:24:16 2022 +0200
9b3aa63
BUG/MINOR: task: fix thread assignment in tasklet_kill()
by Willy Tarreau
· Wed Jun 15 15:54:56 2022 +0200
e06f745
CLEANUP: quic: Remove any reference to boringssl
by Frédéric Lécaille
· Thu Jun 16 15:06:44 2022 +0200
301425b
MEDIUM: quic: Compatible version negotiation implementation (draft-08)
by Frédéric Lécaille
· Tue Jun 14 17:40:39 2022 +0200
e17bf77
MINOR: quic: Released QUIC TLS extension for QUIC v2 draft
by Frédéric Lécaille
· Thu Jun 09 07:32:06 2022 +0200
86845c5
MEDIUM: quic: Add QUIC v2 draft support
by Frédéric Lécaille
· Wed Jun 08 19:28:36 2022 +0200
ea0ec27
MINOR: quic: Parse long packet version from qc_parse_hd_form()
by Frédéric Lécaille
· Wed Jun 08 13:22:17 2022 +0200
3f96a0a
MINOR: quic: Add several nonce and key definitions for Retry tag
by Frédéric Lécaille
· Wed Jun 08 08:26:03 2022 +0200
01d515e
BUG/MINOR: quic: Stop hardcoding Retry packet Version field
by Frédéric Lécaille
· Tue Jun 07 11:39:00 2022 +0200
fa7fadc
BUG/BUILD: h3: fix wrong label name
by Amaury Denoyelle
· Wed Jun 15 15:52:27 2022 +0200
b666c6b
MINOR: qpack: improve decoding function
by Amaury Denoyelle
· Tue Jun 14 17:17:07 2022 +0200
60ef19f
BUG/MINOR: h3/qpack: deal with too many headers
by Amaury Denoyelle
· Tue Jun 14 17:38:36 2022 +0200
28d3c24
MINOR: qpack: add ABORT_NOW on unimplemented decoding
by Amaury Denoyelle
· Tue Jun 14 16:36:15 2022 +0200
4bcaf69
BUG/MINOR: qpack: support header litteral name decoding
by Amaury Denoyelle
· Tue Jun 14 16:34:55 2022 +0200
53eef46
MINOR: qpack: reduce dependencies on other modules
by Amaury Denoyelle
· Tue Jun 14 16:34:32 2022 +0200
c5d31ed
MINOR: qpack: add comments and remove a useless trace
by Amaury Denoyelle
· Tue Jun 14 17:34:53 2022 +0200
f5aef02
OPTIM: task: do not consult shared WQ when we're already full
by Willy Tarreau
· Tue Jun 14 15:04:34 2022 +0200
3ccb14d
MINOR: thread: get rid of MAX_THREADS_MASK
by Willy Tarreau
· Tue Jun 14 11:18:40 2022 +0200
e35f032
CLEANUP: hlua: check for at least 2 threads on a task
by Willy Tarreau
· Tue Jun 14 11:00:46 2022 +0200
1a85a95
MINOR: tinfo: remove the global thread ID bit (tid_bit)
by Willy Tarreau
· Tue Jun 14 10:43:01 2022 +0200
8716875
CLEANUP: quic: use task_new_on() for single-threaded tasks
by Willy Tarreau
· Mon Jun 13 16:31:53 2022 +0200
680ed5f
MINOR: task: move profiling bit to per-thread
by Willy Tarreau
· Mon Jun 13 15:59:39 2022 +0200
040955f
BUG/MEDIUM: mux-quic: fix segfault on flow-control frame cleanup
by Amaury Denoyelle
· Mon Jun 13 11:30:46 2022 +0200
4167e05
BUG/MEDIUM: cli: Notify cli applet won't consume data during request processing
by Christopher Faulet
· Wed Jun 01 17:25:42 2022 +0200
04f03e1
BUG/MEDIUM: stconn: Don't wakeup applet for send if it won't consume data
by Christopher Faulet
· Wed Jun 01 17:35:34 2022 +0200
e4b4019
CLEANUP: check: Remove useless tests on check's stream-connector
by Christopher Faulet
· Mon Jun 13 07:59:46 2022 +0200
d1c6cfe
BUG/MINOR: tcp-rules: Make action call final on read error and delay expiration
by Christopher Faulet
· Fri Jun 10 16:48:47 2022 +0200
43c090c
BUG/MINOR: mux-quic: fix memleak on frames rejected by transport
by Amaury Denoyelle
· Fri Jun 10 15:16:40 2022 +0200
78fa559
MINOR: mux-quic: complete BUG_ON on TX flow-control enforcing
by Amaury Denoyelle
· Fri Jun 10 15:18:12 2022 +0200
b9e0640
BUG/MEDIUM: mux-quic: fix flow control connection Tx level
by Amaury Denoyelle
· Fri Jun 10 15:16:21 2022 +0200
c6b7a97
BUG/MINOR: cli/stats: add missing trailing LF after "show info json"
by Willy Tarreau
· Fri Jun 10 15:12:21 2022 +0200
9b46fb4
BUG/MINOR: server: do not enable DNS resolution on disabled proxies
by Willy Tarreau
· Fri Jun 10 11:11:44 2022 +0200
5a0e7ca
BUG/MINOR: cli/stats: add missing trailing LF after JSON outputs
by Willy Tarreau
· Fri Jun 10 09:21:22 2022 +0200
3a2fcfd
BUG/MEDIUM: h3: fix SETTINGS parsing
by Amaury Denoyelle
· Thu Jun 09 11:54:38 2022 +0200
0012f89
OPTIM: mux-h2: increase h2_settings_initial_window_size default to 64k
by Glenn Strauss
· Sat Jun 04 22:11:50 2022 -0400
617592c
MEDIUM: mux-h2: try to coalesce outgoing WINDOW_UPDATE frames
by Willy Tarreau
· Wed Jun 08 16:32:22 2022 +0200
1cd43aa
BUG/MINOR: h3: fix incorrect BUG_ON assert on SETTINGS parsing
by Amaury Denoyelle
· Wed Jun 08 18:21:32 2022 +0200
58e3501
BUG/MEDIUM: mailers: Set the object type for check attached to an email alert
by Christopher Faulet
· Wed Jun 08 09:17:14 2022 +0200
4f1825c
BUG/MINOR: checks: Properly handle email alerts in trace messages
by Christopher Faulet
· Wed Jun 08 09:12:58 2022 +0200
e3b2574
BUG/MINOR: trace: Test server existence for health-checks to get proxy
by Christopher Faulet
· Wed Jun 08 09:06:15 2022 +0200
69e3f05
BUILD: quic: fix anonymous union for gcc-4.4
by Benoit DOLEZ
· Wed Jun 08 09:28:56 2022 +0200
dca4c53
BUG/MINOR: h3: fix return value on decode_qcs on error
by Amaury Denoyelle
· Tue Jun 07 18:24:34 2022 +0200
1f21ebd
MINOR: mux-quic/h3: adjust demuxing function return values
by Amaury Denoyelle
· Tue Jun 07 17:30:55 2022 +0200
62eef85
MINOR: mux-quic: simplify decode_qcs API
by Amaury Denoyelle
· Fri Jun 03 16:40:34 2022 +0200
c015679
MINOR: h3: add h3c pointer into h3s instance
by Amaury Denoyelle
· Fri Jun 03 15:29:07 2022 +0200
16f3da4
MINOR: connection: support HTTP/3.0 for smp_*_http_major fetch
by Amaury Denoyelle
· Tue Jun 07 11:57:20 2022 +0200
1f90f33
BUG/MINOR: ssl_ckch: Fix another possible uninitialized value
by Christopher Faulet
· Fri Jun 03 16:34:30 2022 +0200
ea2c8c6
BUILD: ssl_ckch: Fix build error about a possible uninitialized value
by Christopher Faulet
· Fri Jun 03 16:37:31 2022 +0200
88041b3
BUG/MINOR: ssl_ckch: Fix possible uninitialized value in show_crlfile I/O handler
by Christopher Faulet
· Fri Jun 03 16:26:56 2022 +0200
677cb4f
BUG/MINOR: ssl_ckch: Fix possible uninitialized value in show_cafile I/O handler
by Christopher Faulet
· Fri Jun 03 16:25:35 2022 +0200
d1d2e4d
BUG/MINOR: ssl_ckch: Fix possible uninitialized value in show_cert I/O handler
by Christopher Faulet
· Fri Jun 03 16:24:02 2022 +0200
d6c66f0
MINOR: ssl_ckch: Remove service context for "set ssl crl-file" command
by Christopher Faulet
· Fri Jun 03 11:59:10 2022 +0200
132c595
MINOR: ssl_ckch: Remove service context for "set ssl ca-file" command
by Christopher Faulet
· Fri Jun 03 11:56:26 2022 +0200
24a20b9
MINOR: ssl_ckch: Remove service context for "set ssl cert" command
by Christopher Faulet
· Fri Jun 03 11:50:40 2022 +0200
6af2fc6
MINOR: ssl_ckch: Simplify structure used to commit changes on CA/CRL entries
by Christopher Faulet
· Fri Jun 03 11:42:38 2022 +0200
dd0c483
CLEANUP: ssl_ckch: Remove unused field in commit_cacrlfile_ctx structure
by Christopher Faulet
· Fri Jun 03 11:35:37 2022 +0200
f814c4a
BUG/MINOR: ssl_ckch: Init right field when parsing "commit ssl crl-file" cmd
by Christopher Faulet
· Fri Jun 03 11:32:05 2022 +0200
3e94f5d
BUG/MINOR: ssl_ckch: Dump cert transaction only once if show command yield
by Christopher Faulet
· Fri Jun 03 10:46:40 2022 +0200
5a2154b
BUG/MINOR: ssl_ckch: Dump CA transaction only once if show command yield
by Christopher Faulet
· Fri Jun 03 10:42:48 2022 +0200
Next »