summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QJsonDocument: Avoid overflow of string lengthsJüri Valdmann2018-05-161-23/+20
* QJsonDocument: Validate also zero-length objectsJüri Valdmann2018-05-161-2/+0
* QJsonDocument: Reject objects containing themselves in binary JSONJüri Valdmann2018-05-161-3/+3
* QJsonDocument::fromRawData: Fix out-of-bounds accessJüri Valdmann2018-05-162-1/+4
* Windows/QSaveFile: Fix locking issues on Dropbox drivesFriedemann Kleint2018-05-143-5/+13
* macOS: Fix standardLocations() returns invalid pathMasashi Fujimoto2018-04-161-20/+9
* Fix integer overflow (1 << (' ' - 1))Mikhail Svetkin2018-04-101-7/+7
* Update Unicode CLDR third party documentationKai Koehne2018-02-261-7/+11
* Document use of Unicode Character DatabaseKai Koehne2018-02-262-1/+19
* Fix GCC 8 warning in qvariantanimationVille Voutilainen2018-02-141-1/+1
* Fix GCC 8 warning in qurlrecodeVille Voutilainen2018-02-141-2/+2
* Silence GCC 8 warnings in QStringVille Voutilainen2018-02-141-4/+4
* Silence a GCC 8 warning in QIODeviceVille Voutilainen2018-02-141-1/+1
* Remove QLibrary code path specific to HP-UX on PA-RISCKonstantin Tokarev2018-02-121-33/+2
* Android: Don't rely on QDir::homePath() to get the application directoryChristian Strømme2018-02-121-2/+13
* Android: Defer initialization of logging rules until qApp constructionTor Arne Vestbø2018-02-072-0/+18
* Suppress GCC 8 warning about realloc() non-trivially-copyable typesThiago Macieira2018-02-041-1/+2
* Silence GCC 8 warning on memcpy of movable typesThiago Macieira2018-02-042-3/+4
* Silence GCC 8 warning on memcpy of class Value to to class offsetThiago Macieira2018-02-041-1/+2
* Clean-up in QDateTime's parsing of ISODate{,WithMs}Edward Welbourne2018-02-011-7/+16
* Doc: make a note about use of QStringLiteral with non-ASCII charsThiago Macieira2018-01-221-1/+5
* Support for Q_OS_ANDROID_EMBEDDED and android-embedded build flagsOtto Ryynänen2018-01-2010-24/+24
* Handle OOM condition in the validation of plugin metadataAndre de la Rocha2018-01-191-8/+21
* Doc: Mention exact Qt version the third party attributions apply toKai Koehne2018-01-191-3/+4
* Fix QMacTimeZonePrivate::previousTransition() for early after epochEdward Welbourne2018-01-181-18/+70
* Win: Document limitation regarding registry types not being preservedAndy Shaw2018-01-181-0/+5
* QProcess/Windows: Include PID in pipe namesFrank Richter2018-01-181-1/+1
* QThreadPool: Add missing semicolon after class in documentationAndre Hartmann2018-01-171-1/+1
* Prevent O(n^2) behavior when calling QObject::deleteLaterErik Verbruggen2018-01-163-14/+31
* Fix memory leak in QStandardPaths::displayName() on Apple platformsJake Petroules2018-01-121-2/+2
* Merge remote-tracking branch 'origin/5.9.4' into 5.9Liang Qi2018-01-112-12797/+13273
|\
| * Update qurltlds_p.hAllan Sandfeld Jensen2018-01-052-12797/+13273
* | Document Q_COREAPP_STARTUP_FUNCTION is no good in static libsLaszlo Agocs2018-01-101-0/+4
* | CMake: qt5_add_binary_resource: re-run if neededKevin Funk2018-01-091-1/+1
|/
* Fix source code file permissionsSimon Hausmann2018-01-021-0/+0
* QMap: fix another UB (invalid cast) relating to QMap's endThiago Macieira2017-12-271-2/+2
* qfloat16: NaN is not infiniteThiago Macieira2017-12-271-2/+2
* Use AccessCheck for current user effective file permissionsDyami Caliri2017-12-211-9/+55
* Add more code examples to QUrl documentationMitch Curtis2017-12-211-5/+105
* Don't crash with null receiver/context in new-style connectsSergio Martins2017-12-191-1/+1
* Fix pps and imf support for QNX buildsKarim Pinter2017-12-192-2/+2
* Derive QPpsObjectPrivate from QObjectPrivateKarim Pinter2017-12-151-1/+3
* Allow empty namespace URIPaul Olav Tvete2017-12-141-1/+0
* Fix assert when emitting a signal from a different threadJesus Fernandez2017-12-141-2/+4
* Copy argv[0] to prevent it pointing to invalid memory laterAndy Shaw2017-12-141-3/+3
* Teach QPlatformWindow about safe area margins and implement for iOSTor Arne Vestbø2017-12-131-0/+2
* Fix a bug in the generation of the Unicode joining property dataLars Knoll2017-12-132-12/+12
* Fix typoOliver Wolff2017-12-132-3/+3
* QString: fix documentation of NUL-termination of unicode(), data(), constData()Marc Mutz2017-12-132-13/+20
* QNX: fix slog2 for QNX7Samuli Piippo2017-12-132-2/+2