aboutsummaryrefslogtreecommitdiff
path: root/src/hashtable.cpp (follow)
AgeCommit message (Collapse)Author
2006-05-03Added a simple test for the log system, and switched the multilog to the newMike Buland
singleton system, which unfortunately changed it's API slightly. Now it's not a pointer from the singleton, but I did add a new macro to make most usage of it even easier.
2006-05-01Fixed a bug in the get code of the hashtable. It now performs probing correctlyMike Buland
according to the new high capacity duplicate probing algorithm.
2006-05-01libbu++ is finally laid out the way it should be, trunk, branches, and tags.Mike Buland