| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-05-13 | fix: add 1s context timeout to commResolver procfs reads to prevent ↵ | Paul Buetow | |
| indefinite blocking Frozen cgroup entries in /proc could stall a lookup worker goroutine forever, preventing clean shutdown because shutdown() waits on workersWG.Wait(). Changed resolveFn signature to accept context.Context and wrap each call in context.WithTimeout(1s) in both lookupWorker and seedTrackedPidComm. Added TestCommResolverLookupWorkerRespectsTimeout to verify the pending entry is cleared after a timeout. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||
| 2026-03-13 | Handle procfs lookup errors in event loop (task 392) | Paul Buetow | |
| 2026-03-13 | Refactor event loop into focused units (task 389) | Paul Buetow | |
