aboutsummaryrefslogtreecommitdiff
path: root/src/protocol.cpp (follow)
AgeCommit message (Collapse)Author
2007-11-15Added liscense info at the front of many, many files. Debating the old files.Mike Buland
2007-06-18Added the protocol class. servers work, but don't send data, updated the streamsMike Buland
to include many more state indicators and caps queries, and everything is working better in general.
2007-04-03Ok, no code is left in src, it's all in src/old. We'll gradually move code backMike Buland
into src as it's fixed and re-org'd. This includes tests, which, I may write a unit test system into libbu++ just to make my life easier.
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-10-31Added the new linkmessenger class that will act as a base-class for anythingMike Buland
that wants to send messages to a containing programlink. Also fiddled with other things...aparently.
2006-05-01libbu++ is finally laid out the way it should be, trunk, branches, and tags.Mike Buland