summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add a shebang to autogen.shbaserock/morphJonathan Maw2013-08-161-0/+1
* Install header instead of sourceBen Brewer2012-10-231-1/+1
* Fixed JSON syntax errorBen Brewer2012-10-231-1/+1
* Updated morph to install missing headerBen Brewer2012-10-231-0/+10
* Merge remote-tracking branch 'origin/master' into json-c-0.10json-c-0.10-20120530Eric Haszlakiewicz2012-04-292-7/+52
|\
| * Update the ChangeLog with the rest of the changes that will be included in th...Eric Haszlakiewicz2012-04-291-0/+22
| * Fill in the missing pieces of the release checklist.Eric Haszlakiewicz2012-04-291-7/+30
* | Merge branch 'master' into json-c-0.10Eric Haszlakiewicz2012-04-291-1/+1
|\ \ | |/
| * Change the format used for sprintbuf (but not scanf) to use %f instead of %lf...Eric Haszlakiewicz2012-04-291-1/+1
* | Add the 0.10 release doxygen-generated docs to source control.Eric Haszlakiewicz2012-04-2843-0/+8527
* | Add automake/autoconf generated files for the 0.10 release.Eric Haszlakiewicz2012-04-2810-0/+36689
|/
* Ignore the new test1Formatted and test2Formatted executables.Eric Haszlakiewicz2012-04-281-0/+2
* Extend test1 and test2 to run using json_object_to_json_string_ext() based on...Eric Haszlakiewicz2012-04-2814-19/+293
* Add a json_object_to_json_string_ext() function to allow the formatting of ou...Eric Haszlakiewicz2012-04-285-51/+171
* Fixed parsing numbers in E notation. `Eric Haszlakiewicz2012-04-241-1/+2
* Since we already use a local json_bool type, replace any stdbool.h usage withEric Haszlakiewicz2012-04-243-6/+3
* Merge pull request #25 from kdopen/doc_cleanupEric Haszlakiewicz2012-04-242-97/+83
|\
| * Clean up documentation and correct sample codeKeith Derrick2012-04-232-97/+83
* | Merge pull request #23 from mloskot/mloskot-msvc-fixesEric Haszlakiewicz2012-04-231-1/+3
|\ \ | |/ |/|
| * Fix missing inttypes.h definitions for Visual Studio 2010 and earliers. Relat...Mateusz Loskot2012-04-231-1/+3
|/
* Merge pull request #21 from kdopen/add_iteratorEric Haszlakiewicz2012-04-228-9/+522
|\
| * Add alternative iterator implementationKeith Derrick2012-04-123-0/+425
| * Add NULL-safe get object methodKeith Derrick2012-04-122-2/+45
| * Add NULL-safe lookup functionKeith Derrick2012-04-122-3/+26
| * Add JASSERT macro to guarantee abortsKeith Derrick2012-04-121-4/+26
* | Merge branch 'master' of https://github.com/json-c/json-cEric Haszlakiewicz2012-04-221-11/+62
|\ \
| * \ Merge pull request #20 from kdopen/masterEric Haszlakiewicz2012-04-191-11/+62
| |\ \ | | |/
| | * Added explanatory notes to documentation.Keith Derrick2012-04-051-11/+62
| |/
* | Actually save the expected output for the test_printbuf test so it passes.Eric Haszlakiewicz2012-04-221-0/+32
* | Update the list of files to ignore.Eric Haszlakiewicz2012-04-221-31/+35
* | Add a test for the printbuf functions.Eric Haszlakiewicz2012-04-223-0/+182
* | Use a different variable when referring to the json.la file, since the origin...Eric Haszlakiewicz2012-04-221-8/+8
* | Move the rest of the tests into the tests subdirectory.Eric Haszlakiewicz2012-04-2221-34/+19
* | Create a tests subdirectory and move one of the test to there.Eric Haszlakiewicz2012-04-227-7/+35
|/
* Fix some bugs with how buffer sizes were being calcuated in printbuf_memset a...Eric Haszlakiewicz2012-04-031-6/+14
* Remove the "#undef PRINTBUF_DEBUG" from printbuf.h so it can be more easily t...Eric Haszlakiewicz2012-04-031-2/+0
* Add a printbuf_memset() function to provide an effecient way to set and appen...Eric Haszlakiewicz2012-04-022-10/+58
* Direct people to send bug reports to the json-c google group.Eric Haszlakiewicz2012-03-312-2/+2
* Remove a few more things in the distclean target to get rid of *all* generate...Eric Haszlakiewicz2012-03-311-0/+1
* Fix a bug in json_tokener_parse_ex when re-using the same tokener to parse mu...Eric Haszlakiewicz2012-03-311-1/+11
* Split the json_tokener_parse tests off from test1 into their own test and add...Eric Haszlakiewicz2012-03-317-133/+334
* For the prototype for json_tokener_error_desc().Eric Haszlakiewicz2012-03-311-3/+3
* Mention json_type_to_name() in the docs for json_object_get_type().Eric Haszlakiewicz2012-03-311-1/+3
* Define a LH_LOAD_FACTOR constant and note the range that it can be set to.Eric Haszlakiewicz2012-03-312-1/+8
* Adjust json_object_is_type and json_object_get_type so they return json_type_...Eric Haszlakiewicz2012-03-314-0/+65
* Merge pull request #16 from kdopen/masterEric Haszlakiewicz2012-03-313-13/+13
|\
| * Rename boolean type to json_boolKeith Derrick2012-03-263-13/+13
* | Ignore several more files, include .o's, .lo's, etc...Eric Haszlakiewicz2012-03-311-0/+6
* | Perform better error checking in json_tokener_parse_verbose and rewrite json_...Eric Haszlakiewicz2012-03-311-12/+9
|/
* Add json_tokener_get_error() and json_tokener_error_desc() to better encapsul...Eric Haszlakiewicz2012-02-222-0/+102