Commits
User selector
Commit History
Commits on Apr 5, 2023
MINOR: tree-wide: Simplifiy some tests on SHUT flags by accessing SCs directly
Show description for 7faac7ccommittedMEDIUM: tree-wide: Move flags about shut from the channel to the SC
Show description for 87633c3committed
Commits on Mar 9, 2023
MINOR: debug: add random delay injection with "debug dev delay-inj"
Show description for bd3b44ecommitted
Commits on Feb 22, 2023
CLEANUP: stconn: Remove old read and write expiration dates
Show description for 15315d6committedMEDIUM: channel/stconn: Move rex/wex timer from the channel to the sedesc
Show description for f8413cbcommitted
Commits on Jan 19, 2023
BUG/MEDIUM: debug/thread: make the debug handler not wait for !rdv_requests
Show description for 9debe0fcommitted
Commits on Jan 9, 2023
MINOR: channel/applets: Stop to test CF_WRITE_ERROR flag if CF_SHUTW is enough
Show description for da89e9bcommitted
Commits on Jan 2, 2023
BUG/MINOR: debug: don't mask the TH_FL_STUCK flag before dumping threads
Show description for b566251committed
Commits on Dec 1, 2022
MINOR: debug: add a balance of alloc - free at the end of the memstats dump
Show description for b59e3f6committedMINOR: debug: support pool filtering on "debug dev memstats"
Show description for e57fbedcommitted
Commits on Nov 30, 2022
MINOR: debug: relax access restrictions on "debug dev hash" and "memstats"
Show description for 111c783committedCLEANUP: anon: clarify the help message on "debug dev hash"
Show description for 50dd7e9committedMINOR: debug: improve error handling on the memstats command parser
Show description for 334d091committed
Commits on Sep 17, 2022
MINOR: anon: store the anonymizing key in the CLI's appctx
Show description for 54966dfauthored andcommitted
Commits on Sep 8, 2022
CLEANUP: debug: use struct ha_caller for memstat
Show description for d96d214committedCLEANUP: task: rename ->call_date to ->wake_date
Show description for 04e50b3committed
Commits on Aug 9, 2022
MINOR: debug/memstats: automatically determine first column size
Show description for 4a426e2committedMINOR: debug: also store the function name in struct mem_stats
Show description for 17200ddcommittedMINOR: debug: store and report the pool's name in struct mem_stats
Show description for 55c950bcommitted
Commits on Jul 15, 2022
DEBUG: cli: add a new "debug dev deadlock" expert command
Show description for dadf00ecommittedBUG/MEDIUM: debug: fix parallel thread dumps again
Show description for f0c86ddcommittedBUG/MINOR: debug: enter ha_panic() only once
Show description for 55433f9committedBUG/MEDIUM: cli/threads: make "show threads" more robust on applets
Show description for 52f238dcommitted
Commits on Jul 13, 2022
BUG/MEDIUM: debug: fix possible hang when multiple threads dump at once
Show description for 6729726committed
Commits on Jul 1, 2022
BUILD: debug: re-export thread_dump_state
Show description for 89ed89ecommittedBUILD: debug: fix build issue on clang with previous commit
Show description for 039972bcommittedMEDIUM: debug: make the thread dumper not rely on a thread mask anymore
Show description for 00c27b5committedMINOR: wdt: do not rely on threads_to_dump anymore
Show description for 1229ef3committedMINOR: debug: mark oneself harmless while waiting for threads to finish
Show description for f7afdd9committedMINOR: thread: add is_thread_harmless() to know if a thread already is harmless
Show description for a2b8ed4committedMEDIUM: tinfo: add a dynamic thread-group context
Show description for 03f9b35committedMINOR: debug: use ltid_bit in ha_thread_dump()
Show description for 38d0712committedMINOR: tinfo: add the tgid to the thread_info struct
Show description for 66ad98acommittedMEDIUM: tasks/fd: replace sleeping_thread_mask with a TH_FL_SLEEPING flag
Show description for e7475c8committedMINOR: thread: only use atomic ops to touch the flags
Show description for bdcd325committed