1290 Commits (e5be05584e8168dfe5b65f3543e3348e9bb22a9a)

Author SHA1 Message Date
Chocobo1 459cdf6071
Fix assertion fail 6 years ago
Evgeny Lensky 62c72091ce
Change "Add new torrent" dialog to horizontal layout 6 years ago
Chocobo1 c6f3da1097
Improve removeIf() to support set types 6 years ago
Chocobo1 5aaf040300
Remove libtorrentfwd.h 6 years ago
Chocobo1 3955eef50d
Change to `lt` namespace 6 years ago
Chocobo1 4b263f057d
Use newer libtorrent API 6 years ago
Chocobo1 677a419f0b
Use upstream defined namespace 6 years ago
Chocobo1 bd8d70bf60
Refactor HTTP query parsing 6 years ago
Chocobo1 69d29af097
Fix '+' char not decoded to space correctly 6 years ago
Matan Bareket bd2d636bb5 Download RSS enclosure element if no proper MIME type is found 6 years ago
Chocobo1 ae793b7395
Use upstream defined namespace alias 6 years ago
Chocobo1 56434fc8b9
Replace obsoleted QDateTime::fromTime_t() 6 years ago
Chocobo1 3f962ba336
Fix displaying invalid creation date 6 years ago
Chocobo1 3f10ac55a3
Migrate to update-to-date libtorrent functions 6 years ago
Chocobo1 aaed5f7fe0
Remove unused headers 6 years ago
Chocobo1 44e4a5b13a
Avoid performance penalty from type erasure 6 years ago
Chocobo1 a2a669572c
Use QSet for tracking server connections 6 years ago
Chocobo1 a35b6cc8dd
Remove closed connections immediately 6 years ago
Chocobo1 41773a5465
Fix unsafe type narrowing 6 years ago
thalieht 2f3b7642c2 Show user friendly size in error 6 years ago
thalieht 25102b9c5d Increase the download size limit to 100 MiB 6 years ago
Chocobo1 d86a984e25
Correctly handle '+' sign in x-www-form-urlencoded data 6 years ago
Vladimir Golovnev (Glassez) ead078a38e
Add preliminary support of libtorrent v1.2 6 years ago
Chocobo1 04fd6e9d04
Avoid performance penalty when logger is full 6 years ago
thalieht 4c53447d35 Remove the max half-open connections option from GUI 6 years ago
Vladimir Golovnev (Glassez) 4ee6a0ba29
Use Qt-provided HTTP redirection handling 6 years ago
Vladimir Golovnev (Glassez) 746916a963
Use DownloadHandler behind the scenes 6 years ago
Vladimir Golovnev (Glassez) 6cb15706f5
Reduce number of DownloadManager signals 6 years ago
Chocobo1 adbd34c795
Move helper functions to Utils::Gui namespace 6 years ago
sledgehammer999 5c63ad3b95
Raise minimum Qt version to 5.9.0 6 years ago
Chocobo1 6dab93f7fd
Replace deprecated QDesktopWidget class 6 years ago
Chocobo1 c657134344
Replace deprecated QSslSocket::setDefaultCiphers() 6 years ago
Chocobo1 168d3fbdac
Replace deprecated trUtf8() 6 years ago
thalieht 77aea3c59e Add const to a few pointer arguments 6 years ago
thalieht ce437817de Make various minor changes 6 years ago
thalieht 89dce36e98 Use uniform initialization on some default arguments 6 years ago
thalieht 8a19a0d4a0 Remove const in declarations' arguments that are passed by value 6 years ago
thalieht 70f1537d9f Add const to almost all remaining vars and arguments that qualify 6 years ago
Chocobo1 5e3fddf456
Replace QScopedPointer with std::unqiue_ptr 6 years ago
Chocobo1 8fe1ff87f1
Limit DownloadHandler max redirection to 20 6 years ago
thalieht 86df25a3e9 Remove some unused stuff 6 years ago
thalieht 8c944bd4e1 Avoid repeating the return type 6 years ago
thalieht d8cbc9266a Use 'auto' to avoid duplicating the type name 6 years ago
Chocobo1 409557ef30
Clean up code 6 years ago
thalieht 8a3f942385 Don't use 'else' after return/break 6 years ago
Chocobo1 313a95bdd1
Log DownloadManager SSL errors 6 years ago
thalieht 445adb0ab4 Convert pass-by-value arguments to const refs where applicable 6 years ago
thalieht ca3ce87e06 Add const to many vars and arguments 6 years ago
Chocobo1 79d7ba8205
Fix wrong arg placeholder 6 years ago
Chocobo1 364a837dbd
Revise comments about C++14 6 years ago