summaryrefslogtreecommitdiffstats
path: root/src/network/kernel
Commit message (Expand)AuthorAgeFilesLines
* Network Proxy Query: Fix memleak on OS XMarkus Goetz2010-07-161-1/+4
* Autotest: add a small, boring test for QAuthenticatorThiago Macieira2010-07-151-1/+1
* Add documentation for the QAuthenticator options.Thiago Macieira2010-07-151-2/+40
* Expose the QAuthenticator map of options in the API.Thiago Macieira2010-07-153-3/+50
* Add a QAuthenticatorPrivate parsing for the headers without QHttpResponseHeaderThiago Macieira2010-07-152-13/+27
* Fixing merge conflicts.Martin Smith2010-07-131-5/+7
|\
| * Doc: Removed links to Qt3 support in QHostAddressGeir Vattekar2010-07-121-5/+7
* | Add NTLMv2 authentication support to QAuthenticator.Thiago Macieira2010-07-091-7/+279
|/
* Network: Optimize HTTP proxy lookup on WindowsMarkus Goetz2010-07-051-5/+32
* Merge branch '4.6-s60' into 4.7-s60axis2010-06-241-0/+14
|\
| * Fix QTBUG-8687.Aleksandar Sasha Babic2010-06-181-3/+8
| * Debug prints and another attempt to fix QTBUG-8687 for N8.Aleksandar Sasha Babic2010-06-181-0/+9
* | Doc: Added details of a system proxy limitation on Windows.David Boddie2010-06-071-5/+27
* | 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