index
:
ior
main
I/O Riot NG is an experiment with BPF.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
tui
/
eventstream
Age
Commit message (
Expand
)
Author
2026-03-12
refactor: extract shared syscall stream row model
Paul Buetow
2026-03-10
Prefer EDITOR for stream export opener
Paul Buetow
2026-03-09
tui: export filtered stream rows from global CSV action (task 364)
Paul Buetow
2026-03-08
tui: unify table navigation and rendering
Paul Buetow
2026-03-08
tui: restore global filter stack and anchored matches
Paul Buetow
2026-03-08
task 374: remove stream-local filter stack
Paul Buetow
2026-03-08
task 373: preserve stream history across filter restart
Paul Buetow
2026-03-08
task 372: restart tracing when filters change
Paul Buetow
2026-03-08
task 370: extract reusable trace filter modal
Paul Buetow
2026-03-08
task 366: extract shared global filter types
Paul Buetow
2026-03-08
eventstream: surface close errors during CSV export
Paul Buetow
2026-03-06
refactor: use interfaces for TUI runtime binding sources (task 382)
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(stream): back scrolling with viewport state
Paul Buetow
2026-03-05
feat(tui): detect terminal theme and apply palettes
Paul Buetow
2026-03-05
refactor(tui): migrate source key handling to KeyPressMsg
Paul Buetow
2026-03-05
feat(tui): migrate Bubble Tea stack to charm.land v2
Paul Buetow
2026-03-01
Route non-fatal event-loop warnings to TUI
Paul Buetow
2026-02-27
tui: add stream regex search and unify help visibility
Paul Buetow
2026-02-26
tui: add paused stream CSV export and foreground editor open
Paul Buetow
2026-02-26
tui: add stackable enter-filters with esc undo in stream
Paul Buetow
2026-02-26
tui: add paused stream column selection and split pid/tid
Paul Buetow
2026-02-26
tui: polish fd trace view key handling and docs
Paul Buetow
2026-02-26
tui: add fd trace drilldown and fd column in stream
Paul Buetow
2026-02-26
tui: add paused stream row selection and highlight
Paul Buetow
2026-02-25
Fix stream paused scrolling and apply pending TUI/probe updates
Paul Buetow
2026-02-25
Improve TUI layout and increase sparkline height
Paul Buetow
2026-02-25
Clamp stream rows to single-line panel width
Paul Buetow
2026-02-25
Polish stream filter UX and expand TUI viewport
Paul Buetow
2026-02-25
Add event stream model with filtering and scroll state
Paul Buetow
2026-02-25
Add event stream filter modal
Paul Buetow
2026-02-25
Add stream event table renderer
Paul Buetow
2026-02-25
Add event stream filtering and duration parsing
Paul Buetow
2026-02-25
Add thread-safe eventstream ring buffer
Paul Buetow
2026-02-25
Add TUI StreamEvent constructor and tests
Paul Buetow