История коммитов

Автор SHA1 Сообщение Дата
  Krzysztof Gabis a34e725282 1.4.0: Accepting trailing commas in objects and arrays 4 лет назад
  Cristian Pop 4158fdbea7 1.3.1: Fixes size_t conversion on x64 systems. Excluding build/ in .gitignore. (#177) 4 лет назад
  Krzysztof Gabis 4bd5797811 Fixes repository URL 4 лет назад
  Krzysztof Gabis 6e30db3599 Updates license (version and year). 4 лет назад
  Krzysztof Gabis af848c27b4 1.3.0: Adds json_set_float_serialization_format function. 4 лет назад
  Krzysztof Gabis fd77bcddc1 1.2.1: Not using SIZE_MAX macro (issue #167) 4 лет назад
  Krzysztof Gabis 6b3d6f42f2 1.2.0: JSON objects are now implemented using hash maps, PARSON_VERSION defines (issue #37) 4 лет назад
  Krzysztof Gabis 2d7b3ddf12 1.1.3: Ignoring floating point underflow (issue #161) 4 лет назад
  Disconnect3d ab7f5e5401 Fix memleak when parsing keys with embedded null bytes (#157) 4 лет назад
  benswick 60b2c69f17 Improved serialization performance (#156) 4 лет назад
  reuben olinsky 102a4467e1 Add support for string values with embedded '\0' characters (#137) 5 лет назад
  ɹɐɯsǝʎ 186680a511 Guard against potential integer overflow (#133) 6 лет назад
  dan soucy 9d63e76014 Avoid truncating strings warning (#131) 6 лет назад
  Krzysztof Gabis 0341880552 Using semantic versioning from now on, Parson is officially 1.0.0 6 лет назад
  Dan Ellis 9e1de5086f Fix memory leaks in `parson_object_set_*` when `object` is invalid 6 лет назад
  Krzysztof Gabis c5bb9557fe Updates copyright year. 6 лет назад
  Akihiro Suda 9ec77a8d74 add SPDX-License-Identifier 6 лет назад
  Krzysztof Gabis 302fba9cbb Makes escaping slashes when serializing JSON optional (adds json_set_escape_slashes() function) 7 лет назад
  Krzysztof Gabis b58ac757a8 Using isnan and isinf macros if they are defined (fixes issue #104). 7 лет назад
  Krzysztof Gabis 4f3eaa6849 Not adding incorrect objects if json_object_dotset_value() fails halfway through. 7 лет назад
  Krzysztof Gabis 921da6f5d7 Using smaller buffer size for number serialization. 7 лет назад
  Krzysztof Gabis 387c5665f6 Better handling of CRLF line breaks. 8 лет назад
  Roy Sprowl 385b476a30 Fix signed char fed to isspace 8 лет назад
  Roman Kalashnikov f1bb6e7fbe Fixed condition 8 лет назад
  Krzysztof Gabis 4e8a901242 Changes float print format, removes array/object capacity limit, doesn't accept inf/nan numbers. 8 лет назад
  Krzysztof Gabis e1292a0e3c Small refactoring in parse_utf16 (+ tests) and typo fix in json_array_remove. 8 лет назад
  Krzysztof Gabis 343fe13f17 Order of items in an array is preserved after removing an item. 8 лет назад
  Krzysztof Gabis d485b068c7 Fixes a memory leak (issue #82). 8 лет назад
  Krzysztof Gabis e410fc7c33 Increases MAX_NESTING of json objects/arrays to 2048. 8 лет назад
  Krzysztof Gabis 20ad63f8ff Fixes memory leaks. 9 лет назад