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_linux.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add sync_done handshake: server signals when ready, client waits before watching
Bernhard Guillon
2026-07-07
1
-0
/
+4
*
Add heartbeat ping/pong to detect disconnects
Bernhard Guillon
2026-07-07
1
-0
/
+7
*
Disable read timeout after manifest sync completes
Bernhard Guillon
2026-07-07
1
-0
/
+1
*
Add robust error handling for TCP communication
Bernhard Guillon
2026-07-07
1
-5
/
+14
*
Chunk manifest transfer: 1000 files per batch
Bernhard Guillon
2026-07-07
1
-4
/
+17
*
Increase scanner buffer to 64MB for 479k+ file manifests
Bernhard Guillon
2026-07-07
1
-1
/
+1
*
Increase scanner buffer to 1MB for large manifests
Bernhard Guillon
2026-07-07
1
-0
/
+1
*
Switch from Unix sockets to TCP for Docker Desktop compatibility
Bernhard Guillon
2026-07-07
1
-26
/
+29
*
Set default socket path to /run/sourcewatch.sock
Bernhard Guillon
2026-07-07
1
-1
/
+1
*
Fix undefined logLevel: move shared flags to flags.go
Bernhard Guillon
2026-07-07
1
-2
/
+0
*
Add Windows-assisted initial sync for faster startup
Bernhard Guillon
2026-07-07
1
-55
/
+200
*
Add Windows native watcher with Unix socket IPC
Bernhard Guillon
2026-07-07
1
-0
/
+131