index
:
~arun/json-c
b2g-0.12
master
Unnamed repository; edit this file 'description' to name the repository.
arun
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-03
Merge pull request #168 from bugness-chl/master
HEAD
master
Eric Haszlakiewicz
3
-2
/
+62
2015-03-03
Merge pull request #163 from sixlettervariables/fix-win32-build-problems
Eric Haszlakiewicz
6
-31
/
+322
2015-03-03
Merge pull request #144 from mhei/master
Eric Haszlakiewicz
2
-11
/
+27
2015-03-04
Slight style tweaks to the bsearch changest.
Eric Haszlakiewicz
4
-14
/
+12
2015-03-03
Merge pull request #155 from LeSpocky/bsearch
Eric Haszlakiewicz
4
-2
/
+49
2015-03-03
Merge pull request #156 from jubalh/master
Eric Haszlakiewicz
10
-37
/
+37
2015-02-05
Tightening the number parsing algorithm
chl
3
-2
/
+62
2014-12-05
Adds json_config.h.win32 to project. Adds VS2k13 project.
Christopher Watford
3
-2
/
+205
2014-12-05
Fixes #160 'missing header file on windows'
Christopher Watford
3
-29
/
+117
2014-09-13
Merge pull request #153 from LeSpocky/doc
Eric Haszlakiewicz
1
-0
/
+5
2014-09-13
Merge pull request #151 from mjchinn/json_type-comma
Eric Haszlakiewicz
1
-3
/
+3
2014-09-13
Merge pull request #150 from ams-cs/master
Eric Haszlakiewicz
1
-0
/
+3
2014-09-13
Merge pull request #141 from AlexandruCostache/master
Eric Haszlakiewicz
1
-5
/
+2
2014-08-26
Remove trailing whitespace
Michael Vetter
10
-37
/
+37
2014-08-21
add bsearch for arrays
Alexander Dahl
4
-2
/
+49
2014-08-18
improve doc for json_object_to_json_string()
Alexander Dahl
1
-0
/
+5
2014-08-10
Remove json_type enum trailing comma
Michael J. Chinn
1
-3
/
+3
2014-08-04
Fix build using MinGW.
Andrew Stubbs
1
-0
/
+3
2014-07-21
Introduce json_object_from_fd
Michael Heimpold
2
-11
/
+27
2014-07-04
Removed duplicate check in random_seed test - bug #140
Alexandru Costache
1
-5
/
+2
2014-05-04
Move the json_min() and json_max() macros to json_util.h and mark everything ...
Eric Haszlakiewicz
7
-17
/
+34
2014-05-03
Fix the definition of the error_description() macro in bits.h now that json_t...
Eric Haszlakiewicz
1
-1
/
+1
2014-04-19
Check for failures when allocating memory; return NULL and set errno=ENOMEM i...
Eric Haszlakiewicz
1
-1
/
+26
2014-04-19
Reformat some code in json_object.c
Eric Haszlakiewicz
1
-198
/
+231
2014-04-19
Add an empty README file to placate autoconf.
Eric Haszlakiewicz
1
-0
/
+0
2014-04-19
Fix minor typo in README file.
Eric Haszlakiewicz
1
-1
/
+1
2014-04-19
Merge pull request #133 from haneefmubarak/patch-1
Eric Haszlakiewicz
2
-45
/
+63
2014-04-19
Merge pull request #132 from pkoretic/master
Eric Haszlakiewicz
1
-2
/
+0
2014-04-12
Update README.md
Haneef Mubarak
1
-13
/
+14
2014-04-12
Update and rename README to README.md
Haneef Mubarak
2
-45
/
+62
2014-04-11
Update the release checklist to include calculating the tarball checksums and...
Eric Haszlakiewicz
1
-0
/
+15
2014-04-11
Remove unused variable 'size'
Petar Koretić
1
-2
/
+0
2014-04-10
Bump versions up to 0.12.99 since a 0.12 release was just created.
Eric Haszlakiewicz
5
-6
/
+10
2014-04-10
Update the ChangeLog with the changes for the 0.12 release.
b2g-0.12
Eric Haszlakiewicz
2
-2
/
+34
2014-04-09
Patch to address the following issues:
Michael Clark
11
-13
/
+691
2014-03-22
Eliminate the deprecated mc_abort() function and MC_ABORT macro.
Eric Haszlakiewicz
2
-23
/
+0
2014-03-22
Make the json_tokener_errors array local. It has been deprecated for a while...
Eric Haszlakiewicz
2
-10
/
+1
2014-03-22
Simplify the tests Makefile to avoid repeating the name of each test.
Eric Haszlakiewicz
2
-18
/
+20
2014-03-22
Rename the "test_case" test to "test_charcase" to make it slightly less confu...
Eric Haszlakiewicz
5
-27
/
+5
2014-03-22
Fix warnings from autoconf about "...no AC_LANG_SOURCE call detected..." by a...
Eric Haszlakiewicz
1
-2
/
+2
2014-03-22
Issue #103: allow Infinity and -Infinity to be parsed.
Eric Haszlakiewicz
7
-2
/
+97
2014-03-22
Merge pull request #123 from fingon/use-NAN-if-available
Eric Haszlakiewicz
1
-1
/
+6
2014-03-18
nan function requires -lm on some platforms; use of NAN is better, if available.
Markus Stenberg
1
-1
/
+6
2014-03-09
Issue#102 - add support for parsing "NaN".
Eric Haszlakiewicz
6
-10
/
+44
2014-03-02
Issue#114: check for the presence of isnan and isinf, and provide compat macr...
Eric Haszlakiewicz
4
-1
/
+42
2014-02-12
Merge pull request #121 from TazeTSchnitzel/LowercaseLiterals
Eric Haszlakiewicz
3
-0
/
+53
2014-02-12
Merge branch 'master' into LowercaseLiterals
Andrea Faulds
3
-0
/
+53
2014-02-12
Missing tests
Andrea Faulds
3
-0
/
+53
2014-02-11
Merge commit '89535bb'
Eric Haszlakiewicz
1
-0
/
+1
2014-02-11
Merge pull request #112 from TazeTSchnitzel/LowercaseLiterals
Eric Haszlakiewicz
2
-33
/
+50
[next]