aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-10-24Merge pull request #314 from martinlindhe/condition-always-truePetri Lehtinen1-2/+2
2016-10-24Merge pull request #311 from robertmu/masterPetri Lehtinen1-1/+1
2016-10-19part of conditional expression is always true (!done), found with pvs-studioMartin Lindhe1-2/+2
2016-10-07Fix passing redundant argument to error_set()Robert Mu1-1/+1
2016-10-01Allow parsing of buffers larger than 2GB on most 64 bit arch.Luke Carmichael1-1/+1
2016-09-18jansson 2.9v2.9Petri Lehtinen2-3/+3
2016-09-18Update copyrights for 2016Petri Lehtinen14-14/+14
2016-09-16Merge branch '2.8'Petri Lehtinen1-1/+2
2016-09-16Don't include jansson_config.h in dist tarballsPetri Lehtinen1-1/+2
2016-08-31Add support for the cleanup attribute in GCC/ClangNathaniel McCallum1-0/+13
2016-08-30jansson 2.8v2.8Petri Lehtinen2-3/+3
2016-08-25Merge pull request #293 from akheron/object-insertion-orderPetri Lehtinen6-63/+27
2016-08-11Conform to c89Andreas Pasiopoulos1-1/+2
2016-08-11Check the allocation was successful before freeing existing hashtable bucketsAndreas Pasiopoulos1-7/+9
2016-06-20Always preserve insertion order of object itemsPetri Lehtinen6-63/+27
2016-05-17Fix subnormal number parsing on mingw32Petri Lehtinen1-0/+7
2016-05-03Fix for issue #282Dmitry Janushkevich2-0/+14
2016-02-23Implemented json_pack() format specifiers 's?', 'o?', and 'O?'.David Harvey-Macaulay1-17/+55
2016-02-03[Optimized functions]Maxim Zhukov1-67/+74
2015-12-23Fix a commentPetri Lehtinen1-1/+2
2015-12-23Merge pull request #263 from wking/display-first-unrecognized-keyPetri Lehtinen1-1/+28
2015-12-22pack_unpack: List unrecognized keys in strict unpackingW. Trevor King1-1/+28
2015-12-21Add json_get_alloc_funcs() to allow alloc function fetchingNathaniel McCallum3-0/+10
2015-10-12changed code from while to do/whileDenis Ahrens1-10/+10
2015-10-05Format %x expects unsigned int, not intJonas Jonsson1-2/+2
2015-10-05Use sizeof(seq) instead of magic number 13Jonas Jonsson1-2/+2
2015-08-31Buildable with MS Compiler version >= 1900OlehKulykov1-3/+13
2015-08-26Add json_object_foreach_safePetri Lehtinen1-0/+7
2015-05-01Optimized dump_indent to reduce the number of fwrite calls.Folkert van Heusden1-3/+7
2015-04-30use snprintf and strncpy in place of sprintf and strcpyHaldean3-6/+6
2015-02-07Fix a use after freePetri Lehtinen1-1/+1
2014-12-19Increase test coveragePetri Lehtinen2-6/+2
2014-12-18Honor JSON_DECODE_INT_AS_REAL at lexical stagePetri Lehtinen1-16/+11
2014-12-18Make it possible to set initial hashtable sizePetri Lehtinen1-1/+5
2014-12-10Move the list member to the top of hashtable_pair structPetri Lehtinen1-1/+4
2014-12-04Include jansson_config.h with quotesPetri Lehtinen1-1/+1
2014-11-28Warnings - use size_t where appropriate to prevent warning when compilation i...Shawn Harris3-6/+7
2014-10-02jansson 2.7v2.7Petri Lehtinen2-3/+3
2014-08-27Parse subnormal numbers correctlyPetri Lehtinen1-1/+2
2014-07-07Define JSON_MAX_INDENTPetri Lehtinen1-1/+2
2014-05-05Remove unneeded undefOleg Efimov1-4/+0
2014-05-04Enable usage of AddressSanitizer to check JanssonOleg Efimov1-1/+20
2014-04-30Add JSON_REAL_PRECISIONPetri Lehtinen4-13/+21
2014-04-23Rename variables to work aroung a GCC bug on SolarisPetri Lehtinen1-7/+7
2014-04-08use __sun instead of sunKarl Lew1-1/+1
2014-04-06SmartOS build fixKarl Lew1-0/+2
2014-02-16Merge pull request #163 from vincentbernat/fix/unpack-mix-optional-and-strictPetri Lehtinen1-5/+22
2014-02-15Micro-optimization for JSON_STRICT when no optional key is usedVincent Bernat1-4/+11
2014-02-15Allow to mix JSON_STRICT with optional keysVincent Bernat1-4/+14
2014-02-15Three fixes for hashtable seeding on Windowsnmlgc1-6/+5