summaryrefslogtreecommitdiffstats
path: root/src/network/kernel/qhostinfo.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| | * QHostInfo: fix a race condition on QHostInfoCache::enabledMarc Mutz2019-07-091-14/+1
| | * QHostInfo: fix a race condition on wasDeletedMarc Mutz2019-07-051-7/+12
* | | QHostInfoRunnable: make the lookupFinished() call more robustMarc Mutz2019-07-091-8/+4
* | | QHostInfo: perform deferred cleanup (std::any_of)Marc Mutz2019-07-081-8/+1
* | | QtNetwork: port remaining uses of QMutex::Recursive to QRecursiveMutexMarc Mutz2019-07-061-1/+1
* | | Consolidate Unix and Windows implementations of QHostInfo::fromNameVolker Hilsheimer2019-04-301-0/+168
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-291-3/+8
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-281-3/+8
| |\|
| | * Document that QHostInfo does not guarantee to return all IP addressesVolker Hilsheimer2019-04-251-3/+8
* | | Remove remaining Q_DECL_NOEXCEPT/Q_DECL_NOTHROW usageAllan Sandfeld Jensen2019-04-041-2/+2
|/ /
* / doc: Fix all clang parse errors in QtBase during PCH buildMartin Smith2018-11-051-19/+10
|/
* wasm: enable Network for nothreadLorn Potter2018-09-281-1/+18
* doc: Add template clauses in qhostinfo.cppMartin Smith2018-01-121-3/+3
* Fix some qdoc warnings for 5.10Friedemann Kleint2017-06-201-1/+1
* Add swap and move operator to QHostInfoJesus Fernandez2017-05-161-0/+21
* Use static initialization for QBasicAtomicsMarc Mutz2017-02-161-1/+1
* Make some atomic counters zero-basedMarc Mutz2017-02-151-3/+7
* Add QHostInfo::lookupHost overload with modern connect syntaxJesus Fernandez2017-01-241-0/+148
* QtNetwork: replace Java-style iteratorsAnton Kudryavtsev2016-04-191-39/+46
* QHostInfo: optimize container usageAnton Kudryavtsev2016-03-131-24/+38
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Merge the multiple implementations of getting the local hostnameThiago Macieira2015-08-131-2/+14
* Fix bind+connect in both TCP and UDPThiago Macieira2015-03-041-0/+11
* Pass params of shareable type by const-ref rather than by valueKonstantin Ritt2015-02-131-1/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Avoid double cache lookup in QHostInfoCacheJędrzej Nowacki2015-01-131-2/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Replace Note: with \note in documentationKurt Pattyn2014-03-131-1/+1
* Increase the number of concurrent DNS lookups.Richard J. Moore2014-02-161-1/+1
* Allow QHostInfo::lookupHost() with no receiver to warm the DNS cache.Richard Moore2013-02-201-1/+8
* Increase the size of the QHostInfo cache.Richard Moore2013-02-061-2/+2
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* QtNetwork: use nullary version of qRegisterMetaType<T>("T")Marc Mutz2012-07-251-1/+1
* Doc: Modularize QtNetwork documentation.Casper van Donderen2012-05-091-6/+6
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Fixed build break when bearer is disabled.Xizhi Zhu2012-01-161-0/+2
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* network: remove Symbian specific codePeter Hartmann2011-11-141-43/+0
* Fix memory leak in QHostInfoShane Kearns2011-07-081-0/+1
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Fix compilationOlivier Goffart2011-05-101-1/+0
* Fixes warnings about unused variablesOlivier Goffart2011-05-101-0/+1
* Fix warnings on unused parameters and variablesThiago Macieira2011-05-101-1/+1
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+808