]> git.ipfire.org Git - people/ms/strongswan.git/history - src/libstrongswan/collections/array.c
array: Add an insert/create function for value based arrays
[people/ms/strongswan.git] / src / libstrongswan / collections / array.c
2015-12-07  Martin Williarray: Add an insert/create function for value based...
2014-09-11  Tobias Brunnerarray: Adjust negative index before calling remove_head...
2014-05-15  Tobias BrunnerMerge branch 'settings-parser'
2014-05-15  Tobias Brunnerarray: Allocate initial data properly if esize is 0
2014-03-18  Tobias Brunnerarray: Fix removal of elements in the second half of...
2014-02-13  Tobias Brunnerarray: Fix compilation on FreeBSD
2014-02-12  Tobias BrunnerMerge branch 'modular-load'
2014-02-12  Tobias Brunnerarray: Add fallback for qsort_r using thread-local...
2014-02-12  Tobias Brunnerarray: Add array_bsearch function
2014-02-12  Tobias Brunnerarray: Add array_sort function
2014-01-22  Martin Williarray: Add an array_get() function
2013-07-25  Tobias Brunnerarray: Number of items in get_size() is unsigned
2013-07-17  Martin WilliMerge branch 'array'
2013-07-17  Martin Williarray: introduce an array collection storing elements...