Christophe Dumez
64fd3044b1
Fix compilation error with libtorrent v0.15
2013-01-19 18:16:47 +02:00
Christophe Dumez
6e1f250470
Stop listening on port 4433 since we do not support SSL torrents
2013-01-16 19:07:22 +02:00
Christophe Dumez
c19b33afc1
Merge pull request #296 from sledgehammer999/minor_optimize
...
Another minor optimization in qbtsession.
2012-12-26 11:24:35 -08:00
sledgehammer999
aee105ec6c
Another minor optimization in qbtsession.
2012-12-26 20:24:36 +02:00
sledgehammer999
c8753c96db
Optimize the addittion of huge torrents. Fixes issue #288 .
2012-12-26 20:06:38 +02:00
John Peterson
6894a4b640
Removing option to disable the OS disk cache because it has limited use and is unreliable in Windows.
2012-12-03 18:05:05 +01:00
John Peterson
f2c05131c3
Merge branch 'master' of https://github.com/qbittorrent/qBittorrent
2012-12-03 17:34:33 +01:00
John Peterson
31ffbb1edd
Enabling Windows disk cache (and adding option to disable it) to prevent a relatively prevalent ERROR_INVALID_PARAMETER.
...
From my test only the write cache was the culprit, if this can be confirmed the read cache can be disabled by default if that has a benefit.
(Other systems are unchanged.)
2012-12-03 17:27:11 +01:00
Christophe Dumez
177e6738e4
Merge pull request #254 from sledgehammer999/fix_default_path
...
Fix behaviour of the torrent addition dialog. The 'set as default path' ...
2012-12-01 07:51:20 -08:00
sledgehammer999
47c40b04e4
Remove equality check from QBtSession::setDefaultSavePath().
2012-12-01 17:48:18 +02:00
sledgehammer999
a899209a01
Optimize check of paths in qbtsession.
2012-12-01 15:40:18 +02:00
sledgehammer999
3e979931d0
Make a setter for defaultSave path in qbtsession and do some other optimizations to avoid potential pitfalls.
2012-12-01 14:48:08 +02:00
sledgehammer999
bd89dca0af
Minor optimization in qbtsession.
2012-12-01 14:08:46 +02:00
Deniz Dogan
bd3dd337c1
Replace 'occured' with 'occurred' everywhere, except compiled lang files.
2012-11-07 02:38:22 +01:00
Christophe Dumez
aeb5fa036c
Update max write cache size to 2048MB and set it to automatic by default ( closes #148 )
2012-10-07 19:17:38 +03:00
Christophe Dumez
26314fae01
No longer fallback to ANY interface if the user-selected interface cannot be found ( closes #143 )
2012-10-07 16:04:07 +03:00
Christophe Dumez
806ab07865
Import new trackers from magnet link in case of duplicate torrent ( closes #111 )
2012-09-23 11:09:01 +03:00
Christophe Dumez
eb726c42c6
Fix torrent temporary path functionality
2012-09-18 20:02:52 +03:00
Christophe Dumez
8a12382f1f
Fix issue with temporary directory not being taken into consideration
...
Closes issue #94 .
2012-09-15 15:53:33 +03:00
Spencer Oliver
2508d54c10
session: always output anonymous status
...
Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk>
2012-09-13 19:04:54 +03:00
Christophe Dumez
d2a6887248
Fix crash when a fastresume file is empty ( closes #52 )
2012-08-24 19:19:54 +03:00
Driim
23ea811095
Add setting to copy .torrent files for finished downloads (closes issue #22 )
...
Patch edited by Christophe Dumez.
2012-08-21 20:10:53 +03:00
Christophe Dumez
75cf25de62
Remember queue position for torrents without metadata ( closes #17 )
2012-08-12 09:56:36 +03:00
Christophe Dumez
81b0a7f785
Handle exceptions in readAlerts()
2012-08-10 11:20:55 +03:00
BotanEgg
bb11d11a72
Itr cache
2012-07-14 06:28:23 +08:00
Константин Гончарик
abf8c179fc
Use preincrement for iterators instead of postincrement
2012-07-13 21:48:19 +03:00
Christophe Dumez
90373897d6
Fix permission problems on Windows ( closes #1020227 )
2012-07-05 19:10:13 +03:00
Christophe Dumez
a85ddada25
Minor code refactoring
2012-07-05 18:46:25 +03:00
Christophe Dumez
5d5bf403a8
Fix hiding of unwanted files
2012-07-02 20:30:45 +03:00
Christophe Dumez
74079b2c86
Support custom save path / label for RSS feeds using magnet links
2012-06-24 16:48:40 +03:00
Christophe Dumez
5a65580169
Add support for RSS feeds using magnet links ( Closes #1016379 )
2012-06-24 10:27:32 +03:00
Christophe Dumez
39ea57fe29
Mac compilation fix
2012-06-24 09:59:12 +03:00
Christian Kandeler
55a6bc3855
Check for magnet links in watched folders.
...
Look for files ending with ".magnet" and interpret their contents as a
magnet link.
This allows scripts to collect magnet links from the web and let
qBittorrent download them non-interactively.
2012-05-30 22:28:53 +03:00
Frédéric Brière
91af418254
Don't trip on absence of global ratio in QBtSession::processBigRatios()
...
QBtSession::processBigRatios() must fetch the global ratio, if
applicable, before checking for NO_RATIO_LIMIT.
LP: #835217
2012-05-27 21:40:12 +03:00
Christophe Dumez
9a964d871d
Rewrite code for returning information about torrents as JSON (Web UI)
...
- The new code is simpler, cleaner and more efficient
2012-05-26 20:42:44 +03:00
Christophe Dumez
d55f3b5aff
RSS: Better cookies support
2012-05-20 16:03:10 +03:00
Christophe Dumez
0f291629cc
Move FileSystem utility functions out of misc.h
...
Use new fs_utils.h instead.
2012-05-16 21:19:05 +03:00
Christophe Dumez
c502edf9e1
Brand new torrent addition dialog
2012-05-15 19:57:31 +03:00
Christophe Dumez
82e2b3a6cd
Fix possible compilation error on Windows
2012-05-02 17:35:22 +03:00
Christophe Dumez
bcb29fb5fa
Make sure .unwanted parent is removed if empty ( Closes #946826 )
2012-03-17 16:36:02 +02:00
Christophe Dumez
41b57a0878
Make sure OS-created files do not prevent "empty" folder removal
...
Mac OS X creates .DS_Store files and Windows creates .Thumbs.db
files which can prevent otherwise empty folders removal.
2012-03-17 15:41:32 +02:00
Christophe Dumez
90b520651b
RSS downloader should not ignore "Do not start automatically" rule
...
Closes #946910 .
2012-03-08 20:18:52 -08:00
Christophe Dumez
a2d9cce181
Code clean up
2012-02-20 21:46:02 +02:00
Christophe Dumez
06ccae591e
Coding style changes
2012-02-20 21:32:58 +02:00
Christophe Dumez
f3448125c3
Coding style clean up
2012-02-20 19:56:07 +02:00
Christophe Dumez
a8a7b61ea9
Coding style clean up
2012-02-20 19:30:53 +02:00
Christophe Dumez
d53ca1d096
Fix import of new trackers when adding a torrent with same hash ( Closes #747000 )
2012-02-19 20:01:11 +02:00
Christophe Dumez
a53a70742d
Drop support for libtorrent v0.14.x
2012-02-18 16:44:20 +02:00
Christophe Dumez
b43e641d21
Remove misc::removeEmptyFolder()
2012-02-18 13:38:48 +02:00
Christophe Dumez
c25586b500
Remove misc::safeRemove(): shouldn't be needed
2012-02-18 12:49:05 +02:00