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
/
flags
Age
Commit message (
Expand
)
Author
2026-05-14
chore: bump version to v1.1.0
v1.1.0
main
Paul Buetow
2026-05-13
add TUIFastRefreshInterval flag to flags.Config
Paul Buetow
2026-05-13
refactor: break down functions exceeding 50 lines into smaller helpers
Paul Buetow
2026-05-13
refactor: move TraceFilter and tracepoint selector logic out of flags.Config
Paul Buetow
2026-05-13
fix: reject negative and zero -duration flag values with a clear error
Paul Buetow
2026-05-13
replace global flags singleton with Parse() returning Config value
Paul Buetow
2026-05-12
rename ShouldIAttachTracepoint receiver from flags to f
Paul Buetow
2026-05-12
add Go doc comments to exported fields on flags.Config and globalfilter.Filter
Paul Buetow
2026-05-09
add auto-reset timer for dashboard aggregates
Paul Buetow
2026-05-07
release 1.0.0
v1.0.0
Paul Buetow
2026-05-07
update docs and ascii banner
Paul Buetow
2026-04-18
chore: bump version to v0.0.1
v0.0.1
Paul Buetow
2026-03-18
cleanup
Paul Buetow
2026-03-13
Reorder flags declarations (task 390)
Paul Buetow
2026-03-13
docs: explain parquet recording modes
Paul Buetow
2026-03-13
feat: add headless parquet recording mode
Paul Buetow
2026-03-12
fix: restore legacy flamegraph trace output mode
Paul Buetow
2026-03-10
config: centralize default buffer sizes (task 388)
Paul Buetow
2026-03-09
tui: export filtered stream rows from global CSV action (task 364)
Paul Buetow
2026-03-08
task 367: carry full trace filters through TUI context
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: share collapse field validation lists (task 387)
Paul Buetow
2026-03-06
refactor: remove web flamegrapher and keep TUI-only
Paul Buetow
2026-03-06
flamegraph: make esc undo one zoom level and aggregate syscalls by default
Paul Buetow
2026-03-06
Add live flamegraph test modes and dynamic synthetic live feed
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-04
Fix Go mistake findings and stabilize integration timing
Paul Buetow
2026-03-03
Add watch mode for dynamic flamegraph updates
Paul Buetow
2026-03-03
Add WASM-ready flamegraph JSON export
Paul Buetow
2026-03-02
Make --open a command template with no defaults
Paul Buetow
2026-03-02
Add --open support for live flamegraph browser launch
Paul Buetow
2026-03-02
change default duration to 10min
Paul Buetow
2026-03-01
Move BPF setup off flags.Flags
Paul Buetow
2026-03-01
flags: return parse errors instead of exiting (task 321)
Paul Buetow
2026-02-27
flamegraph: default live update interval to 200ms
Paul Buetow
2026-02-27
flags: change default flamegraph order to comm-first
Paul Buetow
2026-02-27
internal: validate live CLI mode behavior
Paul Buetow
2026-02-27
flags: add live flamegraph CLI options
Paul Buetow
2026-02-26
tui: revamp status keys and add pid/tid reselection flow
Paul Buetow
2026-02-24
flags: make TUI export toggle atomic
Paul Buetow
2026-02-24
flamegraph: remove external tool path and document native generation
Paul Buetow
2026-02-24
flamegraph: add native svg pipeline and tests
Paul Buetow
2026-02-24
tui: add toggle to disable snapshot export file writes
Paul Buetow
2026-02-24
tui: wire full dashboard tabs and improve overview summaries
Paul Buetow
2026-02-24
ior: route default mode through tui and add plain flag
Paul Buetow
2026-02-23
tui: add top-level model and run entrypoint
Paul Buetow
2026-02-23
flags: document open_by_handle_at CO-RE re-evaluation
Paul Buetow
2026-02-22
Add copy_file_range support and tracepoint attach tests
Paul Buetow
[next]