aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/utils/hashtable.c
Commit message (Expand)AuthorAgeFilesLines
* Moved data structures to new collections subfolderTobias Brunner2012-10-241-444/+0
* Avoid calculating the hash if hashtable is emptyTobias Brunner2012-09-211-0/+5
* get_match() method added to hashtable_t.Tobias Brunner2012-05-241-4/+17
* Keep count of remaining elements to enumerate in hashtable_t.Tobias Brunner2011-05-241-1/+8
* Replaced linked_list_t usage in hashtable_t with custom list implementation.Tobias Brunner2011-05-241-124/+92
* Replace hashtable key if a put operation replaces valueMartin Willi2011-02-031-0/+1
* Fix check to increase hashtable size properlyMartin Willi2011-02-031-1/+1
* Adding a remove_at method to the hash table.Tobias Brunner2010-06-071-6/+25
* Migrated hashtable_t to INIT/METHOD macros.Tobias Brunner2010-06-071-59/+45
* 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