249 Commits

Author SHA1 Message Date
Marcos Pinto
c2b3109d0a make calc_free_space work with win32 2007-09-10 23:13:21 +00:00
Marcos Pinto
63621be3ee add private flag to torrentcreator 2007-09-05 17:35:44 +00:00
Marcos Pinto
a33294eead add path to details tab 2007-09-03 06:26:54 +00:00
Marcos Pinto
4cc1e0e96b fix auto max ratio - micah 2007-09-02 00:24:44 +00:00
Marcos Pinto
547766cdf9 tweak queue bottom 2007-08-31 07:13:43 +00:00
Marcos Pinto
d1d0cad3fb copyright fixes 2007-08-29 08:37:38 +00:00
Marcos Pinto
5aac66bb25 missing part of last commit 2007-08-29 07:09:02 +00:00
Marcos Pinto
e274a60373 desiredratio persistence 2007-08-29 00:53:00 +00:00
Marcos Pinto
6bcd0ca604 webseed plugin persistence 2007-08-28 23:23:05 +00:00
Marcos Pinto
fae29ee8be persistence for speedlimiter 2007-08-28 23:05:08 +00:00
Marcos Pinto
8fe5b570d1 fix spacing 2007-08-26 19:30:36 +00:00
Marcos Pinto
0e470b9dda fix path 2007-08-26 19:08:34 +00:00
Marcos Pinto
91b6f6b26f tweaks to last commit 2007-08-26 02:03:17 +00:00
Marcos Pinto
4238ac91a3 try to prevent "lost data" by removing previous fastresume file prior to creating another 2007-08-26 01:59:00 +00:00
Marcos Pinto
46942d15dc fix queue bug. oops 2007-08-23 03:06:43 +00:00
Marcos Pinto
4d2a2dd604 move "move completed downloads" into the "move torrent" plugin 2007-08-20 02:28:51 +00:00
Marcos Pinto
c58331f5e6 move torrent plugin 2007-08-19 23:16:10 +00:00
Alex Dedul
c1d2d4f0ae Per torrent preferences tweaks. 2007-08-16 07:30:09 +00:00
Marcos Pinto
8b4d40664e add web url to our bindings and core 2007-08-14 18:46:57 +00:00
Alex Dedul
912eb0e14c Tweaks to wording in a comment from prev commit. 2007-08-13 20:38:13 +00:00
Alex Dedul
6207033b36 More queue fixes. Now store torrent_info instance in the queue instead of
unique_id as there is no sense to store unique_ids in the persistent queue
while uqique_ids is changed on each restart. In the core self.state.torrents
now a dict with torrent_info -> unique_id. Needs testing.
2007-08-13 20:33:08 +00:00
Alex Dedul
3edd3280ae Properly restore queue order on restart. 2007-08-13 09:09:15 +00:00
Alex Dedul
db4ef67cff Get not cached torrent state in core.apply_queue(). 2007-08-10 22:42:53 +00:00
Alex Dedul
a011e939c9 Try 2 to fix per torrent preferences after resume. Do it in deluge's core for
now, not in libtorrent.
2007-08-10 15:51:31 +00:00
Alex Dedul
ff08e28470 Revert last, needs more thought. 2007-08-10 03:23:45 +00:00
Alex Dedul
b7c3fddf0e Include uploaded_memory in pickle_state(). 2007-08-10 03:18:25 +00:00
Alex Dedul
c4d1415f40 Tweaks to pause all and resume all features. 2007-08-10 00:15:38 +00:00
Alex Dedul
259e43b29a Tweaks to per torrent preferences. 2007-08-09 15:24:54 +00:00
Alex Dedul
aad2c464e4 Set per torrent prefences on torrent add. 2007-08-09 03:50:32 +00:00
Alex Dedul
b89120aaa5 Tweaks to core.queue_* functions. 2007-08-09 00:36:22 +00:00
Alex Dedul
4caa29fddc Pickle state in core.queue_* methods. Idea by eternalswd, thanks. 2007-08-09 00:29:33 +00:00
Marcos Pinto
0053ae4f59 pickle instead of sync in set_user_pause 2007-08-08 23:56:42 +00:00
Alex Dedul
758b5d8851 Added per torrent max connections and max upload slots preferences. 2007-08-08 19:59:46 +00:00
Alex Dedul
58d4c6381e Tweaks to move_storage. 2007-08-08 01:10:28 +00:00
Marcos Pinto
ee6087579b bah 2007-08-07 09:15:01 +00:00
Marcos Pinto
67a66ce2bd sync instead of just pickle on torrent move 2007-08-07 09:08:49 +00:00
Marcos Pinto
a5d5cb7f4b one for max ratio queuing and one for torrent pieces - micah 2007-08-06 23:17:21 +00:00
Marcos Pinto
92dfa72d43 touchup last 2007-08-06 06:55:18 +00:00
Marcos Pinto
48d1f51f65 save state on pause/resume/move storage 2007-08-06 06:53:45 +00:00
Marcos Pinto
eff70a1c2c files tab and peers tab made into plugins - micah 2007-08-05 04:07:17 +00:00
Alex Dedul
842b54523b Properly count active torrents in the queue and correctly do queueing. 2007-08-04 15:55:45 +00:00
Marcos Pinto
43ae5566ee random port speedup 2007-08-03 21:16:03 +00:00
Marcos Pinto
0585d0930e pieces tab update - micah 2007-08-03 17:59:32 +00:00
Marcos Pinto
f9f1b95a4e get dht back working for now 2007-08-03 06:20:36 +00:00
Marcos Pinto
396a245d84 revert last 2007-08-03 06:17:07 +00:00
Marcos Pinto
86c735401d new pieces per file thing - micah 2007-08-03 05:57:37 +00:00
Marcos Pinto
452ee4089c enforce queue on resume all and update changelog 2007-08-03 04:37:47 +00:00
Marcos Pinto
1f12f3b421 add pause all and resume all to tray 2007-08-03 04:31:07 +00:00
Alex Dedul
12fe0930b3 Tweaks to random ports code. 2007-08-03 04:23:02 +00:00
Marcos Pinto
b40d54cd10 separate add rule and set filter to speed things up 2007-08-02 18:20:24 +00:00