summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* QNAM: Reset authenticator state properly between requestsMarkus Goetz2010-11-032-3/+14
* QNAM: Fix doc rendering of QNetworkRequestMarkus Goetz2010-10-291-10/+0
* Network code: Fix code comment spellchecking errors.Markus Goetz2010-10-284-4/+4
* QNAM: fix buildPeter Hartmann2010-10-271-1/+5
* QNAM HTTP: Remove the error() of QHttpNetworkConnectionMarkus Goetz2010-10-275-29/+9
* QNAM HTTP: Remove enableEncryption()Markus Goetz2010-10-272-8/+0
* QNAM HTTP: Remove unused codeMarkus Goetz2010-10-273-42/+0
* QNAM HTTP: Move authenticationRequired() to QHttpNetworkReplyMarkus Goetz2010-10-275-11/+7
* QNAM HTTP: Move proxyAuthenticationRequired() to QHttpNetworkReplyMarkus Goetz2010-10-274-13/+9
* QNAM HTTP: Move cacheCredentials() to QHttpNetworkReplyMarkus Goetz2010-10-274-5/+4
* QNAM HTTP: Use sslErrors() from QHttpNetworkReplyMarkus Goetz2010-10-275-8/+10
* QNAM HTTP: Remove Wait4AuthStateMarkus Goetz2010-10-273-8/+1
* QNAM: Internal function renamingMarkus Goetz2010-10-273-10/+10
* QNAM HTTP: Internal variable spelling mistakesMarkus Goetz2010-10-273-12/+12
* QNAM HTTP: Pause connection when emitting proxy auth signalMarkus Goetz2010-10-271-0/+4
* QNAM HTTP: Also pause connection when emitting sslErrors()Markus Goetz2010-10-271-0/+4
* QNAM HTTP: Also resume uploads after connection pauseMarkus Goetz2010-10-271-3/+4
* QNAM HTTP: Process authenticationRequired() from HTTP properlyMarkus Goetz2010-10-274-7/+10
* QNAM HTTP: Pause sockets while emitting to user code.Markus Goetz2010-10-272-41/+56
* QNAM HTTP: Do not copy around credentials when using NTLMMarkus Goetz2010-10-271-0/+7
* QNAM HTTP: Move caching of credentials from URLMarkus Goetz2010-10-272-6/+6
* QNAM: Do not load credentials from cache prematurelyMarkus Goetz2010-10-271-11/+5
* QAuthenticator: Fix NTLMv2 credential caching of QNAMMarkus Goetz2010-10-272-6/+9
* Sockets: Private function for pausing/resuming notifiersMarkus Goetz2010-10-274-0/+53
* Fixed many spelling errors.Rohan McGovern2010-10-251-1/+1
* Fix crash on exit.Aaron McCarthy2010-10-191-8/+30
* QNAM HTTP: Fix error signal emission for unreachable IPsMarkus Goetz2010-10-151-2/+12
* QNAM: Do not need QNetworkSession for data://Markus Goetz2010-10-141-0/+16
* Merge commit 'doc-team/4.7' into 4.7Morten Engvoldsen2010-10-071-3/+4
|\
| * Doc: Fix broken links in QSslConfigurationGeir Vattekar2010-10-061-3/+4
* | Merge commit 'doc-team/4.7' into 4.7Morten Engvoldsen2010-10-061-4/+4
|\ \ | |/
| * doc: Changed \i to \e.Martin Smith2010-10-041-4/+4
* | Make the OpenSSL library search also hit /lib.Thiago Macieira2010-10-011-1/+1
|/
* QSslSocket speed up loading of system certificates on Unix (not Mac)Peter Hartmann2010-09-282-9/+30
* Insert the result of QHostInfo::fromName into the hostinfo cache, too.David Faure2010-09-281-1/+4
* Moved the partial deployment section to qbase.pri.axis2010-09-271-15/+0
* QHostInfo: Fix a crash when a new request is pushed while resolving.Jocelyn Turcotte2010-09-261-8/+11
* QNAM: Use QFileNetworkReply for qrc:/ URL schemaMisha Tyutyunik2010-09-222-3/+6
* Fix one hang of QNAM on Symbian.Jocelyn Turcotte2010-09-201-2/+2
* Fix compile warnings.Friedemann Kleint2010-09-141-0/+1
* Fix memory leaks and valgrind errors.Aaron McCarthy2010-09-131-0/+3
* NTLM code: Save domain in different variableMarkus Goetz2010-09-102-9/+31
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-09-092-134/+136
|\
| * QSslSocketPrivate::systemCaCertificates() hangs sometimes on SymbianJuha Turunen2010-09-092-134/+136
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-09-081-6/+0
|\ \ | |/ |/|
| * Merge commit 'refs/merge-requests/2464' of git://gitorious.org/qt/qt into int...David Boddie2010-09-081-6/+0
| |\
| | * Correct QNetworkReply::downloadProgress and uploadProgress docsJohn Brooks2010-09-011-6/+0
* | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-09-074-24/+44
|\ \ \ | |/ / |/| |
| * | Ensure that we load system libraries from the correct location.Jan-Arve Sæther2010-09-034-24/+44
| * | QNAM HTTP: Fix crash related to aborted uploadsMarkus Goetz2010-08-122-1/+5