aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-04-15Fix the signature again, and also rest of the errorsPetri Lehtinen1-1/+4
2013-04-15Fix the signature of a test functionPetri Lehtinen1-1/+1
2013-04-15json_dump*(): Don't crash if json is NULL and JSON_ENCODE_ANY is setPetri Lehtinen2-0/+24
2013-04-01Fix a typoPetri Lehtinen1-1/+1
2013-03-09Use json_decref() properly in tutorialPetri Lehtinen2-0/+9
2013-02-05check-exports test: Filter out symbols that start with an underscorePetri Lehtinen1-1/+1
2013-02-04Enable -Werror in Travis buildsPetri Lehtinen1-1/+1
2013-02-04Don't use -Werror by defaultPetri Lehtinen1-1/+1
2013-02-04Enable gcc specific flags in tests correctlyPetri Lehtinen6-9/+7
2013-01-03Make it possible to forward declare struct json_tPetri Lehtinen1-1/+1
2012-12-28Add travis build status image more cleverlyPetri Lehtinen1-4/+3
2012-12-28Add travis build status to README.rstPetri Lehtinen1-0/+5
2012-12-28travis: Run "make check" instead of "make test"Petri Lehtinen1-1/+1
2012-12-28travis: Bootstrap autotools before buildingPetri Lehtinen1-0/+1
2012-12-28Fix // -> /* */Petri Lehtinen1-1/+1
2012-12-23Add Travis configurationPetri Lehtinen1-0/+4
2012-12-10Change const pointer to arrayJacob Potter1-1/+1
2012-12-10Mark some constant data as const.Jacob Potter3-4/+4
2012-12-10fixed l_isxdigit() macroAttie Grande1-1/+1
2012-12-04Really fix the off-by-one error in json_array_remove()Petri Lehtinen2-3/+3
2012-12-04Fix an off-by-one error in json_array_remove()Petri Lehtinen2-1/+18
2012-10-26Merge pull request #93 from bertwesarg/vpath-for-2.4Petri Lehtinen2-2/+2
2012-10-26Support building and testing with VPATH.Bert Wesarg2-2/+2
2012-09-23jansson 2.4v2.4Petri Lehtinen5-9/+9
2012-09-23Distribute win32 filesPetri Lehtinen2-2/+2
2012-09-22Update CHANGES for v2.4Petri Lehtinen1-0/+9
2012-09-22doc: Add versionadded directive for json_boolean()Petri Lehtinen1-0/+2
2012-09-18Merge pull request #90 from luke-jr/patch-1Petri Lehtinen1-0/+1
2012-09-15Add -no-undefined to LDFLAGSLuke Dashjr1-0/+1
2012-09-13Disallow NaN or Inf real valuesPetri Lehtinen2-2/+46
2012-09-13Fix json_real_set() to return -1 on errorPetri Lehtinen1-1/+1
2012-09-06Fix a typo on doc/apiref.rstPetri Lehtinen1-1/+1
2012-09-05Fix a typo in README.rstPetri Lehtinen1-2/+2
2012-08-11CHANGES entry for #88Petri Lehtinen1-0/+4
2012-08-11Merge branch '2.3'Petri Lehtinen1-1/+1
2012-08-11fix check-exports test on ppc642.3Alessandro Ghedini1-1/+1
2012-07-30Add an initial CHANGES entry for v2.4Petri Lehtinen1-0/+29
2012-07-30Add json_boolean() macroPetri Lehtinen3-2/+28
2012-07-27Merge branch '2.3'Petri Lehtinen1-1/+1
2012-07-27Fix a small error in tutorialPetri Lehtinen1-1/+1
2012-06-29Document the JSON_ESCAPE_SLASH encoding flagPetri Lehtinen1-0/+5
2012-06-29Tweak slash escapingPetri Lehtinen1-16/+11
2012-06-29Merge branch 'fix-slash' of git://github.com/jrbasso/janssonPetri Lehtinen3-6/+40
2012-06-28Created flag to dump escaping slashJuan Basso4-6/+39
2012-06-27Escaping the slash when dumpJuan Basso2-3/+4
2012-06-06Merge branch '2.3'Petri Lehtinen2-14/+14
2012-06-06Bugfix: must cast void* to do pointer mathPaul Harris1-2/+2
2012-06-06Bugfix: Changed all use of ssize_t to size_t.Paul Harris1-12/+12