summaryrefslogtreecommitdiff
path: root/arraylist.c
Commit message (Expand)AuthorAgeFilesLines
* Validate size arguments in arraylist functions.Tobias Stoeckmann2020-08-241-0/+4
* Add json_object_array_shrink() (and array_list_shrink()) and use it in json_t...Eric Haszlakiewicz2020-06-201-1/+28
* In arraylist, use malloc instead of calloc, avoid clearing with memeset until...Eric Haszlakiewicz2020-05-241-4/+25
* Protect array_list_del_idx against size_t overflow.Tobias Stoeckmann2020-05-041-0/+3
* clang-format the filesdota172020-04-031-75/+79
* Changed order of calloc args to match stdlib (2)Robert2020-04-021-1/+1
* arraylist: Fix names of parameters for callback functionmax2018-06-011-4/+4
* Issue #351: don't redefine SIZE_T_MAX if it's already defined.Eric Haszlakiewicz2017-08-301-0/+2
* Issue #332: fix a long-standing bug in array_list_put_idx() where it would at...Eric Haszlakiewicz2017-07-081-1/+2
* Issue #295: also check if size_t is the size of long long, to help support 64...Eric Haszlakiewicz2017-01-071-0/+2
* Fix a few places that needed adjustment for the size_t changes, including upd...Eric Haszlakiewicz2016-05-231-7/+15
* Merge branch 'fixes-for-upstream' of https://github.com/doctaweeks/json-c int...Eric Haszlakiewicz2016-05-231-6/+6
|\
| * Use size_t for array list length and sizeDaniel M. Weeks2015-11-241-6/+6
* | Merge branch 'master' of https://github.com/Protovision/json-c into Protovisi...Eric Haszlakiewicz2016-04-301-0/+15
|\ \
| * | Added array_list_del_idx and json_object_array_del_idxMark Swoope2015-04-021-0/+15
| |/
* | Fix various potential null ptr deref and int32 overflowsEven Rouault2016-01-111-3/+13
|/
* Slight style tweaks to the bsearch changest.Eric Haszlakiewicz2015-03-041-4/+4
* add bsearch for arraysAlexander Dahl2014-08-211-2/+8
* Move the json_min() and json_max() macros to json_util.h and mark everything ...Eric Haszlakiewicz2014-05-041-2/+3
* Merge pull request #27 from OBI-1/masterEric Haszlakiewicz2012-05-301-1/+1
|\
| * array_list_expand_internal needs length, not index. OBI-12012-05-091-1/+1
* | Replaced #if HAVE_X with #ifdef HAVE_X as the former test is troublemaker wit...Mateusz Loskot2012-05-211-2/+2
|/
* Add new json_object_array_sort functionFrederik Deweerdt2011-10-071-0/+7
* * Rename min and max so we can never clash with C or C++ std libraryMichael Clark2009-07-251-1/+1
* * Don't use this as a variable, so we can compile with a C++ compilerMichael Clark2009-02-251-3/+4
* * Don't use this as a variable, so we can compile with a C++ compilerMichael Clark2009-02-251-32/+32
* * Null pointer dereference fix. Fix json_object_get_boolean strlen testMichael Clark2009-02-251-1/+1
* * Make headers C++ compatible by change *this to *objMichael Clark2007-03-131-11/+4
* * printbuf.c - C. Watford (christopher dot watford at gmail dot com)Michael Clark2007-03-131-6/+12
* import of version 0.1Michael Clark2007-03-131-0/+94