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
/
arraylist.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Protect array_list_del_idx against size_t overflow.
Tobias Stoeckmann
2020-05-04
1
-0
/
+3
*
clang-format the files
dota17
2020-04-03
1
-75
/
+79
*
Changed order of calloc args to match stdlib (2)
Robert
2020-04-02
1
-1
/
+1
*
arraylist: Fix names of parameters for callback function
max
2018-06-01
1
-4
/
+4
*
Issue #351: don't redefine SIZE_T_MAX if it's already defined.
Eric Haszlakiewicz
2017-08-30
1
-0
/
+2
*
Issue #332: fix a long-standing bug in array_list_put_idx() where it would at...
Eric Haszlakiewicz
2017-07-08
1
-1
/
+2
*
Issue #295: also check if size_t is the size of long long, to help support 64...
Eric Haszlakiewicz
2017-01-07
1
-0
/
+2
*
Fix a few places that needed adjustment for the size_t changes, including upd...
Eric Haszlakiewicz
2016-05-23
1
-7
/
+15
*
Merge branch 'fixes-for-upstream' of https://github.com/doctaweeks/json-c int...
Eric Haszlakiewicz
2016-05-23
1
-6
/
+6
|
\
|
*
Use size_t for array list length and size
Daniel M. Weeks
2015-11-24
1
-6
/
+6
*
|
Merge branch 'master' of https://github.com/Protovision/json-c into Protovisi...
Eric Haszlakiewicz
2016-04-30
1
-0
/
+15
|
\
\
|
*
|
Added array_list_del_idx and json_object_array_del_idx
Mark Swoope
2015-04-02
1
-0
/
+15
|
|
/
*
|
Fix various potential null ptr deref and int32 overflows
Even Rouault
2016-01-11
1
-3
/
+13
|
/
*
Slight style tweaks to the bsearch changest.
Eric Haszlakiewicz
2015-03-04
1
-4
/
+4
*
add bsearch for arrays
Alexander Dahl
2014-08-21
1
-2
/
+8
*
Move the json_min() and json_max() macros to json_util.h and mark everything ...
Eric Haszlakiewicz
2014-05-04
1
-2
/
+3
*
Merge pull request #27 from OBI-1/master
Eric Haszlakiewicz
2012-05-30
1
-1
/
+1
|
\
|
*
array_list_expand_internal needs length, not index.
OBI-1
2012-05-09
1
-1
/
+1
*
|
Replaced #if HAVE_X with #ifdef HAVE_X as the former test is troublemaker wit...
Mateusz Loskot
2012-05-21
1
-2
/
+2
|
/
*
Add new json_object_array_sort function
Frederik Deweerdt
2011-10-07
1
-0
/
+7
*
* Rename min and max so we can never clash with C or C++ std library
Michael Clark
2009-07-25
1
-1
/
+1
*
* Don't use this as a variable, so we can compile with a C++ compiler
Michael Clark
2009-02-25
1
-3
/
+4
*
* Don't use this as a variable, so we can compile with a C++ compiler
Michael Clark
2009-02-25
1
-32
/
+32
*
* Null pointer dereference fix. Fix json_object_get_boolean strlen test
Michael Clark
2009-02-25
1
-1
/
+1
*
* Make headers C++ compatible by change *this to *obj
Michael Clark
2007-03-13
1
-11
/
+4
*
* printbuf.c - C. Watford (christopher dot watford at gmail dot com)
Michael Clark
2007-03-13
1
-6
/
+12
*
import of version 0.1
Michael Clark
2007-03-13
1
-0
/
+94