summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-02-23tui: add top-level model and run entrypointPaul Buetow
2026-02-23tui: add pid picker model and /proc scannerPaul Buetow
2026-02-23tui: add shared bubbletea message types (task 302)Paul Buetow
2026-02-23task 302: add shared tui styles and key bindingsPaul Buetow
2026-02-23task 302: add stats engine orchestration and snapshotsPaul Buetow
2026-02-23task 303: add per-process accumulator with pid-reuse guardPaul Buetow
2026-02-23task 303: add fixed-bucket log-scale histogramPaul Buetow
2026-02-23task 305: add top-N file ranker with bounded cardinalityPaul Buetow
2026-02-23task 305: add per-syscall accumulator with reservoir percentilesPaul Buetow
2026-02-23task 305: add ring time series with wrap-around and gap testsPaul Buetow
2026-02-23task 304: harden snapshot immutability after sub-agent reviewPaul Buetow
2026-02-23task 304: add immutable statsengine snapshot typesPaul Buetow
2026-02-23Use NumCPU*2 as default integration test parallelismPaul Buetow
2026-02-23Harden integration workloads against dropped event flakesPaul Buetow
2026-02-23Run integration tests in parallel by default and stabilize flaky scenariosPaul Buetow
2026-02-23docs: record decision on idle pseudo-event bucketPaul Buetow
2026-02-23tests: cover durationToPrev gap semanticsPaul Buetow
2026-02-23docs: define durationToPrev timing semanticsPaul Buetow
2026-02-23integrationtests: add opt-in parallel execution modePaul Buetow
2026-02-23flags: document open_by_handle_at CO-RE re-evaluationPaul Buetow
2026-02-23integrationtests: add pidfd_getfd scenarios and testsPaul Buetow
2026-02-23Track pidfd_getfd returned fds in eventloopPaul Buetow
2026-02-23Add baseline pidfd_getfd tracepoint supportPaul Buetow
2026-02-23Add getcwd tracing support and stabilize comm propagation testPaul Buetow
2026-02-23Fix integration trace expectations and fd/open event handlingPaul Buetow
2026-02-22some stuffPaul Buetow
2026-02-22Fix event comm attribution and reduce integration log noisePaul Buetow
2026-02-22Stabilize close invalid-fd integration test against empty commPaul Buetow
2026-02-22Filter noisy tracepoint attach lines from integration LOG outputPaul Buetow
2026-02-22Stream live integration test status and per-test logsPaul Buetow
2026-02-22Add heartbeat progress logs for integration test runsPaul Buetow
2026-02-22Add copy_file_range support and tracepoint attach testsPaul Buetow
2026-02-22Implement mmap/msync syscall support with unit and integration coveragePaul Buetow
2026-02-22Implement sync_file_range coverage and document mage world bootstrapPaul Buetow
2026-02-21Split ioworkload scenarios.go into per-category filesPaul Buetow
2026-02-21Add negative tests for all internal unit tests (task 348)Paul Buetow
2026-02-21Add negative integration tests for io_uring syscalls (EBADF)Paul Buetow
2026-02-21Add negative integration tests for truncate syscalls (task 348)Paul Buetow
2026-02-21Add negative integration tests for sync syscalls (task 348)Paul Buetow
2026-02-21Add negative integration tests for stat syscalls (task 348)Paul Buetow
2026-02-21Add negative integration tests for dir syscalls (task 348)Paul Buetow
2026-02-21Add negative integration tests for unlink syscalls (task 348)Paul Buetow
2026-02-21Add negative integration tests for link syscalls (task 348)Paul Buetow
2026-02-21Add negative integration tests for rename syscalls (task 348)Paul Buetow
2026-02-21Add negative integration tests for fcntl syscalls (task 348)Paul Buetow
2026-02-21Add negative integration tests for dup syscallsPaul Buetow
2026-02-21Add negative integration tests for close syscallsPaul Buetow
2026-02-21Add negative integration tests for readwrite syscalls (task 348)Paul Buetow
2026-02-21Add negative integration tests for open syscallsPaul Buetow
2026-02-21fix: close_range path resolution - lookup fd before deleting from mapPaul Buetow