summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QNAM: fix the tst_QNetworkAccessManager_And_QProgressDialog auto testMartin Petersson2011-03-172-5/+16
* QTcpSocket: Fix for disconnect in Unbuffered mode.Markus Goetz2011-03-162-5/+10
* QNAM HTTP: error() in case connection is closed unexpectedlyMarkus Goetz2011-03-151-1/+14
* SSL: give protocol enum SecureProtocols an own valuePeter Hartmann2011-03-154-6/+8
* SSL backend: avoid setting SNI hostname for old SSL versionsPeter Hartmann2011-03-142-2/+5
* SSL: Switch default version to TlsV1SslV3 (i.e. use TLS 1 or SSL 3)Peter Hartmann2011-03-145-5/+8
* SSL: introduce new option TlsV1SslV3 for SSL communicationPeter Hartmann2011-03-143-1/+10
* Mac Style: Compile FixMartin Petersson2011-03-141-1/+1
* Mac: Center the Window title on Cocoa.Martin Petersson2011-03-101-0/+2
* Fix corner of scroll area so it is stylable on Mac.Martin Petersson2011-03-101-1/+1
* QNAM HTTP: Pair channels with requests at a later state.Martin Petersson2011-03-103-24/+48
* Windows: Activate the context menu on tray icons when shown.Martin Petersson2011-03-101-0/+1
* SSL backend: check at runtime for the right OpenSSL version for SNIPeter Hartmann2011-03-044-3/+9
* QNAM HTTP: Fix the ioPostToHttpFromSocket auto testMartin Petersson2011-03-043-7/+18
* Fixed documentation for QByteArrayDenis Dzyubenko2011-03-031-16/+19
* Improve handling QByteArray with QStringBuilderDenis Dzyubenko2011-03-032-4/+5
* Do not handle posted events in QSplashScreen.Denis Dzyubenko2011-03-032-4/+10
* Wrap qPrintable inside QStringOlivier Goffart2011-03-011-1/+1
* Fix QTextStream::pos() causes buffer offset issues on large text files.Chris Kawano2011-03-011-0/+1
* SSL TLS extension on Symbian: work around missing symbolPeter Hartmann2011-02-281-0/+6
* SSL: Switch default version to TLS 1.0Peter Hartmann2011-02-284-7/+7
* QSslSocket backend: resolve symbols for SNI for SymbianPeter Hartmann2011-02-281-0/+3
* Add QSslSocket::setPeerVerifyName()/peerVerifyName()David Faure2011-02-282-0/+31
* QSslSocket SNI: prefer verificationPeerName then peerName then hostNameDavid Faure2011-02-281-2/+5
* Add Server Name Identification (RFC4366 section 3.1)Daniel Black2011-02-284-0/+22
* Merge remote branch 'earth/master' into masterJoão Abecasis2011-02-2835-590/+1450
|\
| * QAbstractSocket: Check for socket state on Unbuffered readsMarkus Goetz2011-02-251-0/+2
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt into earth-masteraxis2011-02-24310-2507/+9095
| |\
| * | QAbstractSocket: Check for engine validity on Unbuffered readsMarkus Goetz2011-02-241-2/+5
| * | Check engine existence before increasing reference countJiang Jiang2011-02-241-3/+6
| * | Fixed library casing.axis2011-02-241-1/+1
| * | Fix Q_INVOKABLE declared after Q_PROPERTYOlivier Goffart2011-02-241-1/+4
| * | QNAM: Add a warning for misuse of the file backend.Martin Petersson2011-02-241-0/+2
| * | Keep reference count for cached font engines in QTextEngineJiang Jiang2011-02-241-0/+15
| * | QNAM HTTP: Be more strict with HTTP channel stateMarkus Goetz2011-02-242-11/+30
| * | QNAM HTTP: Add qWarning() for double-finished() bugMarkus Goetz2011-02-231-0/+10
| * | fix documentation typos in isLowSurrogate and requiresSurrogatesJeremy Katz2011-02-231-2/+2
| * | SSL backend: loat root certificates on demand on Unix (excluding Mac)Peter Hartmann2011-02-235-14/+71
| * | tst_qnetworkreply: Fix httpProxyCommands() on Windows.Martin Petersson2011-02-221-1/+4
| * | QNAM File: Switch back to use QFileMarkus Goetz2011-02-212-36/+18
| * | QNAM HTTP: Define SynchronousRequestAttribute instead of enum hackMarkus Goetz2011-02-213-4/+4
| * | QNAM HTTP: Fix compilation 2Markus Goetz2011-02-211-2/+8
| * | QNAM HTTP: Fix compilationMarkus Goetz2011-02-211-4/+6
| * | QNAM: Threaded HTTP implementationMarkus Goetz2011-02-2117-507/+1272
| * | Avoid warning when seting a window iconOlivier Goffart2011-02-211-1/+1
| * | QNativeSocketEngine: Check for WSAEADDRNOTAVAIL on Windows.Martin Petersson2011-02-181-0/+5
| * | QAbstractSocket: compile without QT3SupportMartin Petersson2011-02-181-1/+1
| * | QNativeSocketEngine: Only do SIO_UDP_CONNRESET for UDP socketsMartin Petersson2011-02-181-9/+11
| * | QAbstractSocket: Do not always change notifier on setReadBufferSizeMartin Petersson2011-02-181-1/+1
| * | Remove useless processEventOlivier Goffart2011-02-171-1/+0