1290 Commits (e5be05584e8168dfe5b65f3543e3348e9bb22a9a)

Author SHA1 Message Date
Chocobo1 84bc011df5
Code formatting 8 years ago
sledgehammer999 b5f81a34cb
Use new create_torrent constructor were available. 8 years ago
Eugene Shalygin be8eab4e54 Disable proxy in WebUI HTTP server. Closes #6349. 8 years ago
Chocobo1 511796f74e Replace rand() by a true uniform distribution generator 8 years ago
Chocobo1 c7d10dc091 Turn off port forwarding of WebUI by default for GUI users 8 years ago
Tim Delaney a844ccb06a Cache rule regular expressions for performance 8 years ago
Tim Delaney f9abd254f4 Use Perl-compatible regexes for RSS rules. Closes #6367. 8 years ago
falco ee239ddd1e fix queue overload for add torrent at session start 8 years ago
Chocobo1 4ad541d066 Fix coverity issues 8 years ago
Chocobo1 cab10aa7b4 Use QString::toStdString() 8 years ago
sledgehammer999 5046c36458
Immediately update torrent_status after manipulating super seeding mode. Partially fixes #6072. 8 years ago
Tim Delaney c0339d4f6a Fix regex RSS matching. Closes #6337. 8 years ago
dzmat b167b4174e reduce methods accessibility from public to private 8 years ago
Tim Delaney 5d185f1fcd Fix compilation error on Qt<5.4. Closes #6170. 8 years ago
Eugene Shalygin 13d9dea8ac cmake: make LibtorrentRasterbar::LibTorrent public dependency of qbt_base 8 years ago
Falco 84759d4f20 fix index overflow for torrents with invalid meta data or empty progress 8 years ago
thalieht f8213f5d56 friendlyUnit: Properly replace spaces with non-breaking spaces 8 years ago
thalieht 311b060c70 Increased number of digits after the decimal point for Gibibytes and above 8 years ago
sledgehammer999 f4fa000ba3
Polish previous commit. 8 years ago
Chocobo1 0517a3eb63 Fix rss icon too large in rss settings dialog 8 years ago
Chocobo1 a2bb947dcc After files relocate, don't remove the old folder even if it is empty. 8 years ago
Chocobo1 fa45ba102c Refactor 8 years ago
Chocobo1 e37a696e7d Refactor 8 years ago
Chocobo1 72a6f7ae24 Use the numbers from tracker scrape response. Closes #5048, #6117. 8 years ago
sledgehammer999 a092cb9bda
Remove settings to exchange trackers. It wasn't used by non-libtorrent clients. Also it has a privacy risk and you might be DDoSing someone. DHT makes it obsolete anyway. 8 years ago
Eugene Shalygin b6e64c13d8 Fetch torrent status when generating final fastresume data 8 years ago
Eugene Shalygin 6cd233dd61 Add queue repair code 8 years ago
Eugene Shalygin 4c13f155ff Do not remove added files unconditionally. Closes #6248 8 years ago
Eugene Shalygin de403dcd9d Workaround problem with moc from Qt4 and #if 8 years ago
sledgehammer999 c384cc8c8c
Move new icons to their own theme folder. 8 years ago
Eugene Shalygin 7b594a635e Set upper version limit for QTBUG-52633 8 years ago
Tim Delaney 70ce12372d Follow project coding style. Issue #2192. 8 years ago
Tim Delaney 2244b7cb66 RSS episode filter refactoring and logging (prep for later commits). 8 years ago
Chocobo1 bc41e2034c Fix warning: unused parameter ‘action’ [-Wunused-parameter] 8 years ago
sledgehammer999 4f59caf3ca Fix share ratio limiting. Broken by commit 259b5e51c4. Closes #6039 #6048. 8 years ago
Eugene Shalygin 9a123c42c3 Add a workaround for QTBUG-52633, qBt issue #5073 8 years ago
sledgehammer999 283511116e New translations: Icelandic, Latvian, Malay, Occitan, Uzbek 8 years ago
sledgehammer999 d88ec48468 Polish previous commit. 8 years ago
dzmat abeff99ba0 minimizing the number of warnings about deprecated auto_ptr 8 years ago
Chocobo1 5cf86d3677 Change Utils::Fs::freeDiskSpaceOnPath() signature 8 years ago
thalieht b2144f7928 SearchTab: use saveSettings() and loadSettings() to handle header state 8 years ago
sledgehammer999 0d1b70e248 Decouple dependency between Session and BandwidthScheduler during Session init. Closes #6007. 8 years ago
Chocobo1 ab187f06da Fix unused variable warnings 8 years ago
Chocobo1 0b313e0bc3 Remove unused variable 8 years ago
Chocobo1 7f2f78a816 Simplify #if expression 8 years ago
Chocobo1 e1c9e3b9ed Fix memory leak 8 years ago
Chocobo1 5608827429 Simplify function call 8 years ago
Chocobo1 5d2d22a218 Fix warning C4090. 8 years ago
Chocobo1 11c2ee81c1 Fix warning C4267. 8 years ago
Chocobo1 cffa729ac5 Put temp files in .qBittorrent directory. Closes #4462. 8 years ago