summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Select single-name SSL certificate for test servers using host networkRyan Chu2019-01-287-6/+56
* QSslSocket: Fix isMatchingHostname when the CN is an IP AddressMårten Nordheim2019-01-283-2/+27
* Windows: improve QTimer::remainingTime when called before processEventsChristian Andersen2019-01-282-2/+37
* QMdiSubWindow: Avoid potential shaking motion when moving windowChristian Andersen2019-01-281-2/+5
* tst_QTimer: relax time requirement on remaining timeChristian Andersen2019-01-272-6/+3
* QSslSocket - make ocsp response into ... ocsp responseSTimur Pocheptsov2019-01-277-55/+35
* Migrate QPlatformDialogHelper to QRegularExpressionSamuel Gaist2019-01-262-6/+8
* QMimeGlobPattern: update use of wildcardToRegularExpresionSamuel Gaist2019-01-261-1/+1
* Cleanup Widgets examples - signals/slotsChristian Ehrlicher2019-01-2617-130/+134
* Introduce QImage::convertToMikhail Svetkin2019-01-252-0/+25
* Add QJsonArray::cbegin()/cend() methodsLars Knoll2019-01-252-0/+18
* Add comment to a tr() callLars Knoll2019-01-251-2/+4
* Update qxmlstream.g with changes from qxmlstream_p.hLars Knoll2019-01-251-3/+11
* Fix inline ASM to use local labels for jump operationsDaniel Smith2019-01-251-2/+2
* Cleanup EditableItemModel exampleChristian Ehrlicher2019-01-247-68/+66
* Add libfuzzer test for QTextDocument::setHtml()Robert Loehning2019-01-242-0/+41
* Add libfuzzer test for QXmlStreamReader::readNext()Robert Loehning2019-01-243-0/+78
* Add a feature to enable CodeCoverage analysis of testlibEdward Welbourne2019-01-2462-1/+177
* Add assorted tests to exercise more QTest functionsEdward Welbourne2019-01-2410-0/+275
* Enable path conversion from Windows-style to Unix-style on WindowsRyan Chu2019-01-241-0/+5
* tst_qsslsocket: Make an ALPN test available to other backendsMårten Nordheim2019-01-241-40/+41
* Ssl: Add support for IP-address in alternate subject nameMårten Nordheim2019-01-248-10/+109
* QMimeData: Prefer UTF-8 when multiple charsets are availableJohan Klokkhammer Helsing2019-01-231-0/+5
* Always escape the table names when creating the SQL statementAndy Shaw2019-01-2311-106/+138
* QFile/QFileInfo: mark readLink() as deprecatedChristian Ehrlicher2019-01-238-11/+37
* QProcess: mark obsolete functions as deprecatedChristian Ehrlicher2019-01-234-12/+25
* QDrag: mark QDrag::start() as deprecatedChristian Ehrlicher2019-01-234-3/+8
* Cleanup Widgets examples - foreachChristian Ehrlicher2019-01-2318-49/+54
* Cleanup Widgets examples - foreachChristian Ehrlicher2019-01-2313-94/+74
* Cleanup Widgets examples - foreachChristian Ehrlicher2019-01-2318-69/+82
* QtCore: mark obsolete functions as deprecatedChristian Ehrlicher2019-01-238-6/+31
* Use VPMASKMOV in the epilogue ARGB->ARGB{32,64} AVX2 epiloguesThiago Macieira2019-01-231-97/+47
* uic: Fix broken icon code generationFriedemann Kleint2019-01-233-9/+14
* Add class QOcspResponse, providing a bit more detailsTimur Pocheptsov2019-01-238-5/+484
* Allow more fine grained control over QFlags debug outputTor Arne Vestbø2019-01-232-21/+102
* Allow more fine grained control over QMetaEnum debug outputTor Arne Vestbø2019-01-232-13/+90
* Add convenience enum for QDebug's verbosity levelsTor Arne Vestbø2019-01-232-5/+19
* Add QDebug convenience for changing the verbosity levelTor Arne Vestbø2019-01-232-0/+13
* Remove useless fall-back network interface of Dante-serverRyan Chu2019-01-232-8/+8
* Fix QNetworkReply ServiceUnavailableError in macOSRyan Chu2019-01-231-0/+10
* Use environment variables to replace the hard-code value of domain nameRyan Chu2019-01-233-19/+32
* Docker-based test servers for network-related Qt autotests on WindowsRyan Chu2019-01-239-19/+175
* Extend the default retry times of QtNetworkSettings::verifyConnectionRyan Chu2019-01-231-2/+2
* Android: Set minimum supported version to android-21Eskil Abrahamsen Blomfeldt2019-01-2313-127/+27
* Cleanup Widgets examples - nullptrChristian Ehrlicher2019-01-2354-90/+91
* Cleanup SimpleTreeModel exampleChristian Ehrlicher2019-01-235-37/+31
* Schannel supportMårten Nordheim2019-01-2218-17/+2428
* Add QStringList::indexOf/lastIndexOf for QStringView and QLatin1StringAlbert Astals Cid2019-01-224-28/+165
* Update manual qsslsocket test to use HTTP/2 instead of spdyMårten Nordheim2019-01-221-6/+6
* OCSP - simplify feature testTimur Pocheptsov2019-01-221-4/+0