Andrew Resch
|
f222b2737e
|
Add some extra bandwidth settings
|
2008-07-20 00:44:02 +00:00 |
|
Andrew Resch
|
29a8631b6f
|
Do not try to pause a torrent that is already paused in the stop_ratio code
|
2008-07-19 02:11:28 +00:00 |
|
Marcos Pinto
|
4ac5d43d58
|
replace urllib.urlopen (which was marked as deprecated) with urllib2.urlopen
|
2008-07-18 04:10:01 +00:00 |
|
Andrew Resch
|
553ccd0a38
|
Fix #350 stop seeds when stop ratio is reached
|
2008-07-17 22:09:30 +00:00 |
|
Andrew Resch
|
1209663595
|
Fix possible division by zero crash
|
2008-07-15 06:54:44 +00:00 |
|
Andrew Resch
|
02ce32d5e2
|
Fix file progress percentages again
|
2008-07-15 02:17:39 +00:00 |
|
Andrew Resch
|
31bb4eface
|
Fix displaying file percentages properly.
|
2008-07-14 23:17:20 +00:00 |
|
Marcos Pinto
|
cf71429e8e
|
use rc version file
|
2008-07-11 10:09:13 +00:00 |
|
Andrew Resch
|
1f97344b2f
|
Fix showing 'Checking' state when doing a forced recheck
|
2008-07-11 07:30:33 +00:00 |
|
Andrew Resch
|
053cba31cb
|
Allow for shorter versions
|
2008-07-10 05:05:52 +00:00 |
|
Andrew Resch
|
f13ea7375e
|
Allow versions with '-RC' tags
|
2008-07-10 05:02:40 +00:00 |
|
Andrew Resch
|
2dc13bd68e
|
Update some default prefs
|
2008-07-10 04:55:25 +00:00 |
|
Andrew Resch
|
2423af8660
|
Set auto_managed to False when pausing and saving resume data on
shutdown.
|
2008-07-09 12:42:57 +00:00 |
|
Andrew Resch
|
a51638ed62
|
Fix alert handling to use message instead of msg
|
2008-07-09 09:59:33 +00:00 |
|
Andrew Resch
|
b9c1f574c9
|
lt sync 2500
|
2008-07-07 22:31:37 +00:00 |
|
Andrew Resch
|
f1141b3f07
|
Actually fix typo
|
2008-07-06 07:34:49 +00:00 |
|
Andrew Resch
|
f45f0a081b
|
Fix typo
|
2008-07-06 07:32:05 +00:00 |
|
Andrew Resch
|
ec50c9cb41
|
windows fix
|
2008-07-05 23:43:38 +00:00 |
|
Andrew Resch
|
fa77fad0ff
|
Fix typo for windows
|
2008-07-04 21:39:16 +00:00 |
|
Andrew Resch
|
400e47aa80
|
Fix #319 do not crash when changing file priorities
|
2008-07-04 19:37:21 +00:00 |
|
Andrew Resch
|
135a3d75f1
|
Emit 'torrent_status_changed' signal to the clients
|
2008-07-03 23:52:27 +00:00 |
|
Andrew Resch
|
3a40d81a38
|
Fix new release check
|
2008-07-02 01:31:20 +00:00 |
|
Andrew Resch
|
5f1de26f58
|
Implement update checking
|
2008-07-02 01:19:43 +00:00 |
|
Andrew Resch
|
4026ac0bf2
|
Add 'torrent_finished' signal
|
2008-07-01 22:03:18 +00:00 |
|
Andrew Resch
|
69e24fe673
|
lt sync 2486
|
2008-07-01 21:51:16 +00:00 |
|
Andrew Resch
|
e1ceb07567
|
Try to fix issue where adding a lot of torrents at once crashes the
daemon.
|
2008-06-27 05:49:27 +00:00 |
|
Andrew Resch
|
6a734dab69
|
Prevent setting file priorities if file priority list length does not
equal the number of files.
|
2008-06-26 15:28:09 +00:00 |
|
Andrew Resch
|
67d156973c
|
Fix issue where fastresume is not being saved properly on shutdown when
using compact allocation
|
2008-06-26 09:36:48 +00:00 |
|
Andrew Resch
|
c88fd0ab27
|
Fix #300 do not crash when 0-byte .torrent file is added
|
2008-06-25 14:21:36 +00:00 |
|
Andrew Resch
|
982fd4f292
|
Fix showing of Queued Torrents dialog when in classic mode
|
2008-06-23 06:35:23 +00:00 |
|
Andrew Resch
|
e43f2370e1
|
Add queueing options to the Options tab
Add setting auto managed from the torrent menu
|
2008-06-23 03:12:28 +00:00 |
|
Andrew Resch
|
3ed6e59cae
|
Process all alerts before shutting down torrentmanager
|
2008-06-23 00:11:57 +00:00 |
|
Andrew Resch
|
c5a7abe5d2
|
Fix _on_send_info
|
2008-06-22 23:25:15 +00:00 |
|
Andrew Resch
|
b0cc183c0c
|
Fix-up send info stuff
|
2008-06-22 22:14:59 +00:00 |
|
Marcos Pinto
|
d6f783abf1
|
add forgotten pygtk version
|
2008-06-22 21:42:15 +00:00 |
|
Marcos Pinto
|
dd18152266
|
add send stats info
|
2008-06-22 21:15:05 +00:00 |
|
Andrew Resch
|
aad8a926d6
|
lt sync 2432
Add new queueing options
|
2008-06-21 19:02:15 +00:00 |
|
Andrew Resch
|
0da3fed18d
|
Change files tab to a tree view
|
2008-06-20 23:04:33 +00:00 |
|
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 |
|