index
:
tteras/strongswan
master
tteras
tteras-release
tteras' strongSwan tree
gitolite
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libstrongswan
/
collections
/
array.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Migrate all enumerators to venumerate() interface change
Tobias Brunner
2017-05-26
1
-3
/
+6
*
Use standard unsigned integer types
Andreas Steffen
2016-03-24
1
-10
/
+10
*
array: Add an insert/create function for value based arrays
Martin Willi
2015-12-07
1
-0
/
+10
*
array: Adjust negative index before calling remove_head|tail()
Tobias Brunner
2014-09-11
1
-4
/
+4
*
array: Allocate initial data properly if esize is 0
Tobias Brunner
2014-05-15
1
-1
/
+1
*
array: Fix removal of elements in the second half of an array
Tobias Brunner
2014-03-18
1
-1
/
+1
*
array: Fix compilation on FreeBSD
Tobias Brunner
2014-02-13
1
-2
/
+2
*
array: Add fallback for qsort_r using thread-local value
Tobias Brunner
2014-02-12
1
-2
/
+34
*
array: Add array_bsearch function
Tobias Brunner
2014-02-12
1
-0
/
+50
*
array: Add array_sort function
Tobias Brunner
2014-02-12
1
-0
/
+54
*
array: Add an array_get() function
Martin Willi
2014-01-22
1
-1
/
+14
*
array: Number of items in get_size() is unsigned
Tobias Brunner
2013-07-25
1
-1
/
+1
*
array: introduce an array collection storing elements very efficiently
Martin Willi
2013-07-17
1
-0
/
+416