index
:
delta/json-c.git
baserock/json-c-0.12-20140410
baserock/json-c-0.12-20140410-plus-patch
baserock/morph
gh-pages
json-c-0.10
json-c-0.11
json-c-0.12
json-c-0.13
json-c-0.14
json-c-0.15
json-c-0.16
json_object-split
kdopen-rename_library
master
newer-appveyor
github.com: json-c/json-c.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
json_tokener.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
strdup_compat.h: re-spin this compat header ; use math_compat.h as template
Alexandru Ardelean
2016-11-22
1
-7
/
+1
*
Revert "compat/strdup.h: move common compat check for strdup() to own file"
Emmanuele Bassi
2016-11-07
1
-1
/
+7
*
compat/strdup.h: move common compat check for strdup() to own file
Alexandru Ardelean
2016-11-03
1
-7
/
+1
*
Issue #275: fix out of bounds read when handling unicode surrogate pairs.
Eric Haszlakiewicz
2016-10-05
1
-3
/
+3
*
Revert bogus change to json_object_get() made in f40b08d8 that caused it to a...
Eric Haszlakiewicz
2016-08-11
1
-1
/
+1
*
Minor changes in C source code
Nicola Spanti (RyDroid)
2016-08-08
1
-31
/
+39
*
Issue #246: Include xlocale.h too, to get locale_t defined, since not all OSe...
Eric Haszlakiewicz
2016-08-02
1
-0
/
+3
*
Issue #195: Actually call uselocale() in the new locale handling code in json...
Eric Haszlakiewicz
2016-07-31
1
-1
/
+5
*
Issue #195: use uselocale() instead of setlocale() in json_tokener to behave ...
Eric Haszlakiewicz
2016-07-30
1
-10
/
+33
*
Fix various potential null ptr deref and int32 overflows
Even Rouault
2016-01-11
1
-1
/
+20
*
Remove superfluous NULL checks
Anmol Sarma
2015-10-01
1
-2
/
+2
*
Fix possible memory leak
Anmol Sarma
2015-10-01
1
-0
/
+3
*
json_tokener requires INF and NAN
James Myatt
2015-03-04
1
-1
/
+2
*
Merge pull request #168 from bugness-chl/master
Eric Haszlakiewicz
2015-03-03
1
-1
/
+36
|
\
|
*
Tightening the number parsing algorithm
chl
2015-02-05
1
-1
/
+36
*
|
Remove trailing whitespace
Michael Vetter
2014-08-26
1
-1
/
+1
|
/
*
Move the json_min() and json_max() macros to json_util.h and mark everything ...
Eric Haszlakiewicz
2014-05-04
1
-2
/
+3
*
Remove unused variable 'size'
Petar Koretić
2014-04-11
1
-2
/
+0
*
Patch to address the following issues:
Michael Clark
2014-04-09
1
-0
/
+11
*
Make the json_tokener_errors array local. It has been deprecated for a while...
Eric Haszlakiewicz
2014-03-22
1
-2
/
+1
*
Issue #103: allow Infinity and -Infinity to be parsed.
Eric Haszlakiewicz
2014-03-22
1
-1
/
+51
*
nan function requires -lm on some platforms; use of NAN is better, if available.
Markus Stenberg
2014-03-18
1
-1
/
+6
*
Issue#102 - add support for parsing "NaN".
Eric Haszlakiewicz
2014-03-09
1
-10
/
+31
*
Merge pull request #112 from TazeTSchnitzel/LowercaseLiterals
Eric Haszlakiewicz
2014-02-11
1
-32
/
+46
|
\
|
*
Only allow lowercase literals in STRICT mode
Andrea Faulds
2013-11-14
1
-32
/
+46
*
|
Fix Issue #111: Fix off-by-one error when range checking the input to json_to...
Eric Haszlakiewicz
2014-02-11
1
-1
/
+1
|
/
*
Added a json_object_new_double_s() convenience function to allow an exact str...
Eric Haszlakiewicz
2013-09-11
1
-2
/
+4
*
Merge pull request #96 from rouault/remove_strdnup
Eric Haszlakiewicz
2013-09-08
1
-23
/
+0
|
\
|
*
Remove redefinition of strndup() which is no longer used in the codebase
Even Rouault
2013-08-12
1
-23
/
+0
*
|
Merge pull request #94 from remicollet/issue-strict2
Eric Haszlakiewicz
2013-09-08
1
-2
/
+14
|
\
\
|
*
|
trailing char not allowed in strict mode
Remi Collet
2013-08-23
1
-0
/
+7
|
*
|
no comment in strict mode
Remi Collet
2013-08-21
1
-1
/
+1
|
*
|
no single-quote string in strict mode
Remi Collet
2013-08-06
1
-1
/
+6
|
|
/
*
|
Fix potential out-of-bounds read in json_tokener_error_desc
Even Rouault
2013-09-08
1
-1
/
+1
|
/
*
Minor spell check.
Eric Haszlakiewicz
2013-06-19
1
-1
/
+1
*
in strick mode, number must not start with 0
Remi Collet
2013-06-13
1
-0
/
+5
*
Issue #15: add a way to set a JSON_TOKENER_STRICT flag to forbid commas at th...
Eric Haszlakiewicz
2013-03-31
1
-2
/
+21
*
Fix broken build by using ADVANCE_CHAR macro return.
William Dignazio
2013-03-06
1
-3
/
+7
*
Rename misnomer POP_CHAR to PEEK_CHAR.
William Dignazio
2013-03-06
1
-18
/
+18
*
Merge branch 'remicollet-issue-float'
Eric Haszlakiewicz
2013-02-26
1
-1
/
+17
|
\
|
*
move locale change to be global for perf
Remi Collet
2012-12-13
1
-0
/
+16
|
*
float parsing must be locale independent
Remi Collet
2012-11-27
1
-1
/
+1
*
|
Enable -Werror and fix a number of minor warnings that existed.
Eric Haszlakiewicz
2013-02-09
1
-8
/
+9
*
|
Merge pull request #51 from remicollet/issue-dyndepth
Eric Haszlakiewicz
2012-12-23
1
-5
/
+16
|
\
\
|
*
|
Make maximum recursion depth a runtime option
Remi Collet
2012-11-27
1
-5
/
+16
|
|
/
*
|
Fix issue #53 - ensure explicit length string are still NUL terminated, and f...
Eric Haszlakiewicz
2012-12-09
1
-1
/
+1
|
/
*
Handle the \f escape sequence (the two characters: backslash followed by an f...
Eric Haszlakiewicz
2012-07-29
1
-0
/
+2
*
Replaced #if HAVE_X with #ifdef HAVE_X as the former test is troublemaker wit...
Mateusz Loskot
2012-05-21
1
-1
/
+7
*
Fixed parsing numbers in E notation. `
Eric Haszlakiewicz
2012-04-24
1
-1
/
+2
*
Fix a bug in json_tokener_parse_ex when re-using the same tokener to parse mu...
Eric Haszlakiewicz
2012-03-31
1
-1
/
+11
[next]