summaryrefslogtreecommitdiff
path: root/internal
AgeCommit message (Expand)Author
2026-03-05feat(tui): set contextual window titlePaul Buetow
2026-03-05feat(tui): handle keyboard enhancement capabilitiesPaul Buetow
2026-03-05feat(tui): pause dashboard refresh on terminal blurPaul Buetow
2026-03-05refactor(stream): back scrolling with viewport statePaul Buetow
2026-03-05feat(tui): detect terminal theme and apply palettesPaul Buetow
2026-03-05refactor(tui): simplify viewport sizing defaultsPaul Buetow
2026-03-05refactor(tui): migrate source key handling to KeyPressMsgPaul Buetow
2026-03-05feat(tui): migrate Bubble Tea stack to charm.land v2Paul Buetow
2026-03-04Fix Go mistake findings and stabilize integration timingPaul Buetow
2026-03-03Invalidate proc-fd cache on close_rangePaul Buetow
2026-03-03Add watch mode for dynamic flamegraph updatesPaul Buetow
2026-03-03Extract renderer-agnostic flamegraph layoutPaul Buetow
2026-03-03Add WASM-ready flamegraph JSON exportPaul Buetow
2026-03-03Use fast non-reflective event decoding on hot pathPaul Buetow
2026-03-03Cache procfs fd metadata for unknown descriptorsPaul Buetow
2026-03-03Add component-level benchmark suitePaul Buetow
2026-03-03Add tests for benchmark event generatorPaul Buetow
2026-03-03Add full pipeline benchmarksPaul Buetow
2026-03-03Add benchmark event workload mixesPaul Buetow
2026-03-03Add benchmark event generatorPaul Buetow
2026-03-02Launch live browser opener as invoking sudo userPaul Buetow
2026-03-02Make --open a command template with no defaultsPaul Buetow
2026-03-02Add --open support for live flamegraph browser launchPaul Buetow
2026-03-02change default duration to 10minPaul Buetow
2026-03-02Add HTTP timeouts for flamegraph web serversPaul Buetow
2026-03-02Extract shared fd duplication helperPaul Buetow
2026-03-02Replace TUI service-locator globals with runtime bindingsPaul Buetow
2026-03-01Use print callback for all event loop output modesPaul Buetow
2026-03-01Extract fd and comm state helpers from eventLoopPaul Buetow
2026-03-01Move BPF setup off flags.FlagsPaul Buetow
2026-03-01Thread runtime config instead of global flags readsPaul Buetow
2026-03-01Move comm procfs lookups off the hot pathPaul Buetow
2026-03-01Refactor tracepointExited into per-type handlersPaul Buetow
2026-03-01Route non-fatal event-loop warnings to TUIPaul Buetow
2026-03-01eventloop: replace raw-event switch with handler registry (task 314)Paul Buetow
2026-03-01flamegraph: share HTTP server lifecycle helper (task 316)Paul Buetow
2026-03-01ior: remove attachTracepoints wrapper (task 315)Paul Buetow
2026-03-01eventloop: inject runtime config instead of flags singleton (task 315)Paul Buetow
2026-03-01eventloop: reuse comm resolver for pid seeding (task 317)Paul Buetow
2026-03-01flags: return parse errors instead of exiting (task 321)Paul Buetow
2026-02-27flamegraph: default live update interval to 200msPaul Buetow
2026-02-27flamegraph: add live field-order toggle and reconfigure APIPaul Buetow
2026-02-27flags: change default flamegraph order to comm-firstPaul Buetow
2026-02-27flamegraph: fill live viewport width and tighten reset hotkeyPaul Buetow
2026-02-27flamegraph: scale live view to viewport heightPaul Buetow
2026-02-27flamegraph: add live baseline reset hotkeyPaul Buetow
2026-02-27internal: validate live CLI mode behaviorPaul Buetow
2026-02-27flamegraph: test pause/keyboard live interactionsPaul Buetow
2026-02-27flamegraph: preserve zoom/search state across updatesPaul Buetow
2026-02-27flamegraph: add browser rendering parity QA testPaul Buetow