111 Commits (70beef9f944eabc888c23512ba262e54d2b04704)

Author SHA1 Message Date
Christophe Dumez 47c1908519 - Added some more debug 17 years ago
Christophe Dumez e1ead940be - Added some more debug 17 years ago
Christophe Dumez 862d24ac48 - FEATURE: Added an option to automatically delete torrents when they reach a given ratio (>= 1.0) 17 years ago
Christophe Dumez 078c80c81d - FEATURE: Added an option to set the max number of connections per torrent 17 years ago
Christophe Dumez cd70843ee9 - Totally redesigned program preferences 17 years ago
Christophe Dumez 9f36d521a4 - BUGFIX: Fixed deprecation warning with latest libtorrent svn 17 years ago
Christophe Dumez b582ec9480 - BUGFIX: Do not store and calculate ETA values for paused torrents 17 years ago
Christophe Dumez b5ccf05541 - BUGFIX: Do not store and calculate ETA values for finished torrents 17 years ago
Christophe Dumez b3c5e6cfa2 - Store less ETA values for each torrent in order to save memory 17 years ago
Christophe Dumez 229927bbe9 - BUGFIX: Fixed file preview and improved previewable files detection 17 years ago
Christophe Dumez 495d6f2bab - Save less trackers errors to save memory 17 years ago
Christophe Dumez 73c247fe10 BUGFIX: Fixed pause state toggle for paused and checking torrents 17 years ago
Christophe Dumez bd84cb197f - little optimization for torrentstopauseafterchecking 17 years ago
Christophe Dumez 57309c7d82 - Do not save paused torrents in a list anymore to save some memory 17 years ago
Christophe Dumez 27e76962d1 - Found a way not to use FullAllocationMode list in order to save memory in cpu 17 years ago
Christophe Dumez 057029787a - Added some asserts to check for overflows 17 years ago
Christophe Dumez cdfaed4fb4 BUGFIX: ETA was wrong for torrents with filtered files 17 years ago
Christophe Dumez 21908e0a03 - Optimized function that transform a number of seconds to a duration(days, hours, minutes, secs) 17 years ago
Christophe Dumez 01df4d3c81 - Use int instead of short where possible 17 years ago
Christophe Dumez 6ecb45d661 - Code optimization using initialization lists 17 years ago
Christophe Dumez 8f7de730cc - Added some more torrent_handle checking to be sure we don't use invalid ones 17 years ago
Christophe Dumez fd2ee35e92 - Do not save torrent related info in class destruction, this is too dangerous 17 years ago
Christophe Dumez 1bfc181cb2 - Better handing of .finished files (bittorrent class level instead of GUI level) 17 years ago
Christophe Dumez 28294efadf - Check if the hash read from the filename and from the torrent are the same and don't add it if it is different. Safer 17 years ago
Christophe Dumez 829c358f10 - fixed some bugs introduced recently 17 years ago
Christophe Dumez 35a9fab3b4 - Check if priorities file exists before trying to read it to avoid a warning message 17 years ago
Christophe Dumez 32c330092a - Merged splitGUI branch, GUI and download tab are now splitted. Code is a lot cleaner and easier to understand. I also fixed some bugs I found on the way :) 17 years ago
Christophe Dumez e82cb2188e - Made torrent deletion from hard-drive safer 17 years ago
Christophe Dumez cfacac7dbf - Add torrents in pause before applying settings to avoid race conditions 17 years ago
Christophe Dumez d8dd509a7b - Updated Russian translation 17 years ago
Christophe Dumez c9925eddb6 - Big code cleanup 17 years ago
Christophe Dumez 5231f5a22b - Rewrote a lot of code concerning finishedTorrents code. It was optimized and should be safer too 17 years ago
Christophe Dumez 04352cce3c - Fixed bad assert 17 years ago
Christophe Dumez b2867e97bf - Updated spanish translation 17 years ago
Christophe Dumez b4fbaaa47c BUGFIX: Improved incremental download 17 years ago
Christophe Dumez 13f21ef6cd - Make use of new torrent_checked_alert that was just included in libtorrent. This allowed to improve torrent that just finished checking handling and progress column sorting. Also allowed to optimize cpu/memory usage a little. 17 years ago
Christophe Dumez 36e87952fa - BUGFIX: Wait for torrent_paused_alert before reloading a torrent for full allocation mode 17 years ago
Christophe Dumez 12fd87ab85 - Removed some debug (didn't mean to commit that) 17 years ago
Christophe Dumez 31abae33a1 - Improved the way menu icons are installed to avoid problems on some systems (Thanks JanCR for reporting this) 17 years ago
Christophe Dumez aa4c53ec43 - Fixed assert so that it doesn't crash when we toggle paused state of a torrent several times and quickly 17 years ago
Christophe Dumez 44d61e0b9d - Fixed overflow that caused ratio to become negative 17 years ago
Christophe Dumez 320c125d17 - Added some more debug 17 years ago
Christophe Dumez 8b26b7fd48 - BUGFIX: Fixed progress column delayed sorting (after torrent finished checking) 17 years ago
Christophe Dumez f9c357b52d - Wait for torrent_paused_alert before saving fast resume data 17 years ago
Christophe Dumez b702bea806 - beta4 release 17 years ago
Christophe Dumez 190dc793ac - Should fix building with boost 1.33.1 17 years ago
Christophe Dumez 7469f97953 - Really enable UPnP/LSD/NAT-PMP (recently disabled as a default in libtorrent) 17 years ago
Christophe Dumez 58dc75fbcf - Fixed some slots connects in new deleteThread 17 years ago
Christophe Dumez 99a58b9208 - Removed a useless function 17 years ago
Christophe Dumez 570296c29e - Multithreaded deletionThread (harmonized with deleteThread) 17 years ago