summaryrefslogtreecommitdiff
path: root/internal/eventloop.go
AgeCommit message (Expand)Author
2026-03-01Extract fd and comm state helpers from eventLoopPaul 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-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-02-27eventloop: wire live trie ingestion and serverPaul Buetow
2026-02-26tui: revamp status keys and add pid/tid reselection flowPaul Buetow
2026-02-23Track pidfd_getfd returned fds in eventloopPaul 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-22Fix event comm attribution and reduce integration log noisePaul 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-21fix: close_range path resolution - lookup fd before deleting from mapPaul Buetow
2026-02-21Add byte count tracking to event pairsPaul Buetow
2026-02-21Enable name_to_handle_at and io_uring fd attributionPaul Buetow
2026-02-21Track io_uring setup fds in event loopPaul Buetow
2026-02-21Handle close_range cleanupPaul Buetow
2026-02-21Handle open_by_handle_at without pathnamePaul Buetow
2026-02-21rewrite from Raku to Golang initialPaul Buetow
2025-10-09fix unit tests, initial hard exclude of not working yet syscallsPaul Buetow
2025-10-09initial handle by open_at syscallsPaul Buetow
2025-10-08clarify, that some tests are there already for FCNTLPaul Buetow
2025-07-11fix the fctnl F_SET bugPaul Buetow
2025-07-10Update TODO.md and remove obsolete unit test commentsPaul Buetow
2025-07-10Remove outdated dup3 TODO and add comprehensive testsPaul Buetow
2025-04-16add EqualsPaul Buetow
2025-04-16fix commPaul Buetow
2025-04-16eventloop initial test plus fixPaul Buetow
2025-04-15more on testingPaul Buetow
2025-04-11fixPaul Buetow
2025-04-11add dup3 syscallPaul Buetow
2025-04-10can serialize and deserialize to/from gobPaul Buetow
2025-04-09add mrproper.Paul Buetow
2025-04-06betterPaul Buetow
2025-04-06refactorPaul Buetow
2025-04-06same herePaul Buetow
2025-04-06no it is not really faster as shown in a benchmarkPaul Buetow
2025-04-01initial iordata_testPaul Buetow
2025-03-30add syslogPaul Buetow
2025-03-29flags is now a singletonPaul Buetow
2025-03-29fixPaul Buetow
2025-03-28creat opens a new filePaul Buetow
2025-03-28add readv family of I/O syscallsPaul Buetow
2025-03-27implement dup2Paul Buetow
2025-03-27implemented dupPaul Buetow