| Commit message (Expand) | Author | Age | Files | Lines |
| * | Create corelib/serialization and move existing file formats into it | Thiago Macieira | 2018-01-26 | 1 | -1027/+0 |
| * | Merge remote-tracking branch 'origin/5.7' into 5.8 | Liang Qi | 2016-11-25 | 1 | -2/+3 |
| |\ |
|
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-11-25 | 1 | -2/+3 |
| | |\ |
|
| | | * | Fix two leaky uses of realloc() | Edward Welbourne | 2016-11-23 | 1 | -2/+3 |
| * | | | Improve error offset in JSON parsing | Allan Sandfeld Jensen | 2016-11-15 | 1 | -1/+14 |
| |/ / |
|
| * | | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-11-04 | 1 | -7/+72 |
| |\| |
|
| | * | Fix OOM crashes for huge json documents | Lars Knoll | 2016-11-04 | 1 | -7/+72 |
| * | | Use void instead of uchar in the endian-swapping function parametersv5.7.0-rc1 | Thiago Macieira | 2016-05-26 | 1 | -1/+1 |
| * | | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7 | Liang Qi | 2016-03-13 | 1 | -1/+1 |
| |\ \ |
|
| | * | | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-03-11 | 1 | -1/+1 |
| | |\| |
|
| | | * | QJsonParser: fix UB (misaligned store) in Parser::parseNumber() | Marc Mutz | 2016-03-10 | 1 | -1/+1 |
| * | | | QtCore: use printf-style qWarning/qDebug where possible (I) | Marc Mutz | 2016-03-11 | 1 | -2/+2 |
| |/ / |
|
| * | | Update the Intel copyright year | Thiago Macieira | 2016-01-21 | 1 | -1/+1 |
| * | | Updated license headers | Jani Heikkinen | 2016-01-15 | 1 | -14/+20 |
| |/ |
|
| * | Doc: Json classes added to list of implic.shared classes | Nico Vertriest | 2015-03-11 | 1 | -0/+1 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-11 | 1 | -7/+7 |
| * | Update license headers and add new license files | Matti Paaso | 2014-09-24 | 1 | -19/+11 |
| * | Don't accept json strings with trailing garbage | Lars Knoll | 2014-09-10 | 1 | -0/+12 |
| * | Use the new UTF-8 codec in QJsonDocument | Thiago Macieira | 2014-01-09 | 1 | -36/+9 |
| * | Allow non-character codes in utf8 strings | Kurt Pattyn | 2013-10-17 | 1 | -1/+1 |
| * | Add json/savegame example. | Mitch Curtis | 2013-08-22 | 1 | -0/+2 |
| * | Fix parsing of long latin strings in the json parser | Lars Knoll | 2013-05-23 | 1 | -1/+2 |
| * | Fix crashes when creating large documents | Lars Knoll | 2013-05-09 | 1 | -0/+21 |
| * | Update copyright year in Digia's license headers | Sergio Ahumada | 2013-01-18 | 1 | -1/+1 |
| * | Fixed crash in moc on big endian platforms. | Konstantin Tokarev | 2012-09-24 | 1 | -1/+1 |
| * | Change copyrights from Nokia to Digia | Iikka Eklund | 2012-09-22 | 1 | -24/+24 |
| * | Doc: Add \inmodule QtCore to all QtCore class doc bodies | Thiago Macieira | 2012-08-23 | 1 | -0/+1 |
| * | Fixed most qdoc errors for the json classes. | Lars Knoll | 2012-07-20 | 1 | -0/+20 |
| * | Fix some spelling errors | Sergio Ahumada | 2012-07-11 | 1 | -1/+1 |
| * | Limit the nesting depth of the Json parser | Lars Knoll | 2012-05-16 | 1 | -2/+43 |
| * | QChar: add isSurrogate() and isNonCharacter() to the public API | Konstantin Ritt | 2012-05-16 | 1 | -3/+2 |
| * | Correctly parse json documents with a leading BOM | Lars Knoll | 2012-05-10 | 1 | -2/+14 |
| * | add some useful methods to QUnicodeTables:: | Konstantin Ritt | 2012-05-10 | 1 | -14/+2 |
| * | replace hardcoded values with a surrogate handling methods | Konstantin Ritt | 2012-04-13 | 1 | -3/+4 |
| * | fix QUtf8 codec to disallow codes in range [U+fdd0..U+fdef] | Konstantin Ritt | 2012-04-11 | 1 | -1/+1 |
| * | Fix warnings about truncations in constants. | Friedemann Kleint | 2012-04-03 | 1 | -1/+1 |
| * | QJsonParseError improvements | Alexei Rousskikh | 2012-03-27 | 1 | -7/+84 |
| * | Trailing comma should result in an error during JSON parsing | Alexei Rousskikh | 2012-03-12 | 1 | -0/+7 |
| * | Fix parsing of unicode escape sequences | Lars Knoll | 2012-03-07 | 1 | -2/+2 |
| * | Added error reporting to QJsonParser | Andrew Christian | 2012-02-18 | 1 | -19/+61 |
| * | Update contact address in license headers. | Jason McDonald | 2012-01-31 | 1 | -1/+1 |
| * | Remove "All rights reserved" line from license headers. | Jason McDonald | 2012-01-30 | 1 | -1/+1 |
| * | Import json support from playground/qtbinaryjson | Lars Knoll | 2012-01-24 | 1 | -0/+752 |