aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2014-02-11Merge branch '2.6'Petri Lehtinen7-31/+66
2014-02-11CVE-2013-6401: Change hash function, randomize hashesPetri Lehtinen7-31/+66
2014-02-11expect "export" in test configsChip Salzenberg1-4/+3
2014-01-28Update copyrights for 2014Petri Lehtinen21-21/+21
2014-01-27Renamed config.h -> jansson_private_config.hJoakim Soderberg3-3/+3
2013-12-04Add json_boolean_value as alias for json_is_truePetri Lehtinen1-0/+2
2013-11-14Merge branch '2.5'Petri Lehtinen1-1/+1
2013-11-14doc: Set all memory to zero in secure_freePetri Lehtinen1-1/+1
2013-10-03in simple string tests, always check lengths tooChip Salzenberg1-4/+30
2013-09-30Add JSON_ALLOW_NUL decoding flag for enabling NUL byte supportPetri Lehtinen4-2/+36
2013-09-30Fix NUL byte check for object keysPetri Lehtinen2-0/+3
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 Salzenberg1-1/+1
2013-09-27Support \u0000 - add size_t string lengths to API, load and dump \u000, etc.Chip Salzenberg6-9/+40
2013-08-14pack: Add format specifiers s#, + and +#Petri Lehtinen1-2/+50
2013-07-23Update copyrights for 2013Petri Lehtinen20-20/+20
2013-06-13Prevent unused-variable warningJason Choy1-0/+2
2013-06-12Tweak the JSON_DECODE_INT_AS_REAL test introduced in #123Petri Lehtinen1-6/+10
2013-06-11Using jsonp_strtod instead of casting to double to catch double overflowJason Choy1-3/+14
2013-06-11Renamed flag to JSON_DECODE_INT_AS_REAL and added documentationJason Choy1-1/+1
2013-06-09Added a simple test for the JSON_DECODE_NO_INT optionJason Choy1-0/+12
2013-06-07Added missing rv check - caught by clangJason Choy1-2/+2
2013-05-12Fixed "comparison between signed and unsigned" warningDaniel Griscom1-1/+1
2013-05-12Removed (non-functioning) printfs from test codeDaniel Griscom1-6/+0
2013-05-12Added test cases and documentation for json_array_foreach()Daniel Griscom2-2/+28
2013-04-29test:suites:api: modified error messageAndrei Epure1-1/+1
2013-04-15Merge branch '2.4'Petri Lehtinen1-1/+4
2013-04-15Fix the signature again, and also rest of the errorsPetri Lehtinen1-1/+4
2013-04-15Merge branch '2.4'Petri Lehtinen1-1/+1
2013-04-15Fix the signature of a test functionPetri Lehtinen1-1/+1
2013-04-15Merge branch '2.4'Petri Lehtinen1-0/+21
2013-04-15json_dump*(): Don't crash if json is NULL and JSON_ENCODE_ANY is setPetri Lehtinen1-0/+21
2013-03-14Fix a refleak in test/bin/json_process.cPetri Lehtinen1-0/+1
2013-03-14Remove trailing whitespacePetri Lehtinen1-16/+16
2013-03-13Got rid of some warnings for unused variables.Joakim Söderberg1-6/+6
2013-03-13Add back the old ENV variabe approach to json_process.Joakim Söderberg6-19/+141
2013-03-07Get rid of type warning on MSVC.Joakim Soderberg1-1/+1
2013-03-07Fix incorrect cast to ssize_t.Joakim Söderberg1-1/+0
2013-03-07Always use LF as line ending so that we don't get any problems with lineJoakim Soderberg1-0/+2
2013-03-07Consolidated the CMake project.Joakim Soderberg3-102/+154
2013-03-07Add CMake build system.Paul Harris1-0/+31
2013-02-05check-exports test: Filter out symbols that start with an underscorePetri Lehtinen1-1/+1
2013-02-04Enable gcc specific flags in tests correctlyPetri Lehtinen4-4/+2
2012-12-04Really fix the off-by-one error in json_array_remove()Petri Lehtinen1-2/+2
2012-12-04Fix an off-by-one error in json_array_remove()Petri Lehtinen1-0/+14
2012-10-26Support building and testing with VPATH.Bert Wesarg2-2/+2
2012-09-13Disallow NaN or Inf real valuesPetri Lehtinen1-0/+31
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 json_boolean() macroPetri Lehtinen1-0/+16