aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/utils/hashtable.c
Commit message (Collapse)AuthorAgeFilesLines
* correct use of calloc in hashtable_tTobias Brunner2008-12-171-2/+1
|
* fixed hashtable->get_count() after doubling table sizeMartin Willi2008-12-091-1/+0
|
* accept NULL values in hashtable enumeratorMartin Willi2008-12-051-2/+8
|
* hashtable enumerator enumerates over both, key and valuesMartin Willi2008-12-051-3/+6
|
* fixed off by one errorTobias Brunner2008-12-041-1/+1
|
* adding general purpose hash tableTobias Brunner2008-12-031-0/+426