summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Note the rename in the ChangeLog, and update the instructions in the README f...kdopen-rename_libraryEric Haszlakiewicz2012-07-292-3/+21
* Take a guess as to the rename changes changes needed to the Android part of t...Eric Haszlakiewicz2012-07-291-6/+6
* Re-add the "json" pkg-config file as a compatibility shim.Eric Haszlakiewicz2012-07-295-2/+18
* Bump the version of the new library since programs will need to be re-linked ...Eric Haszlakiewicz2012-07-291-1/+1
* Add a compatibility symlink json->json-c in the include directory.Eric Haszlakiewicz2012-07-291-0/+11
* Add a --disable-oldname-compat option to configure to turn off the creation o...Eric Haszlakiewicz2012-07-292-3/+18
* Ignore a couple more generated files.Eric Haszlakiewicz2012-07-291-0/+2
* Fix the Libs line in json-uninstalled.pc to use -ljson-cEric Haszlakiewicz2012-07-291-1/+1
* Create an additional libjson.so library that simply links against libjson-c, ...Eric Haszlakiewicz2012-07-292-1/+32
* Check for the sys/cdefs.h header which on some systems defines the __warn_ref...Eric Haszlakiewicz2012-07-292-1/+4
* Remove test_parse from the top level directory. (accidentally re-introduced ...Eric Haszlakiewicz2012-07-293-328/+0
* Merge branch 'rename_library' of https://github.com/kdopen/json-c into kdopen...Eric Haszlakiewicz2012-07-297-10/+338
|\
| * Ignoring additional build productsKeith Derrick2012-04-051-0/+2
| * Modify install names for library and include filesKeith Derrick2012-04-053-9/+9
| * Added explanatory notes to documentation.Keith Derrick2012-04-051-9/+55
| * Fix some bugs with how buffer sizes were being calcuated in printbuf_memset a...Eric Haszlakiewicz2012-04-041-6/+14
| * Remove the "#undef PRINTBUF_DEBUG" from printbuf.h so it can be more easily t...Eric Haszlakiewicz2012-04-041-2/+0
| * Add a printbuf_memset() function to provide an effecient way to set and appen...Eric Haszlakiewicz2012-04-042-10/+58
| * Direct people to send bug reports to the json-c google group.Eric Haszlakiewicz2012-04-022-2/+2
| * Remove a few more things in the distclean target to get rid of *all* generate...Eric Haszlakiewicz2012-04-021-0/+1
| * Fix a bug in json_tokener_parse_ex when re-using the same tokener to parse mu...Eric Haszlakiewicz2012-04-021-1/+11
| * Split the json_tokener_parse tests off from test1 into their own test and add...Eric Haszlakiewicz2012-04-027-133/+334
| * For the prototype for json_tokener_error_desc().Eric Haszlakiewicz2012-04-021-3/+3
| * Mention json_type_to_name() in the docs for json_object_get_type().Eric Haszlakiewicz2012-04-021-1/+3
| * Define a LH_LOAD_FACTOR constant and note the range that it can be set to.Eric Haszlakiewicz2012-04-022-1/+8
| * Adjust json_object_is_type and json_object_get_type so they return json_type_...Eric Haszlakiewicz2012-04-024-0/+65
| * Ignore several more files, include .o's, .lo's, etc...Eric Haszlakiewicz2012-04-021-0/+6
| * Perform better error checking in json_tokener_parse_verbose and rewrite json_...Eric Haszlakiewicz2012-04-021-12/+9
* | Handle the \f escape sequence (the two characters: backslash followed by an f...Eric Haszlakiewicz2012-07-293-1/+23
* | Default autogen.sh to not running configure, unless some command line options...Eric Haszlakiewicz2012-07-291-1/+9
* | Initialize errno before calling sscanf in json_parse_int64() so parsing valid...Eric Haszlakiewicz2012-07-293-3/+19
* | Merge pull request #37 from cgwalters/masterEric Haszlakiewicz2012-07-291-1/+4
|\ \
| * | autogen.sh: Add /bin/sh interpreter, honor NOCONFIGURE=1Colin Walters2012-07-111-1/+4
* | | Rewrite json_object_object_add to replace just the value if the key already e...Eric Haszlakiewicz2012-07-245-3/+95
|/ /
* | Merge pull request #26 from ford-prefect/masterEric Haszlakiewicz2012-07-085-0/+66
|\ \
| * | Add an Android-friendly build systemArun Raghavan2012-04-262-0/+53
| * | Run configure in the autogen.sh scriptArun Raghavan2012-04-261-0/+1
| * | Add a pkgconfig file for uninstalled buildsArun Raghavan2012-04-262-0/+12
* | | Add json_object_iterator.h to installed headers.Eric Haszlakiewicz2012-07-081-0/+1
* | | Fix git commands for tagging a release.Eric Haszlakiewicz2012-07-081-1/+3
* | | Remove unnecessary comment from json_util.cEric Haszlakiewicz2012-07-081-1/+1
* | | Merge pull request #33 from mloskot/masterEric Haszlakiewicz2012-07-083-2/+11
|\ \ \
| * | | Added a bunch of missing HAVE_* defines tested with ./configure script to fix...Mateusz Loskot2012-06-193-2/+11
|/ / /
* | | Merge pull request #27 from OBI-1/masterEric Haszlakiewicz2012-05-301-1/+1
|\ \ \
| * | | array_list_expand_internal needs length, not index. OBI-12012-05-091-1/+1
* | | | Merge pull request #29 from mloskot/msvc-portEric Haszlakiewicz2012-05-307-17/+44
|\ \ \ \
| * | | | Missing explicit casts from void* to specific pointers required. Added #defin...Mateusz Loskot2012-05-223-3/+11
| * | | | Replaced #if HAVE_X with #ifdef HAVE_X as the former test is troublemaker wit...Mateusz Loskot2012-05-215-14/+33
| |/ / /
* | | | Use "nodoc", not "doc", for the name of the tarball w/o docs.Eric Haszlakiewicz2012-05-301-1/+1
|/ / /
* | | Update the ChangeLog with the rest of the changes that will be included in th...Eric Haszlakiewicz2012-04-291-0/+22