aboutsummaryrefslogtreecommitdiff
path: root/src/connectionmanager.cpp (unfollow)
AgeCommit message (Collapse)Author
2006-05-03Sweet, all changes from the (once again 1 rev) branch have been merged back in.Mike Buland
Now to finalize the changes in my other programs.
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-03Added the new singleton class template. Very cool, now I need to switchMike Buland
all my singletons to using it.
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.