summaryrefslogtreecommitdiffstats
path: root/src/network/kernel/qhostinfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-311-13/+13
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* Increase the size of the QHostInfo cache.Richard Moore2013-04-241-2/+2
* Allow QHostInfo::lookupHost() with no receiver to warm the DNS cache.Richard Moore2013-04-241-1/+8
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* QNetwork: fix compilation with "-no-feature-bearermanagement"Martin Petersson2012-02-271-0/+2
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Merge branch 4.7 into qt-4.8-from-4.7Qt Continuous Integration System2011-07-091-0/+1
|\
| * Fix memory leak in QHostInfoShane Kearns2011-07-071-0/+1
| * Update licenseheader text in source filesJyri Tahtela2011-05-131-17/+17
* | Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* | Fix warnings on unused parameters and variablesThiago Macieira2011-04-261-1/+1
* | Fix typo in class nameShane Kearns2011-04-051-8/+8
* | QHostInfo: Fix compilation with non-symbianMarkus Goetz2011-03-221-0/+9
* | Implement network session support for synchronous QHostInfoShane Kearns2011-03-221-0/+14
* | Add explicit network session support for async QHostInfoShane Kearns2011-03-181-1/+9
* | Implementation of async DNS lookup.Aaron Tunney2011-03-171-6/+47
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-171-1/+1
|\|
| * Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
| * Change QHostInfoCache to use QElapsedTime instead of QTime.Niklas Kurkisuo2011-01-101-1/+1
* | QHostInfoCache: Use QElapsedTime instead of QTimeNiklas Kurkisuo2011-01-061-1/+1
* | Merge remote branch 'origin/4.7' into master-from-4.7Rohan McGovern2010-10-041-1/+4
|\|
| * Insert the result of QHostInfo::fromName into the hostinfo cache, too.David Faure2010-09-281-1/+4
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-09-281-8/+11
|\|
| * QHostInfo: Fix a crash when a new request is pushed while resolving.Jocelyn Turcotte2010-09-261-8/+11
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-131-1/+1
|\|
| * Correcting spelling mistakes in documentation. Part of fix for QTBUG-11938.Jerome Pasion2010-08-091-1/+1
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-05-191-4/+29
|\|
| * Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-05-171-4/+0
| |\
| | * QHostInfo: Remove unused includesRitt Konstantin2010-05-051-4/+0
| | * Don't rely on tryStart() to do job control.Thiago Macieira2010-04-201-4/+2
| * | QHostInfo: Emit postponed lookup results when finishing currentMarkus Goetz2010-05-051-0/+12
| * | QHostInfo: Immediately delete aborted lookup requests.Markus Goetz2010-05-051-0/+17
* | | Remove QT_NO_THREAD support for QHostInfoMarkus Goetz2010-05-181-24/+2
|/ /
* | Don't rely on tryStart() to do job control.Thiago Macieira2010-04-261-4/+2
* | [tst_qhostinfo] Properly clean up the cache and lookup threads.Thiago Macieira2010-04-201-4/+18
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.7Alexis Menard2010-03-251-0/+1
|\|
| * Stop QHostInfo thread pool when application is about to exitBradley T. Hughes2010-03-221-0/+1
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-03-151-1/+1
|\|
| * QHostInfo: Compile fixMarkus Goetz2010-03-081-1/+1
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Rohan McGovern2010-03-071-11/+150
|\|
| * Document some stuff in QHostInfo and QAbstractSocketMarkus Goetz2010-03-041-0/+7
| * DNS Cache: Also check inside the DNS threadsMarkus Goetz2010-03-041-6/+18
| * Add DNS caching to QHostInfoMarkus Goetz2010-03-021-7/+122
| * QHostInfo: Forgot to free some stuff on application exit.Markus Goetz2010-03-011-0/+5
* | Remove QObject::tr() in the network module code.Friedemann Kleint2010-02-241-1/+1
|/
* Update copyright year to 2010Jason McDonald2010-01-071-1/+1
* Change QHostInfo to use 5 parallel lookup threadsMarkus Goetz2009-12-171-96/+201