aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-01-28Rebase Deron Meranda's original bignum patchbignumPetri Lehtinen12-122/+1563
2014-01-28Update copyrights for 2014Petri Lehtinen42-42/+42
2014-01-27Merge pull request #157 from JoakimSoderberg/cmake_config_newPetri Lehtinen11-83/+201
2014-01-27Renamed config.h -> jansson_private_config.hJoakim Soderberg10-18/+22
2014-01-24Added CMake config files.Joakim Soderberg3-71/+185
2014-01-16Fix CMake build flags for MinGWPetri Lehtinen1-2/+2
2013-12-28Merge pull request #151 from nmlgc/masterPetri Lehtinen1-2/+2
2013-12-28Check for key == NULL in json_object_get and json_object_delnmlgc1-2/+2
2013-12-27Merge branch '2.5'Petri Lehtinen1-0/+9
2013-12-27github_commits.c: GitHub API v3 requires a User-Agent header2.5Petri Lehtinen1-0/+9
2013-12-13Merge branch '2.5'Petri Lehtinen0-0/+0
2013-12-13MergePetri Lehtinen1-1/+1
2013-12-13Merge branch '2.5'Petri Lehtinen1-1/+1
2013-12-13Include CMake specific files in release tarballsPetri Lehtinen1-1/+1
2013-12-04Add json_boolean_value as alias for json_is_truePetri Lehtinen3-0/+8
2013-11-14Merge branch '2.5'Petri Lehtinen2-2/+2
2013-11-14doc: Set all memory to zero in secure_freePetri Lehtinen2-2/+2
2013-10-15Fix an off-by-one errorPetri Lehtinen1-1/+1
2013-10-15Don't call strlen twicePetri Lehtinen1-1/+1
2013-10-15Avoid integer overflows with very long stringsPetri Lehtinen2-1/+8
2013-10-03Merge pull request #143 from chipdude/masterPetri Lehtinen2-4/+31
2013-10-03in simple string tests, always check lengths tooChip Salzenberg1-4/+30
2013-10-03paper bag bug: json_string_set* functions should set the length tooChip Salzenberg1-0/+1
2013-09-30Merge pull request #142 from chipdude/masterPetri Lehtinen1-1/+1
2013-09-30fix type mismatch anywhere int != int32 (Vorne)Chip Salzenberg1-1/+1
2013-09-30Document JSON_ALLOW_NUL and clarify NUL byte handlingPetri Lehtinen2-4/+24
2013-09-30Add JSON_ALLOW_NUL decoding flag for enabling NUL byte supportPetri Lehtinen7-4/+50
2013-09-30Clarify json_string_length docPetri Lehtinen1-1/+1
2013-09-30Fix NUL byte check for object keysPetri Lehtinen3-1/+4
2013-09-30load.c: Change an error messagePetri Lehtinen1-1/+1
2013-09-30Add Chip's changes to release notesPetri Lehtinen1-0/+31
2013-09-30Document s% and s# for json_pack, s% for json_unpackPetri Lehtinen2-9/+18
2013-09-29Merge pull request #141 from chipdude/nulsPetri Lehtinen1-0/+5
2013-09-29add new public functions to jansson.defChip Salzenberg1-0/+5
2013-09-29Merge pull request #140 from chipdude/nulsPetri Lehtinen18-127/+316
2013-09-27document new null-friendly functionsChip Salzenberg1-0/+29
2013-09-27expect "export" in test configsChip Salzenberg1-4/+3
2013-09-27dump \u sequences as upper case for readability (just like error messages)Chip Salzenberg2-3/+3
2013-09-27Support \u0000 - add size_t string lengths to API, load and dump \u000, etc.Chip Salzenberg15-120/+281
2013-09-23Add versionadded to the new json_pack() format specifiersPetri Lehtinen1-0/+6
2013-09-19jansson 2.5v2.5Petri Lehtinen6-8/+67
2013-09-19doc: Fix index type for json_array_foreach()Petri Lehtinen1-1/+1
2013-09-19Merge branch '2.4'Petri Lehtinen0-0/+0
2013-09-19Mention success first in json_load_callback_t docs2.4Petri Lehtinen1-4/+4
2013-09-19Clarified json_load_callback_t return value docsPhillip Howell1-2/+3
2013-09-19Merge branch '2.4'Petri Lehtinen0-0/+0
2013-09-19Mention success first in json_load_callback_t docsPetri Lehtinen1-3/+4
2013-09-16Mention success first in json_load_callback_t docsPetri Lehtinen1-4/+4
2013-09-16Clarified json_load_callback_t return value docsPhillip Howell1-2/+3
2013-08-27Merge pull request #134 from lano1106/masterPetri Lehtinen1-1/+1