index
:
ior
develop
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-05-20
task 27: assert non-zero requested_sleep_ns in CSV export test
Paul Buetow
2026-05-20
task 27: add KindSleep and requested sleep metric
Paul Buetow
2026-05-19
t6 address family recording review
Paul Buetow
2026-05-18
t6 add syscall family dashboard aggregation
Paul Buetow
2026-05-13
refactor: break down functions exceeding 50 lines into smaller helpers
Paul Buetow
2026-05-13
perf: replace string += concatenation with strings.Builder in TUI render hot ...
Paul Buetow
2026-05-13
add compile-time interface assertions for public types (task c4)
Paul Buetow
2026-05-13
fix: prevent path traversal in TUI stream CSV export filename
Paul Buetow
2026-05-13
fix: use shell-aware tokenizer in resolveEditorCommand to handle EDITOR paths...
Paul Buetow
2026-05-13
split globalfilter presentation and parsing into sub-packages
Paul Buetow
2026-05-12
invert dependency: internal no longer imports internal/tui
Paul Buetow
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