aboutsummaryrefslogtreecommitdiffstats
path: root/src/kvilib/net/KviDnsResolver.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Convert 0s and NULLs to nullptrGravatar IceN9ne2018-12-031-1/+1
|
* Apply all modernize-* fixes from clang-tidy except for modernize-use-autoGravatar Alexey Sokolov2018-11-141-1/+1
|
* Cleanup included filesGravatar IceN9ne2016-10-281-0/+1
|
* KviDnsResolver: Refactor KviPointerList into std::vectorGravatar staticfox2016-08-031-35/+16
| | | | Remove unused code
* cleanups: remove more dead code odd spacesGravatar un1versal2016-05-071-12/+0
|
* Apply clang-tidy: modernize-use-defaultGravatar Alexey Sokolov2016-04-301-2/+1
|
* Apply clang-tidy: modernize-use-nullptrGravatar Alexey Sokolov2016-04-301-8/+8
|
* Apply clang-formatGravatar Alexey Sokolov2016-04-291-101/+139
|
* 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-1/+1
|
* - massive trailing whitespace cleanup (yes, one of these "you can hate me ↵Gravatar Robert Förster2014-11-211-2/+2
| | | | | | | | | 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
* more work killing QString helpersGravatar Elvio Basello2011-01-101-1/+1
| | | | 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-2/+2
| | | | | | | | | strings have changed!; updated translation files; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5328 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Unlike KviThread, QThread needs to be waited() for before deletion. Also a ↵Gravatar Szymon Tomasz Stefanek2011-01-071-6/+19
| | | | | | small fix in the channels join dialog. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5311 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Fix a warningGravatar Szymon Tomasz Stefanek2011-01-041-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5298 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Add the code for a new KviDnsResolver that doesn't rely on the OS native ↵Gravatar Szymon Tomasz Stefanek2011-01-041-0/+6
| | | | | | APIs. Unfortunately QHostInfo::lookupHost() doesn't seem to correctly support IPv6 yet, so we can't enable it now. Check again later. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5294 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Convert the dns resolver to use QThread instead of KviThread. Next step is ↵Gravatar Szymon Tomasz Stefanek2011-01-041-17/+25
| | | | | | to convert it to use QHostInfo at all... git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5293 17fca916-40b9-46aa-a4ea-0a15b648b75c
* reworder KviError stuffGravatar Elvio Basello2010-12-301-30/+33
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5266 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/+445
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5233 17fca916-40b9-46aa-a4ea-0a15b648b75c