summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-06-29127-265/+359
|\
| * QNetworkReplyImpl: Protect against recursive event loopsMarkus Goetz2009-06-252-2/+39
| * QNetworkAccessManager: Clarify doc about deleting QNetworkReplyMarkus Goetz2009-06-181-3/+2
| * QNAM HTTP code: Do not close TCP connection in all casesMarkus Goetz2009-06-181-1/+2
| * Update license headers as requested by the marketing department.Jason McDonald2009-06-16127-254/+254
| * Fix wrong comparator in QSslCertificatePrivate::QByteArray_from_X509Markus Goetz2009-06-151-1/+1
| * QSslSocket: Wrong warning message in startServerEncryptionMarkus Goetz2009-06-101-1/+1
| * Make it possible to compile Qt 4.5 SSL support with OpenSSL 1.0.0Bernhard Rosenkraenzer2009-06-095-2/+59
| * Doc typo fix in QSslSocketMarkus Goetz2009-06-081-1/+1
* | compile without exception supportHarald Fernengel2009-06-161-2/+1
* | More robust handling for stdapis pathsMiikka Heikkinen2009-06-121-5/+1
* | Make Qt exception safer.Robert Griebl2009-06-1028-91/+109
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-06-082-2/+7
|\ \ | |/
| * Set the error to be HostUnreacheable if WSAEHOSTUNREACH is recievedAndy Shaw2009-06-081-0/+5
| * open pipes in overlapped mode also on the client sideOswald Buddenhagen2009-06-031-2/+2
* | Merge branch 'imSelections'axis2009-06-031-1/+31
|\ \
| * | Fixed incorrect headers.axis2009-06-031-1/+31
* | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-06-024-36/+22
|\ \ \ | | |/ | |/|
| * | QNetworkReply internals: do not assert when aborted and reading dataPeter Hartmann2009-05-271-1/+2
| * | SSL: Remove broken system certificate loading codeMarkus Goetz2009-05-261-24/+1
| * | Doc: Clarified what close(), abort() and disconnectFromHost() really doDavid Boddie2009-05-251-10/+18
| * | Doc: Miscellaneous documentation fixes for Qt 4.5.x and later.David Boddie2009-05-251-1/+1
* | | Oops typo in my previous commit: 8137373.Janne Anttila2009-05-291-1/+1
* | | Support for SSL symbol runtime resolving in Symbian.Janne Anttila2009-05-291-0/+145
| |/ |/|
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-05-258-101/+63
|\ \ | |/
| * Fix another compilation breakage introduced by the fix to theThiago Macieira2009-05-231-15/+0
| * Fix compilation breakage on Windows caused by 6c1d7e57.Thiago Macieira2009-05-223-41/+32
| * Fixed compilation with -qtnamespaceMarkus Goetz2009-05-224-8/+8
| * Fixed strict aliasing breaks with sockaddr_XXX structs.Thiago Macieira2009-05-222-41/+29
* | This is ugly hack to make snedData test case in qlocalsocket to pass.Aleksandar Sasha Babic2009-05-212-1/+6
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-05-204-6/+6
|\ \ | |/
| * Fix some typos in the documentation.Frederik Schwarzer2009-05-183-3/+3
| * Fix QNetworkDiskCache to expire the oldest files first.Benjamin C Meyer2009-05-181-3/+3
* | This lines are not needed as we monitor events in exception fd_setAleksandar Sasha Babic2009-05-191-2/+0
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-05-185-38/+108
|\ \ | |/
| * HTTP authentication: return error if authentication cannot be handledPeter Hartmann2009-05-151-5/+15
| * HTTP backend / network cache: only cache responses to GET by defaultPeter Hartmann2009-05-131-12/+30
| * Improve the HTTP status line parsing and catch more errors.Thiago Macieira2009-05-132-23/+37
| * Fix handling of garbage data sent by the HTTP server instead of aThiago Macieira2009-05-132-3/+22
| * Document that we don't support NTLM version 2.Thiago Macieira2009-05-111-0/+9
* | Adding to check return value from select() before checking any fd_set status.Aleksandar Sasha Babic2009-05-181-3/+15
* | We should check if socket descriptor is valid before calling otherAleksandar Sasha Babic2009-05-181-2/+8
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-05-116-30/+45
|\ \ | |/
| * fix parsing cookies in multiple linesPeter Hartmann2009-05-072-17/+17
| * Fix OpenSSL dynamic loading on OpenBSD.Thiago Macieira2009-05-071-3/+6
| * Make QNetworkProxy calculate the capabilities for a new proxy typeThiago Macieira2009-05-071-3/+10
| * Clarify documentation in QNetworkProxy about SOCKS5 supporting domainThiago Macieira2009-05-071-4/+5
| * QNetworkDiskCache: check if opening file succeedsBenjamin C Meyer2009-05-061-2/+6
| * Moved the QT_BEGIN_NAMESPACE macro to the right place in qsslcipher.cppThiago Macieira2009-05-061-1/+1
* | Added some debug information for nativeSelect in Symbian OSJanne Anttila2009-05-061-6/+10