aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/utils/hashtable.h
Commit message (Collapse)AuthorAgeFilesLines
* Moved data structures to new collections subfolderTobias Brunner2012-10-241-138/+0
|
* get_match() method added to hashtable_t.Tobias Brunner2012-05-241-1/+17
|
* Adding a remove_at method to the hash table.Tobias Brunner2010-06-071-3/+11
| | | | This allows to remove key-value pairs while enumerating them.
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-14/+14
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* updated DoxyfileMartin Willi2009-03-241-1/+1
| | | | | | properly close all doxygen groups fixed remaining doxygen warnings
* hashtable enumerator enumerates over both, key and valuesMartin Willi2008-12-051-2/+2
|
* adding general purpose hash tableTobias Brunner2008-12-031-0/+116