Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
13db4bdbc6e60bb54f7583ca76e7d71c97cca96a
/
src
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
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
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
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
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
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
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
86a53c5
MINOR: quic: Add reusable cipher contexts for header protection
by Frédéric Lécaille
· Fri Aug 19 18:18:13 2022 +0200
a8942cd
BUG/MAJOR: log-forward: Fix ssl layer not initialized on bind even if configured
by Emeric Brun
· Fri Aug 19 15:16:26 2022 +0200
3b68b60
BUG/MAJOR: log-forward: Fix log-forward proxies not fully initialized
by Emeric Brun
· Thu Aug 18 15:53:21 2022 +0200
a846a17
MINOR: quic: Trace fix in qc_release_frm()
by Frédéric Lécaille
· Fri Aug 19 12:08:13 2022 +0200
e4c3074
MINOR: quic: Add the QUIC connection to mux traces
by Frédéric Lécaille
· Fri Aug 19 12:02:29 2022 +0200
b827840
BUG/MINOR: quic: Wrong splitted duplicated frames handling
by Frédéric Lécaille
· Fri Aug 19 09:32:14 2022 +0200
2f16348
MINOR: quic: Add frame addresses to QUIC_EV_CONN_PRSAFRM event traces
by Frédéric Lécaille
· Fri Aug 19 09:23:15 2022 +0200
1ba25c2
BUG/MINOR: quic: Possible crashes when dereferencing ->pkt quic_frame struct member
by Frédéric Lécaille
· Thu Aug 18 17:21:19 2022 +0200
473e0e5
BUG/MINOR: mux-h2: send a CANCEL instead of ES on truncated writes
by Willy Tarreau
· Thu Aug 18 16:12:15 2022 +0200
4877045
MINOR: mux-h2: make streams know if they need to send more data
by Willy Tarreau
· Thu Aug 18 16:03:51 2022 +0200
ed2b9d9
MINOR: mux-h2/traces: report transition to SETTINGS1 before not after
by Willy Tarreau
· Thu Aug 18 15:30:41 2022 +0200
0f45871
BUG/MEDIUM: mux-h2: do not fiddle with ->dsi to indicate demux is idle
by Willy Tarreau
· Thu Aug 18 11:19:57 2022 +0200
1addf8b
BUG/MEDIUM: cli: always reset the service context between commands
by Willy Tarreau
· Thu Aug 18 18:04:37 2022 +0200
1cc08a3
MINOR: applet: add a function to reset the svcctx of an applet
by Willy Tarreau
· Thu Aug 18 18:13:34 2022 +0200
115ccce
MEDIUM: h3: concatenate multiple cookie headers
by Amaury Denoyelle
· Wed Aug 17 18:02:47 2022 +0200
2c5a7ee
REORG: h2: extract cookies concat function in http_htx
by Amaury Denoyelle
· Wed Aug 17 16:33:53 2022 +0200
7046756
BUG/MEDIUM: quic: fix crash on MUX send notification
by Amaury Denoyelle
· Wed Aug 17 16:33:13 2022 +0200
4173a39
BUG/MINOR: quic: Missing initializations for ducplicated frames.
by Frédéric Lécaille
· Thu Aug 18 08:20:47 2022 +0200
4b85a96
BUG/MEDIUM: http-ana: fix crash or wrong header deletion by http-restrict-req-hdr-names
by Mateusz Malek
· Wed Aug 17 14:22:09 2022 +0200
b29a1dc
BUG/MINOR: quic: do not notify MUX on frame retransmit
by Amaury Denoyelle
· Fri Aug 12 14:30:04 2022 +0200
cc13047
MINOR: quic: refactor application send
by Amaury Denoyelle
· Wed Aug 17 10:08:16 2022 +0200
3baab74
MINOR: mux-quic: add missing args on some traces
by Amaury Denoyelle
· Thu Aug 11 18:35:55 2022 +0200
fd79ddb
MINOR: mux-quic: adjust traces on stream init
by Amaury Denoyelle
· Tue Aug 16 11:13:45 2022 +0200
bf3c208
BUG/MEDIUM: mux-quic: reject uni stream ID exceeding flow control
by Amaury Denoyelle
· Tue Aug 16 11:29:08 2022 +0200
26aa399
MINOR: qpack: report error on enc/dec stream close
by Amaury Denoyelle
· Tue Aug 16 17:42:47 2022 +0200
6b02c6b
MINOR: h3: report error on control stream close
by Amaury Denoyelle
· Tue Aug 16 17:16:47 2022 +0200
f372e74
MINOR: quic: adjust quic_frame flag manipulation
by Amaury Denoyelle
· Tue Aug 16 14:41:57 2022 +0200
bbeec37
MINOR: stick-table: Add table_expire() and table_idle() new converters
by Frédéric Lécaille
· Tue Aug 16 18:11:25 2022 +0200
cc1a2a1
MINOR: chunk: inline alloc_trash_chunk()
by Willy Tarreau
· Wed Aug 17 10:45:22 2022 +0200
42b180d
MINOR: pools/memprof: store and report the pool's name in each bin
by Willy Tarreau
· Wed Aug 17 09:35:16 2022 +0200
facfad2
MINOR: pool/memprof: report pool alloc/free in memory profiling
by Willy Tarreau
· Wed Aug 17 09:12:53 2022 +0200
219afa2
MINOR: memprof: export the minimum definitions for memory profiling
by Willy Tarreau
· Wed Aug 17 08:53:36 2022 +0200
11a6f40
BUG/MINOR: quic: Wrong status returned by qc_pkt_decrypt()
by Frédéric Lécaille
· Tue Aug 16 14:48:59 2022 +0200
ebb1070
BUG/MINOR: quic: MIssing check when building TX packets
by Frédéric Lécaille
· Tue Aug 16 12:03:00 2022 +0200
35a66c0
BUG/MINOR: mux-quic: fix crash with traces in qc_detach()
by Amaury Denoyelle
· Fri Aug 12 15:56:21 2022 +0200
ded77cc
MINOR: ring: archive a previous file-backed ring on startup
by Willy Tarreau
· Fri Aug 12 15:38:20 2022 +0200
8e87705
BUILD: sink: replace S_IRUSR, S_IWUSR with their octal value
by Willy Tarreau
· Fri Aug 12 15:03:12 2022 +0200
bfb077a
BUG/MINOR: quic: memleak on wrong datagram receipt
by Frédéric Lécaille
· Fri Aug 12 11:55:20 2022 +0200
0b8e9ce
MINOR: ring: add support for a backing-file
by Willy Tarreau
· Thu Aug 11 16:38:20 2022 +0200
6df10d8
MINOR: ring: support creating a ring from a linear area
by Willy Tarreau
· Fri Aug 12 07:50:43 2022 +0200
7629f5d
BUG/MEDIUM: quic: Wrong use of <token_odcid> in qc_lsntr_pkt_rcv()
by Frédéric Lécaille
· Thu Aug 11 18:54:26 2022 +0200
18d1306
BUG/MEDIUM: ring: fix too lax 'size' parser
by Willy Tarreau
· Thu Aug 11 16:12:11 2022 +0200
e9325e9
BUG/MEDIUM: quic: Possible use of uninitialized <odcid> variable in qc_lstnr_params_init()
by Frédéric Lécaille
· Thu Aug 11 17:24:38 2022 +0200
6bdf936
BUG/MEDIUM: mux-quic: fix crash due to invalid trace arg
by Amaury Denoyelle
· Thu Aug 11 18:22:22 2022 +0200
4c9a164
MINOR: mux-quic: define new traces
by Amaury Denoyelle
· Wed Aug 10 16:58:01 2022 +0200
047d86a
CLEANUP: mux-quic: adjust traces level
by Amaury Denoyelle
· Wed Aug 10 16:42:35 2022 +0200
c7fb0d2
MINOR: mux-quic: define protocol error traces
by Amaury Denoyelle
· Wed Aug 10 16:39:54 2022 +0200
f0b67f9
MINOR: mux-quic: adjust enter/leave traces
by Amaury Denoyelle
· Wed Aug 10 16:14:32 2022 +0200
59507de
CLEANUP: quic: Remove trailing spaces
by Frédéric Lécaille
· Thu Aug 11 12:14:07 2022 +0200
96d08d3
BUG/MINOR: quic: Possible infinite loop in quic_build_post_handshake_frames()
by Frédéric Lécaille
· Thu Aug 11 12:04:07 2022 +0200
a6920a2
MINOR: quic: Remove useless lock for RX packets
by Frédéric Lécaille
· Thu Aug 11 11:40:01 2022 +0200
6a378d1
BUILD: stconn: fix build warning at -O3 about possible null sc
by Willy Tarreau
· Thu Aug 11 13:56:42 2022 +0200
a8b2f84
MEDIUM: quic: xprt traces rework
by Frédéric Lécaille
· Wed Aug 10 17:56:45 2022 +0200
e6ca435
BUG/MEDIUM: poller: use fd_delete() to release the poller pipes
by Willy Tarreau
· Wed Aug 10 17:08:17 2022 +0200
54bc786
BUG/MEDIUM: quic: always remove the connection from the accept list on close
by Willy Tarreau
· Wed Aug 10 07:26:27 2022 +0200
f0f92b2
BUG/MINOR: quic: fix crash on handshake io-cb for null next enc level
by Amaury Denoyelle
· Tue Aug 09 17:52:52 2022 +0200
96ca1b7
BUG/MINOR: mux-quic: open stream on STOP_SENDING
by Amaury Denoyelle
· Tue Aug 09 17:36:38 2022 +0200
c09ef0c
MINOR: quic: skip sending if no frame to send in io-cb
by Amaury Denoyelle
· Mon Aug 08 18:15:24 2022 +0200
654269c
MINOR: quic: refactor datagram commit in Tx buffer
by Amaury Denoyelle
· Mon Aug 08 15:38:57 2022 +0200
5b68986
MINOR: quic: release Tx buffer on each send
by Amaury Denoyelle
· Mon Aug 08 16:07:30 2022 +0200
f247605
MINOR: quic: replace custom buf on Tx by default struct buffer
by Amaury Denoyelle
· Thu Aug 04 16:19:57 2022 +0200
56c6154
CLEANUP: mux-quic: remove loop on sending frames
by Amaury Denoyelle
· Thu Aug 04 10:11:12 2022 +0200
4a426e2
MINOR: debug/memstats: automatically determine first column size
by Willy Tarreau
· Tue Aug 09 08:51:08 2022 +0200
17200dd
MINOR: debug: also store the function name in struct mem_stats
by Willy Tarreau
· Tue Aug 09 08:40:08 2022 +0200
55c950b
MINOR: debug: store and report the pool's name in struct mem_stats
by Willy Tarreau
· Tue Aug 09 08:15:27 2022 +0200
ba19acd
MINOR: quic: Replace pool_zalloc() by pool_malloc() for fake datagrams
by Frédéric Lécaille
· Mon Aug 08 21:10:58 2022 +0200
ffde316
BUG/MEDIUM: quic: Missing AEAD TAG check after removing header protection
by Frédéric Lécaille
· Mon Aug 08 18:41:16 2022 +0200
adc7641
MINOR: quic: Too much useless traces in qc_build_frms()
by Frédéric Lécaille
· Mon Aug 08 16:09:46 2022 +0200
99897d1
BUG/MEDIUM: quic: Wrong packet length check in qc_do_rm_hp()
by Frédéric Lécaille
· Mon Aug 08 10:28:07 2022 +0200
Next »