156 Commits (ecd5c1fcc3c87261ab114641d90b68c74e34f41d)

Author SHA1 Message Date
Christophe Dumez 14646d0f9e Rewrote folder scanning code (Now uses a filesystem watcher) 16 years ago
Christophe Dumez 3164337c3c - Some more cleanup 16 years ago
Christophe Dumez b984c309ff - removed no longer needed pointer 16 years ago
Christophe Dumez 9618056b4e - Added support for 2 new extensions (uTorrent metadata and smart ban plugin) 16 years ago
Christophe Dumez 3282e1bcc9 - Save and load session state to remember it over different sessions 16 years ago
Christophe Dumez e5b6a5605a - ETA calculation now relies on average speed over all sessions 16 years ago
Christophe Dumez 9b67807926 - Queueing system should work fine now (port is complete, needs testing) 16 years ago
Christophe Dumez f3729fbae6 - Use libtorrent queueing system (probably buggy and queueing currently does not work for seeds) 16 years ago
Christophe Dumez 82706141cf Ratio calculation improvement: make usage of new all_time_upload and all_time_download variables in torrent_status. 16 years ago
Christophe Dumez 764b4e72ca - rough port to libtorrent v0.14.0. This is probably buggy but it compiles without warnings 16 years ago
Christophe Dumez 96c38f7be4 - Updated Russian translation 16 years ago
Christophe Dumez 697c275d83 - Fixed torrent queueing system (finally) 16 years ago
Christophe Dumez 0879f2c0ca - Totally rewritten Web UI list refresh system (fixed memory leak) 16 years ago
Christophe Dumez b1c73cb401 - Split download and upload lists in Web UI 16 years ago
Christophe Dumez 86024c6c74 - merge from stable branches (WebUI fixes) 16 years ago
Christophe Dumez 95ecaec11e - Sync with stable branch (lot of bug fixing) 16 years ago
Christophe Dumez 43dcbf776b Use QPointer when interesting 16 years ago
Christophe Dumez f0049f1dae - Removed logging panel for now. It will be replaced by a seperate dialog in order to simplify the default UI. 16 years ago
Christophe Dumez ff26ea94f5 - Queued torrents are now identified in Web UI 16 years ago
Christophe Dumez bb959ba465 BUGFIX: Disable ETA calculation when ETA column is hidden 16 years ago
Christophe Dumez 15ce9a7369 - Queueing systems now updates the number of active torrents in tab titles 16 years ago
Christophe Dumez 4b8532ea2d - Bug fix in session configuring (queueing) 16 years ago
Christophe Dumez 20ae3d997c - extending Queueing system to seeding list (unfinished) 16 years ago
Christophe Dumez d29cc3325b - Started to work on queueuing 16 years ago
Christophe Dumez 711699e200 - COSMETIC: Display "unpaused/total_torrent" in download/upload tabs 17 years ago
Christophe Dumez fc931d8c88 - FEATURE: Allow to customize folder scan interval 17 years ago
Christophe Dumez 7463552dcd - BUGFIX: Threadified IP filter file parser to avoid GUI freeze 17 years ago
Christophe Dumez 5af8bddc16 - Web interface by Ishan Arora 17 years ago
Christophe Dumez 0dd84c37a1 - Commit some tracker changes. Work is not completed and this is probably buggy. I will complete this later. 17 years ago
Christophe Dumez 8d1f1512b0 - Fixed UPnP messages 17 years ago
Christophe Dumez c6abdacadd - Threadified torrent creation 17 years ago
Christophe Dumez f7fa66c65d - Improved a lot ETA calculation algorithm 17 years ago
Christophe Dumez 64bfdf930c - Fixed not destructing libtorrent session bug 17 years ago
Christophe Dumez 4f989b674f - Do not save fastresume data for paused torrents anymore 17 years ago
Christophe Dumez 7982011d0b - Do not save fastresume data regularly for seeding torrents 17 years ago
Christophe Dumez 3ef0c82a8c - Do no pause torrents before saving fastresume data anymore (no longer needed) 17 years ago
Christophe Dumez 8ea34135e4 - BUGFIX: Catching DHT exception in case there is a problem 17 years ago
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