Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
392e94e98517c1247821ef1e0b0aa196b42ef4fe
/
src
392e94e
MINOR: mux-quic: add traces on frame parsing functions
by Amaury Denoyelle
· Wed Jul 06 15:44:16 2022 +0200
c1a6dfd
MINOR: mux-quic: rename stream purge function
by Amaury Denoyelle
· Fri Jul 08 14:04:21 2022 +0200
b143723
REORG: mux-quic: rename stream initialization function
by Amaury Denoyelle
· Fri Jul 08 11:53:22 2022 +0200
e53b489
BUG/MEDIUM: mux-quic: fix server chunked encoding response
by Amaury Denoyelle
· Fri Jul 08 17:19:40 2022 +0200
a88e8bf
BUILD: http: silence an uninitialized warning affecting gcc-5
by Willy Tarreau
· Sun Jul 10 13:13:52 2022 +0200
0d02377
MEDIUM: epoll: don't synchronously delete migrated FDs
by Willy Tarreau
· Sat Jul 09 18:36:49 2022 +0200
372b38f
BUG/MEDIUM: mux-h1: Handle connection error after a synchronous send
by Christopher Faulet
· Fri Jul 08 15:20:31 2022 +0200
52fc0cb
BUG/MEDIUM: http-ana: Don't wait to have an empty buf to switch in TUNNEL state
by Christopher Faulet
· Fri Jul 08 09:22:17 2022 +0200
5966e40
BUG/MINOR: mux-h1: Be sure to commit htx changes in the demux buffer
by Christopher Faulet
· Fri Jul 08 09:02:59 2022 +0200
a46a99e
MEDIUM: mworker/systemd: send STATUS over sd_notify
by William Lallemand
· Thu Jul 07 14:00:36 2022 +0200
12f6dbb
BUG/MEDIUM: http-fetch: Don't fetch the method if there is no stream
by Christopher Faulet
· Wed Jul 06 17:53:02 2022 +0200
d1d983f
MINOR: http-htx: Use new HTTP functions for the scheme based normalization
by Christopher Faulet
· Tue Jul 05 10:24:52 2022 +0200
3f5fbe9
BUG/MEDIUM: h1: Improve authority validation for CONNCET request
by Christopher Faulet
· Tue Jul 05 14:50:17 2022 +0200
ca7218a
MINOR: http: Add function to detect default port
by Christopher Faulet
· Tue Jul 05 09:53:37 2022 +0200
658f971
MINOR: http: Add function to get port part of a host
by Christopher Faulet
· Tue Jul 05 09:48:39 2022 +0200
0eab050
BUG/MINOR: http-htx: Fix scheme based normalization for URIs wih userinfo
by Christopher Faulet
· Wed Jul 06 17:41:31 2022 +0200
1d93217
BUG/MINOR: peers: fix possible NULL dereferences at config parsing
by William Lallemand
· Wed Jul 06 14:30:23 2022 +0200
ad92fdf
CLEANUP: thread: also remove a thread's bit from stopping_threads on stop
by Willy Tarreau
· Wed Jul 06 10:17:21 2022 +0200
f34a3fa
BUG/MEDIUM: thread: mask stopping_threads with threads_enabled when checking it
by Willy Tarreau
· Wed Jul 06 10:13:05 2022 +0200
4c3d3d2
BUG/MINOR: http-act: Properly generate 103 responses when several rules are used
by Christopher Faulet
· Tue Jul 05 16:24:15 2022 +0200
4c8e58d
BUG/MINOR: http-check: Preserve headers if not redefined by an implicit rule
by Christopher Faulet
· Tue Jul 05 15:33:53 2022 +0200
f0196f4
CLEANUP: bwlim: Set pointers to NULL when memory is released
by Christopher Faulet
· Fri Jun 24 14:52:18 2022 +0200
d2494e0
BUG/MEDIUM: peers/config: properly set the thread mask
by Willy Tarreau
· Tue Jul 05 16:00:56 2022 +0200
8d15813
BUG/MINOR: peers/config: always fill the bind_conf's argument
by Willy Tarreau
· Tue Jul 05 15:54:09 2022 +0200
bf91e39
MINOR: mux-quic: emit FINAL_SIZE_ERROR on invalid STREAM size
by Amaury Denoyelle
· Mon Jul 04 10:02:04 2022 +0200
3f39b40
MINOR: mux-quic: rename qcs flag FIN_RECV to SIZE_KNOWN
by Amaury Denoyelle
· Fri Jul 01 16:11:03 2022 +0200
a509ffb
MEDIUM: mux-quic: refactor streams opening
by Amaury Denoyelle
· Mon Jul 04 15:50:33 2022 +0200
3abeb57
MINOR: mux-quic: implement accessor for sedesc
by Amaury Denoyelle
· Mon Jul 04 11:42:27 2022 +0200
a441ec9
CLEANUP: mux-quic: do not export qc_get_ncbuf
by Amaury Denoyelle
· Mon Jul 04 15:48:57 2022 +0200
2ee490f
CLEANUP: mworker: rename mworker_pipe to mworker_sockpair
by William Lallemand
· Tue Jul 05 09:04:03 2022 +0200
34aae2f
MEDIUM: mworker: set the iocb of the socketpair without using fd_insert()
by William Lallemand
· Tue Jul 05 00:55:09 2022 +0200
7509ec3
MINOR: proxy: use tg->threads_enabled in hard_stop() to detect stopped threads
by Willy Tarreau
· Mon Jul 04 13:33:13 2022 +0200
24cfc9f
BUG/MEDIUM: thread: check stopping thread against local bit and not global one
by Willy Tarreau
· Mon Jul 04 14:07:29 2022 +0200
291f6ff
BUG/MEDIUM: threads: fix incorrect thread group being used on soft-stop
by Willy Tarreau
· Mon Jul 04 13:36:16 2022 +0200
89ed89e
BUILD: debug: re-export thread_dump_state
by Willy Tarreau
· Fri Jul 01 21:18:03 2022 +0200
039972b
BUILD: debug: fix build issue on clang with previous commit
by Willy Tarreau
· Fri Jul 01 19:37:42 2022 +0200
00c27b5
MEDIUM: debug: make the thread dumper not rely on a thread mask anymore
by Willy Tarreau
· Fri Jul 01 19:08:56 2022 +0200
1229ef3
MINOR: wdt: do not rely on threads_to_dump anymore
by Willy Tarreau
· Fri Jul 01 17:26:15 2022 +0200
f7afdd9
MINOR: debug: mark oneself harmless while waiting for threads to finish
by Willy Tarreau
· Fri Jul 01 17:19:14 2022 +0200
a2b8ed4
MINOR: thread: add is_thread_harmless() to know if a thread already is harmless
by Willy Tarreau
· Fri Jul 01 17:11:03 2022 +0200
598cf3f
MAJOR: threads: change thread_isolate to support inter-group synchronization
by Willy Tarreau
· Fri Jul 01 15:08:37 2022 +0200
ef422ce
MEDIUM: thread: make stopping_threads per-group and add stopping_tgroups
by Willy Tarreau
· Tue Jun 28 19:29:29 2022 +0200
03f9b35
MEDIUM: tinfo: add a dynamic thread-group context
by Willy Tarreau
· Mon Jun 27 16:02:24 2022 +0200
22b2a24
CLEANUP: thread: remove thread_sync_release() and thread_sync_mask
by Willy Tarreau
· Mon Jun 27 15:05:44 2022 +0200
cce203a
MINOR: thread: add a new all_tgroups_mask variable to know about active tgroups
by Willy Tarreau
· Fri Jun 24 15:55:11 2022 +0200
c6cf64b
MINOR: thread: use ltid_bit in ha_tkillall()
by Willy Tarreau
· Mon Jun 27 16:23:44 2022 +0200
1e7f0d6
MINOR: clock: use ltid_bit in clock_report_idle()
by Willy Tarreau
· Mon Jun 27 16:22:22 2022 +0200
adc1f52
MINOR: wdt: use ltid_bit in wdt_handler()
by Willy Tarreau
· Mon Jun 27 16:20:13 2022 +0200
38d0712
MINOR: debug: use ltid_bit in ha_thread_dump()
by Willy Tarreau
· Mon Jun 27 16:13:50 2022 +0200
377e37a
MINOR: tinfo: add the mask of enabled threads in each group
by Willy Tarreau
· Fri Jun 24 15:18:49 2022 +0200
60fe4a9
MINOR: tinfo: replace the tgid with tgid_bit in tgroup_info
by Willy Tarreau
· Tue Jun 28 17:48:07 2022 +0200
66ad98a
MINOR: tinfo: add the tgid to the thread_info struct
by Willy Tarreau
· Tue Jun 28 10:49:57 2022 +0200
e7475c8
MEDIUM: tasks/fd: replace sleeping_thread_mask with a TH_FL_SLEEPING flag
by Willy Tarreau
· Mon Jun 20 09:23:24 2022 +0200
dce4ad7
MEDIUM: thread: add a new per-thread flag TH_FL_NOTIFIED to remember wakeups
by Willy Tarreau
· Wed Jun 22 15:38:38 2022 +0200
555c192
MINOR: poller: update_fd_polling: wake a random other thread
by Willy Tarreau
· Thu Jun 23 18:31:08 2022 +0200
962e5ba
MEDIUM: polling: make update_fd_polling() not care about sleeping threads
by Willy Tarreau
· Thu Jun 23 18:38:06 2022 +0200
058b2c1
MINOR: poller: centralize poll return handling
by Willy Tarreau
· Wed Jun 22 15:21:34 2022 +0200
bdcd325
MINOR: thread: only use atomic ops to touch the flags
by Willy Tarreau
· Wed Jun 22 09:19:46 2022 +0200
f3efef4
MINOR: thread: make wake_thread() take care of the sleeping threads mask
by Willy Tarreau
· Mon Jun 20 09:14:40 2022 +0200
3fdacdd
MEDIUM: queue: revert to regular inter-task wakeups
by Willy Tarreau
· Thu Jun 16 16:10:05 2022 +0200
319d136
MEDIUM: task: use regular eb32 trees for the run queues
by Willy Tarreau
· Thu Jun 16 16:28:01 2022 +0200
c958c70
MINOR: task: replace global_tasks_mask with a check for tree's emptiness
by Willy Tarreau
· Thu Jun 16 15:59:36 2022 +0200
da195e8
MINOR: task: remove grq_total and use rq_total instead
by Willy Tarreau
· Thu Jun 16 15:52:49 2022 +0200
b17dd6c
MEDIUM: task: replace the global rq_lock with a per-rq one
by Willy Tarreau
· Thu Jun 16 16:58:17 2022 +0200
6f78038
MEDIUM: task: move the shared runqueue to one per thread
by Willy Tarreau
· Thu Jun 16 15:30:50 2022 +0200
a4fb79b
MINOR: task: make rqueue_ticks atomic
by Willy Tarreau
· Thu Jun 16 15:44:35 2022 +0200
fc5de15
CLEANUP: task: remove the now unused TASK_GLOBAL flag
by Willy Tarreau
· Thu Jun 16 16:05:02 2022 +0200
eed3911
MINOR: task: replace task_set_affinity() with task_set_thread()
by Willy Tarreau
· Wed Jun 15 17:20:16 2022 +0200
159e3ac
MEDIUM: task: remove TASK_SHARED_WQ and only use t->tid
by Willy Tarreau
· Wed Jun 15 16:48:45 2022 +0200
3b7a19c
MINOR: applet: always use task_new_on() on applet creation
by Willy Tarreau
· Wed Jun 15 16:40:58 2022 +0200
cb85427
MEDIUM: applet: only keep appctx_new_*() and drop appctx_new()
by Willy Tarreau
· Wed Jun 15 16:35:51 2022 +0200
0ad00be
CLEANUP: task: remove thread_mask from the struct task
by Willy Tarreau
· Wed Jun 15 15:57:53 2022 +0200
c44d08e
MAJOR: task: replace t->thread_mask with 1<<t->tid when thread mask is needed
by Willy Tarreau
· Wed Jun 15 15:44:00 2022 +0200
29ffe26
MAJOR: task: use t->tid instead of ffsl(t->thread_mask) to take the thread ID
by Willy Tarreau
· Wed Jun 15 14:31:38 2022 +0200
6ef52f4
MEDIUM: task: add and preset a thread ID in the task struct
by Willy Tarreau
· Wed Jun 15 14:19:48 2022 +0200
8e5c53a
MINOR: debug: remove mask support from "debug dev sched"
by Willy Tarreau
· Wed Jun 15 16:32:41 2022 +0200
7d392a5
BUG/MEDIUM: ssl/fd: unexpected fd close using async engine
by Emeric Brun
· Fri Jul 01 17:36:50 2022 +0200
f41a3f6
MINOR: fd: add a new FD_DISOWN flag to prevent from closing a deleted FD
by Emeric Brun
· Fri Jul 01 17:31:25 2022 +0200
6befccd
BUG/MINOR: mux-quic: do not signal FIN if gap in buffer
by Amaury Denoyelle
· Fri Jul 01 11:26:04 2022 +0200
e0a92a7
MINOR: ncbuf: implement ncb_is_fragmented()
by Amaury Denoyelle
· Fri Jul 01 14:45:41 2022 +0200
36d4b5e
CLEANUP: mux-quic: adjust comment on qcs_consume()
by Amaury Denoyelle
· Fri Jul 01 11:25:40 2022 +0200
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
Next »