summaryrefslogtreecommitdiffstats
path: root/src/network/kernel
Commit message (Expand)AuthorAgeFilesLines
* HTTP internals: send password even if no username is setRobert Hogan2011-08-151-2/+2
* Merge branch 'qt-4.8-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration in...Qt Continuous Integration System2011-07-081-0/+1
|\
| * Merge branch 4.7 into qt-4.8-from-4.7Qt Continuous Integration System2011-07-081-0/+1
| |\
| | * Fix memory leak in QHostInfoShane Kearns2011-07-071-0/+1
| | * Update licenseheader text in source filesJyri Tahtela2011-05-1327-460/+460
* | | Doc: Updated documentation with \since 4.8 declarations.David Boddie2011-06-301-0/+8
|/ /
* | Merge remote-tracking branch 'origin/4.8'Olivier Goffart2011-06-241-1/+1
|\ \
| * | Compile fix in network for iosIan2011-06-201-1/+1
* | | QAuthenticator::setUser() parse user name in form user@domainMartin Petersson2011-06-211-1/+1
|/ /
* | symbian socket engine: share ip address conversion codeShane Kearns2011-05-253-18/+12
* | Merge remote-tracking branch 'qt/4.8'Jyri Tahtela2011-05-192-40/+80
|\ \
| * \ Merge remote-tracking branch 'origin/4.8'Olivier Goffart2011-05-181-1/+1
| |\ \
| * | | Symbian socket: Implement systemProxyForQuery for service networksShane Kearns2011-05-181-37/+52
| * | | Merge remote-tracking branch 'origin/4.8'Olivier Goffart2011-05-113-4/+123
| |\ \ \
| * | | | Make QHostAddress.toString() follow RFC-5952 for IPv6 address format.Martin Petersson2011-05-061-3/+28
| * | | | Fix compilationOlivier Goffart2011-05-031-1/+0
| * | | | Merge earth-team into origin/4.8Olivier Goffart2011-05-031-1/+1
| |\ \ \ \
| * | | | | Fixes warnings about unused variablesOlivier Goffart2011-04-281-0/+1
* | | | | | Merge remote-tracking branch 'qt/4.8'Jyri Tahtela2011-05-181-1/+1
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Merge branch 4.7 into qt-4.8-from-4.7Qt Continuous Integration System2011-05-121-1/+1
| |\ \ \ \ \ | | |_|_|/ / | |/| | | / | | | |_|/ | | |/| |
| | * | | Fix incorrect hardware address on systems without getifaddrs()Craig Scott2011-05-111-1/+1
| | * | | Fixed include in network module on Symbian.axis2011-03-041-1/+1
* | | | | Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-1328-477/+477
|/ / / /
* | | | Merge branch 'symbian-socket-engine' into staging-masterShane Kearns2011-05-103-4/+123
|\ \ \ \ | |_|_|/ |/| | |
| * | | Allow a network configuration to be included in a proxy queryShane Kearns2011-04-183-4/+123
| | |/ | |/|
* | | Fix warnings on unused parameters and variablesThiago Macieira2011-04-261-1/+1
|/ /
* | QHostInfo symbian backend finalisationShane Kearns2011-04-051-13/+11
* | Updating comment in QHostInfo::localDomainNameAaron Tunney2011-04-051-1/+3
* | Thread safety for QHostInfo symbian implementationShane Kearns2011-04-052-10/+46
* | Fix typo in class nameShane Kearns2011-04-053-36/+36
* | Implement cache support for the async resolverShane Kearns2011-04-052-3/+28
* | Fix error handling in qhostinfo_symbianShane Kearns2011-03-311-54/+42
* | Ayschronous Next() change for DNS resolution.Aaron Tunney2011-03-312-51/+77
* | Merge remote branch 'earth/master' into symbian-socket-engineShane Kearns2011-03-251-0/+1
|\ \
| * | Use TCP_LOCALSOCKET on INTEGRITYRolland Dudemaine2011-02-221-0/+1
* | | QHostInfo: Don't mess with addr family orderingMarkus Goetz2011-03-251-14/+2
* | | use QList instead of RPointerArrayShane Kearns2011-03-232-27/+27
* | | Ensure QSymbianHostResolver::DoCancel does correct thing based on stateShane Kearns2011-03-231-1/+10
* | | Ensure parameters of async function calls stay in scopeShane Kearns2011-03-232-2/+7
* | | Fix event loop hangs caused by async QHostInfoShane Kearns2011-03-231-2/+0
* | | QHostInfo: Fix compilation with non-symbianMarkus Goetz2011-03-221-0/+9
* | | Fix a deadlock in symbian QHostInfo when abortingShane Kearns2011-03-221-3/+1
* | | Fix SetActive being called twiceShane Kearns2011-03-221-2/+0
* | | Implement network session support for synchronous QHostInfoShane Kearns2011-03-223-10/+24
* | | Fix bugs where = used instead of ==Shane Kearns2011-03-211-6/+6
* | | Add explicit network session support for async QHostInfoShane Kearns2011-03-183-5/+26
* | | handle errors in QSymbianHostResolver::requestHostLookupShane Kearns2011-03-182-31/+38
* | | Fix "wrong lookup id" warning from QAbstractSocketShane Kearns2011-03-182-7/+23
* | | QHostInfo: Compile fix for non-SymbianMarkus Goetz2011-03-171-1/+1
* | | Implementation of async DNS lookup.Aaron Tunney2011-03-173-18/+473