| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-05-13 | Revert "fix: surface rb.Poll errors instead of silently dropping them" | Paul Buetow | |
| This reverts commit 66956756ba018ed32a455aa57f04517af2c7357f. | |||
| 2026-05-13 | fix: surface rb.Poll errors instead of silently dropping them | Paul Buetow | |
| The libbpfgo RingBuffer.Poll() previously launched a background goroutine that could fail with a fatal C-level errno (e.g. EBADF, EPERM) and silently exit, causing BPF events to stop flowing with no diagnostic. Changes: - Patch ../libbpfgo (replace directive) so RingBuffer.Poll() returns a buffered <-chan error that the background goroutine sends to on failure. - In setupEventChannel, capture the error channel and spawn a monitoring goroutine that logs any poll error to stderr. - Update go.mod with the replace directive and drop the now-unused remote checksum entries from go.sum. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||
| 2026-03-12 | feat: add parquet recorder foundation | Paul Buetow | |
| 2026-03-12 | chore: pin libbpfgo v0.9.2-libbpf-1.5.1 workflow | Paul Buetow | |
| 2026-03-05 | task 349: add harmonica dependency | Paul Buetow | |
| 2026-03-05 | feat(tui): migrate Bubble Tea stack to charm.land v2 | Paul Buetow | |
| 2026-02-25 | Add TUI StreamEvent constructor and tests | Paul Buetow | |
| 2026-02-23 | tui: add pid picker model and /proc scanner | Paul Buetow | |
| 2026-02-23 | task 302: add shared tui styles and key bindings | Paul Buetow | |
| 2026-02-21 | Migrate make targets to mage | Paul Buetow | |
| Amp-Thread-ID: https://ampcode.com/threads/T-019c7f4e-cc5f-76f1-aaf0-dd7cbaabbb18 Co-authored-by: Amp <amp@ampcode.com> | |||
| 2025-03-29 | Paul Buetow | ||
| 2025-03-18 | workers are parallelized now | Paul Buetow | |
| 2024-02-04 | can compile | Paul Buetow | |
| 2024-02-04 | initial version (not yet working) | Paul Buetow | |
