summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* QSslError: Actually make strings show up in the ts fileMarkus Goetz2009-10-281-29/+28
* QNativeSocketEngine: Actually use translationsMarkus Goetz2009-10-281-26/+26
* QSslSocket: Add \reimp to the socket option functionsMarkus Goetz2009-10-261-0/+6
* QHttp: Fix bug related to SSL and big POST dataMarkus Goetz2009-10-222-0/+31
* QSslSocket: Trigger a SSL transmission when reading from the socket.Markus Goetz2009-10-223-0/+17
* QSslSocket: Also handle setSocketOptionMarkus Goetz2009-10-193-0/+33
* Merge branch '4.5' into 4.6Thiago Macieira2009-10-161-1/+6
|\
| * QNetworkProxyFactory: Never return empty list on windowsMarkus Goetz2009-10-161-1/+6
| * QNAM HTTP Code: Backport a fix related to aborting repliesMarkus Goetz2009-10-141-1/+4
* | Networking documentation: Small improvementMarkus Goetz2009-10-163-3/+5
* | QSslSocket: Documentation enhancementMarkus Goetz2009-10-151-0/+7
* | QNAM HTTP Code: Proceed POSTing on encryptedBytesWritten()Markus Goetz2009-10-152-0/+13
* | QHttpNetworkConnectionChannel: Limit the socket read bufferMarkus Goetz2009-10-121-0/+5
* | Fix qdoc warning about undocumented parameterSimon Hausmann2009-10-091-1/+1
* | Add a way to allow tracking the originating object with QNetworkRequest.Simon Hausmann2009-10-093-0/+35
* | Fix QHostInfo IP resolution when there's no reverse for the IP.Thiago Macieira2009-10-092-50/+30
* | API review: change function name to setUseSystemConfiguration.Thiago Macieira2009-10-062-3/+3
* | Fixing the compile bug for Symbian when using ARMV5Aleksandar Sasha Babic2009-10-062-0/+5
* | QAbstractSocket::setSocketOption: Make const referenceMarkus Goetz2009-10-062-3/+3
* | OpenSSL wrapping: compile when configured with -openssl-linkedPeter Hartmann2009-10-053-8/+2
* | Dealing with socket that was signalized on exception fds setAleksandar Sasha Babic2009-10-021-3/+5
* | Workaround for Open C bugAleksandar Sasha Babic2009-10-021-1/+1
* | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qt into 4.6Simon Hausmann2009-10-011-0/+9
|\|
| * QNAM HTTP Code: Always send an Accept-Language headerMarkus Goetz2009-10-011-0/+9
* | Fix tr-Errors/remove QObject::tr(), mainly in ScriptToolsFriedemann Kleint2009-09-291-1/+1
* | HTTP backend: store the date header in the cached resourcePeter Hartmann2009-09-291-5/+8
* | Merge commit 'origin/4.5' into 4.6Andreas Aardal Hanssen2009-09-281-0/+3
|\|
| * QHostAddress: Clarification about DNSMarkus Goetz2009-09-251-0/+3
* | QNAM HTTP Code: Properly remove aborted requests from processingMarkus Goetz2009-09-234-4/+41
* | QNetworkReplyImpl: Delete the outgoingDataBuffer in destructorMarkus Goetz2009-09-221-0/+2
* | Removed a debug output that was a bit annoyingThorbjørn Lindeijer2009-09-151-2/+1
* | QNativeSocketEngine on Windows: don't bail out on non-fatal errorPeter Hartmann2009-09-151-3/+9
* | Merge branch '4.5' into 4.6Thiago Macieira2009-09-121-4/+6
|\|
| * Only reset the backend pointer after we're done with itJoão Abecasis2009-09-101-4/+6
| * Update license headers again.Jason McDonald2009-09-08127-508/+508
* | QLocalSocket (Win) emit readChannelFinished only onceJoerg Bornemann2009-09-111-1/+2
* | QLocalSocket::readData (Windows) must return -1 on EOFJoerg Bornemann2009-09-101-1/+4
* | QLocalSocket Windows: emit readChannelFinished if broken pipe detectedJoerg Bornemann2009-09-101-0/+4
* | Some unneeded semicolons lessAlessandro Portale2009-09-092-2/+2
* | Fix unresolved reference to q_sk_free with openssl 1.0Bernhard Rosenkraenzer2009-09-093-3/+10
* | Fix build with openssl 1.0.0 betasBernhard Rosenkraenzer2009-09-091-1/+2
* | Resolved ordinals for Qt/4.6 added OpenSSL symbols for Symbian OS.Janne Anttila2009-09-091-0/+2
* | Update license headers again.Jason McDonald2009-09-09135-540/+540
* | Fix windows implemetation of QLocalSocket to emit bytesWritten() signalabcd2009-09-091-1/+2
* | QAbstractSocket: Missing initializationsMarkus Goetz2009-09-042-1/+5
* | QHostInfoPrivate: Uninitialized intMarkus Goetz2009-09-041-2/+3
* | QNetworkAccessManager: Missing break in proxyAuthenticationKeyMarkus Goetz2009-09-041-0/+1
* | fix disconnect-after-write-problem in QLocalSocket on WindowsJoerg Bornemann2009-09-042-11/+34
* | QNativeSocketEngine: do not issue warning if socketDescriptor is <= 0Peter Hartmann2009-09-021-1/+4
* | Merge branch '4.5' into 4.6Thiago Macieira2009-09-014-24/+32
|\|