aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2010-09-05Don't use designated struct initializersPetri Lehtinen2-16/+4
2010-09-05Use config.h only if it existsPetri Lehtinen1-0/+2
2010-09-05Replace all occurences of inline with JSON_INLINEPetri Lehtinen2-13/+8
2010-08-14Merge branch '1.3'Petri Lehtinen8-11/+43
2010-08-14Set the version number to 2.0prePetri Lehtinen2-3/+3
2010-08-14Clarify and document the integer type configurationPetri Lehtinen3-14/+21
2010-08-14Add a flags parameter to all decoding functions for future needsPetri Lehtinen9-24/+29
2010-08-13Change the maximum indentation size to 32 spaces in encoderPetri Lehtinen3-8/+8
2010-08-13Change the underlying type of JSON integer from long to json_int_tPetri Lehtinen17-45/+120
2010-08-12Make object_key_t portablePetri Lehtinen2-4/+7
2010-08-12Beautify the container_of macroPetri Lehtinen1-1/+2
2010-08-12Replace inline with JSON_INLINE in json_object_iter_set() declarationPetri Lehtinen1-1/+1
2010-08-12Check for gcc before setting gcc specific CFLAGSPetri Lehtinen2-0/+4
2010-08-10Move site configuration to jansson_config.hPetri Lehtinen5-7/+22
2010-08-10Change JSON integer's underlying type from int to longPetri Lehtinen7-20/+20
2010-06-16Clarify the documentationPetri Lehtinen2-4/+21
2010-06-15Unify unsigned integer usage in the APIPetri Lehtinen12-93/+93
2010-06-14configure.ac: Remove unneeded AC_PROG_CXXPetri Lehtinen1-1/+0
2010-06-14Add a few missing changes to CHANGES for v1.3Petri Lehtinen1-0/+8
2010-06-13jansson 1.3v1.3Petri Lehtinen4-6/+22
2010-06-12Remove the C++ interfacePetri Lehtinen8-1107/+4
2010-06-12Merge branch '1.2'Petri Lehtinen1-0/+2
2010-06-10Fix a few memory leaks in tests1.2Petri Lehtinen1-0/+2
2010-05-20Merge branch '1.2'Petri Lehtinen5-21/+147
2010-05-20Clarify the documentation on reference stealingPetri Lehtinen1-3/+25
2010-05-14Zero the visited flag after an encoding errorPetri Lehtinen2-16/+67
2010-05-14Zero the visited flag after encoding an empty array or objectPetri Lehtinen4-2/+55
2010-05-07Merge branch '1.2'Petri Lehtinen1-1/+2
2010-05-07load.c: Make stream_init() staticPetri Lehtinen1-1/+2
2010-04-03Merge branch '1.2'Petri Lehtinen5-5/+36
2010-04-03jansson 1.2.1v1.2.1Petri Lehtinen4-3/+33
2010-04-03doc: Distribute conformance.rstPetri Lehtinen1-2/+3
2010-03-28Merge branch '1.2'Petri Lehtinen26-23/+147
2010-03-28Require autoconf 2.60Petri Lehtinen1-1/+1
2010-03-28Support compilers that don't have the "inline" keywordPetri Lehtinen5-8/+28
2010-03-26doc: Add chapter on RFC conformancePetri Lehtinen2-0/+103
2010-03-26Estimate real number underflows with 0.0Petri Lehtinen7-12/+3