summaryrefslogtreecommitdiffstats
path: root/src/network/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-301-1/+4
|\
| * Keep the scopeid that getaddrinfo(3) returns to us.Thiago Macieira2010-08-241-1/+4
* | 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
* | Remove obsolete code & workarounds for unsupported versions of MS Visual C++miniak2010-08-031-5/+0
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-07-284-25/+399
|\ \ | |/
| * 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
| |\
| * | Add NTLMv2 authentication support to QAuthenticator.Thiago Macieira2010-07-091-7/+279
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-07-152-10/+39
|\ \ \ | | |/ | |/|
| * | Doc: Removed links to Qt3 support in QHostAddressGeir Vattekar2010-07-121-5/+7
| |/
| * Network: Optimize HTTP proxy lookup on WindowsMarkus Goetz2010-07-051-5/+32
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-07-012-5/+41
|\ \ | |/
| * 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 qt-master-from-4.7Olivier Goffart2010-05-201-2/+2
|\ \ \ | |/ /
| * | Merge remote branch 'origin/4.7' into HEADOlivier Goffart2010-05-193-5/+1
| |\ \
| * | | doc: Fixed many broken links.Martin Smith2010-05-191-2/+2
* | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-05-194-6/+33
|\ \ \ \ | | |/ / | |/| |
| * | | 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
| * | 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
* | | Remove QT_NO_THREAD support for QHostInfoMarkus Goetz2010-05-184-34/+3
|/ /
* | 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