index
:
sourcewatch.git
main
experimental filesync for windows docker bindmounts
mr-nice
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cmd_windows.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
Normalize Windows backslashes to forward slashes in manifest and event paths
Bernhard Guillon
2026-07-07
1
-2
/
+6
*
Add sync_done handshake: server signals when ready, client waits before watching
Bernhard Guillon
2026-07-07
1
-0
/
+33
*
Add -bufsize flag, resilient walk, and diagnostic logging for Windows watcher
Bernhard Guillon
2026-07-07
1
-11
/
+32
*
Add directory count logging for recursive watcher setup
Bernhard Guillon
2026-07-07
1
-2
/
+9
*
Add heartbeat ping/pong to detect disconnects
Bernhard Guillon
2026-07-07
1
-0
/
+21
*
Remove unused bufio import from cmd_windows.go
Bernhard Guillon
2026-07-07
1
-1
/
+0
*
Add robust error handling for TCP communication
Bernhard Guillon
2026-07-07
1
-12
/
+33
*
Chunk manifest transfer: 1000 files per batch
Bernhard Guillon
2026-07-07
1
-8
/
+34
*
Switch from Unix sockets to TCP for Docker Desktop compatibility
Bernhard Guillon
2026-07-07
1
-61
/
+44
*
Add Windows-assisted initial sync for faster startup
Bernhard Guillon
2026-07-07
1
-28
/
+137
*
Add Windows native watcher with Unix socket IPC
Bernhard Guillon
2026-07-07
1
-0
/
+250