aboutsummaryrefslogtreecommitdiff
path: root/src/connectionmanager.h (follow)
AgeCommit message (Collapse)Author
2006-11-02Fixed a minor bug, connections should poll properly now.Mike Buland
2006-11-02Added the new features that you need to make the connection manager, protocols,Mike Buland
and the connection monitor work in two-way-mode. Effectively you should be able to write systems that both serve and initiate connections, and only write one protocol.
2006-07-14Made everything have a virtual deconstructor. This is apparently veryMike Buland
important.
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-01libbu++ is finally laid out the way it should be, trunk, branches, and tags.Mike Buland