433 Commits

Author SHA1 Message Date
Andrew Resch
282f842663 Modify startup script to make a true unix daemon by using two fork()s
Work will need to be done to make deluged a windows service
2008-06-17 22:46:55 +00:00
Andrew Resch
2578ca3e21 Join listening thread on shutdown to make sure it exits properly before
terminating the interpreter
2008-06-17 19:46:15 +00:00
Andrew Resch
cfa18bc729 Fix #283 resuming torrents when stop_seed_at_ratio is set 2008-06-17 02:00:53 +00:00
Andrew Resch
5934918363 Another attempt to fix #283 .. revamped how resuming/pausing is done 2008-06-17 00:56:10 +00:00
Andrew Resch
7e7feeb2d8 Update the state of a torrent before attempting to resume. This is an
attempt to fix #283
2008-06-16 23:14:21 +00:00
Andrew Resch
efd1f18082 Fix stop seed ratio to only stop seeders, not downloaders 2008-06-15 04:16:31 +00:00
Andrew Resch
8588a6e83c Fix prioritize_first_last 2008-06-15 03:31:33 +00:00
Andrew Resch
f769429e1d Add move storage on completed download option 2008-06-15 02:43:06 +00:00
Andrew Resch
cfc742501d Implement prioritize first/last pieces 2008-06-15 00:53:56 +00:00
Andrew Resch
8c49dd6e90 Fix move storage for remote hosts by adding a dialog for path entry. 2008-06-14 07:48:14 +00:00
Andrew Resch
9d40380f71 New option to make a copy of torrent file added to session.
Have torrentmanager handle old state files better by filling in the 
missing fields with defaults.
2008-06-14 02:10:23 +00:00
Andrew Resch
5936aeebb6 Fix #270 autoadd folder 2008-06-14 00:32:52 +00:00
Andrew Resch
f7010b18f3 Switch to libtorrent queueing
This breaks state.
2008-06-12 09:21:13 +00:00
Andrew Resch
d8b7393c94 Use libtorrents force_recheck() 2008-06-07 21:01:43 +00:00
Andrew Resch
bf00795050 Big code clean-up in torrentmanager and torrent. This breaks
torrent.state.  Sorry.
2008-06-07 00:20:36 +00:00
Andrew Resch
b15608252c libtorrent sync 2347 2008-05-20 06:23:48 +00:00
Andrew Resch
6dca7958a2 Fix forced recheck 2008-05-17 19:06:35 +00:00
Andrew Resch
a06b241056 Fix rechecking torrents 2008-05-01 05:40:25 +00:00
Andrew Resch
9313975ba5 Update the use of add_torrent() 2008-05-01 05:38:25 +00:00
Andrew Resch
1a8c3d21be Fix issue where trying to handle an announce alert after the torrent has
been removed from session.
2008-04-24 07:58:52 +00:00
Andrew Resch
70bb78b833 Update libtorrent to 0.14 trunk.
A few minor touch ups regarding torrent state and queue.
2008-04-16 01:15:06 +00:00
Andrew Resch
3ac9af0486 State fixes. 2008-04-13 06:07:19 +00:00
Andrew Resch
1558ab8607 Fix #85 change torrent state to downloading if changing priority of files in torrent to something other than
'Do Not Download'.
2008-04-13 04:16:33 +00:00
Andrew Resch
49af682226 Re-apply per-torrent settings after forced recheck. 2008-04-13 01:25:33 +00:00
Andrew Resch
c012427edc Fix #146 2008-04-10 05:52:38 +00:00
Andrew Resch
46a1eb26cf Fix peers list updating. 2008-04-08 12:02:08 +00:00
Andrew Resch
ec326c2c6d Show a peer/seed icon for peers. 2008-04-08 05:26:10 +00:00
Andrew Resch
c884142691 Only show peers that we've exchanged a handshake with. 2008-04-08 05:15:52 +00:00
Andrew Resch
1bf2339b0f Proper sorting of ip addresses in peers tab.
Try to show a proper string for clients that don't send utf-8
2008-04-08 05:11:36 +00:00
Andrew Resch
ed4389fe65 Show country flags in peers tab. 2008-04-08 04:46:01 +00:00
Andrew Resch
36e21935f4 Show proper file priorities now.
Added file tab context menu and can now set priorities for individual files.
2008-04-08 03:05:34 +00:00
Andrew Resch
051e2ae9e7 Add 'set_torrent_prioritize_first_last' method. 2008-04-08 00:41:23 +00:00
Andrew Resch
37fcf4ec4d Catch a couple more exceptions. 2008-04-07 21:10:44 +00:00
Andrew Resch
c226014439 Remove the progress column from the peers tab.
Only show connected peers.
2008-04-06 00:09:30 +00:00
Andrew Resch
4c867264f9 Add '-c, --config' options to set config directory. 2008-04-05 22:40:35 +00:00
Andrew Resch
39e8866b97 Fix #131 2008-04-01 07:46:41 +00:00
Andrew Resch
2a9993cfe8 Move AutoAdd to core. 2008-03-31 12:18:19 +00:00
Andrew Resch
34ca508410 AutoAdd fix. 2008-03-31 12:04:14 +00:00
Andrew Resch
787de2cfe0 Add 'hash' to torrent details. 2008-03-31 09:06:16 +00:00
Andrew Resch
db13c2e3f3 Implement Error status. 2008-03-31 06:17:55 +00:00
Andrew Resch
4ff17ee367 Implement AutoAdd folder. 2008-03-31 01:37:59 +00:00
Andrew Resch
5b5ba1c4ee Fix last. 2008-03-30 22:08:48 +00:00
Marcos Pinto
7d9fee4946 on shutdown, dont create fast resumes for seeds or paused torrents and only pause if compact, since that's only when it's needed 2008-03-30 17:24:21 +00:00
Andrew Resch
0ee52a17fe Fix peer info. 2008-03-30 08:40:53 +00:00
Andrew Resch
d22fa1299a Fix forced recheck. 2008-03-30 00:18:11 +00:00
Andrew Resch
5f2be57ba8 Fix stuff for updated bindings. 2008-03-29 04:36:50 +00:00
Andrew Resch
cceb2ef5a0 Start of peers tab implementation. 2008-03-25 08:28:50 +00:00
Andrew Resch
fc9bb503df Attempt to fix issue where core will no longer pause/resume torrents. 2008-03-18 01:41:09 +00:00
Andrew Resch
b3f9785b20 Fix adding torrents and setting proper state on load. 2008-03-15 06:16:06 +00:00
Andrew Resch
b87f68fcb6 Fix issue where we try to handle lt alerts for torrents that have not
had a Torrent object created for them yet.
2008-03-12 06:30:49 +00:00