aboutsummaryrefslogtreecommitdiffstats
path: root/cmd_windows.go
Commit message (Expand)AuthorAgeFilesLines
* Add FNV-1a content hash to detect same-size changesHEADmainBernhard Guillon2026-07-071-0/+6
* Add -sync-timeout flag (default 10min) for slow initial syncsBernhard Guillon2026-07-071-2/+3
* Add -dump flag to export whitelist/blacklist to fileBernhard Guillon2026-07-071-0/+68
* Normalize Windows backslashes to forward slashes in manifest and event pathsBernhard Guillon2026-07-071-2/+6
* Add sync_done handshake: server signals when ready, client waits before watchingBernhard Guillon2026-07-071-0/+33
* Add -bufsize flag, resilient walk, and diagnostic logging for Windows watcherBernhard Guillon2026-07-071-11/+32
* Add directory count logging for recursive watcher setupBernhard Guillon2026-07-071-2/+9
* Add heartbeat ping/pong to detect disconnectsBernhard Guillon2026-07-071-0/+21
* Remove unused bufio import from cmd_windows.goBernhard Guillon2026-07-071-1/+0
* Add robust error handling for TCP communicationBernhard Guillon2026-07-071-12/+33
* Chunk manifest transfer: 1000 files per batchBernhard Guillon2026-07-071-8/+34
* Switch from Unix sockets to TCP for Docker Desktop compatibilityBernhard Guillon2026-07-071-61/+44
* Add Windows-assisted initial sync for faster startupBernhard Guillon2026-07-071-28/+137
* Add Windows native watcher with Unix socket IPCBernhard Guillon2026-07-071-0/+250