Merge pull request #58 from Abioy/master
[platform/upstream/json-c.git] / tests /
2012-12-23 Eric HaszlakiewiczMerge pull request #51 from remicollet/issue-dyndepth
2012-12-23 Eric HaszlakiewiczRevert the test_null test back to emitted to stdout...
2012-12-23 Eric HaszlakiewiczMerge pull request #56 from TheCount/develop
2012-12-19 Alexander KlauerWrite additional test info to stderr instead of stdout...
2012-12-19 Alexander KlauerFixed memory leak in testReplaceExisting
2012-12-18 Alexander KlauerLibrary is now called libjson-c
2012-12-09 Eric HaszlakiewiczFix issue #53 - ensure explicit length string are still...
2012-11-29 Eric HaszlakiewiczAdd a missing json_object_get() so we don't try to...
2012-11-29 Eric HaszlakiewiczFix a memory leak in the test_printbuf test.
2012-10-21 Eric HaszlakiewiczMake it safe to delete keys while iterating with the...
2012-09-17 Eric HaszlakiewiczFix a memory leak in test1 with respect to how json_obj...
2012-09-17 Eric HaszlakiewiczReformat the test sources. No functional change.
2012-09-09 Eric HaszlakiewiczUpdate the set_serializer test to match the actual...
2012-09-02 Eric HaszlakiewiczAdd a json_set_serializer() function to allow the strin...
2012-07-29 Eric HaszlakiewiczMerge branch 'rename_library' of https://github.com...
2012-07-29 Eric HaszlakiewiczHandle the \f escape sequence (the two characters:...
2012-07-29 Eric HaszlakiewiczInitialize errno before calling sscanf in json_parse_in...
2012-07-29 Eric HaszlakiewiczMerge pull request #37 from cgwalters/master
2012-07-25 Eric HaszlakiewiczRewrite json_object_object_add to replace just the...
2012-07-09 Eric HaszlakiewiczMerge pull request #26 from ford-prefect/master
2012-07-09 Eric HaszlakiewiczMerge pull request #33 from mloskot/master
2012-06-19 Mateusz LoskotAdded a bunch of missing HAVE_* defines tested with...
2012-05-31 Eric HaszlakiewiczMerge pull request #27 from OBI-1/master
2012-05-31 Eric HaszlakiewiczMerge pull request #29 from mloskot/msvc-port
2012-05-22 Mateusz LoskotMissing explicit casts from void* to specific pointers...
2012-04-28 Eric HaszlakiewiczExtend test1 and test2 to run using json_object_to_json...
2012-04-23 Eric HaszlakiewiczMerge pull request #21 from kdopen/add_iterator
2012-04-22 Eric HaszlakiewiczMerge branch 'master' of https://github.com/json-c...
2012-04-22 Eric HaszlakiewiczActually save the expected output for the test_printbuf...
2012-04-22 Eric HaszlakiewiczAdd a test for the printbuf functions.
2012-04-22 Eric HaszlakiewiczUse a different variable when referring to the json...
2012-04-22 Eric HaszlakiewiczMove the rest of the tests into the tests subdirectory.
2012-04-22 Eric HaszlakiewiczCreate a tests subdirectory and move one of the test...