summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2026-02-27flamegraph: add SSE edge-case QA testsPaul Buetow
2026-02-27flamegraph: add opt-in live trie stress QA testPaul Buetow
2026-02-27ior: route live mode through trace pipelinePaul Buetow
2026-02-27eventloop: wire live trie ingestion and serverPaul Buetow
2026-02-27flamegraph: add live interaction controlsPaul Buetow
2026-02-27flamegraph: add live SVG renderer and SSE clientPaul Buetow
2026-02-27flamegraph: add live HTTP server entrypointPaul Buetow
2026-02-27flamegraph: port frame color and layout logic to live JSPaul Buetow
2026-02-27flamegraph: add SSE snapshot handlerPaul Buetow
2026-02-27flamegraph: add live trie unit coveragePaul Buetow
2026-02-27flamegraph: add live trie snapshot JSON cachingPaul Buetow
2026-02-27flamegraph: ingest event pairs into live triePaul Buetow
2026-02-27flamegraph: add live flamegraph HTML shellPaul Buetow
2026-02-27flamegraph: add live trie scaffoldPaul Buetow
2026-02-27dashboard: align stream row test with footer visibilityPaul Buetow
2026-02-27flamegraph: export default svg configPaul Buetow
2026-02-27flags: add live flamegraph CLI optionsPaul Buetow
2026-02-27docs: document global and per-dashboard TUI hotkeysPaul Buetow
2026-02-27tui: add stream regex search and unify help visibilityPaul Buetow
2026-02-26tui: clarify export help and toggle help bar with uppercase HPaul Buetow