0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected 1 day ago.
Aug 17, 2025 — Aug 17, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
update template More... 19 days ago
feat(etw): Windows ETW backend skeleton (Kernel-File provider) More... about 1 month ago
chore: add black and isort to the dev extra More... about 1 month ago
fix(preload): cache the compiled shim per-user via platformdirs More... about 1 month ago
feat(polling): log per-poll snapshot summary at DEBUG More... about 1 month ago
feat: support python -m lsoph More... about 1 month ago
fix(psutil,base): make the psutil backend work on native Windows More... about 1 month ago
feat(cli): document each backend's limitations in --help More... about 1 month ago
refactor(backend): unify subprocess spawn/teardown so it can't diverge More... about 1 month ago
fix(psutil): report device files by reading /proc/<pid>/fd on Linux More... about 1 month ago
fix(tracer): shut the whole traced process tree down on stop More... about 1 month ago
fix(ui): detail screen crashed decoding bytes details More... about 1 month ago
feat(strace): trace the full family of file syscalls (splice, statx, dup, ...) More... about 1 month ago
fix(backend): resolve relative paths via the launch dir, not a lazy /proc read More... about 1 month ago
feat(ui): add an I/O column showing per-file read/write byte totals More... about 1 month ago
docs: rewrite README for the 8 backends; make strace the real default More... about 1 month ago
fix(ui): decode bytes paths for display; don't flag normal exit as an error More... about 1 month ago
feat(preload): add LD_PRELOAD shim backend (no privilege, run mode) More... about 1 month ago
feat(ktrace): add BSD ktrace/kdump backend (two-process tracer) More... about 1 month ago
feat(dtruss): add macOS/BSD dtruss backend on the shared tracer pipeline More... about 1 month ago
feat(fsusage): add macOS fs_usage backend on the shared tracer pipeline More... about 1 month ago
fix(util): get_fd_path raises KeyError, not leaked psutil errors More... about 1 month ago
test(strace): remove shadowed duplicate parser tests; lint tests in CI More... about 1 month ago
fix(backend): forward syscall error name so ENOENT failures are flagged More... about 1 month ago
feat(truss): add FreeBSD truss backend on the shared tracer pipeline More... about 1 month ago
fix(monitor): pass event details as kwargs, not a positional dict More... about 1 month ago
refactor(backend): extract shared TracerBackend from strace More... about 1 month ago
fix(strace): put -o <fifo> before -- so run mode does not hang More... about 1 month ago
chore: strip slop comments across the codebase More... about 1 month ago
feat(strace): reconstruct unfinished/resumed syscalls under -f More... about 1 month ago