| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-05-13 | fix(pidpicker): eliminate defer-inside-goroutine-in-loop anti-patterns | Paul Buetow | |
| Extract the per-pid goroutine body from scanAllThreadsFrom into a named scanThreadsWorker function. This removes both defer statements from the anonymous closure that was spawned inside a for loop: the semaphore release is now an explicit <-sem call immediately after I/O completes, and wg.Done() is called directly after scanThreadsWorker returns. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||
| 2026-03-18 | cleanup | Paul Buetow | |
| 2026-02-26 | tui: revamp status keys and add pid/tid reselection flow | Paul Buetow | |
| 2026-02-23 | tui: add pid picker model and /proc scanner | Paul Buetow | |
