unarr/internal/agent
Deivid Soto c476bd865c feat(daemon): add auto-scan, force start, and stall timeout default
- Auto-scan: daemon scans library daily (configurable via config.toml)
  [library] auto_scan = true, scan_interval = "24h"
- Force start: tasks with forceStart=true bypass concurrency semaphore
  (like Transmission's Force Start — opens temporary extra slot)
- Stall timeout default: 30m instead of unlimited, prevents dead torrents
  from permanently blocking download slots
- ForceStart field in agent.Task for CLI/server communication
2026-03-29 20:22:15 +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 feat: improve daemon resilience, streaming, and usenet downloads 2026-03-28 21:36:12 +01: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