index
:
ior
main
I/O Riot NG is an experiment with BPF.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2026-03-06
feat(tui): add dashboard bubble viz and expand help shortcuts
Paul Buetow
2026-03-06
Merge branch 'feat/bubbletea-v2-migration'
Paul Buetow
2026-03-06
chore: add remaining workspace artifacts
Paul Buetow
2026-03-06
docs: add missing godoc comments for exported APIs (task 382)
Paul Buetow
2026-03-06
refactor: rename flags.Flags to flags.Config (task 383)
Paul Buetow
2026-03-06
refactor: remove legacy iordata path map fallback (task 384)
Paul Buetow
2026-03-06
refactor: use pointer receivers for FdFile consistently (task 382)
Paul Buetow
2026-03-06
refactor: use common panel style directly in tui (task 382)
Paul Buetow
2026-03-06
refactor: make livetrie caller-owned for pair recycling (task 382)
Paul Buetow
2026-03-06
refactor: share trie insertion path logic (task 382)
Paul Buetow
2026-03-06
refactor: make wrappers the only eventloop state maps (task 383)
Paul Buetow
2026-03-06
fix: return fallback for unknown trace ids (task 383)
Paul Buetow
2026-03-06
refactor: use interfaces for TUI runtime binding sources (task 382)
Paul Buetow
2026-03-06
refactor: remove dot imports for internal types (task 382)
Paul Buetow
2026-03-06
refactor: remove dead tracepoint attach abstractions (task 383)
Paul Buetow
2026-03-06
fix: return errors for unknown counter fields (task 383)
Paul Buetow
2026-03-06
refactor: bound comm resolver lookups with worker pool (task 384)
Paul Buetow
2026-03-06
fix: surface snapshot export close errors (task 395)
Paul Buetow
2026-03-06
perf: avoid per-event string allocations in event filters (task 394)
Paul Buetow
2026-03-06
refactor: move snapshot CSV export out of TUI (task 391)
Paul Buetow
2026-03-06
refactor: split TUI Model.Update into focused helpers (task 390)
Paul Buetow
2026-03-06
refactor: inject eventloop deps and registry exit handlers (task 389)
Paul Buetow
2026-03-06
refactor: decompose runTraceWithContext orchestration (task 388)
Paul Buetow
2026-03-06
refactor: share collapse field validation lists (task 387)
Paul Buetow
2026-03-06
fix: make flags string cache concurrent-safe (task 386)
Paul Buetow
2026-03-06
refactor: thread runtime flags through ior and tui (task 385)
Paul Buetow
2026-03-06
fix: preserve error chains in tracepoint attach (task 384)
Paul Buetow
2026-03-06
fix: return serialize errors instead of panicking (task 383)
Paul Buetow
2026-03-06
fix: return errors for invalid event filters (task 382)
Paul Buetow
2026-03-06
refactor: remove web flamegrapher and keep TUI-only
Paul Buetow
2026-03-06
feat(tui): add flamegraph bytes metric toggle
Paul Buetow
2026-03-06
flamegraph: use full viewport with capped bar height and preserve footer/status
Paul Buetow
2026-03-06
tui: add full-screen help overlay with H and esc close
Paul Buetow
2026-03-06
flamegraph: keep non-matches visible in filter and add pgup/pgdn selection jumps
Paul Buetow
2026-03-06
flamegraph: make esc undo one zoom level and aggregate syscalls by default
Paul Buetow
2026-03-06
Fix real live flamegraph key handling and startup viewport sync
Paul Buetow
2026-03-06
Add live flamegraph test modes and dynamic synthetic live feed
Paul Buetow
2026-03-06
Fix flamegraph navigation, filtering, and system-share feedback
Paul Buetow
2026-03-06
Keep flame children visible under heavy rounding and clarify filter percent
Paul Buetow
2026-03-06
Start flame ticks on dashboard entry and use purple selection
Paul Buetow
2026-03-06
Keep flame selection visible and improve arrow-key fallback
Paul Buetow
2026-03-06
Improve flamegraph selection, filter, and zoom feedback
Paul Buetow
2026-03-05
Use fmt.Fprintf for event pair builder formatting
Paul Buetow
2026-03-05
Normalize Go import grouping with local ior section
Paul Buetow
2026-03-05
Add package-level docs across internal packages
Paul Buetow
2026-03-05
Refactor flags state to constructor-backed snapshots
Paul Buetow
2026-03-05
Make flame tab default and fix flame hotkey routing
Paul Buetow
2026-03-05
Enable TUI-mode pprof artifacts and trace capture
Paul Buetow
2026-03-05
Reduce flamegraph hot-path allocations
Paul Buetow
2026-03-05
Add race-safe flamegraph stress tests
Paul Buetow
[prev]
[next]