aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2010-10-27Enhance error reportingPetri Lehtinen7-91/+129
2010-10-26Move and enhance documentation on json_error_tPetri Lehtinen1-41/+37
2010-10-26Make json_error_t transparent againPetri Lehtinen8-154/+108
2010-10-26Adds json_pack / json_unpack variadic functions.Graeme Smecher10-17/+882
2010-10-14Remove all "Added in version 1.x" info from documentationPetri Lehtinen1-56/+0
2010-10-14Make json_error_t opaquePetri Lehtinen6-94/+140
2010-09-06Merge branch '1.3'Petri Lehtinen2-2/+3
2010-09-06Run Sphinx without the -W flag when building documentation1.3Petri Lehtinen2-2/+3
2010-09-05Use Sphinx 1.0, change the HTML themePetri Lehtinen3-169/+194
2010-09-05Add a section describing how to build on WindowsPetri Lehtinen1-2/+25
2010-09-05On Windows, typedef int to int32_tPetri Lehtinen1-0/+4
2010-09-05Add jansson_config.h.win32Petri Lehtinen1-0/+34
2010-09-05Move max() to jansson_private.h, define only if not already definedPetri Lehtinen5-16/+6