aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-01-07Add pkg-config support1.1Petri Lehtinen4-0/+15
2009-12-21Remove const qualifier from the json_t parameter in json_*_set() functions.Petri Lehtinen2-6/+6
2009-12-18jansson 1.1.3v1.1.3Petri Lehtinen4-3/+10
2009-12-18Encode reals correctlyPetri Lehtinen1-1/+16
2009-11-29Only export symbols starting with "json_" in libjansson.laPetri Lehtinen1-1/+3
2009-11-29Make parse_json staticPetri Lehtinen1-1/+1
2009-11-28doc/github_commits.c Add copyright noticePetri Lehtinen1-0/+7
2009-11-08jansson 1.1.2v1.1.2Petri Lehtinen4-3/+12
2009-11-07Don't include stdint.h in jansson.hPetri Lehtinen1-1/+0
2009-10-29load: Parse a badly put - sign correctlyPetri Lehtinen3-3/+37
2009-10-27json_load_file: Initialize the error struct properlyPetri Lehtinen4-1/+29
2009-10-26jansson 1.1.1v1.1.1Petri Lehtinen3-2/+9
2009-10-25Build documentation in distcheck-hookPetri Lehtinen1-0/+5
2009-10-25Really distribute all the docsPetri Lehtinen1-1/+1
2009-10-24Distribute all the docsPetri Lehtinen1-1/+3
2009-10-24Fix version 1.1 release date in CHANGESPetri Lehtinen1-1/+1
2009-10-20jansson 1.1v1.1Petri Lehtinen4-4/+24
2009-10-20Distribute stripped unit test dataPetri Lehtinen1-1/+1
2009-10-19Enhance documentationPetri Lehtinen5-52/+92
2009-10-19Add C++ guards to jansson.hraoulh1-0/+8
2009-10-17doc: Add tutorialPetri Lehtinen4-0/+439
2009-10-16Fix indentationPetri Lehtinen7-18/+19
2009-10-15json_dumpf: Document the output shortage on errorPetri Lehtinen1-0/+3
2009-10-15Enhance handling of circular referencesPetri Lehtinen6-42/+182
2009-10-15json_dumps: Close the strbuffer if dumping failsPetri Lehtinen1-2/+6
2009-10-15doc: Fix a small typo in apirefPetri Lehtinen1-1/+1
2009-10-14doc/Makefile.am: Remove *.pyc in cleanPetri Lehtinen1-0/+1
2009-10-14Make integer, real and string mutablePetri Lehtinen4-14/+106
2009-10-13Don't use non-portable asprintf()Petri Lehtinen1-14/+13
2009-10-11Merge branch '1.0'Petri Lehtinen6-9/+16
2009-10-11jansson 1.0.4v1.0.41.0Petri Lehtinen4-3/+10
2009-10-11Fix API tests for objectPetri Lehtinen1-1/+1
2009-10-11Remove config.h.inPetri Lehtinen2-59/+1
2009-10-11Extend object APIPetri Lehtinen6-17/+255
2009-10-10Fix API tests for objectPetri Lehtinen2-1/+3
2009-10-10Check json_object_set_new argumentsPetri Lehtinen1-1/+1
2009-10-10Remove config.h.inPetri Lehtinen2-59/+1
2009-10-06Fix a few more compilation issuesPetri Lehtinen1-2/+2
2009-10-01Make it compile on platforms where char is unsignedPetri Lehtinen2-3/+3
2009-10-01Relax Autoconf version prereqPetri Lehtinen1-1/+1
2009-09-29Extend array APIPetri Lehtinen5-16/+439
2009-09-20doc: Add getting started guidePetri Lehtinen2-0/+92
2009-09-14Merge branch '1.0'Petri Lehtinen4-3/+13
2009-09-14jansson 1.0.3v1.0.3Petri Lehtinen4-3/+13
2009-09-14load: Check for integer and real overlfows and underflowsPetri Lehtinen2-9/+65
2009-09-14test/json-compare.py: Use json module from Python >=2.6 or simplejsonPetri Lehtinen1-3/+6
2009-09-13load: Check for integer and real overlfows and underflowsPetri Lehtinen3-9/+90
2009-09-13Use unsigned long instead of uint32_tPetri Lehtinen3-11/+11
2009-09-11test/json-compare.py: Use json module from Python >=2.6 or simplejsonPetri Lehtinen1-3/+6
2009-09-08Add stripped unit tests for decoderPetri Lehtinen6-7/+287