aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-04-21Fix a leak when memory allocation fails in json_object_set() & friends2.0Petri Lehtinen1-0/+3
2011-04-05Avoid set-but-not-used warning/error in a testJim Meyering1-0/+2
2011-03-31jansson 2.0.1v2.0.1Petri Lehtinen5-5/+36
2011-03-31Fix a few malloc() and free() callsPetri Lehtinen2-3/+3
2011-03-30Fix invalid object key hashing in json_unpack() strict checking modePetri Lehtinen4-16/+34
2011-03-27Use the correct number of parens in JANSSON_VERSION_HEX macroPetri Lehtinen1-1/+1
2011-03-27Test framework enhancements, fix the check_exports testPetri Lehtinen2-20/+38
2011-03-21ANSI C requires struct initializers to be constant expressionsPetri Lehtinen1-1/+4
2011-03-21Fix json_object_size() return valuePetri Lehtinen1-1/+1
2011-03-20Enhance portability of va_copy()Petri Lehtinen2-2/+10
2011-03-10Fix a declaration after statementPetri Lehtinen2-2/+4
2011-03-10Distribute doc/upgrading.rstPetri Lehtinen1-1/+1
2011-03-10Check documentation in make distcheckPetri Lehtinen1-1/+3
2011-02-28jansson 2.0v2.0Petri Lehtinen5-8/+10
2011-02-27Fix packing of invalid UTF-8 stringsPetri Lehtinen2-3/+24
2011-02-27Update READMEPetri Lehtinen1-14/+14
2011-02-25tests: Add missing json_decref() calls to suites/api/test_unpack.cPetri Lehtinen1-0/+3
2011-02-25Remove invalid subdirs from test/suites/Makefile.amPetri Lehtinen1-1/+1
2011-02-25doc: Change the title of the upgrading sectionPetri Lehtinen1-3/+3
2011-02-24Small documentation tweaksPetri Lehtinen3-29/+21
2011-02-24Add "Upgrading from older releases" to docs, tweak CHANGES a bitPetri Lehtinen3-9/+86
2011-02-22Add a CHANGES entry for version 2.0Petri Lehtinen1-0/+58
2011-02-22Add lots of tests for pack/unpack code, fix bugs foundPetri Lehtinen7-110/+396
2011-02-22Move json_error_t documentation to its own sectionPetri Lehtinen1-63/+68
2011-02-22Truncate error source from start, not end, if it's too long to fitPetri Lehtinen1-2/+10
2011-02-22Refactor decoder input streamPetri Lehtinen245-461/+375
2011-02-19tests: Use "make STOP=1 check" to stop on first failurePetri Lehtinen2-0/+6
2011-02-17Add custom memory allocationPetri Lehtinen14-58/+293
2011-02-03Resolve __va_list_tag ** -> va_list * type errors with clang and future GCCsGraeme Smecher1-2/+10
2011-01-30Fix an unpack example in the docsPetri Lehtinen1-3/+3
2011-01-29Tweak the default validation behaviour of the unpack APIPetri Lehtinen3-52/+58
2011-01-26Use the Sphinx default theme again for documentationPetri Lehtinen1-1/+1
2011-01-26Documentation for pack and unpack functionsPetri Lehtinen1-0/+227
2011-01-25Add the 'I' format for both pack and unpackPetri Lehtinen1-1/+15
2011-01-25Use 'f' for real and 'F' for number (real or integer) in unpackPetri Lehtinen1-1/+13
2011-01-25unpack: Unify and enhance error messagesPetri Lehtinen1-29/+31
2011-01-25Expand the pack/unpack API, implement unpack flagsPetri Lehtinen5-94/+184
2011-01-25Add validation features to json_unpack()Petri Lehtinen3-11/+57
2011-01-25Rename variadic.c to pack_unpack.cPetri Lehtinen2-2/+2
2011-01-25Refactor json_unpack()Petri Lehtinen1-262/+166
2011-01-24Refactor json_pack()Petri Lehtinen4-229/+152
2011-01-24Unify stylePetri Lehtinen3-139/+116
2011-01-22Update copyright notices for 2011Petri Lehtinen38-40/+40
2011-01-17Build cleanly with gcc's -Werror=declaration-after-statement flagPetri Lehtinen1-2/+2
2011-01-15Remove debugging printfGraeme Smecher1-1/+0
2011-01-14Make json_pack/json_unpack() recursiveGraeme Smecher3-428/+558
2010-12-20Emphasize the constness of the return value of json_string_value()Petri Lehtinen1-0/+4
2010-12-19Document the version info constantsPetri Lehtinen1-3/+40
2010-12-18Make int32_t available when the configure script is not usedPetri Lehtinen1-4/+9
2010-12-14Add version info to jansson.hPetri Lehtinen1-0/+16