Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | correct use of calloc in hashtable_t | Tobias Brunner | 2008-12-17 | 1 | -2/+1 |
* | fixed hashtable->get_count() after doubling table size | Martin Willi | 2008-12-09 | 1 | -1/+0 |
* | accept NULL values in hashtable enumerator | Martin Willi | 2008-12-05 | 1 | -2/+8 |
* | hashtable enumerator enumerates over both, key and values | Martin Willi | 2008-12-05 | 1 | -3/+6 |
* | fixed off by one error | Tobias Brunner | 2008-12-04 | 1 | -1/+1 |
* | adding general purpose hash table | Tobias Brunner | 2008-12-03 | 1 | -0/+426 |