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
Age
Commit message (
Expand
)
Author
2026-03-05
feat(tui): set contextual window title
Paul Buetow
2026-03-05
feat(tui): handle keyboard enhancement capabilities
Paul Buetow
2026-03-05
feat(tui): pause dashboard refresh on terminal blur
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): simplify viewport sizing defaults
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-04
Fix Go mistake findings and stabilize integration timing
Paul Buetow
2026-03-03
Invalidate proc-fd cache on close_range
Paul Buetow
2026-03-03
Add watch mode for dynamic flamegraph updates
Paul Buetow
2026-03-03
Extract renderer-agnostic flamegraph layout
Paul Buetow
2026-03-03
Add WASM-ready flamegraph JSON export
Paul Buetow
2026-03-03
Use fast non-reflective event decoding on hot path
Paul Buetow
2026-03-03
Cache procfs fd metadata for unknown descriptors
Paul Buetow
2026-03-03
Add component-level benchmark suite
Paul Buetow
2026-03-03
Add tests for benchmark event generator
Paul Buetow
2026-03-03
Add full pipeline benchmarks
Paul Buetow
2026-03-03
Add benchmark event workload mixes
Paul Buetow
2026-03-03
Add benchmark event generator
Paul Buetow
2026-03-02
Launch live browser opener as invoking sudo user
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-02
Add HTTP timeouts for flamegraph web servers
Paul Buetow
2026-03-02
Extract shared fd duplication helper
Paul Buetow
2026-03-02
Replace TUI service-locator globals with runtime bindings
Paul Buetow
2026-03-01
Use print callback for all event loop output modes
Paul Buetow
2026-03-01
Extract fd and comm state helpers from eventLoop
Paul Buetow
2026-03-01
Move BPF setup off flags.Flags
Paul Buetow
2026-03-01
Thread runtime config instead of global flags reads
Paul Buetow
2026-03-01
Move comm procfs lookups off the hot path
Paul Buetow
2026-03-01
Refactor tracepointExited into per-type handlers
Paul Buetow
2026-03-01
Route non-fatal event-loop warnings to TUI
Paul Buetow
2026-03-01
eventloop: replace raw-event switch with handler registry (task 314)
Paul Buetow
2026-03-01
flamegraph: share HTTP server lifecycle helper (task 316)
Paul Buetow
2026-03-01
ior: remove attachTracepoints wrapper (task 315)
Paul Buetow
2026-03-01
eventloop: inject runtime config instead of flags singleton (task 315)
Paul Buetow
2026-03-01
eventloop: reuse comm resolver for pid seeding (task 317)
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
flamegraph: add live field-order toggle and reconfigure API
Paul Buetow
2026-02-27
flags: change default flamegraph order to comm-first
Paul Buetow
2026-02-27
flamegraph: fill live viewport width and tighten reset hotkey
Paul Buetow
2026-02-27
flamegraph: scale live view to viewport height
Paul Buetow
2026-02-27
flamegraph: add live baseline reset hotkey
Paul Buetow
2026-02-27
internal: validate live CLI mode behavior
Paul Buetow
2026-02-27
flamegraph: test pause/keyboard live interactions
Paul Buetow
2026-02-27
flamegraph: preserve zoom/search state across updates
Paul Buetow
2026-02-27
flamegraph: add browser rendering parity QA test
Paul Buetow
[next]