aboutsummaryrefslogtreecommitdiffstats
path: root/src/kvilib/net/KviHttpRequest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix error handling of QSslSocket (#2718)Gravatar ctrlaltca2025-10-101-2/+2
|
* Change HTTP redirect limit to 20.Gravatar Andrio Celos2019-09-011-1/+1
| | | | This is the redirect limit used by Chrome. The previous limit of 2 was causing problems with some sites.
* Convert 0s and NULLs to nullptrGravatar IceN9ne2018-12-031-1/+1
|
* KviHttpRequest: Fix potential null pointer dereferenceGravatar IceN9ne2018-09-041-2/+2
|
* KviHttp: support relative redirects; fix #2398 (#2399)Gravatar ctrlaltca2018-09-041-3/+14
| | | | | | | | | | | * mac: fix plugin installation * c++11: fix some compiler warnings * KviHttp: support relative redirects; fix #2398 KviUrl: permit modification of the url KviHttpRequest: check for relative redirects and change the url's path
* Cleanup included filesGravatar IceN9ne2016-10-281-6/+8
|
* cleanups: remove more dead code odd spacesGravatar un1versal2016-05-071-91/+41
|
* Cleanup random separators with no commentsGravatar un1versal2016-05-061-2/+0
|
* Apply clang-tidy: modernize-use-nullptrGravatar Alexey Sokolov2016-04-301-9/+9
|
* Apply clang-formatGravatar Alexey Sokolov2016-04-291-131/+149
|
* typo fix in functions/variables/options: Estabilished -> EstablishedGravatar un1versal2016-04-131-1/+1
|
* copyright headers: fix broken boilerplate wording linkss -> terms and ↵Gravatar un1versal2015-11-281-1/+1
| | | | opinion -> option
* Copyright Headers: Cosmetic typos irc -> IRCGravatar un1versal2015-10-281-1/+1
|
* Kvi(Various).cpp Capitalization punctuation, typos fixesGravatar un1versal2015-10-221-2/+2
|
* Add support for avatars over https. Add support for redirects in ↵Gravatar Szymon Tomasz Stefanek2015-09-191-35/+105
| | | | KviHttpTransfer/http.get. Fixes #1604
* - massive trailing whitespace cleanup (yes, one of these "you can hate me ↵Gravatar Robert Förster2014-11-211-12/+12
| | | | | | | | | for that" commits) - apply patch by d00p: show the correct protocol version instead of just "SSLv3/TLSv1", thanks! - fix compilation on qt 5.4 on windows git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6398 17fca916-40b9-46aa-a4ea-0a15b648b75c
* qt5 support (sip): code only, no touch to build system by nowGravatar Fabio Bas2012-09-251-2/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6251 17fca916-40b9-46aa-a4ea-0a15b648b75c
* assume qt has been compiled with the same kvirc ssl optionGravatar Fabio Bas2012-01-291-3/+11
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6063 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Fix restant strings from previous commit and update .po filesGravatar José Melo2011-04-041-2/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5745 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Clarify an error message in the http engineGravatar Szymon Tomasz Stefanek2011-04-041-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5743 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Load translation catalogues 'on-the-fly' from the default locale directoryGravatar Szymon Tomasz Stefanek2011-03-231-3/+3
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5671 17fca916-40b9-46aa-a4ea-0a15b648b75c
* more work killing QString helpersGravatar Elvio Basello2011-01-101-2/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5336 17fca916-40b9-46aa-a4ea-0a15b648b75c
* killed some QString helpers. Pay attention to the localizations: format ↵Gravatar Elvio Basello2011-01-101-3/+3
| | | | | | | | | strings have changed!; updated translation files; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5328 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Convert the dns resolver to use QThread instead of KviThread. Next step is ↵Gravatar Szymon Tomasz Stefanek2011-01-041-1/+2
| | | | | | to convert it to use QHostInfo at all... git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5293 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Some fixes for the http requestGravatar Szymon Tomasz Stefanek2010-12-301-12/+19
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5271 17fca916-40b9-46aa-a4ea-0a15b648b75c
* The http request now uses Qt sockets.Gravatar Szymon Tomasz Stefanek2010-12-301-195/+349
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5269 17fca916-40b9-46aa-a4ea-0a15b648b75c
* reworder KviError stuffGravatar Elvio Basello2010-12-301-2/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5266 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More file splittingGravatar Szymon Tomasz Stefanek2010-12-291-582/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5259 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More renames, fix the spelling of KVIrc etc...Gravatar Szymon Tomasz Stefanek2010-12-291-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5254 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Yet more renaming and cleanupGravatar Szymon Tomasz Stefanek2010-12-271-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5236 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More renaming & cleanup.Gravatar Szymon Tomasz Stefanek2010-12-261-0/+1432
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5233 17fca916-40b9-46aa-a4ea-0a15b648b75c