Completed the delete-user hook to remove any associated
[citadel.git] / libcitadel / lib / hash.c
2008-06-02 Art CancroCompleted the delete-user hook to remove any associated
2008-05-18 Wilfried Göesgens* made hash implementation NULL pointer safe.
2008-05-10 Wilfried Göesgens* made GetCount NULL pointer aware since its safe to...
2008-05-07 Wilfried Göesgens* hash now can return its number of members.
2008-04-30 Wilfried Göesgens* added more usefull print hash function, so one can...
2008-04-26 Wilfried Göesgens* bugfix in the hash implementation; expanding the...
2008-04-11 Art CancroVersion number to 7.35 in preparation for an upcoming...
2008-03-09 Wilfried Göesgens* don't search for null-lengthened strings.
2008-03-02 Wilfried Göesgens* documented hashlist
2008-02-23 Wilfried Göesgens* fixed several crash / invalid data cases in the hash...
2008-02-01 Wilfried Göesgens* remove debugging printfs
2008-01-22 Dave WestClean up in Hash functions.
2008-01-20 Wilfried Göesgens* add skelleton hash lib.