summaryrefslogtreecommitdiffstats
path: root/src/network/kernel
Commit message (Expand)AuthorAgeFilesLines
* QAuthenticator: Fix NTLMv2 credential caching of QNAMMarkus Goetz2010-10-272-6/+9
* Insert the result of QHostInfo::fromName into the hostinfo cache, too.David Faure2010-09-281-1/+4
* QHostInfo: Fix a crash when a new request is pushed while resolving.Jocelyn Turcotte2010-09-261-8/+11
* NTLM code: Save domain in different variableMarkus Goetz2010-09-102-9/+31
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-09-073-15/+17
|\
| * Ensure that we load system libraries from the correct location.Jan-Arve Sæther2010-09-033-15/+17
* | Update to the NTLM code.Thiago Macieira2010-08-311-19/+37
* | Keep the scopeid that getaddrinfo(3) returns to us.Thiago Macieira2010-08-241-1/+4
* | Correcting spelling mistakes in documentation. Part of fix for QTBUG-11938.Jerome Pasion2010-08-091-1/+1
* | 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