653 Commits (7af83ab704c995c035b7f6014869e8b7aa7db345)

Author SHA1 Message Date
Vladimir Golovnev (Glassez) 78d6b14fe8 Don't use deprecated torrent_info fields 8 years ago
Chocobo1 446b3307f9 Make method const 8 years ago
Chocobo1 b4baeaaf23 Pass arguemnts by const reference 8 years ago
Chocobo1 42c17ea5ce Fix argument name differ in definition & declaration 8 years ago
Chocobo1 3739bcc270 Initialize struct member 8 years ago
Vladimir Golovnev (Glassez) a36848b5c0 Forward add/remove child RSS Item as add/remove Articles 8 years ago
Vladimir Golovnev (Glassez) f8debdea67 Fix Item::unreadCountChanged() emit in wrong place 8 years ago
Vladimir Golovnev c1e3e2a745 Revert "Guard the flag used for deferred session configure." (#6733) 8 years ago
Chocobo1 7d1ac06ce2 Fix stack overflow in Utils::Gzip::decompress 8 years ago
Chocobo1 2258e4d5ed Fix automatedrssdownloader position 8 years ago
Chocobo1 933f9f1451 Fix optionsdlg position 8 years ago
Chocobo1 7eaa5987c8 Fix dialogs didn't position on the correct screen which qBittorrent window is on. Closes #1690, #2474, #3538. 8 years ago
Brian Kendall eba41978b0 Added command line arguments for specifying options when adding torrents 8 years ago
Frédéric Brière e8f6149a6d findIncompleteFiles(): Replace dir listing with individual checks. Closes #6265. 8 years ago
Eugene Shalygin c4e16aa820 cmake: set warning and error options 8 years ago
Vladimir Golovnev 93df0ef1d1 Move AddTorrentParams to its own header (#6712) 8 years ago
Vladimir Golovnev (Glassez) 160b7ff2d3 Remove torrent temp folder when torrent is deleted 8 years ago
Vladimir Golovnev (Glassez) c56b4a25bc Remove torrent temp folder if it becomes unneeded 8 years ago
Vladimir Golovnev (Glassez) 335443e6a0 Drop QThread::msleep wrapper 8 years ago
sledgehammer999 b71ee80ecd
Optimize P2P filter parsing too. 8 years ago
sledgehammer999 fd7e69e1e0
Add helper function for logging messages. 8 years ago
sledgehammer999 51cf6bd2a5
Optimize DAT filter parsing. Parse in memory and in place instead of copying strings around. 8 years ago
sledgehammer999 8f6e04d779
Using new IP parser provided by @evsh. It is faster and uses less memory. 8 years ago
sledgehammer999 f53dab8ad4
Output log messages for ip filter parsing errors. 8 years ago
sledgehammer999 05ab9fc355
Optimize ip filter parsing. 8 years ago
Vladimir Golovnev (Glassez) 3a3125ea2b Fix remove oldest article 8 years ago
Vladimir Golovnev (Glassez) c799923d7d Allow strip root folder using default settings 8 years ago
Vladimir Golovnev (Glassez) 711be50e9c Fix AddTorrentData field types 8 years ago
sledgehammer999 032eb12585
Remove whitespace. 8 years ago
sledgehammer999 3cdc6fb978
Fix compiler warnings. 8 years ago
zywo 51104a9fb4 Fix CMake build 8 years ago
Vladimir Golovnev (Glassez) 989a70fe60 Redesign RSS subsystem 8 years ago
Eugene Shalygin 14e168039c Use explicit class for search plugin versions 8 years ago
Chocobo1 0b5de9ff54 Temporary revert to the old behavior. 8 years ago
Chocobo1 a35c6426ab Specify lib requirement: zlib >= 1.2.5.2 8 years ago
Chocobo1 617f19e599 Revise Utils::Gzip::decompress 8 years ago
Chocobo1 302c8ba850 Revise Utils::Gzip::compress code 8 years ago
Chocobo1 94b496354b Rewrite rules for gzipping http response content 8 years ago
Chocobo1 4600e679d1 Implement robust acceptsGzipEncoding() 8 years ago
Chocobo1 129172453b Fix "Content-Encoding" header is always created. 8 years ago
Chocobo1 7d36c81949 Cleanup Http::responseGenerator() 8 years ago
Chocobo1 6cb2f05a6c Demote to helper function 8 years ago
Chocobo1 829e1399ca Convert Qstring to char arrays 8 years ago
Chocobo1 4b2266a8e2 Send Date http header 8 years ago
Chocobo1 9496b2a159 Always send Content-Length header. 8 years ago
Chocobo1 0b28fb6c6b Implement http persistence connection 8 years ago
Eugene Shalygin b06080e2e7 Replace platform-specific code in Private::DefaultProfile with QStandardPaths. 8 years ago
sledgehammer999 ae0ec716cb
Fix inverted check when applying the IP filter. 8 years ago
Vladimir Golovnev (Glassez) 22178f9997 Fix strip torrent root folder 8 years ago
Vladimir Golovnev (Glassez) 6d7d566cdf Fix TorrentHandle rootPath() and contentPath() methods 8 years ago