272 Commits (0433254ad8d9248d6ebe3fab053956a4a970fc69)

Author SHA1 Message Date
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
Christophe Dumez 5518144b26 - Improved resumeUnfinishedTorrents using a "*.torrent" filter 17 years ago
Christophe Dumez e66af5b271 - Improved files deletion in BT_backup (no more hard-coded extensions that are annoying when adding new ones) 17 years ago
Christophe Dumez 05a7ba4e38 - Fixed some bugs in italian translation 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 74b2b955c9 - Added some more debug in pause function 17 years ago
Christophe Dumez 620deb3b6a - Fixed a problem that happened sometimes with torrents to pause after checking 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 3ba3e12f93 - Fixed removing from finished list 17 years ago
Christophe Dumez a0e32fefd7 - Fixed compilation warnings 17 years ago
Christophe Dumez 1e64d0a3e4 - Added a lot of supported media extensions for preview (tried to be exhaustive but the best way would probably be to use mime types) 17 years ago
Christophe Dumez e4ab5ceb43 - Compile with -O2 optimization 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 38c6c63924 - Improved debug output 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 a4371e7f55 - Removed some debug 17 years ago
Christophe Dumez 9f3b9da24a - fixed a bug with full allocation mode, introduced yesterday 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 107d2c8e7b Fixed file filtering in a torrent 17 years ago
Christophe Dumez b1ed521d6b Fixed downloadFromUrl 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 0ec6af03c0 Fixed possible division by 0 17 years ago
Christophe Dumez 80f61880b7 made ETA calculation more reliable 17 years ago
Christophe Dumez dfa9965ed3 use a mutex for download list access (should fix sorting) 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