Commit graph

88 commits

Author SHA1 Message Date
Andrew Resch
1458db6b03 Re-add "Max Connections per Second" setting 2008-10-18 23:55:27 +00:00
Andrew Resch
16ba61dbf5 Prep for release 2008-10-18 21:38:54 +00:00
Martijn Voncken
40d6716e74 Remove max connections per second from config dialog. 2008-10-17 18:38:19 +00:00
Andrew Resch
cc7e6d1ff2 Deluge will now use a system libtorrent library if available. 2008-10-17 17:52:12 +00:00
Martijn Voncken
5f8fef7996 changelog 2008-10-16 17:17:27 +00:00
Andrew Resch
0534b24609 Fix IP filter 2008-10-15 23:57:03 +00:00
Andrew Resch
130d7c08a0 lt sync 2803 2008-10-15 20:55:20 +00:00
Andrew Resch
d0da82de21 Change to use 'all_time_upload' and 'all_time_download' due to change
in recent libtorrent revision
2008-10-15 18:49:51 +00:00
Andrew Resch
fbdb1479ad Update for release 2008-10-10 22:45:41 +00:00
Andrew Resch
1b29b6bfc9 Updates for release 2008-10-10 05:11:46 +00:00
Andrew Resch
353795f02a Change max connections default setting to 200 2008-10-09 03:41:06 +00:00
Andrew Resch
798b27cf34 Fix freezing on start-up issues on systems that do not have a properly
configured localhost entry.
2008-10-08 13:32:02 +00:00
Andrew Resch
acd64e6381 Prevent being able to set file priorities for compactly allocated
torrents as it is not intended to work.
2008-10-08 12:42:59 +00:00
Andrew Resch
8d10642ec7 Changed max half-open connections default limit to 8 on XP/2000 and 4 on
Vista
2008-10-07 08:54:19 +00:00
Andrew Resch
76eac8b51c Removed the 'Maximum Connections Per Second' setting and replaced it
with a default setting of 20.  This should alleviate speed issues some are 
experiencing.
2008-10-07 08:44:06 +00:00
Andrew Resch
eafb404b7b Set max connections per second default to 20 since this seems to fix
the slow speed issue that some people experience.
2008-10-06 10:58:28 +00:00
Andrew Resch
56b806ce78 Fix add_torrent_url() to download the torrent file in a thread to
prevent the main thread from blocking and causing the daemon to freeze.
2008-10-01 18:31:55 +00:00
Andrew Resch
cd2084b421 Improve performance of files tab by only updating when values change 2008-09-29 23:52:53 +00:00
Andrew Resch
4b5dc6bc28 Fix display of tracker error messages 2008-09-29 23:11:17 +00:00
Andrew Resch
9486b24907 Change the default max global upload slots to 4 instead of -1 since
libtorrent will automatically open more slots to meet the upload speed 
limit.
2008-09-29 19:12:27 +00:00
Marcos Pinto
7ee5547066 add enable auto add checkbox 2008-09-28 00:16:01 +00:00
Andrew Resch
26d58d4057 Fix #503 change the boost lib detection logic to first look for -mt
and if not available, fall back to regular boost lib (non-multithreaded)
2008-09-25 03:30:08 +00:00
Andrew Resch
1cf863a022 Fix #187 set a 5 second timer to save the config file after a config
value has been changed.
2008-09-25 02:11:02 +00:00
Andrew Resch
262279b27f Fix upgrading from 0.5.x state where torrents would have no trackers 2008-09-21 01:38:43 +00:00
Andrew Resch
a0f90acfc8 Include GeoIP database for country look-ups 2008-09-19 20:11:50 +00:00
Andrew Resch
a1df9626e5 Update dates 2008-09-14 21:41:53 +00:00
Andrew Resch
761586b2a8 Fix setting file priorities on folders 2008-09-14 20:49:45 +00:00
Andrew Resch
95e40aa64b Fix #475 the use of unicode paths when adding torrents 2008-09-14 20:08:19 +00:00
Andrew Resch
40633277d8 Update changelog 2008-09-12 21:52:59 +00:00
Andrew Resch
fc6edca315 Updates for RC9 2008-09-10 03:20:52 +00:00
Marcos Pinto
4094601f6e fix problem with old fastresume files not being replaced causing loss of data and dont resave fastresume for seed files 2008-09-06 20:11:12 +00:00
Andrew Resch
4731d4814f Fix various issues when not using English 2008-08-31 20:20:16 +00:00
Andrew Resch
584226db96 Fix add torrent dialog closing preventing another dialog from being
shown
2008-08-28 20:42:19 +00:00
Andrew Resch
acf59dd287 Prep for RC8 2008-08-27 01:03:50 +00:00
Andrew Resch
f2d80343c7 Fix #453 allow showing of text in the toolbar buttons 2008-08-26 23:11:47 +00:00
Andrew Resch
f15971bdeb Fix setting file priorities on folders 2008-08-26 23:00:12 +00:00
Andrew Resch
6afe33d584 Tracker errors now change the tracker status 2008-08-26 22:38:22 +00:00
Andrew Resch
b1dbca37c3 Change default 'torrentfiles_location' to just the default download
directory
2008-08-25 03:26:38 +00:00
Andrew Resch
cccd1b8436 Fix bug in Blocklist that prevented downloading of new file every X days 2008-08-23 13:00:35 +00:00
Andrew Resch
ab9842e4c1 Sort filenames alphabetically in add torrent dialog 2008-08-23 03:57:37 +00:00
Andrew Resch
4a4ffdab63 Attempt to upgrade a 0.5.x state file to new format. 2008-08-21 20:43:01 +00:00
Andrew Resch
dac94c5038 Fix #407 possible negative ETA 2008-08-18 00:36:19 +00:00
Andrew Resch
ed5e080b6d Expand root folder in files tab by default 2008-08-17 23:31:54 +00:00
Andrew Resch
cbab9cd823 Fix not displaying file list when state changes 2008-08-17 23:24:16 +00:00
Andrew Resch
971308416b Update ChangeLog 2008-08-17 22:44:23 +00:00
Andrew Resch
6948c81d01 Fix torrentview sorting to be persistent 2008-08-17 22:26:48 +00:00
Marcos Pinto
7665f5394a rc prep 2008-08-17 21:55:32 +00:00
Andrew Resch
7b31434287 Fix #415 crash when using 'config-set' with no parameters 2008-08-17 18:06:08 +00:00
Andrew Resch
bba9c1a54f Fix size units to be more accurate 2008-08-17 17:51:31 +00:00
Andrew Resch
73b3ff8a0f Fix to prevent Deluge from segfaulting when trying to autoadd an
incomplete torrent file
2008-08-17 17:27:56 +00:00