Watch
1
0
Fork
You've already forked RedFlag
0
RedFlag/agent/internal/event
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Fimeg 4e08deef8c fix: un-gitignore helpers.go, fix event buffer race
helpers.go was gitignored as "stale WIP" but defines BufferSystemEvent
called by committed code in install.go and loop.go — CI broke because
the file never shipped.

buffer.go GetBufferedEvents: re-atomic the read+clear under one lock
hold; the refactor split into ReadBufferedEvents+Clear introduced a
window where BufferEvent could write events that Clear then deletes.
2026-06-15 22:13:34 -04:00
..
buffer.go fix: un-gitignore helpers.go, fix event buffer race 2026-06-15 22:13:34 -04:00
helpers.go fix: un-gitignore helpers.go, fix event buffer race 2026-06-15 22:13:34 -04:00
tee_logger.go v0.2.9.0 — Windows desktop tray ships; unified Agents & Enrollment page 2026-06-15 20:51:44 -04:00
tee_logger_test.go feat: process explorer — on-demand /proc scanning with full osquery parity 2026-06-11 02:01:43 -04:00