Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
d6e198761281e755e5b96272ed2a751df096efdf
/
src
d6e1987
MINOR: fd: make fd_clr_running() return the previous value instead
by Willy Tarreau
· Sat Jul 09 15:57:17 2022 +0200
a707d02
MEDIUM: fd/poller: turn running_mask to group-local IDs
by Willy Tarreau
· Thu Jul 07 08:16:08 2022 +0200
6d3c501
MEDIUM: fd/poller: turn update_mask to group-local IDs
by Willy Tarreau
· Tue Jul 05 19:21:06 2022 +0200
6302212
MEDIUM: fd/poller: turn polled_mask to group-local IDs
by Willy Tarreau
· Wed Jul 06 10:37:31 2022 +0200
0dc1cc9
MAJOR: fd: grab the tgid before manipulating running
by Willy Tarreau
· Wed Jul 06 18:47:38 2022 +0200
c243182
MINOR: cli/fd: show fd's tgid and refcount in "show fd"
by Willy Tarreau
· Fri Jul 08 10:23:01 2022 +0200
9464bb1
MEDIUM: fd: add the tgid to the fd and pass it to fd_insert()
by Willy Tarreau
· Tue Jul 05 05:16:13 2022 +0200
512dd2d
MINOR: fd: make fd_insert() apply the thread mask itself
by Willy Tarreau
· Wed Jul 06 11:27:42 2022 +0200
8e2c0fa
MINOR: fd: delete unused updates on close()
by Willy Tarreau
· Wed Jul 06 16:20:11 2022 +0200
35ee710
MEDIUM: fd/poller: make the update-list per-group
by Willy Tarreau
· Fri Jul 08 11:33:43 2022 +0200
2f36d90
MAJOR: fd: remove pending updates upon real close
by Willy Tarreau
· Wed Jul 06 16:23:41 2022 +0200
15c5500
MEDIUM: conn: make conn_backend_get always scan the same group
by Willy Tarreau
· Thu Jul 07 09:12:45 2022 +0200
91a7c16
MINOR: task: move the niced_tasks counter to the thread group context
by Willy Tarreau
· Thu Jul 07 15:25:40 2022 +0200
b0e7712
MEDIUM: task/thread: move the task shared wait queues per thread group
by Willy Tarreau
· Thu Jul 07 15:22:55 2022 +0200
82e378a
MINOR: fd/thread: get rid of thread_mask()
by Willy Tarreau
· Wed Jul 06 11:22:42 2022 +0200
6bdf945
MINOR: cli/threads: always bind CLI to thread group 1
by Willy Tarreau
· Wed Jul 06 11:52:24 2022 +0200
dcbd763
MINOR: mworker/threads: limit the mworker sockets to group 1
by Willy Tarreau
· Wed Jul 06 11:46:34 2022 +0200
5b09341
MEDIUM: cpu-map: replace the process number with the thread group number
by Willy Tarreau
· Fri Jul 08 09:38:30 2022 +0200
1b2b59b
MINOR: thread: remove MAX_THREADS limitation
by Willy Tarreau
· Thu Jul 07 15:11:32 2022 +0200
e5715bf
MEDIUM: poller: disable thread-groups for poll() and select()
by Willy Tarreau
· Sat Jul 09 23:38:46 2022 +0200
b1093c6
MEDIUM: poller: program the update in fd_update_events() for a migrated FD
by Willy Tarreau
· Sat Jul 09 18:55:37 2022 +0200
1b927eb
MEDIUM: proto: stop protocols under thread isolation during soft stop
by Willy Tarreau
· Fri Jul 15 19:15:02 2022 +0200
7aa4119
MEDIUM: debug/threads: make the lock debugging take tgroups into account
by Willy Tarreau
· Fri Jul 15 17:53:10 2022 +0200
4d9888c
CLEANUP: fd: get rid of the __GET_{NEXT,PREV} macros
by Willy Tarreau
· Wed Jul 06 14:43:51 2022 +0200
740038c
MINOR: listener/config: make "thread" always support up to LONGBITS
by Willy Tarreau
· Fri Jul 15 17:18:23 2022 +0200
acd6441
MEDIUM: config: remove the "process" keyword on "bind" lines
by Willy Tarreau
· Fri Jul 15 17:16:01 2022 +0200
94f763b
MEDIUM: config: remove deprecated "bind-process" directives from frontends
by Willy Tarreau
· Fri Jul 15 17:14:40 2022 +0200
91f7a1a
CLEANUP: applet: remove the obsolete command context from the appctx
by Willy Tarreau
· Fri Jul 15 16:26:44 2022 +0200
9a7fa90
MINOR: cli/activity: add a thread number argument to "show activity"
by Willy Tarreau
· Fri Jul 15 16:51:16 2022 +0200
dadf00e
DEBUG: cli: add a new "debug dev deadlock" expert command
by Willy Tarreau
· Fri Jul 15 08:25:03 2022 +0200
dd75b64
MINOR: cli/streams: show a stream's tgid next to its thread ID
by Willy Tarreau
· Fri Jul 15 16:18:43 2022 +0200
f0c86dd
BUG/MEDIUM: debug: fix parallel thread dumps again
by Willy Tarreau
· Fri Jul 15 13:14:03 2022 +0200
55433f9
BUG/MINOR: debug: enter ha_panic() only once
by Willy Tarreau
· Fri Jul 15 12:48:58 2022 +0200
f15c75a
BUG/MINOR: thread: use the correct thread's group in ha_tkillall()
by Willy Tarreau
· Fri Jul 15 08:27:56 2022 +0200
52f238d
BUG/MEDIUM: cli/threads: make "show threads" more robust on applets
by Willy Tarreau
· Fri Jul 15 12:08:40 2022 +0200
9b0f0d1
BUG/MINOR: threads: produce correct global mask for tgroup > 1
by Willy Tarreau
· Fri Jul 15 19:38:52 2022 +0200
114c9c8
MINOR: h3: implement graceful shutdown with GOAWAY
by Amaury Denoyelle
· Mon Mar 28 14:53:45 2022 +0200
d701039
MINOR: h3: store control stream in h3c
by Amaury Denoyelle
· Wed Jul 13 15:17:29 2022 +0200
a154dc0
MINOR: mux-quic: send one last time before release
by Amaury Denoyelle
· Mon Jun 13 17:09:01 2022 +0200
c49d5d1
CLEANUP: mux-quic: move qc_release()
by Amaury Denoyelle
· Fri Jul 15 10:32:53 2022 +0200
240b1b1
MEDIUM: quic: send CONNECTION_CLOSE on released MUX
by Amaury Denoyelle
· Wed Jul 13 15:18:16 2022 +0200
069288b
MINOR: mux-quic/h3: prepare CONNECTION_CLOSE on release
by Amaury Denoyelle
· Fri Jul 15 10:58:25 2022 +0200
d666d74
MINOR: mux-quic: support app graceful shutdown
by Amaury Denoyelle
· Wed Jul 13 15:15:58 2022 +0200
57e6db7
MINOR: quic: define a generic QUIC error type
by Amaury Denoyelle
· Wed Jul 13 15:07:56 2022 +0200
72d8650
BUG/MINOR: quic: fix closing state on NO_ERROR code sent
by Amaury Denoyelle
· Wed Jul 13 15:08:23 2022 +0200
6729726
BUG/MEDIUM: debug: fix possible hang when multiple threads dump at once
by Willy Tarreau
· Wed Jul 13 08:59:39 2022 +0200
a5b5075
MEDIUM: mux-quic: implement STOP_SENDING handling
by Amaury Denoyelle
· Mon Jul 04 11:44:53 2022 +0200
843a119
MEDIUM: mux-quic: implement RESET_STREAM emission
by Amaury Denoyelle
· Mon Jul 04 11:44:38 2022 +0200
20d1f84
MINOR: mux-quic: use stream states to mark as detached
by Amaury Denoyelle
· Mon Jul 11 11:23:17 2022 +0200
38e6006
MINOR: mux-quic: define basic stream states
by Amaury Denoyelle
· Fri Jul 01 16:48:42 2022 +0200
b68559a
MINOR: mux-quic: support stream opening via MAX_STREAM_DATA
by Amaury Denoyelle
· Wed Jul 06 15:45:20 2022 +0200
57161b7
MINOR: mux-quic: do not ack STREAM frames on unrecoverable error
by Amaury Denoyelle
· Thu Jul 07 15:02:32 2022 +0200
5fbb869
MINOR: mux-quic: filter send/receive-only streams on frame parsing
by Amaury Denoyelle
· Wed Jul 06 15:43:21 2022 +0200
4561f84
MINOR: mux-quic: implement qcs_alert()
by Amaury Denoyelle
· Wed Jul 06 14:54:34 2022 +0200
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
Next »