336 Commits (129172453bd5bbd3ff9c4060ef117f220340ee8f)

Author SHA1 Message Date
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
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
Vladimir Golovnev (Glassez) d413bc65ef Improve strip torrent root folder 8 years ago
sledgehammer999 4b2d8a7941 Setting for creating subfolder on multifile torrents. Closes #588. 8 years ago
Eugene Shalygin 21a72c651f Start up torrents after UI was created. Fixes #6454. 8 years ago
Eugene Shalygin a8d95dd8bd Save relative paths in fastresume files 8 years ago
Eugene Shalygin 0bf7fa15c1 Replace wrappers in base/utils/fs.h with Profile::SpecialFolders::location() 8 years ago
Eugene Shalygin 0f746ffd5a Add support for different configurations. Partially closes #465 8 years ago
Chocobo1 d1ee54f6ea Refactor: move methods under the same #if section. 8 years ago
Chocobo1 7f346b49a7 Refactor: move the validation of certificates & key functions under Server class 8 years ago
opengg db3158c410 [WebUI] bugfix: `RequestParser::splitMultipartData` drop extra trailing newline. 8 years ago
Eugene Shalygin 3091e03a95 Fix CMake build 8 years ago
Eugene Shalygin 3752d112fb Fix TorrentFileGuard::setAutoRemove() recursion problem. Closes #6488. 8 years ago
sledgehammer999 729fbb2e50
Change named of getter function. 8 years ago
sledgehammer999 be60b3e046
Change the user-agent format in the session.cpp too. 8 years ago
sledgehammer999 431658bee6
Fix race condition where there was a chance to allow all ips between reparsings of the ip filter. 8 years ago
Vladimir Golovnev (Glassez) 79e8f69fb6 Remove exception-suppress macros 8 years ago
Chocobo1 fa2128cbae Replace Utils::String::fromStdString() by QString::fromStdString() 8 years ago
Chocobo1 87384ca2a2 Replace Utils::String::toHtmlEscaped() by QString::.toHtmlEscaped() 8 years ago
Chocobo1 ffdcfe9686 Replace Utils::String::toStdString() by QString::toStdString() 8 years ago
Chocobo1 7539bee5c5 Remove remaining QBT_USES_QT5 defines. 8 years ago
dzmat 59de1af31b implemented UI for managment of locally banned IP list (Closes #1837 ) 8 years ago
Chocobo1 2091dfaa69 Follow http user-agent format 8 years ago
Chocobo1 cb1646be32 Prepend QBT_ for preprocessor variables 8 years ago
Eugene Shalygin 008d7dbedc Raise minimal Qt version to 5.5.1 8 years ago
Eugene Shalygin e64bb1de8c Drop Qt 4 support 8 years ago
Chocobo1 cae2f3059c Workaround thread_local not supported on OSX 8 years ago
Chocobo1 3b5e7eb0ea Fix compile error: ‘escape’ is not a member of ‘Qt’ 8 years ago
Chocobo1 ea9d65f377 Fix incomplete type compile error with Qt4 8 years ago
Chocobo1 6ca3e4f094
Add Utils::String::toHtmlEscaped 8 years ago
Chocobo1 7756dd80f3
[WebUI]: add X-XSS-Protection, X-Content-Type-Options, CSP header 8 years ago
ngosang f5ad04766f
[WebUI] Avoid clickjacking attacks 8 years ago
Chocobo1 f9c39e3dac
[WebUI]: exclude insecure ciphers 8 years ago
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