aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/collections/hashtable.h
Commit message (Collapse)AuthorAgeFilesLines
* hashtable: Add destroy_function methodTobias Brunner2014-06-191-0/+9
|
* hashtable: Make key arguments constTobias Brunner2014-03-311-10/+11
| | | | | This allows using const strings etc. for lookups without cast. And keys are not modifiable anyway.
* hashtable: add common hashtable hash/equals functions for pointer/string keysMartin Willi2013-07-181-1/+34
|
* Moved data structures to new collections subfolderTobias Brunner2012-10-241-0/+138