1240a97
(refs/pull/148/merge)
Merge 3ddc857b7d into d4e81f9ec8 by
2014-07-28 11:22:30 +0000
3ddc857
(refs/pull/148/head)
Bump the sonam by
2014-07-28 19:22:24 +0800
975dbd4
(refs/pull/145/head)
Handle % character properly by
2014-07-24 09:49:13 +0200
a7534db
(refs/pull/144/head)
Introduce json_object_from_fd by
2014-07-21 23:15:45 +0200
4841c48
(refs/pull/141/head)
Removed duplicate check in random_seed test - bug #140 by
2014-07-04 11:58:14 +0300
d4e81f9
Move the json_min() and json_max() macros to json_util.h and mark everything else in bits.h deprecated. Eliminate all uses of bits.h within the json-c code. by
2014-05-03 22:29:10 -0400
1da0599
Fix the definition of the error_description() macro in bits.h now that json_tokener_errors[] is not exported. by
2014-05-03 22:26:26 -0400
3859e99
Remove unused variable 'size' by
2014-04-11 10:03:40 +0200
2149a04
Check for failures when allocating memory; return NULL and set errno=ENOMEM in a few of those cases. Thanks to Susant Sahani for pointing out some of these. by
2014-04-19 20:33:05 -0400
92a7740
Reformat some code in json_object.c by
2014-04-19 20:23:54 -0400
795e915
Add an empty README file to placate autoconf. by
2014-04-19 20:22:44 -0400
4569e3e
Fix minor typo in README file. by
2014-04-19 20:11:05 -0400
40aab4c
Merge pull request #133 from haneefmubarak/patch-1 by
2014-04-19 20:10:10 -0400
fd2f58c
(refs/pull/125/merge)
Merge 7f2c14d0fe into 332a594fd4 by
2014-04-20 00:07:28 +0000
be2047a
(refs/pull/126/merge)
Merge 43e8fe7f14 into 332a594fd4 by
2014-04-20 00:06:59 +0000
dec9b73
(refs/pull/127/merge)
Merge 21e5fac2fc into 332a594fd4 by
2014-04-20 00:06:22 +0000
7795118
(refs/pull/128/merge)
Merge e8de900b96 into 332a594fd4 by
2014-04-20 00:05:25 +0000
332a594
Merge pull request #132 from pkoretic/master by
2014-04-19 20:05:06 -0400
7870978
(refs/pull/133/head)
Update README.md by
2014-04-12 00:40:05 -0700
23620b8
Update and rename README to README.md by
2014-04-12 00:36:08 -0700
fa54bd5
Update the release checklist to include calculating the tarball checksums and updating the wiki. by
2014-04-11 20:06:27 -0400
cbf2def
Remove extra <ul>. by
2014-04-11 19:51:46 -0400
98ba5e8
Update the index page to point at the 0.12 release. by
2014-04-11 19:46:42 -0400
eeaa64d
Add the 0.12 release docs to gh-pages. by
2014-04-11 19:44:06 -0400
259c5c0
(refs/pull/132/head)
Remove unused variable 'size' by
2014-04-11 10:03:40 +0200
515ba0d
Bump versions up to 0.12.99 since a 0.12 release was just created. by
2014-04-10 22:44:13 -0400
5ec2601
(tag: json-c-0.12-20140410)
Add doxygen-generated docs for the 0.12 release. by
2014-04-10 22:35:45 -0400
3c94cdd
Bump the version numbers for the 0.12 release. by
2014-04-10 22:03:03 -0400
b623741
Add automake/autoconf generated files for the 0.12 release. by
2014-04-10 22:02:36 -0400
f84d9c5
Update the ChangeLog with the changes for the 0.12 release. Bump the version in the release checklist. by
2014-04-10 21:07:20 -0400
64e3690
Patch to address the following issues: by
2014-04-09 13:48:21 +0800
e8de900
(refs/pull/128/head)
Remove unused variable from json_tokenizer.c by
2014-04-06 14:26:24 +0600
21e5fac
(refs/pull/127/head)
remove unused `size` variable by
2014-04-01 08:09:03 -0400
43e8fe7
(refs/pull/126/head)
Removed unused size variable. by
2014-03-26 10:49:47 +0200
7f2c14d
(refs/pull/125/head)
Fix compile error(variable size set but not used) on g++4.6 by
2014-03-23 23:35:24 -0700
784534a
Eliminate the deprecated mc_abort() function and MC_ABORT macro. by
2014-03-22 21:48:34 -0400
f9136f6
Make the json_tokener_errors array local. It has been deprecated for a while, and json_tokener_error_desc() should be used instead. by
2014-03-22 21:41:24 -0400
936d036
Simplify the tests Makefile to avoid repeating the name of each test. by
2014-03-22 21:40:37 -0400
e2bbb56
Rename the "test_case" test to "test_charcase" to make it slightly less confusing. by
2014-03-22 21:15:41 -0400
7badf3a
(refs/pull/124/merge)
Merge b442db1950 into 05da316b9c by
2014-03-23 01:06:10 +0000
b442db1
(refs/pull/124/head)
Fixing typo by
2014-03-22 19:04:34 -0600
4d2f9a5
Commenting unused variables out by
2014-03-22 21:01:52 -0400
9f26d96
Fix warnings from autoconf about "...no AC_LANG_SOURCE call detected..." by adding that call within the AC_LINK_IFELSE call. by
2014-03-22 19:15:01 -0400
05da316
Issue #103: allow Infinity and -Infinity to be parsed. by
2014-03-22 17:28:40 -0400
217bc29
Merge pull request #123 from fingon/use-NAN-if-available by
2014-03-22 13:39:36 -0400
a1c8991
(refs/pull/123/head)
nan function requires -lm on some platforms; use of NAN is better, if available. by
2014-03-18 16:29:49 +0200
0eedf38
Issue#102 - add support for parsing "NaN". by
2014-03-09 16:41:33 -0400
e6f1322
Issue#114: check for the presence of isnan and isinf, and provide compat macros on MSCV where _isnan and _finite exist instead. by
2014-03-02 12:16:37 -0500
db117ca
Merge pull request #121 from TazeTSchnitzel/LowercaseLiterals by
2014-02-12 13:37:17 -0500
cf23e75
(refs/pull/121/head)
Merge branch 'master' into LowercaseLiterals by
2014-02-12 09:52:25 +0000
1d6f914
Missing tests by
2014-02-12 09:51:51 +0000
4c086df
Merge commit '89535bb' by
2014-02-11 23:57:24 -0500
020fa65
Merge pull request #112 from TazeTSchnitzel/LowercaseLiterals by
2014-02-11 23:21:50 -0500
56df93d
Fix Issue #111: Fix off-by-one error when range checking the input to json_tokener_error_desc(). by
2014-02-11 23:16:53 -0500
ceeaf42
Merge pull request #109 from kdopen/use_strtod by
2014-02-11 23:13:19 -0500
b821f0e
Merge branch 'ebassi-master' by
2014-02-11 23:06:19 -0500
c8e0497
Merge branch 'master' of https://github.com/ebassi/json-c into ebassi-master by
2014-02-11 23:05:54 -0500
295bea2
Ignore and cleanup a few more files that automake creates. by
2014-02-11 23:03:46 -0500
a2c078f
Issue#105: Rename configure.in to configure.ac by
2014-02-11 22:55:52 -0500
c8ee919
Remove the old libjson.so name compatibility support. The library is only created as libjson-c.so now and headers are only installed into the ${prefix}/json-c directory. by
2014-02-11 22:49:59 -0500
f11296c
(refs/pull/119/merge)
Merge ec04fea6f2 into 06450206c4 by
2014-02-08 22:32:05 +0900
ec04fea
(refs/pull/119/head)
Don't rmdir the destination directory if it's a symlink during "make install-data-hook" by
2014-02-08 22:23:26 +0900
fe8c7fd
(refs/pull/113/merge)
Merge 6933da238d into 06450206c4 by
2013-11-18 09:46:51 -0800
6933da2
(refs/pull/113/head)
Ignore compile and config.h.in by
2013-11-18 17:00:26 +0000
efe88c2
tests: pass top_srcdir so the tests compile in distcheck by
2013-11-18 16:59:56 +0000
24da731
build: link libjson.la against libjson-c.la by
2013-11-18 16:50:59 +0000
edc3b08
build: remove non-existent directory from EXTRA_DIST by
2013-11-18 16:50:47 +0000
0e85dfa
config.h.in: delete, this is a generated file by
2013-11-18 16:29:30 +0000
89535bb
build: call AM_PROG_CC_C_O as requested by autoreconf by
2013-11-18 16:25:14 +0000
bda0540
(refs/pull/112/head)
Only allow lowercase literals in STRICT mode by
2013-11-14 21:13:32 +0000
c51b88d
(refs/pull/109/head)
Avoid potential overflow in json_object_get_double by
2013-10-01 09:18:51 -0700
0f43657
(refs/pull/106/merge)
Merge 311686f63e into 06450206c4 by
2013-09-17 05:14:42 -0700
311686f
(refs/pull/106/head)
Add a check for the -Bsymbolic-functions linker flag by
2013-09-17 13:08:14 +0100
41e2719
(refs/pull/105/merge)
Merge 7eba70c75e into 06450206c4 by
2013-09-15 07:13:49 -0700
7eba70c
(refs/pull/105/head)
rename configure.in to configure.ac by
2013-09-15 16:11:47 +0200
0645020
Issue #59: change the floating point output format to %.17g so values with more than 6 digits show up in the output. by
2013-09-11 21:09:43 -0500
a23caf6
Use sizeof instead of hard coded values when calling snprintf. by
2013-09-11 20:28:56 -0500
51993c2
Added a json_object_new_double_s() convenience function to allow an exact string representation of a double to be specified when creating the object and use it in json_tokener_parse_ex() so a re-serialized object more exactly matches the input. Add json_object_free_userdata() and json_object_userdata_to_json_string() too. by
2013-09-11 20:27:39 -0500
b83e0f1
Ignore the test-driver script that is now created, and the script for the test_locale test. by
2013-09-08 17:30:54 -0500
60e4990
The updated test driver creates .log and .trs files; ignore them. by
2013-09-08 17:23:24 -0500
8d18815
strndup is gone, remove it from the README file. by
2013-09-08 17:21:52 -0500
b939bd3
Merge pull request #97 from pascal-bach/master by
2013-09-08 13:36:40 -0700
a098827
(refs/pull/97/merge)
Merge 20e4708c8a into ef43fe3571 by
2013-09-08 13:35:41 -0700
ef43fe3
Merge pull request #96 from rouault/remove_strdnup by
2013-09-08 13:35:28 -0700
26554cb
(refs/pull/96/merge)
Merge 1a957c2edc into a030120c55 by
2013-09-08 13:33:43 -0700
a030120
Merge pull request #95 from rouault/extern_json_object_set_serializer by
2013-09-08 13:33:22 -0700
90d0aff
(refs/pull/95/merge)
Merge 6c4bb3840c into 02aa6f01f4 by
2013-09-08 13:30:10 -0700
02aa6f0
Merge pull request #94 from remicollet/issue-strict2 by
2013-09-08 13:29:05 -0700
83f5219
(refs/pull/94/merge)
Merge 4039f91cab into 8356ecc16b by
2013-09-08 13:27:09 -0700
8356ecc
Merge pull request #93 from tmielika/master by
2013-09-08 13:26:56 -0700
61506c8
(refs/pull/93/merge)
Merge c5523a17e8 into bd42b8310d by
2013-09-08 13:20:31 -0700
bd42b83
Merge pull request #104 from rouault/fix_json_tokener_error_desc_out_of_bounds_read by
2013-09-08 13:20:08 -0700
fba84e0
(refs/pull/104/merge)
Merge 86dd55a74a into b3bce4d594 by
2013-09-08 02:34:08 -0700
86dd55a
(refs/pull/104/head)
Fix potential out-of-bounds read in json_tokener_error_desc by
2013-09-08 11:31:38 +0200
4039f91
(refs/pull/94/head)
trailing char not allowed in strict mode by
2013-08-23 13:40:01 +0200
87fa32d
no comment in strict mode by
2013-08-21 15:41:40 +0200
20e4708
(refs/pull/97/head)
Update json_util by
2013-08-13 18:24:23 +0200
1a957c2
(refs/pull/96/head)
Remove redefinition of strndup() which is no longer used in the codebase by
2013-08-12 20:49:19 +0200
6c4bb38
(refs/pull/95/head)
Add extern to json_object_set_serializer so that it gets exported (Windows fix) by
2013-08-11 01:18:17 +0200
a07ef3d
no single-quote string in strict mode by
2013-08-06 10:41:14 +0200