summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | trivial: fix buildHarald Fernengel2010-11-031-2/+2
| | | * | | Fix crashHarald Fernengel2010-11-021-2/+4
| * | | | | QNAM HTTP: Download last chunk properly when readBufferSize() limitedMarkus Goetz2010-11-041-2/+3
| |/ / / /
* | | | | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-11-042-3/+14
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | |
| * | | QNAM: Reset authenticator state properly between requestsMarkus Goetz2010-11-032-3/+14
| |/ /
* | | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-10-2921-214/+208
|\ \ \ | |/ /
| * | 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
* | | fix warningsKonstantin Ritt2010-10-272-1/+3
* | | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-10-251-1/+1
|\ \ \ | |/ /
| * | Fixed many spelling errors.Rohan McGovern2010-10-251-1/+1
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-10-254-17/+50
|\ \ \ | |/ /
| * | 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
* | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-10-071-1/+1
|\ \ \ \ | |/ / /
| * | | Make the OpenSSL library search also hit /lib.Thiago Macieira2010-10-011-1/+1
| |/ /
* | | QNAM: Compile fix for Symbian.. hopefully.Markus Goetz2010-10-061-0/+2
* | | QNAM: Move out function calls to new variableMarkus Goetz2010-10-051-2/+3
* | | QNAM: Remove QNetworkAccessDataBackendMarkus Goetz2010-10-053-130/+1
* | | QNAM: Fix usage of toString of QUrlMarkus Goetz2010-10-051-1/+1
* | | QNAM: New specialized QNetworkReply for data: URLsMarkus Goetz2010-10-054-0/+252
* | | QNAM: Rename QFileNetworkReply to QNetworkReplyFileImplMarkus Goetz2010-10-054-35/+35
* | | Merge remote branch 'origin/4.7' into master-from-4.7Rohan McGovern2010-10-043-10/+34
|\ \ \ | |/ /
| * | QSslSocket speed up loading of system certificates on Unix (not Mac)Peter Hartmann2010-09-282-9/+30