Commit Graph

1170 Commits

Author SHA1 Message Date
Marcos Pinto b2b148994f fix stats url 2008-03-16 01:06:28 +00:00
Marcos Pinto 6153ca1140 up version for release 2008-03-11 19:09:52 +00:00
Marcos Pinto 4fe2187653 marry uploaded mem saving with pickle state 2008-03-06 22:55:28 +00:00
Marcos Pinto 6fcc56c79a revert last 2008-03-06 13:05:49 +00:00
Marcos Pinto e61169c7b9 remove timer for fastresume now that normal saving should be fixed and it's unnecessary and hogs cpu with large/serveral torrents 2008-03-06 12:57:38 +00:00
Marcos Pinto 61f49a2cda fix andar's 2916 :P 2008-03-06 12:54:16 +00:00
Marcos Pinto 1132292e9e fix damn stupid fast resume for real 2008-03-06 12:22:48 +00:00
Andrew Resch 98b026f155 Add torrents with .fastresume files before torrents that don't during
state load.
2008-03-06 08:09:47 +00:00
Marcos Pinto 3ff2af0f2a clarify printouts with fast resume 2008-03-06 01:02:28 +00:00
Marcos Pinto 5577667631 move state check for fastresume to be within a try statement to try to catch race condition that happens if a torrent is finished and immediately removed by ratio limit 2008-03-05 23:33:18 +00:00
Marcos Pinto 0c58504f42 fix #72 ui hang 2008-03-05 06:57:12 +00:00
Andrew Resch 0b4b52d586 Attempt to fix fastresume saving by not using a cached torrent state. 2008-03-05 04:33:02 +00:00
Marcos Pinto 6914216234 fix damn web proxy pref 2008-02-28 08:40:17 +00:00
Marcos Pinto a697c721bb up version # for fix release 2008-02-28 06:54:24 +00:00
Marcos Pinto e595a7d1fd fix force recheck 2008-02-28 06:53:47 +00:00
Andrew Resch b94fcc1da0 Fix #39 .. this is a regression from [2793] 2008-02-26 15:21:30 +00:00
Andrew Resch 367e3f1df8 Do not bother removing fastresume files on resume. 2008-02-25 04:29:18 +00:00
Marcos Pinto 83f8481797 fix ui hang on keyerror with seed time 2008-02-23 13:09:26 +00:00
Marcos Pinto e4ee196129 fix fastresume/up mem timers - fixes ticket #51 2008-02-22 08:31:15 +00:00
Andrew Resch 300b4a7905 Scrape tracker if tracker doesn't report number of peers on reply. 2008-02-21 22:20:28 +00:00
Andrew Resch bff0e3f8d5 Attempt fix fastresume saving issue. 2008-02-18 00:50:12 +00:00
Andrew Resch b59d148a21 Additional exposure for constants. 2008-02-17 23:54:52 +00:00
Andrew Resch b3950faf9b Expose torrent_paused and torrent_checked alerts. 2008-02-17 23:46:44 +00:00
Andrew Resch 5ca14dbfba Fix duplicate torrents on restart. 2008-02-16 10:09:17 +00:00
Andrew Resch 68e5745e02 Fix duplicate torrent loading again.. 2008-02-16 06:09:04 +00:00
Andrew Resch 967f0a6a78 Fix duplicate torrent handling. 2008-02-16 05:07:07 +00:00
Marcos Pinto ce1398f342 fix web proxy checkbutton 2008-02-15 23:17:37 +00:00
Marcos Pinto 02cfb48eea version bump 2008-02-14 06:28:41 +00:00
Marcos Pinto 3e2f8020bb add enabled plugins to send info 2008-02-13 09:47:34 +00:00
Marcos Pinto 1c08462dd3 add time limits for seeding torrents 2008-02-13 04:45:31 +00:00
Marcos Pinto 05240945a7 add 'switch torrent source' to movetorrent plugin 2008-02-12 20:57:46 +00:00
Marcos Pinto cb493591f1 fix deprecation warning with float 2008-02-12 20:27:58 +00:00
Marcos Pinto f4a5b750d8 use gobject timer for saving mem and fastresume 2008-02-11 17:43:15 +00:00
Marcos Pinto c13fb94bcc fix keyboard interrupt 2008-02-11 00:15:31 +00:00
Andrew Resch 25295ee094 Do not save fastresume files if torrent is being checked or is queued
for being checked.
2008-02-10 14:03:22 +00:00
Marcos Pinto 27feb11ae8 fix save fast resume 2008-02-10 07:46:44 +00:00
Marcos Pinto d4d1ccac33 dont resave fastresume for seeds 2008-02-10 07:42:01 +00:00
Andrew Resch 1f881a3d9c Add debug prints for every function call. Define DELUGE_CORE_DEBUG to
see prints.
2008-02-10 06:41:05 +00:00
Andrew Resch 587d5afda0 Update upload_memory prior to saving state on shutdown. 2008-02-10 05:57:54 +00:00
Marcos Pinto 994fbd571d keyboard interrupt call shutdown, not core.quit 2008-02-10 00:33:54 +00:00
Marcos Pinto 187b4c423d update stats file due to our new ftp osuosl server 2008-02-07 06:46:21 +00:00
Andrew Resch 784a25aec1 Fix desired ratio to default value when adding torrents. 2008-02-03 06:37:14 +00:00
Andrew Resch 4b18f49ec1 Only draw the advanced progress bar if 'num_pieces' is greater than 0. 2008-02-01 21:18:58 +00:00
Andrew Resch 9541f02fb4 Remove some Anonymous browser cruft in open_url_in_browser(). 2008-01-31 07:25:13 +00:00
Andrew Resch 70f82f947f Fix the new release check from informing user of an update when they are
unable to download the version file.
2008-01-28 08:26:31 +00:00
Marcos Pinto a7eb6ae0f7 update version numbers for release 2008-01-28 07:04:37 +00:00
Andrew Resch 8604de25d8 Fix queue order on state load. 2008-01-28 06:41:13 +00:00
Committer 6dd304ee63 another unicode tracker fix 2008-01-28 02:51:38 +00:00
Marcos Pinto 7406b1cd7d up version for fix release and update chnagelog 2008-01-24 23:19:28 +00:00
Marcos Pinto 20d13f8ddc tweak unicode from tracker 2008-01-22 02:09:27 +00:00