aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/collections/array.c
Commit message (Expand)AuthorAgeFilesLines
* Migrate all enumerators to venumerate() interface changeTobias Brunner2017-05-261-3/+6
* Use standard unsigned integer typesAndreas Steffen2016-03-241-10/+10
* array: Add an insert/create function for value based arraysMartin Willi2015-12-071-0/+10
* array: Adjust negative index before calling remove_head|tail()Tobias Brunner2014-09-111-4/+4
* array: Allocate initial data properly if esize is 0Tobias Brunner2014-05-151-1/+1
* array: Fix removal of elements in the second half of an arrayTobias Brunner2014-03-181-1/+1
* array: Fix compilation on FreeBSDTobias Brunner2014-02-131-2/+2
* array: Add fallback for qsort_r using thread-local valueTobias Brunner2014-02-121-2/+34
* array: Add array_bsearch functionTobias Brunner2014-02-121-0/+50
* array: Add array_sort functionTobias Brunner2014-02-121-0/+54
* array: Add an array_get() functionMartin Willi2014-01-221-1/+14
* array: Number of items in get_size() is unsignedTobias Brunner2013-07-251-1/+1
* array: introduce an array collection storing elements very efficientlyMartin Willi2013-07-171-0/+416