| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Switch from Unix sockets to TCP for Docker Desktop compatibility | Bernhard Guillon | 2026-07-07 | 1 | -29/+28 |
| | | | | | | | | | | | | | | | Architecture: - Container acts as TCP server (listens on :5151) - Windows binary connects as TCP client - Same protocol: newline-delimited JSON Usage: docker run -p 5151:5151 -v C:\src:/host:ro -v data:/data sourcewatch sourcewatch.exe -dir C:\src -connect localhost:5151 This avoids Docker Desktop's inability to mount Windows Unix sockets into Linux containers (they become directories instead of files). | ||||
| * | Update README with Windows binary build instructions and new architecture | Bernhard Guillon | 2026-07-07 | 1 | -30/+95 |
| | | |||||
| * | Add log level system and sync logging | Bernhard Guillon | 2026-07-06 | 1 | -1/+2 |
| | | | | | | | | | | - log.go: log level system (DEBUG, INFO, WARN, ERROR, NONE) - CLI: -log-level flag (default info), -verbose as shorthand for debug - Watcher: logs sync/remove actions at INFO level - Watcher: logs events at DEBUG level - Errors: structured error messages (DISK FULL, PERMISSION DENIED, etc.) - Updated README with -log-level flag | ||||
| * | Add build instructions to README | Bernhard Guillon | 2026-07-06 | 1 | -0/+10 |
| | | |||||
| * | Add Podman to README | Bernhard Guillon | 2026-07-06 | 1 | -1/+4 |
| | | |||||
| * | Add README with usage, flags, and .gitignore support docs | Bernhard Guillon | 2026-07-06 | 1 | -0/+70 |
