index
:
json-c.git
master
Unnamed repository; edit this file 'description' to name the repository.
Helio Chissini de Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-20
Add an Android-friendly build system
HEAD
master
Arun Raghavan
2
-0/+53
2012-01-20
Run configure in the autogen.sh script
Arun Raghavan
1
-0/+1
2012-01-20
Add a pkgconfig file for uninstalled builds
Arun Raghavan
2
-0/+12
2012-01-20
Include stdint.h in json_object.h
Arun Raghavan
1
-0/+2
2011-10-13
Merge pull request #4 from deweerdt/master
Eric Haszlakiewicz
6
-0/+83
2011-10-07
Add new json_object_array_sort function
Frederik Deweerdt
6
-0/+83
2011-06-14
Add an initial (incomplete) release checklist.
Eric Haszlakiewicz
1
-0/+34
2011-06-14
Add Jehiah and myself to the list of authors.
Eric Haszlakiewicz
1
-0/+3
2011-06-14
Update README files with pointers to new github repo and googlegroups mailing...
Michael Clark
3
-46/+40
2011-05-26
handle NULL passed to json_objct_object_get
Jehiah Czebotar
1
-0/+1
2011-05-25
move definition of json_object_iter to public header to enable external use o...
Jehiah Czebotar
2
-8/+8
2011-05-03
Set the svn:executable property so running the test_null test works properly.
Eric Haszlakiewicz
1
-0/+0
2011-05-03
Note the json-c home page in the README file.
Eric Haszlakiewicz
1
-0/+3
2011-05-03
Note a few recent changes in the ChangeLog.
Eric Haszlakiewicz
1
-0/+9
2011-05-03
Bump up the libtool library version to "1:0:1" (aka libjson.0.1.0) since the ...
Eric Haszlakiewicz
1
-1/+1
2011-05-03
Bump the version to 0.10, since that's what we were at.
Eric Haszlakiewicz
1
-1/+1
2011-05-03
Add a test_cast test case. This checks that the casting that is implied when...
Eric Haszlakiewicz
4
-2/+120
2011-05-03
Add a json_type_to_name() function which returns a string that describes the ...
Eric Haszlakiewicz
4
-16/+33
2011-05-03
Fix a bug in json_object_get_int() where calling it on a string type object w...
Eric Haszlakiewicz
1
-1/+1
2011-05-03
Add a dummy "NEWS" file to automake doesn't complain.
Eric Haszlakiewicz
1
-0/+0
2011-01-14
readme updates
Jehiah Czebotar
2
-7/+8
2011-01-14
update json_object_new_string_len, json_escape_str (internal). Writer handles...
Jehiah Czebotar
7
-18/+94
2010-12-08
add json_tokener_parse_verbose, and return NULL on parser errors
Jehiah Czebotar
4
-5/+34
2010-12-07
set svn:ignore and .gitignore to skip intermediate build files
Jehiah Czebotar
1
-0/+24
2010-12-07
Simplify things by storing integer values only as int64_t's internally, and
ehaszla
8
-41/+43
2010-10-13
* Fix file descriptor leak if memory allocation fails in json_util
Michael Clark
1
-2/+4
2010-10-13
* Fix file descriptor leak if memory allocation fails in json_util
Michael Clark
2
-0/+3
2010-10-07
Update executable properties
Michael Clark
6
-0/+0
2010-10-06
* Add int64 support. Two new functions json_object_net_int64 and
Michael Clark
23
-40/+569
2009-08-27
* Make json_object_from_file take const char *filename
Michael Clark
2
-2/+2
2009-08-27
* Fix subtle bug in linkhash where lookup could hang after all slots
Michael Clark
2
-1/+9
2009-08-20
* Add handling of surrogate pairs
Brent Miller
4
-20/+133
2009-08-20
* Correct comment describing printbuf_memappend in printbuf.h
Brent Miller
2
-4/+9
2009-08-19
Add json-c.vcproj to EXTRA_DIST
Michael Clark
1
-1/+1
2009-08-19
Add mailing lists to README.html
Michael Clark
1
-3/+7
2009-08-19
Add note about autoconf README changes to ChangeLog
Michael Clark
1
-0/+2
2009-07-31
Add README.html, README-WIN32.html and config.h.win32 to EXTRA_DIST in Makefi...
Christopher Watford
1
-1/+1
2009-07-31
Update version to 0.9
Christopher Watford
2
-2/+2
2009-07-31
Update changelog
Christopher Watford
1
-0/+2
2009-07-25
typo fix
Michael Clark
1
-1/+1
2009-07-25
* Rename min and max so we can never clash with C or C++ std library
Michael Clark
5
-10/+12
2009-07-08
Add const qualifier to the json_tokener_parse functions
Christopher Watford
2
-9/+9
2009-07-08
Erik Hovland (3):
Christopher Watford
3
-2/+7
2009-06-30
Disable REFCOUNT_DEBUG by default in json_object.c
Christopher Watford
2
-1/+2
2009-05-12
Ooops. remove literal ^M (copy and paste problem)
Christopher Watford
1
-2/+2
2009-05-12
Change note about CVS repository to point to subversion repos
Christopher Watford
1
-6/+2
2009-04-27
update changelog for json_object_get_boolean fix
Michael Clark
1
-0/+2
2009-04-27
Fix json_object_get_boolean to return false for empty string
Michael Clark
1
-1/+1
2009-04-27
optimizations to json_tokener_parse_ex(), printbuf_memappend()
Michael Clark
4
-98/+226
2009-02-25
* Don't use this as a variable, so we can compile with a C++ compiler
Michael Clark
17
-27/+101
[next]