aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/utils/hashtable.c
Commit message (Expand)AuthorAgeFilesLines
* Some coding style cleanupsMartin Willi2009-11-121-33/+47
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-42/+42
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
* printf hooks refactored to increase portability (i.e. support for platforms w...Tobias Brunner2009-03-121-2/+2
* 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