170 Commits (7d0581a7a505d4a1790b0c6c5a57e794de22035b)

Author SHA1 Message Date
Christophe Dumez a5f6663e65 - BUGFIX: Fixed deletion of subfolders when deleting torrents from hard drive 17 years ago
Christophe Dumez 96a6f450d0 - Make use of this: added option to delete files from disk as a torrent is removed (libtorrent) 17 years ago
Christophe Dumez a26333bc65 - BUGFIX: Now filtered don't appear on hard drive anymore (libtorrent >= r1659 REQUIRED) 17 years ago
Christophe Dumez 4f25e6c769 - Another attempt to fix compilation on FreeBSD 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 229927bbe9 - BUGFIX: Fixed file preview and improved previewable files detection 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 21908e0a03 - Optimized function that transform a number of seconds to a duration(days, hours, minutes, secs) 17 years ago
Christophe Dumez 6ecb45d661 - Code optimization using initialization lists 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 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 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 31abae33a1 - Improved the way menu icons are installed to avoid problems on some systems (Thanks JanCR for reporting this) 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 99a58b9208 - Removed a useless function 17 years ago
Christophe Dumez 570296c29e - Multithreaded deletionThread (harmonized with deleteThread) 17 years ago
Christophe Dumez f07b0eed61 - Removed useless function 17 years ago
Christophe Dumez 8fdc59c37c - Optimized Bittorrent class for faster compilation 17 years ago
Christophe Dumez dbc084dd66 - Improved debug output 17 years ago
Christophe Dumez c6285d8f67 - Improved start/Pause & start_all/pause_all functions 17 years ago
Christophe Dumez f839d6fe41 - Improved trackers errors code a lot and moved it to Bittorrent class 17 years ago
Christophe Dumez 9cbab8d63e -FEATURE: Url seeds are now displayed in torrent properties and are editable 17 years ago
Christophe Dumez a0e32fefd7 - Fixed compilation warnings 17 years ago
Christophe Dumez 93938d8597 - still optimizing includes 17 years ago
Christophe Dumez 325a588526 - Fixed some signals/slots (safer) 17 years ago
Christophe Dumez 1fb848e9ed - Added download from url handling in GUI (still missing: search plugin update and rss) 17 years ago
Christophe Dumez 7c8677d787 - Improved a lot downloading from url using libcommoncpp2 instead of libcurl 17 years ago
Christophe Dumez 86a0e68f46 - Added ratio column 17 years ago
Christophe Dumez 8df61db644 - Rollback to GNU GPLv2 because Qt4 is not compatible with GPLv3 :( 17 years ago
Christophe Dumez f0353e50b2 - Upload/download limits per torrent are now saved on restart. I can't test this feature yet though because libtorrent is crashing when I try to use it :) 17 years ago
Christophe Dumez 8c5d38400a - Allow to set global upload/download bandwidth limit from tray icon menu 17 years ago
Christophe Dumez 54f9375b32 - Update to GNU GPL v3 17 years ago
Christophe Dumez 18ec98c3fb - Reloading a torrent only when necessary (properties, when files are filtered but full allocation mode is disabled) 17 years ago
Christophe Dumez c8e4894d85 - Fixed size update when filtering files in a torrent (broken in svn) 17 years ago
Christophe Dumez c11e5e8b12 - Blocked users (by ipfilter) are now logged in GUI 17 years ago
Christophe Dumez d12e510fad Improved start_All and resume_All functions to detect if a torrent's state changed or not. This way, it doesn't flood the GUI if the user keeps on clicking on those buttons 17 years ago
Christophe Dumez 9bde00b7de Improved ETA calculation 17 years ago
Christophe Dumez 80f61880b7 made ETA calculation more reliable 17 years ago
Christophe Dumez 55538934e0 A better fix for progress column sorting on restart (still untested, gtsoul please check) 17 years ago
Christophe Dumez 568b2ddf75 Progress of paused torrents is now correct on restart 17 years ago
Christophe Dumez c39da36cca - Added Encryption support! 18 years ago
Christophe Dumez 7fad742e99 - Fixed compiling with latest libtorrent svn 18 years ago
Christophe Dumez 2196fcc911 - Supports SOCKS5 proxies as well as HTTP ones 18 years ago