Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some coding style cleanups | Martin Willi | 2009-11-12 | 1 | -33/+47 |
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 1 | -42/+42 |
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 1 | -2/+0 |
* | printf hooks refactored to increase portability (i.e. support for platforms w... | Tobias Brunner | 2009-03-12 | 1 | -2/+2 |
* | 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 |