summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Include json_inttypes.h in json_object.h since we use types like int32_t in t...Eric Haszlakiewicz2012-02-156-2/+27
* Merge branch 'master' of https://github.com/json-c/json-cEric Haszlakiewicz2012-02-155-7/+18
|\
| * Merge pull request #12 from jameinel/win32-projectEric Haszlakiewicz2012-02-155-7/+18
| |\
| | * Some updates to make the code compatible with VC 9 (2008)John Arbash Meinel2012-02-015-7/+18
| |/
* | Issue#10: add some const qualifiers so test1 compiles again.Eric Haszlakiewicz2012-02-151-1/+1
|/
* Merge pull request #11 from deweerdt/masterEric Haszlakiewicz2012-01-291-0/+2
|\
| * json_tokener_parse(): avoid possible NULL derefFrederik Deweerdt2012-01-181-0/+2
|/
* Merge pull request #7 from federicoculloca/masterEric Haszlakiewicz2011-12-091-1/+1
|\
| * Added capitalized charaters to json_hex_charsFederico Culloca2011-10-301-1/+1
* | Merge pull request #8 from mstorsjo/mingwEric Haszlakiewicz2011-12-091-1/+1
|\ \ | |/ |/|
| * Add -no-undefined to the libtool flagsMartin Storsjo2011-11-251-1/+1
|/
* Merge pull request #4 from deweerdt/masterEric Haszlakiewicz2011-10-126-0/+83
|\
| * Add new json_object_array_sort functionFrederik Deweerdt2011-10-076-0/+83
|/
* Add an initial (incomplete) release checklist.Eric Haszlakiewicz2011-06-141-0/+34
* Add Jehiah and myself to the list of authors.Eric Haszlakiewicz2011-06-141-0/+3
* Update README files with pointers to new github repo and googlegroups mailing...Michael Clark2011-06-143-46/+40
* handle NULL passed to json_objct_object_getJehiah Czebotar2011-05-261-0/+1
* move definition of json_object_iter to public header to enable external use o...Jehiah Czebotar2011-05-252-8/+8
* Set the svn:executable property so running the test_null test works properly.Eric Haszlakiewicz2011-05-031-0/+0
* Note the json-c home page in the README file.Eric Haszlakiewicz2011-05-031-0/+3
* Note a few recent changes in the ChangeLog.Eric Haszlakiewicz2011-05-031-0/+9
* Bump up the libtool library version to "1:0:1" (aka libjson.0.1.0) since the ...Eric Haszlakiewicz2011-05-031-1/+1
* Bump the version to 0.10, since that's what we were at.Eric Haszlakiewicz2011-05-031-1/+1
* Add a test_cast test case. This checks that the casting that is implied when...Eric Haszlakiewicz2011-05-034-2/+120
* Add a json_type_to_name() function which returns a string that describes the ...Eric Haszlakiewicz2011-05-034-16/+33
* Fix a bug in json_object_get_int() where calling it on a string type object w...Eric Haszlakiewicz2011-05-031-1/+1
* Add a dummy "NEWS" file to automake doesn't complain.Eric Haszlakiewicz2011-05-031-0/+0
* readme updatesJehiah Czebotar2011-01-142-7/+8
* update json_object_new_string_len, json_escape_str (internal). Writer handles...Jehiah Czebotar2011-01-147-18/+94
* add json_tokener_parse_verbose, and return NULL on parser errorsJehiah Czebotar2010-12-084-5/+34
* set svn:ignore and .gitignore to skip intermediate build filesJehiah Czebotar2010-12-071-0/+24
* Simplify things by storing integer values only as int64_t's internally, andehaszla2010-12-078-41/+43
* * Fix file descriptor leak if memory allocation fails in json_utilMichael Clark2010-10-131-2/+4
* * Fix file descriptor leak if memory allocation fails in json_utilMichael Clark2010-10-132-0/+3
* Update executable propertiesMichael Clark2010-10-076-0/+0
* * Add int64 support. Two new functions json_object_net_int64 andMichael Clark2010-10-0623-40/+569
* * Make json_object_from_file take const char *filenameMichael Clark2009-08-272-2/+2
* * Fix subtle bug in linkhash where lookup could hang after all slotsMichael Clark2009-08-272-1/+9
* * Add handling of surrogate pairsBrent Miller2009-08-204-20/+133
* * Correct comment describing printbuf_memappend in printbuf.hBrent Miller2009-08-202-4/+9
* Add json-c.vcproj to EXTRA_DISTMichael Clark2009-08-191-1/+1
* Add mailing lists to README.htmlMichael Clark2009-08-191-3/+7
* Add note about autoconf README changes to ChangeLogMichael Clark2009-08-191-0/+2
* Add README.html, README-WIN32.html and config.h.win32 to EXTRA_DIST in Makefi...Christopher Watford2009-07-311-1/+1
* Update version to 0.9Christopher Watford2009-07-312-2/+2
* Update changelogChristopher Watford2009-07-311-0/+2
* typo fixMichael Clark2009-07-251-1/+1
* * Rename min and max so we can never clash with C or C++ std libraryMichael Clark2009-07-255-10/+12
* Add const qualifier to the json_tokener_parse functionsChristopher Watford2009-07-082-9/+9
* Erik Hovland (3):Christopher Watford2009-07-083-2/+7