summaryrefslogtreecommitdiffstats
path: root/src/network/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/4.7' into HEADOlivier Goffart2010-05-193-5/+1
|\
| * Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-05-173-5/+1
| |\
| | * QHostInfo: Remove unused includesRitt Konstantin2010-05-053-5/+1
| | * Don't rely on tryStart() to do job control.Thiago Macieira2010-04-201-4/+2
* | | doc: Fixed many broken links.Martin Smith2010-05-191-2/+2
|/ /
* | QHostInfo: Avoid one tiny copy of QHostInfo object when emittingMarkus Goetz2010-05-051-1/+1
* | QHostInfo: Emit postponed lookup results when finishing currentMarkus Goetz2010-05-052-0/+14
* | QHostInfo: Immediately delete aborted lookup requests.Markus Goetz2010-05-051-0/+17
* | 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-202-5/+20
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.7Alexis Menard2010-03-252-0/+4
|\ \ | |/
| * Stop QHostInfo thread pool when application is about to exitBradley T. Hughes2010-03-222-0/+4
* | 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-062-11/+182
|\ \ | |/
| * 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-022-7/+154
| * 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-242-2/+4
|/
* Call cheaper clear() instead of assigning new QString()Markus Goetz2010-01-281-2/+2
* Fix some foreach usage to use const refsMarkus Goetz2010-01-281-2/+2
* Update copyright year to 2010Jason McDonald2010-01-0625-25/+25
* Change QHostInfo to use 5 parallel lookup threadsMarkus Goetz2009-12-173-194/+257
* Fix QWindowsSystemProxy::initMarkus Goetz2009-11-241-1/+4
* QHostInfo: do not wait forever on cleanupPeter Hartmann2009-11-041-2/+4
* Merge branch '4.5' into 4.6Thiago Macieira2009-10-161-1/+6
|\
| * QNetworkProxyFactory: Never return empty list on windowsMarkus Goetz2009-10-161-1/+6
* | Fix QHostInfo IP resolution when there's no reverse for the IP.Thiago Macieira2009-10-092-50/+30
* | API review: change function name to setUseSystemConfiguration.Thiago Macieira2009-10-062-3/+3
* | Fix tr-Errors/remove QObject::tr(), mainly in ScriptToolsFriedemann Kleint2009-09-291-1/+1
* | Merge commit 'origin/4.5' into 4.6Andreas Aardal Hanssen2009-09-281-0/+3
|\ \ | |/
| * QHostAddress: Clarification about DNSMarkus Goetz2009-09-251-0/+3
| * Update license headers again.Jason McDonald2009-09-0824-96/+96
* | Removed a debug output that was a bit annoyingThorbjørn Lindeijer2009-09-151-2/+1
* | Update license headers again.Jason McDonald2009-09-0926-104/+104
* | QHostInfoPrivate: Uninitialized intMarkus Goetz2009-09-041-2/+3
* | Performance: don't call WinHttpGetProxyForUrl for a file URL (e.g. from webkit)David Faure2009-08-311-1/+6
* | Update license header for new file from merge requestThiago Macieira2009-08-311-14/+14
* | Add QNetworkProxyFactory::setUseSystemConfigurationEnabled(true)David Faure2009-08-313-0/+110
* | Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-311-13/+13
* | Merge branch '4.5' into 4.6Thiago Macieira2009-08-3124-312/+312
|\ \ | |/
| * Update tech preview license header.Jason McDonald2009-08-3124-312/+312
| * Update URL of online documentation.Jason McDonald2009-08-111-1/+1
| * Update license headers.Jason McDonald2009-08-1124-24/+24
* | Merge commit 'qt/master'Jason Barron2009-08-203-19/+41
|\ \
| * | compile fix for WindowsJoerg Bornemann2009-08-201-0/+1
| * | Fix literal IPv6 hostname resolution in QHostInfo.Thiago Macieira2009-08-203-19/+40
* | | Changed names and URLs to reflect name change.axis2009-08-191-1/+1
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicJason Barron2009-08-181-15/+11
|\ \ \