aboutsummaryrefslogtreecommitdiff
path: root/src/connection.h (follow)
AgeCommit message (Collapse)Author
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.
2007-04-02Ok...now you can specify a timeout on the open function, 30 seconds is theMike Buland
default so no programs need to be changed, it seemed like a good default to me... Still needs testing, but it should work just fine, and shouldn't effect any of our servers.
2007-03-27Added a new helper to the flexbuf, and likewise to the connection class, sinceMike Buland
it uses it heavily.
2006-12-04Added the writeAllOutput function to Connection. It's handy.Mike Buland
2006-08-25Added tests and exception codes, so you're program can tell just how bad thingsMike Buland
really are.
2006-08-25Added a new exception for connecitons, and added a new function to theMike Buland
connection class, that reads at least n bytes in x seconds.
2006-07-14Made everything have a virtual deconstructor. This is apparently veryMike Buland
important.
2006-06-21Updated the readInput function to tell you how much time is left over afterMike Buland
blocking.
2006-05-01libbu++ is finally laid out the way it should be, trunk, branches, and tags.Mike Buland