Commit graph

23 commits

Author SHA1 Message Date
Tony Blyler 588f0fb89b
Add a backoff timeout to checking diskspace and logging about it 2016-07-28 22:11:22 -04:00
Tony Blyler 5cb62347e7
Add ability to prevent downloads based off of available disk space 2016-07-23 17:23:36 -04:00
Tony Blyler d248260789
Clean up rpc.go file 2016-07-23 16:26:52 -04:00
Michael Rosenberg 4ad1968b2a Don't leave RPC socket on the filesystem if an error happens in NewQueue 2016-07-04 18:17:24 -04:00
Michael Rosenberg fccc859d57 Fix alignment on download progress example 2016-06-28 20:42:51 -04:00
Michael Rosenberg e958dcb451 New command line option -getStatus to view formatted download status; config now requires RPC socket path; queue.Close() now runs after interrupt is sent 2016-06-28 20:36:54 -04:00
Tony Blyler 7b8d4ed528
Update easysftp to its vendored version 2016-06-18 20:53:54 -04:00
Tony Blyler b5c5d2177b
Use vendoring 2016-06-15 20:41:31 -04:00
Tony Blyler 9e49d266cf
Fix startup issue of closing a nonexistent connection 2016-05-24 22:21:57 -04:00
Tony Blyler ba49a850a2
Prevent SSH timeouts by closing connection when not needed 2016-05-24 22:04:28 -04:00
Tony Blyler 659fca62a8
Fixes locked up downloads and enables removing torrents via .torrent removal 2016-05-16 13:25:58 -04:00
Tony Blyler 8e86703f0e
Add some extra logging when adding a torrent file. 2016-05-14 16:24:59 -04:00
Tony Blyler ce5685573f
Fix failure to unlock something that is already unlocked 2016-05-14 16:12:24 -04:00
Tony Blyler a08a102d15
Add resume support to downloading 2016-05-14 11:32:24 -04:00
Tony Blyler 93cf0597ed
Fix download deadlock 2016-05-14 10:33:04 -04:00
Tony Blyler 95ce7fccee
Support YAML for the configuration and rearrange the config struct 2016-05-14 10:22:10 -04:00
Tony Blyler 2110148ee4
Add completed download log 2016-05-13 19:28:03 -04:00
Tony Blyler cab6926338
Use floating points for download sizes 2016-05-13 19:09:14 -04:00
Tony Blyler 3ebb4798dc
Add pretty byte size output to download log 2016-05-13 19:03:55 -04:00
Tony Blyler 6899802247
Add final destination to download log 2016-05-13 18:49:47 -04:00
Tony Blyler 13580fda9f
Update queue to actually download files and log when starting a download 2016-05-13 18:47:05 -04:00
Tony Blyler 291967610a
Add some logging for added initial files 2016-05-13 18:32:04 -04:00
Tony Blyler a6dfb7e698
Add the ability to do everything in Go 2016-05-13 17:38:53 -04:00