summaryrefslogtreecommitdiffstats
path: root/src/corelib/json/qjsonparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-251-2/+3
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-251-2/+3
| |\
| | * Fix two leaky uses of realloc()Edward Welbourne2016-11-231-2/+3
* | | Improve error offset in JSON parsingAllan Sandfeld Jensen2016-11-151-1/+14
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-041-7/+72
|\|
| * Fix OOM crashes for huge json documentsLars Knoll2016-11-041-7/+72
* | Use void instead of uchar in the endian-swapping function parametersv5.7.0-rc1Thiago Macieira2016-05-261-1/+1
* | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-03-131-1/+1
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-111-1/+1
| |\|
| | * QJsonParser: fix UB (misaligned store) in Parser::parseNumber()Marc Mutz2016-03-101-1/+1
* | | QtCore: use printf-style qWarning/qDebug where possible (I)Marc Mutz2016-03-111-2/+2
|/ /
* | Update the Intel copyright yearThiago Macieira2016-01-211-1/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Doc: Json classes added to list of implic.shared classesNico Vertriest2015-03-111-0/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Don't accept json strings with trailing garbageLars Knoll2014-09-101-0/+12
* Use the new UTF-8 codec in QJsonDocumentThiago Macieira2014-01-091-36/+9
* Allow non-character codes in utf8 stringsKurt Pattyn2013-10-171-1/+1
* Add json/savegame example.Mitch Curtis2013-08-221-0/+2
* Fix parsing of long latin strings in the json parserLars Knoll2013-05-231-1/+2
* Fix crashes when creating large documentsLars Knoll2013-05-091-0/+21
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Fixed crash in moc on big endian platforms.Konstantin Tokarev2012-09-241-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Doc: Add \inmodule QtCore to all QtCore class doc bodiesThiago Macieira2012-08-231-0/+1
* Fixed most qdoc errors for the json classes.Lars Knoll2012-07-201-0/+20
* Fix some spelling errorsSergio Ahumada2012-07-111-1/+1
* Limit the nesting depth of the Json parserLars Knoll2012-05-161-2/+43
* QChar: add isSurrogate() and isNonCharacter() to the public APIKonstantin Ritt2012-05-161-3/+2
* Correctly parse json documents with a leading BOMLars Knoll2012-05-101-2/+14
* add some useful methods to QUnicodeTables::Konstantin Ritt2012-05-101-14/+2
* replace hardcoded values with a surrogate handling methodsKonstantin Ritt2012-04-131-3/+4
* fix QUtf8 codec to disallow codes in range [U+fdd0..U+fdef]Konstantin Ritt2012-04-111-1/+1
* Fix warnings about truncations in constants.Friedemann Kleint2012-04-031-1/+1
* QJsonParseError improvementsAlexei Rousskikh2012-03-271-7/+84
* Trailing comma should result in an error during JSON parsingAlexei Rousskikh2012-03-121-0/+7
* Fix parsing of unicode escape sequencesLars Knoll2012-03-071-2/+2
* Added error reporting to QJsonParserAndrew Christian2012-02-181-19/+61
* Update contact address in license headers.Jason McDonald2012-01-311-1/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Import json support from playground/qtbinaryjsonLars Knoll2012-01-241-0/+752