unarr/internal/agent
Deivid Soto 5a7449b9e6 chore: rename module from torrentclaw-cli to unarr
- Rename Go module path github.com/torrentclaw/torrentclaw-cli → github.com/torrentclaw/unarr
- Update all imports, ldflags, scripts, docs, and Docker config
- Add GitHub Actions release workflow (goreleaser on tag push)
2026-03-30 13:06:07 +02:00
..
client.go feat: add migrate command, media server detection, and debrid auto-config 2026-03-29 16:54:32 +02:00
client_test.go feat: improve daemon resilience, streaming, and usenet downloads 2026-03-28 21:36:12 +01:00
daemon.go feat: add clean command to remove temp files, logs, and cached data 2026-03-29 11:04:51 +02:00
disk_unix.go feat: initial commit — unarr CLI 2026-03-28 11:29:42 +01:00
disk_windows.go feat: initial commit — unarr CLI 2026-03-28 11:29:42 +01:00
process_unix.go feat: add clean command to remove temp files, logs, and cached data 2026-03-29 11:04:51 +02:00
process_windows.go feat: add clean command to remove temp files, logs, and cached data 2026-03-29 11:04:51 +02:00
state.go chore: rename module from torrentclaw-cli to unarr 2026-03-30 13:06:07 +02:00
state_test.go feat: improve daemon resilience, streaming, and usenet downloads 2026-03-28 21:36:12 +01:00
transport.go feat(agent): add WebSocket transport with HTTP fallback 2026-03-28 18:55:29 +01:00
transport_e2e_test.go feat(agent): add WebSocket transport with HTTP fallback 2026-03-28 18:55:29 +01:00
transport_http.go feat(agent): add WebSocket transport with HTTP fallback 2026-03-28 18:55:29 +01:00
transport_hybrid.go feat(agent): add WebSocket transport with HTTP fallback 2026-03-28 18:55:29 +01:00
transport_test.go feat(agent): add WebSocket transport with HTTP fallback 2026-03-28 18:55:29 +01:00
transport_ws.go chore(deps): update all dependencies and GitHub Actions to latest 2026-03-28 21:56:22 +01:00
types.go feat(daemon): add auto-scan, force start, and stall timeout default 2026-03-29 20:22:15 +02:00