Commit Graph

3596 Commits

Author SHA1 Message Date
Marcos Pinto f4a5b750d8 use gobject timer for saving mem and fastresume 2008-02-11 17:43:15 +00:00
Martijn Voncken 9df4492083 refactor forms 2008-02-11 16:59:29 +00:00
Marcos Pinto ee0851b39e add support for debian kfreebsd 2008-02-11 14:26:29 +00:00
Marcos Pinto 0f5d041c83 update changelog 2008-02-11 13:32:59 +00:00
Marcos Pinto 1d7306910f lt sync - fixes lockup 2008-02-11 13:31:44 +00:00
Andrew Resch d32ffa7ace Remove shutdown() from TorrentManager because stop() is already called
during a component shutdown.
2008-02-11 03:13:07 +00:00
Marcos Pinto c13fb94bcc fix keyboard interrupt 2008-02-11 00:15:31 +00:00
Marcos Pinto 494c0cc558 sync asio 2008-02-10 22:07:23 +00:00
Marcos Pinto cc5ebf59d8 resync asio 2008-02-10 22:05:58 +00:00
Marcos Pinto 8c5f699015 launchpad lang fix 2008-02-10 21:58:00 +00:00
Marcos Pinto 0848e0faac update changelog 2008-02-10 21:51:06 +00:00
Marcos Pinto f20e1af0f0 fix alignment of torrent info 2008-02-10 21:49:23 +00:00
Andrew Resch 42e75fbcdd Fix test port button. 2008-02-10 15:29:15 +00:00
Sadrul Habib Chowdhury 76da1ac525 Show an error message when trying to do an operation while disconnected from a deluge daemon. 2008-02-10 14:12:14 +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
Andrew Resch 72cb14f1d7 Remove the decorator class and just raise the NoCoreError in
CoreProxy.call().
2008-02-10 13:42:14 +00:00
Sadrul Habib Chowdhury e95be5d131 Prevent an exception when multiple signals are tried to send to an unreachable client. 2008-02-10 13:39:47 +00:00
Andrew Resch 3ad87b0e91 Add error.py.
Remove old cache decorator classes from client.py.
Raise deluge.error.NoCoreError when attempting to use a client function 
when not connected to a daemon.
2008-02-10 13:36:58 +00:00
Sadrul Habib Chowdhury e554140276 Do not try to send signals to a client after 30 consecutive failures. 2008-02-10 13:29:01 +00:00
Sadrul Habib Chowdhury 885ca2c899 Two new commands 'halt' and 'connect'. 2008-02-10 12:02:57 +00:00
Sadrul Habib Chowdhury ca3f08690e Gracefully handle ctrl-d, and don't exit on blank command. 2008-02-10 11:39:29 +00:00
Sadrul Habib Chowdhury 47406335ac Debug/Info level log messages are noisy for the null-client. 2008-02-10 11:29:36 +00:00
Sadrul Habib Chowdhury 3d26049aeb Rearrange almost all of the code. 2008-02-10 11:11:04 +00:00
Sadrul Habib Chowdhury 5f40e030b1 Make 'deluge -u null' launch the null client. 2008-02-10 09:40:14 +00:00
Sadrul Habib Chowdhury 4eabde05ff Introduce the null client. 2008-02-10 08:22:56 +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 40ac3d1ad1 sync libtorrent 1991 2008-02-10 04:36:19 +00:00
Marcos Pinto 883ce6da4a fix dht asserts 2008-02-10 02:31:49 +00:00
Marcos Pinto 994fbd571d keyboard interrupt call shutdown, not core.quit 2008-02-10 00:33:54 +00:00
Marcos Pinto 6322115fef improved support for out-of-memory conditions, fix pe-crypto error handling and add some dht asserts 2008-02-09 22:02:14 +00:00
Andrew Resch cb59fd31aa More resume/pause all fixes. 2008-02-09 03:37:42 +00:00
Andrew Resch c7c1ea26f9 Fix resuming all torrents. 2008-02-08 22:51:41 +00:00
Martijn Voncken eee68666ef torrent-index no - , mimic gtk ui and use 0 or '' 2008-02-08 18:56:35 +00:00
Martijn Voncken 1c33177a63 torrent-index use '-' for unknown/empty values 2008-02-08 18:47:21 +00:00
Martijn Voncken eeac163a9d use utf-8 infinity symbol instead of Unlimited/Infinity string 2008-02-08 18:33:35 +00:00
Andrew Resch ae792ccb21 Split up function calls in get_torrent_status() and add 'file_progress'
key.  Patch from Sadrul.
2008-02-08 05:43:14 +00:00
Andrew Resch f1d488a09c Fix pause/resume all torrents in the SystemTray. 2008-02-08 00:46:10 +00:00
Andrew Resch 6342fe2e08 Set file_priorities default value to [] if not priorities have been set. 2008-02-07 23:19:17 +00:00
Andrew Resch 055e42776a Fix last. 2008-02-07 22:55:04 +00:00
Andrew Resch 1f3452277a Add 'file_priorities' status key to torrent. 2008-02-07 22:53:51 +00:00
Marcos Pinto f940a4c4db http_tracker connection fix and proxy support for udp-trackers 2008-02-07 07:23:43 +00:00
Andrew Resch 9a1d5e9bfa Allow incomplete options dictionaries when adding a torrent. The
missing keys will be replaced by defaults.
2008-02-07 07:20:17 +00:00
Marcos Pinto 187b4c423d update stats file due to our new ftp osuosl server 2008-02-07 06:46:21 +00:00
Martijn Voncken 737b95250d fix static-fileserver license 2008-02-04 21:21:02 +00:00
Martijn Voncken 75a626b28d more minor stuff on status bar 2008-02-04 21:06:02 +00:00
Martijn Voncken 7c0a997bbf move settings-link 2008-02-04 20:36:35 +00:00
Martijn Voncken 6402b95099 dht image 2008-02-04 20:32:26 +00:00