Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
c17c31c822dc4a5f3270f6ae4f96afa50fb7390f
c17c31c
BUG/MEDIUM: mux-h1: Don't wake h1s if mux is blocked on lack of output buffer
by Christopher Faulet
· Tue Feb 01 18:25:06 2022 +0100
dc523e3
BUG/MEDIUM: htx: Be sure to have a buffer to perform a raw copy of a message
by Christopher Faulet
· Tue Feb 01 18:11:50 2022 +0100
ea3e035
MINOR: mux-quic: fix a possible null dereference in qc_timeout_task
by Amaury Denoyelle
· Mon Feb 21 10:05:16 2022 +0100
d439a49
DEBUG: buffer: check in __b_put_blk() whether the buffer room is respected
by Willy Tarreau
· Fri Feb 18 17:33:27 2022 +0100
11adb1d
BUG/MEDIUM: httpclient: limit transfers to the maximum available room
by Willy Tarreau
· Fri Feb 18 17:28:25 2022 +0100
8a91374
BUG/MINOR: tools: url2sa reads ipv4 too far
by William Lallemand
· Fri Feb 18 16:13:12 2022 +0100
2c8f984
CLEANUP: httpclient/cli: fix indentation alignment of the help message
by Willy Tarreau
· Fri Feb 18 16:26:36 2022 +0100
1b01b7f
BUG/MINOR: ssl: Missing return value check in ssl_ocsp_response_print
by Remi Tricot-Le Breton
· Wed Feb 16 15:17:09 2022 +0100
8081b67
BUG/MINOR: ssl: Fix leak in "show ssl ocsp-response" CLI command
by Remi Tricot-Le Breton
· Wed Feb 16 15:03:51 2022 +0100
a9a591a
BUG/MINOR: ssl: Add missing return value check in ssl_ocsp_response_print
by Remi Tricot-Le Breton
· Wed Feb 16 14:42:22 2022 +0100
4f4f2b7
MINOR: httpclient/lua: add 'dst' optionnal field
by William Lallemand
· Thu Feb 17 20:00:23 2022 +0100
7b2e0ee
MINOR: httpclient: sets an alternative destination
by William Lallemand
· Thu Feb 17 19:10:55 2022 +0100
1a16e4e
BUG/MINOR: mailers: negotiate SMTP, not ESMTP
by Lukas Tribus
· Thu Feb 17 15:40:51 2022 +0100
5085bc3
BUG/MINOR: httpclient: reinit flags in httpclient_start()
by William Lallemand
· Thu Feb 17 12:52:09 2022 +0100
d0de677
BUG/MINOR: mux-h2: update the session's idle delay before creating the stream
by Willy Tarreau
· Fri Feb 04 09:05:37 2022 +0100
c7d8548
BUG/MEDIUM: h2/hpack: fix emission of HPACK DTSU after settings change
by Willy Tarreau
· Wed Feb 16 14:28:14 2022 +0100
c382005
REGTESTS: peers: leave a bit more time to peers to synchronize
by Willy Tarreau
· Wed Feb 16 11:28:09 2022 +0100
42f2a51
REGTESTS: server: close an occasional race on dynamic_server_ssl.vtc
by Willy Tarreau
· Wed Feb 16 10:45:23 2022 +0100
b042e4f
BUG/MAJOR: spoe: properly detach all agents when releasing the applet
by Willy Tarreau
· Tue Feb 15 16:49:37 2022 +0100
bfb15ab
BUG/MAJOR: http/htx: prevent unbounded loop in http_manage_server_side_cookies
by Andrew McDermott
· Fri Feb 11 18:26:49 2022 +0000
1d5fdc5
MINOR: h3: remove unused return value on decode_qcs
by Amaury Denoyelle
· Wed Feb 16 14:35:10 2022 +0100
de6ecc3
BUG/MINOR: httpclient/cli: display junk characters in vsn
by William Lallemand
· Wed Feb 16 11:37:02 2022 +0100
d544d33
BUG/MINOR: jwt: Memory leak if same key is used in multiple jwt_verify calls
by Remi Tricot-Le Breton
· Fri Feb 04 14:24:15 2022 +0100
2b5a655
BUG/MINOR: jwt: Missing pkey free during cleanup
by Remi Tricot-Le Breton
· Fri Feb 04 14:21:02 2022 +0100
4930c6c
BUG/MINOR: jwt: Double free in deinit function
by Remi Tricot-Le Breton
· Fri Feb 04 14:06:34 2022 +0100
31e4f6e
MINOR: h3: report error on HEADERS/DATA parsing
by Amaury Denoyelle
· Tue Feb 15 17:30:27 2022 +0100
71f3abb
MINOR: quic: Move quic_rxbuf_pool pool out of xprt part
by Frédéric Lécaille
· Tue Feb 15 16:59:48 2022 +0100
53c7d8d
MINOR: quic: Do not retransmit too much packets.
by Frédéric Lécaille
· Tue Feb 15 12:00:55 2022 +0100
0c80e69
MINOR: quic: Possible frame parsers array overrun
by Frédéric Lécaille
· Tue Feb 15 10:27:34 2022 +0100
59509b5
MINOR: quic: Non checked returned value for cs_new() in h3_decode_qcs()
by Frédéric Lécaille
· Tue Feb 15 09:25:06 2022 +0100
3c08cb4
MINOR: h3: Dead code in h3_uqs_init()
by Frédéric Lécaille
· Tue Feb 15 09:15:47 2022 +0100
1e1fb5d
MINOR: quic: Non checked returned value for cs_new() in hq_interop_decode_qcs()
by Frédéric Lécaille
· Tue Feb 15 09:13:05 2022 +0100
498e992
MINOR: quic: Useless test in quic_lstnr_dghdlr()
by Frédéric Lécaille
· Tue Feb 15 08:58:07 2022 +0100
e1c3546
MINOR: quic: Avoid warning about NULL pointer dereferences
by Frédéric Lécaille
· Mon Feb 14 19:01:21 2022 +0100
ee4508d
MINOR: quic: ha_quic_set_encryption_secrets without server specific code
by Frédéric Lécaille
· Mon Feb 14 17:54:04 2022 +0100
16de9f7
MINOR: quic: Code never reached in qc_ssl_sess_init()
by Frédéric Lécaille
· Mon Feb 14 17:32:50 2022 +0100
21db6f9
MINOR: quic: Wrong loss delay computation
by Frédéric Lécaille
· Mon Feb 14 13:56:42 2022 +0100
eca47d9
MINOR: quic: Wrong smoothed rtt initialization
by Frédéric Lécaille
· Mon Feb 14 10:17:01 2022 +0100
91379f7
MINOR: h3: implement DATA parsing
by Amaury Denoyelle
· Mon Feb 14 17:14:59 2022 +0100
7b0f122
MINOR: h3: extract HEADERS parsing in a dedicated function
by Amaury Denoyelle
· Mon Feb 14 17:13:55 2022 +0100
0484f92
MINOR: h3: report frames bigger than rx buffer
by Amaury Denoyelle
· Tue Feb 15 16:59:39 2022 +0100
bb56530
MINOR: h3: set CS_FL_NOT_FIRST
by Amaury Denoyelle
· Mon Feb 14 17:14:35 2022 +0100
eb53e5b
MINOR: mux-quic: set EOS on rcv_buf
by Amaury Denoyelle
· Mon Feb 14 17:11:32 2022 +0100
9a327a7
MINOR: mux-quic: implement rcv_buf
by Amaury Denoyelle
· Mon Feb 14 17:11:09 2022 +0100
95b93a3
MINOR: h3: set properly HTX EOM/BODYLESS on HEADERS parsing
by Amaury Denoyelle
· Mon Feb 14 15:49:53 2022 +0100
a04724a
MINOR: h3: add documentation on h3_decode_qcs
by Amaury Denoyelle
· Tue Feb 15 11:05:46 2022 +0100
ffafb3d
MINOR: h3: remove transfer-encoding header
by Amaury Denoyelle
· Tue Feb 15 16:10:42 2022 +0100
4ac6d37
BUG/MINOR: h3: fix the header length for QPACK decoding
by Amaury Denoyelle
· Mon Feb 14 14:38:55 2022 +0100
6a2c2f4
BUG/MINOR: quic: fix FIN stream signaling
by Amaury Denoyelle
· Tue Feb 15 10:57:16 2022 +0100
ab9cec7
MINOR: qpack: fix typo in trace
by Amaury Denoyelle
· Mon Feb 14 14:45:10 2022 +0100
4af6595
BUG/MEDIUM: quic: fix crash on CC if mux not present
by Amaury Denoyelle
· Tue Feb 15 11:06:15 2022 +0100
8524f0f
MINOR: quic: use a global dghlrs for each thread
by Amaury Denoyelle
· Tue Feb 08 15:03:40 2022 +0100
6c8babf
BUG/MAJOR: sched: prevent rare concurrent wakeup of multi-threaded tasks
by Willy Tarreau
· Mon Feb 14 10:18:51 2022 +0100
27c8da1
DEBUG: pools: replace the link pointer with the caller's address on pool_free()
by Willy Tarreau
· Wed Feb 09 16:49:16 2022 +0100
49bb5d4
DEBUG: pools: let's add reverse mapping from cache heads to thread and pool
by Willy Tarreau
· Wed Feb 09 16:33:22 2022 +0100
e2830ad
DEBUG: pools: add extra sanity checks when picking objects from a local cache
by Willy Tarreau
· Wed Feb 09 16:23:55 2022 +0100
ceabc5c
CLEANUP: pools: don't needlessly set a call mark during refilling of caches
by Willy Tarreau
· Mon Feb 14 09:26:59 2022 +0100
c895c44
BUG/MINOR: pools: always flush pools about to be destroyed
by Willy Tarreau
· Wed Feb 09 16:19:24 2022 +0100
b5ba09e
BUG/MEDIUM: pools: ensure items are always large enough for the pool_cache_item
by Willy Tarreau
· Mon Feb 07 10:32:00 2022 +0100
547aa0e
MINOR: quic: Useless statement in quic_crypto_data_cpy()
by Frédéric Lécaille
· Wed Feb 02 15:57:22 2022 +0100
c0b481f
MINOR: quic: Possible memleak in qc_new_conn()
by Frédéric Lécaille
· Wed Feb 02 15:39:55 2022 +0100
225c31f
CLEANUP: h3: Unreachable target in h3_uqs_init()
by Frédéric Lécaille
· Wed Feb 02 15:21:00 2022 +0100
6842485
MINOR: quic: Possible overflow in qpack_get_varint()
by Frédéric Lécaille
· Wed Feb 02 14:56:23 2022 +0100
ce2ecc9
MINOR: quic: Potential overflow expression in qc_parse_frm()
by Frédéric Lécaille
· Wed Feb 02 14:37:37 2022 +0100
439c464
MINOR: quic: EINTR error ignored
by Frédéric Lécaille
· Wed Feb 02 14:33:10 2022 +0100
3916ca1
MINOR: quic: Variable used before being checked in ha_quic_add_handshake_data()
by Frédéric Lécaille
· Wed Feb 02 14:09:05 2022 +0100
83cd51e
MINOR: quic: Remove an RX buffer useless lock
by Frédéric Lécaille
· Wed Feb 02 10:51:50 2022 +0100
88c5695
MINOR: ssl: Remove calls to SSL_CTX_set_tmp_dh_callback on OpenSSLv3
by Remi Tricot-Le Breton
· Fri Feb 11 12:04:56 2022 +0100
c76c3c4
MEDIUM: ssl: Replace all DH objects by EVP_PKEY on OpenSSLv3 (via HASSL_DH type)
by Remi Tricot-Le Breton
· Fri Feb 11 12:04:55 2022 +0100
55d7e78
MINOR: ssl: Set default dh size to 2048
by Remi Tricot-Le Breton
· Fri Feb 11 12:04:54 2022 +0100
bed7263
MINOR: ssl: Build local DH of right size when needed
by Remi Tricot-Le Breton
· Fri Feb 11 12:04:53 2022 +0100
7f6425a
MINOR: ssl: Add ssl_new_dh_fromdata helper function
by Remi Tricot-Le Breton
· Fri Feb 11 12:04:52 2022 +0100
5f17930
MINOR: ssl: Add ssl_sock_set_tmp_dh_from_pkey helper function
by Remi Tricot-Le Breton
· Fri Feb 11 12:04:51 2022 +0100
846eda9
MINOR: ssl: Add ssl_sock_set_tmp_dh helper function
by Remi Tricot-Le Breton
· Fri Feb 11 12:04:50 2022 +0100
292a88c
MINOR: ssl: Factorize ssl_get_tmp_dh and append a cbk to its name
by Remi Tricot-Le Breton
· Fri Feb 11 12:04:49 2022 +0100
09ebb33
MINOR: ssl: Add ssl_sock_get_dh_from_bio helper function
by Remi Tricot-Le Breton
· Fri Feb 11 12:04:48 2022 +0100
956f3ae
MINOR: ssl: Create HASSL_DH wrapper structure
by Remi Tricot-Le Breton
· Fri Feb 11 12:04:47 2022 +0100
17b7384
REGTESTS: ssl: Add tests for DH related options
by Remi Tricot-Le Breton
· Fri Feb 11 12:04:46 2022 +0100
78a36e3
MINOR: ssl: Remove call to ERR_load_SSL_strings with OpenSSLv3
by Remi Tricot-Le Breton
· Fri Feb 11 12:04:45 2022 +0100
1effd9a
MINOR: ssl: Remove call to ERR_func_error_string with OpenSSLv3
by Remi Tricot-Le Breton
· Fri Feb 11 12:04:44 2022 +0100
7b820a6
BUG/MINOR: mworker: does not erase the pidfile upon reload
by William Lallemand
· Mon Feb 14 09:02:14 2022 +0100
6fed59c
CI: enable QUIC for Coverity scan
by Ilya Shipitsin
· Wed Feb 02 10:24:58 2022 +0500
58a7704
MINOR: quic: take out xprt snd_buf operation
by Amaury Denoyelle
· Wed Feb 09 15:43:07 2022 +0100
80bd837
MINOR: quic: remove unused xprt rcv_buf operation
by Amaury Denoyelle
· Wed Feb 09 15:39:35 2022 +0100
f6dcbce
MINOR: quic: rename local tid variable
by Amaury Denoyelle
· Tue Feb 08 15:05:58 2022 +0100
59e0b1f
MINOR: mux-quic: remove quic_transport_params_update
by Amaury Denoyelle
· Wed Feb 09 10:34:59 2022 +0100
b788054
MINOR: h3: hardcode the stream id of control stream
by Amaury Denoyelle
· Wed Feb 09 10:28:53 2022 +0100
c9414e2
MINOR: ssl: Remove call to HMAC_Init_ex with OpenSSLv3
by Remi Tricot-Le Breton
· Tue Feb 08 17:45:59 2022 +0100
8ea1f5f
MINOR: ssl: Remove call to SSL_CTX_set_tlsext_ticket_key_cb with OpenSSLv3
by Remi Tricot-Le Breton
· Tue Feb 08 17:45:58 2022 +0100
3f269bb
REGTESTS: ssl: Add test for "generate-certificates" SSL option
by Remi Tricot-Le Breton
· Tue Feb 08 17:45:57 2022 +0100
c11e7e1
MINOR: ssl: Remove EC_KEY related calls when creating a certificate
by Remi Tricot-Le Breton
· Tue Feb 08 17:45:56 2022 +0100
eb561ce
REGTESTS: ssl: Add test for "curves" and "ecdhe" SSL options
by Remi Tricot-Le Breton
· Tue Feb 08 17:45:55 2022 +0100
ff4c3c4
MINOR: ssl: Remove EC_KEY related calls when preparing SSL context
by Remi Tricot-Le Breton
· Tue Feb 08 17:45:54 2022 +0100
2559bc8
MINOR: ssl: Use high level OpenSSL APIs in sha2 converter
by Remi Tricot-Le Breton
· Tue Feb 08 17:45:53 2022 +0100
36f80f6
CLEANUP: ssl: Remove unused ssl_sock_create_cert function
by Remi Tricot-Le Breton
· Tue Feb 08 17:45:52 2022 +0100
2e7d1eb
BUG/MINOR: ssl: Remove empty lines from "show ssl ocsp-response <id>" output
by Remi Tricot-Le Breton
· Tue Jan 11 10:11:10 2022 +0100
bfa3236
MINOR: quic: Remove a useless test in quic_get_dgram_dcid()
by Frédéric Lécaille
· Wed Feb 02 10:44:36 2022 +0100
f6f7520
MINOR: quic: Wrong datagram buffer passed to quic_lstnr_dgram_dispatch()
by Frédéric Lécaille
· Wed Feb 02 09:44:22 2022 +0100
841bf5e
MINOR: quic: Do not modify a marked as consumed datagram
by Frédéric Lécaille
· Wed Feb 02 09:41:27 2022 +0100
8de3eff
REGTESTS: ssl: skip show_ssl_ocspresponse.vtc when BoringSSL is used
by Ilya Shipitsin
· Mon Jan 31 09:49:47 2022 +0500
Next »