Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-04-03 | Ok, no code is left in src, it's all in src/old. We'll gradually move code back | Mike 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. | |||
2007-02-27 | This may require slightly more testing, but basically I made ConnectionManager | Mike Buland | |
more general, you can now listen to all local addresses (the old way), or individual addressses. | |||
2006-11-05 | I thought I'd already fixed this, apparently in the conflict it came back. | Mike Buland | |
The connectionmanager no longer prints extra debugging. | |||
2006-11-05 | Cleaned up a couple of conflicts. | Mike Buland | |
2006-11-05 | Fixed the rest of the connection manager. | Mike Buland | |
2006-11-03 | Fixed a horrible bug that broke all the servers, and clients. | Mike Buland | |
2006-11-02 | Fixed a minor bug, connections should poll properly now. | Mike Buland | |
2006-11-02 | Added 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-31 | Update to ConnectionManager, things are much, much better now. | Mike Buland | |
2006-10-18 | Updated it, now it doesn't delete the protocol before telling people about it | Mike Buland | |
when shutting down... | |||
2006-10-13 | Connections are now kept until all pending output has been sent, even if the | Mike Buland | |
disconnected flag has been set. | |||
2006-08-25 | Fixed the connection manager to not suck with the new connection read api. | Mike Buland | |
2006-05-03 | Sweet, 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-03 | Added a simple test for the log system, and switched the multilog to the new | Mike 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-01 | libbu++ is finally laid out the way it should be, trunk, branches, and tags. | Mike Buland | |