aboutsummaryrefslogtreecommitdiffstats
path: root/watcher.go
Commit message (Expand)AuthorAgeFilesLines
* Add FNV-1a content hash to detect same-size changesHEADmainBernhard Guillon2026-07-071-1/+3
* Compare only size+symlink for sync — mode and modtime are unreliable across...Bernhard Guillon2026-07-071-5/+5
* Add Windows native watcher with Unix socket IPCBernhard Guillon2026-07-071-130/+12
* Watch nested dirs: recursively add watchers for subdirs on createBernhard Guillon2026-07-061-0/+7
* Fix event debouncing: merge ops instead of overwritingBernhard Guillon2026-07-061-6/+13
* Add log level system and sync loggingBernhard Guillon2026-07-061-26/+35
* Add structured error handling with retry logicBernhard Guillon2026-07-061-17/+23
* Add symlink watcher support with testsBernhard Guillon2026-07-061-0/+16
* Docker test fixes: directory pattern matching, mtime-based sync, Go versionBernhard Guillon2026-07-061-3/+5
* Implement nested .gitignore support with GitignoreStackBernhard Guillon2026-07-061-15/+24
* Add watcher tests, refactor watch() to accept contextBernhard Guillon2026-07-061-1/+5
* Initial project scaffoldingBernhard Guillon2026-07-061-0/+210