Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
614742b79c63626cf477b4a85779db41223adbf9
614742b
MINOR: quic: No TRACE_LEAVE() in retrieve_qc_conn_from_cid()
by Frédéric Lécaille
· Wed Sep 07 12:15:43 2022 +0200
449804e
MINOR: quic: Add traces about sent or resent TX frames
by Frédéric Lécaille
· Fri Sep 02 22:16:10 2022 +0200
70a6e63
MINOR: quic: add QUIC support when no client_hello_cb
by William Lallemand
· Wed Sep 07 11:21:34 2022 +0200
373ce73
BUILD: quic: fix the #ifdef in ssl_quic_initial_ctx()
by William Lallemand
· Wed Sep 07 11:11:59 2022 +0200
4b7938d
BUILD: ssl: fix the ifdef mess in ssl_sock_initial_ctx
by William Lallemand
· Wed Sep 07 10:54:17 2022 +0200
e6ec626
BUILD: quic: enable early data only with >= openssl 1.1.1
by William Lallemand
· Fri Sep 02 16:24:39 2022 +0200
d2be9d4
BUILD: quic: temporarly ignore chacha20_poly1305 for libressl
by William Lallemand
· Fri Sep 02 15:35:09 2022 +0200
844009d
BUILD: ssl: fix ssl_sock_switchtx_cbk when no client_hello_cb
by William Lallemand
· Fri Sep 02 15:27:32 2022 +0200
6d74e17
BUILD: quic: add some ifdef around the SSL_ERROR_* for libressl
by William Lallemand
· Thu Sep 01 16:15:10 2022 +0200
2be0ac5
BUG/MINOR: quic: Possible crash when verifying certificates
by Frédéric Lécaille
· Tue Sep 06 19:37:08 2022 +0200
a9e934b
BUG/MINOR: h1: Support headers case adjustment for TCP proxies
by Christopher Faulet
· Tue Sep 06 10:09:40 2022 +0200
4b5f302
MINOR: http-check: Remove support for headers/body in "option httpchk" version
by Christopher Faulet
· Mon Sep 05 09:05:17 2022 +0200
6aec1f3
BUG/MINOR: quic: Possible crash with "tls-ticket-keys" on QUIC bind lines
by Frédéric Lécaille
· Tue Sep 06 17:04:55 2022 +0200
025945f
BUG/MINOR: quic: Retransmitted frames marked as acknowledged
by Frédéric Lécaille
· Tue Sep 06 09:55:21 2022 +0200
2f105b8
BUILD: makefile: enable crypt(3) for NetBSD
by Brad Smith
· Sat Aug 13 00:57:31 2022 -0400
ef9d594
MINOR: Revert part of clarifying samples support per os commit
by Brad Smith
· Thu Aug 25 23:13:38 2022 -0400
3bb2b5d
[RELEASE] Released version 2.7-dev5
by Willy Tarreau
· Fri Sep 02 19:36:50 2022 +0200
6a03a0d
BUG/MINOR: http-act: initialize http fmt head earlier
by Willy Tarreau
· Fri Sep 02 19:19:01 2022 +0200
e6f389d
MINOR: mux-h1: provide a "show_sd" helper to output stream debugging info
by Willy Tarreau
· Fri Sep 02 16:32:31 2022 +0200
7079c0f
MINOR: mux-h1: split "show_fd" into connection and stream
by Willy Tarreau
· Fri Sep 02 16:11:28 2022 +0200
b4a4fee
MINOR: mux-quic: provide a "show_sd" helper to output stream debugging info
by Willy Tarreau
· Fri Sep 02 16:00:40 2022 +0200
7051f73
MINOR: mux-h2: insert line breaks in "show sess all" output for legibility
by Willy Tarreau
· Fri Sep 02 15:22:12 2022 +0200
bf4ec6f
MINOR: mux-h2: provide a "show_sd" helper to output stream debugging info
by Willy Tarreau
· Fri Sep 02 15:11:40 2022 +0200
ce57777
MINOR: muxes: add a "show_sd" helper to complete "show sess" dumps
by Willy Tarreau
· Fri Sep 02 15:00:48 2022 +0200
4e97bcc
MINOR: mux-h2: extract the connection dump function out of h2_show_fd()
by Willy Tarreau
· Thu Sep 01 19:25:57 2022 +0200
90bffa2
MINOR: mux-h2: extract the stream dump function out of h2_show_fd()
by Willy Tarreau
· Thu Sep 01 19:06:44 2022 +0200
714900a
MINOR: debug: report applet pointer and handler in crashes when known
by Willy Tarreau
· Fri Sep 02 09:13:12 2022 +0200
178dda6
DEBUG: stream: minor rearrangement of a few fields in struct stream.
by Willy Tarreau
· Fri Sep 02 15:42:33 2022 +0200
4105461
BUG/MINOR: mux-fcgi: fix the "show fd" dest buffer for the subscriber
by Willy Tarreau
· Fri Sep 02 14:22:38 2022 +0200
9b6a187
BUG/MINOR: mux-h1: fix the "show fd" dest buffer for the subscriber
by Willy Tarreau
· Fri Sep 02 14:21:05 2022 +0200
ba7657c
BUG/MINOR: mux-h2: fix the "show fd" dest buffer for the subscriber
by Willy Tarreau
· Thu Sep 01 18:02:15 2022 +0200
df3231c
MEDIUM: httpclient: enable ALPN support on outgoing https connections
by Willy Tarreau
· Fri Sep 02 09:02:21 2022 +0200
f80713b
BUG/MINOR: httpclient: keep-alive was accidentely disabled
by Willy Tarreau
· Fri Aug 19 17:20:43 2022 +0200
6486ff8
BUG/MINOR: httpclient: only ask for more room on failed writes
by Willy Tarreau
· Fri Sep 02 11:42:50 2022 +0200
b482920
BUG/MEDIUM: httpclient: always detach the caller before self-killing
by Willy Tarreau
· Thu Sep 01 20:40:26 2022 +0200
d8a44d0
BUG/MINOR: h2: properly set the direction flag on HTX response
by Willy Tarreau
· Fri Sep 02 11:15:37 2022 +0200
a107520
BUG/MINOR: quic: Frames leak during retransmissions
by Frédéric Lécaille
· Thu Sep 01 10:51:19 2022 +0200
a777ee3
MINOR: quic: Trace typo fix in qc_release_frm()
by Frédéric Lécaille
· Wed Aug 31 17:54:30 2022 +0200
26236f5
MINOR: quic: Add TX frames addresses to traces to several trace events
by Frédéric Lécaille
· Wed Aug 31 17:48:53 2022 +0200
b866c69
BUG/MINOR: quic: Do not ack when probing
by Frédéric Lécaille
· Tue Aug 30 16:24:54 2022 +0200
ecb40b2
MINOR: backend: always satisfy the first req reuse rule with l7 retries
by Willy Tarreau
· Thu Sep 01 19:58:58 2022 +0200
4d1ff11
BUG/MEDIUM: mux-h1: always use RST to kill idle connections in pools
by Willy Tarreau
· Thu Sep 01 15:49:23 2022 +0200
05ed05b
REGTESTS: http_request_buffer: Add a barrier to not mix up log messages
by Christopher Faulet
· Thu Sep 01 19:46:28 2022 +0200
f348ecd
BUG/MINOR: regex: Properly handle PCRE2 lib compiled without JIT support
by Christopher Faulet
· Thu Sep 01 19:34:00 2022 +0200
32872db
MINOR: sink/ring: rotate non-empty file-backed contents only
by Willy Tarreau
· Wed Aug 31 18:52:17 2022 +0200
e0fa91f
BUG/MINOR: ssl: leak of ckch_inst_link in ckch_inst_free() v2
by William Lallemand
· Wed Aug 31 14:26:49 2022 +0200
bccbad2
BUG/MINOR: quic: TX frames memleak
by Frédéric Lécaille
· Wed Aug 31 15:02:53 2022 +0200
3a9b944
MINOR: quic: Move traces about RX/TX bytes from QUIC_EV_CONN_PRSAFRM event
by Frédéric Lécaille
· Tue Aug 30 15:25:47 2022 +0200
d8009a1
BUILD: debug: make sure debug macros are never empty
by Willy Tarreau
· Wed Aug 31 10:52:25 2022 +0200
3ff9610
BUG/MINOR: dev/udp: properly preset the rx address size
by Willy Tarreau
· Wed Aug 31 08:55:12 2022 +0200
0bfa3e7
BUG/MINOR: ssl: revert two wrong fixes with ckhi_link
by William Lallemand
· Tue Aug 30 17:32:38 2022 +0200
ddd480c
BUG/MEDIUM: ssl: Fix a UAF when old ckch instances are released
by Christopher Faulet
· Tue Aug 30 16:27:49 2022 +0200
f611248
BUG/MINOR: tcpcheck: Disable QUICKACK for default tcp-check (with no rule)
by Christopher Faulet
· Tue Aug 30 10:31:15 2022 +0200
056ad01
BUG/MINOR: ssl: leak of ckch_inst_link in ckch_inst_free()
by William Lallemand
· Mon Aug 29 18:53:34 2022 +0200
946580e
BUG/MINOR: ssl: fix deinit of the ca-file tree
by William Lallemand
· Mon Aug 29 18:36:18 2022 +0200
3a56137
MINOR: quic: Add a trace to distinguish the datagram from the packets inside
by Frédéric Lécaille
· Mon Aug 29 18:05:44 2022 +0200
c242832
BUG/MINOR: quic: Missing header protection AES cipher context initialisations (draft-v2)
by Frédéric Lécaille
· Mon Aug 29 16:42:06 2022 +0200
c6fc774
MINOR: raw-sock: don't try to send if an error was already reported
by Willy Tarreau
· Mon Aug 29 16:48:14 2022 +0200
2c30de3
BUG/MINOR: epoll: do not actively poll for Rx after an error
by Willy Tarreau
· Mon Aug 29 18:15:11 2022 +0200
cad42a7
BUG/MEDIUM: mux-h1: do not refrain from signaling errors after end of input
by Willy Tarreau
· Mon Aug 29 10:22:56 2022 +0200
4a20972
BUG/MINOR: hlua: Rely on CF_EOI to detect end of message in HTTP applets
by Christopher Faulet
· Mon Aug 29 15:37:16 2022 +0200
b372f16
BUG/MEDIUM: peers: Don't start resync on reload if local peer is not up-to-date
by Christopher Faulet
· Fri Aug 26 18:46:16 2022 +0200
19a82b9
BUG/MEDIUM: peers: Don't use resync timer when local resync is in progress
by Christopher Faulet
· Fri Aug 26 18:40:46 2022 +0200
13db4bd
BUG/MEDIUM: peers: Add connect and server timeut to peers proxy
by Christopher Faulet
· Mon Aug 29 11:32:26 2022 +0200
42a0662
BUG/MEDIUM: spoe: Properly update streams waiting for a ACK in async mode
by Christopher Faulet
· Thu Aug 25 18:50:18 2022 +0200
149c531
BUG/MINOR: quic: Frames added to packets even if not built.
by Frédéric Lécaille
· Sat Aug 27 15:51:30 2022 +0200
e35463c
BUG/MINOR: quic: Null packet dereferencing from qc_dup_pkt_frms() trace
by Frédéric Lécaille
· Sat Aug 27 10:19:42 2022 +0200
b5c2cd4
DOC: configuration.txt: do-resolve must use host_only to remove its port.
by William Lallemand
· Fri Aug 26 16:48:07 2022 +0200
d78dfe7
BUG/MINOR: httpclient: fix resolution with port
by William Lallemand
· Fri Aug 26 16:45:13 2022 +0200
dd754cb
MINOR: sample: add the host_only and port_only converters
by William Lallemand
· Fri Aug 26 16:21:28 2022 +0200
1ef2460
DOC: configuration: do-resolve doesn't work with a port in the string
by William Lallemand
· Fri Aug 26 16:38:43 2022 +0200
eba9088
Revert "MINOR: quic: Remove useless traces about references to TX packets"
by Frédéric Lécaille
· Thu Aug 25 16:06:48 2022 +0200
f61398a
MINOR: quic: Remove useless traces about references to TX packets
by Frédéric Lécaille
· Thu Aug 25 07:13:33 2022 +0200
560ddfa
CLEANUP: quic: Remove a useless check in qc_lstnr_pkt_rcv()
by Frédéric Lécaille
· Wed Aug 24 18:59:23 2022 +0200
f34c1c9
CLEANUP: quic: No more use ->rx_list MT_LIST entry point (quic_rx_packet)
by Frédéric Lécaille
· Wed Aug 24 18:17:13 2022 +0200
15773f2
BUG/MINOR: quic: Stalled connections (missing I/O handler wakeup)
by Frédéric Lécaille
· Wed Aug 24 17:57:09 2022 +0200
277c462
BUG/MINOR: quic: Leak in qc_release_lost_pkts() for non in flight TX packets
by Frédéric Lécaille
· Wed Aug 24 17:06:04 2022 +0200
5f6c25e
Revert "BUG/MINOR: quix: Memleak for non in flight TX packets"
by Frédéric Lécaille
· Wed Aug 24 16:23:44 2022 +0200
b10b119
MINOR: resolvers: shut the warning when "default" resolvers is implicit
by William Lallemand
· Wed Aug 24 14:50:32 2022 +0200
529b6a3
REGTESTS: Fix prometheus script to perform HTTP health-checks
by Christopher Faulet
· Wed Aug 24 12:17:31 2022 +0200
871dd82
BUG/MINOR: tcpcheck: Disable QUICKACK only if data should be sent after connect
by Christopher Faulet
· Wed Aug 24 11:38:03 2022 +0200
6020c4e
BUG/MINOR: mworker: does not create the "default" resolvers in wait mode
by William Lallemand
· Wed Aug 24 11:15:08 2022 +0200
866b88b
BUG/MINOR: resolvers: return the correct value in resolvers_finalize_config()
by William Lallemand
· Wed Aug 24 09:58:31 2022 +0200
02fd3ca
BUILD: tcp_sample: fix build of get_tcp_info() on OpenBSD
by Brad Smith
· Fri Aug 12 22:23:13 2022 -0400
8bd146d
MEDIUM: peers: limit the number of updates sent at once
by Willy Tarreau
· Tue Jul 19 20:17:38 2022 +0200
df3cab1
BUG/MINOR: applet: make the call_rate only count the no-progress calls
by Willy Tarreau
· Tue Jul 19 20:36:15 2022 +0200
8a3f582
BUG/MEDIUM: applet: fix incorrect check for abnormal return condition from handler
by Willy Tarreau
· Tue Aug 23 09:01:30 2022 +0200
a2d8ad2
MINOR: quic: Replace MT_LISTs by LISTs for RX packets.
by Frédéric Lécaille
· Tue Aug 23 17:45:52 2022 +0200
b8047de
BUG/MINOR: quic: Safer QUIC frame builders
by Frédéric Lécaille
· Tue Aug 23 17:40:09 2022 +0200
a8a6043
BUG/MINOR: quic: Wrong list_for_each_entry() use when building packets from qc_do_build_pkt()
by Frédéric Lécaille
· Tue Aug 23 11:42:48 2022 +0200
da9c441
BUG/MINOR: quix: Memleak for non in flight TX packets
by Frédéric Lécaille
· Mon Aug 22 18:47:51 2022 +0200
16972e1
REGTESTS: launch http_reuse_always in mworker mode
by William Lallemand
· Mon Aug 22 12:59:50 2022 +0200
8032a27
BUG/MAJOR: mworker: fix infinite loop on master with no proxies.
by Emeric Brun
· Mon Aug 22 10:25:11 2022 +0200
f1cfd9b
MINOR: cpu-map: remove obsolete diag warning about combined ranges
by Willy Tarreau
· Mon Aug 22 10:46:13 2022 +0200
3cd71ac
BUG/MEDIUM: cpu-map: fix thread 1's affinity affecting all threads
by Willy Tarreau
· Mon Aug 22 10:38:00 2022 +0200
ea4a5cb
BUG/MINOR: mux-quic: Fix memleak on QUIC stream buffer for unacknowledged data
by Frédéric Lécaille
· Sat Aug 20 18:59:36 2022 +0200
f532019
[RELEASE] Released version 2.7-dev4
by Willy Tarreau
· Sat Aug 20 15:56:31 2022 +0200
62c0b99
MINOR: ssl/cli: implement "add ssl ca-file"
by William Lallemand
· Fri Jul 29 17:50:58 2022 +0200
d4774d3
MINOR: ssl: handle ca-file appending in cafile_entry
by William Lallemand
· Fri Jul 29 17:08:02 2022 +0200
ec7eb59
BUG/MINOR: ssl/cli: error when the ca-file is empty
by William Lallemand
· Thu Aug 18 15:53:02 2022 +0200
Next »