summaryrefslogtreecommitdiffstats
path: root/src/network/kernel/qdnslookup_unix.cpp
Commit message (Expand)AuthorAgeFilesLines
* QDnsLookup: fix "Resolver functions not found" error on FreeBSDDavide Beatrici2019-04-061-13/+28
* Fix out of bounds reads in qdnslookup_unixTimur Pocheptsov2017-12-011-5/+22
* Use QT_CONFIG(library) instead of QT_NO_LIBRARYUlf Hermann2017-03-061-2/+4
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-061-1/+6
|\
| * Compile fix: OpenBSD does not have <arpa/nameser_compat.h>Ralf Nolden2016-06-011-1/+6
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-061-11/+6
|\|
| * Remove the use of QMutexPool in QHostInfo and QDnsLookupThiago Macieira2016-04-301-11/+6
* | Updated license headersJani Heikkinen2016-01-151-13/+19
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-181-2/+2
|\|
| * QtNetwork: Standardize error message about IPv6 addresses for nameservers.v5.6.0-beta1Friedemann Kleint2015-12-141-2/+2
* | Properly set (sa|sin|sin6)_len on Unix systems that need itThiago Macieira2015-12-051-0/+2
|/
* QtBase: remove explicit function info from qWarning() etcMarc Mutz2015-11-281-1/+1
* Update copyright headersJani Heikkinen2015-02-111-6/+6
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* QDnsLookup: Fix build with uClibcFatih Aşıcı2014-06-201-0/+2
* Fix QT_NO_LIBRARY compile in Unix DNS lookup implementation.Steffen Imhof2014-06-101-2/+2
* QDnsLookup: Add support for custom DNS serverMandeep Sandhu2014-02-161-1/+38
* Don't include <gnu/lib-names.h> when compiling with uClibcJorgen Lind2014-01-231-1/+1
* Fix loading of libresolv when the .so file (not .so.2) isn't installedThiago Macieira2013-10-161-2/+13
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-23/+23
* QDnsLookupRunnable: replace a volatile bool with an atomic intMarc Mutz2012-08-291-4/+4
* Make QtNetwork compile with qconfig smallJeremy Katz2012-07-011-0/+15
* Fix QDnslookup build on FreeBSDJeremy Lainé2012-02-011-3/+1
* Add support for DNS lookups using native APIsJeremy Lainé2012-01-301-0/+324