strongswan/src/libstrongswan/collections
Tobias Brunner ea50394bf1 array: Adjust negative index before calling remove_head|tail()
For ARRAY_TAIL we most often want to call remove_tail() not remove_head().
2014-09-11 17:52:37 +02:00
..
array.c array: Adjust negative index before calling remove_head|tail() 2014-09-11 17:52:37 +02:00
array.h array: Warn about caveat with array_remove_at() and value based arrays 2014-09-11 17:52:00 +02:00
blocking_queue.c Moved data structures to new collections subfolder 2012-10-24 16:00:49 +02:00
blocking_queue.h Moved data structures to new collections subfolder 2012-10-24 16:00:49 +02:00
dictionary.h collections: Add interface for read-only dictionaries 2014-06-19 14:00:48 +02:00
enumerator.c enumerator: Enumerate glob(3) matches using gl_pathc 2014-07-07 16:14:17 +02:00
enumerator.h enumerator: Add enumerator to enumerate files matching a pattern 2014-05-15 11:28:05 +02:00
hashtable.c hashtable: Add destroy_function method 2014-06-19 14:00:48 +02:00
hashtable.h hashtable: Add destroy_function method 2014-06-19 14:00:48 +02:00
linked_list.c linked-list: Remove barely used has_more() method 2013-07-17 17:42:53 +02:00
linked_list.h linked-list: Remove barely used has_more() method 2013-07-17 17:42:53 +02:00