Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_json-c
/
d1342d6f2d79651026dc3ee4c2da5cc40a50bb5b
d1342d6
Add a dummy "NEWS" file to automake doesn't complain.
by Eric Haszlakiewicz
· 14 years ago
c096f5a
readme updates
by Jehiah Czebotar
· 15 years ago
ac601b5
update json_object_new_string_len, json_escape_str (internal). Writer handles \x00 correctly
by Jehiah Czebotar
· 15 years ago
a503ee8
add json_tokener_parse_verbose, and return NULL on parser errors
by Jehiah Czebotar
· 15 years ago
5644272
set svn:ignore and .gitignore to skip intermediate build files
by Jehiah Czebotar
· 15 years ago
252669c
Simplify things by storing integer values only as int64_t's internally, and
by ehaszla
· 15 years ago
f1ae67d
* Fix file descriptor leak if memory allocation fails in json_util
by Michael Clark
· 15 years ago
bd0a567
* Fix file descriptor leak if memory allocation fails in json_util
by Michael Clark
· 15 years ago
d34701e
Update executable properties
by Michael Clark
· 15 years ago
c4dceae
* Add int64 support. Two new functions json_object_net_int64 and
by Michael Clark
· 15 years ago
88ded9c
* Make json_object_from_file take const char *filename
by Michael Clark
· 16 years ago
f5dd43a
* Fix subtle bug in linkhash where lookup could hang after all slots
by Michael Clark
· 16 years ago
126ad95
* Add handling of surrogate pairs
by Brent Miller
· 16 years ago
f8663fc
* Correct comment describing printbuf_memappend in printbuf.h
by Brent Miller
· 16 years ago
5165885
Add json-c.vcproj to EXTRA_DIST
by Michael Clark
· 16 years ago
50626cd
Add mailing lists to README.html
by Michael Clark
· 16 years ago
09abeff
Add note about autoconf README changes to ChangeLog
by Michael Clark
· 16 years ago
db92cc0
Add README.html, README-WIN32.html and config.h.win32 to EXTRA_DIST in Makefile.am
by Christopher Watford
· 16 years ago
1363df0
Update version to 0.9
by Christopher Watford
· 16 years ago
b22565d
Update changelog
by Christopher Watford
· 16 years ago
c80ba8d
typo fix
by Michael Clark
· 16 years ago
7fb9b03
* Rename min and max so we can never clash with C or C++ std library
by Michael Clark
· 16 years ago
b1a22ac
Add const qualifier to the json_tokener_parse functions
by Christopher Watford
· 16 years ago
543bb14
Erik Hovland (3):
by Christopher Watford
· 16 years ago
c5cbf82
Disable REFCOUNT_DEBUG by default in json_object.c
by Christopher Watford
· 16 years ago
ffa742a
Ooops. remove literal ^M (copy and paste problem)
by Christopher Watford
· 16 years ago
9bc863e
Change note about CVS repository to point to subversion repos
by Christopher Watford
· 16 years ago
24ea8c0
update changelog for json_object_get_boolean fix
by Michael Clark
· 16 years ago
6f70e44
Fix json_object_get_boolean to return false for empty string
by Michael Clark
· 16 years ago
95f55a7
optimizations to json_tokener_parse_ex(), printbuf_memappend()
by Michael Clark
· 16 years ago
aaec1ef
* Don't use this as a variable, so we can compile with a C++ compiler
by Michael Clark
· 16 years ago
266a3fd
* Don't use this as a variable, so we can compile with a C++ compiler
by Michael Clark
· 16 years ago
22dee7c
* Null pointer dereference fix. Fix json_object_get_boolean strlen test
by Michael Clark
· 16 years ago
e8de078
* Fixed warning reported by adding -Wstrict-prototypes
by Michael Clark
· 16 years ago
75d0f12
fix typo
by Michael Clark
· 17 years ago
e6548a3
fix typo in json_object.h
by Michael Clark
· 17 years ago
68cafad
Add const correctness to public interfaces
by Michael Clark
· 17 years ago
436aa98
update auto generated files
by Michael Clark
· 17 years ago
4b831c3
Update version to 0.8
by Michael Clark
· 17 years ago
80a6007
changes to make 'make dist' work properly
by Michael Clark
· 17 years ago
8cdac64
Add va_end for every va_start. Dotan Barak, dotanba at gmail dot com
by Michael Clark
· 17 years ago
a0d35c7
change version to 0.8
by Michael Clark
· 17 years ago
a327254
fix to allow compile with -Werror
by Michael Clark
· 18 years ago
14862b1
Patch allows for json-c compile with -Werror and not fail due to
by Michael Clark
· 18 years ago
c8f4a6e
* Fix bug with use of capital E in numbers with exponents
by Michael Clark
· 18 years ago
dfaf670
* Add macros to enable compiling out debug code
by Michael Clark
· 18 years ago
ecf2c9b
Update version number to 0.7
by Michael Clark
· 18 years ago
a850f8e
* Add escaping of backslash to json output
by Michael Clark
· 18 years ago
837240f
* Fix bug in escaping of control characters
by Michael Clark
· 18 years ago
f6a6e48
* Make headers C++ compatible by change *this to *obj
by Michael Clark
· 18 years ago
0370baa
* Fix additional error case in object parsing
by Michael Clark
· 18 years ago
7b899b6
* fix pointer arithmetic bug for error pointer check in is_error() macro
by Michael Clark
· 18 years ago
4504df7
* printbuf.c - C. Watford (christopher dot watford at gmail dot com)
by Michael Clark
· 18 years ago
f0d0888
import of version 0.1
by Michael Clark
· 18 years ago
6d59966
create new svn project
by Michael Clark
· 18 years ago