index
:
libbu++.git
bigchange
main
myriad
System level, general purpose C++ library.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
connection.h
(
follow
)
Age
Commit message (
Collapse
)
Author
2007-04-02
Ok...now you can specify a timeout on the open function, 30 seconds is the
Mike 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-27
Added a new helper to the flexbuf, and likewise to the connection class, since
Mike Buland
it uses it heavily.
2006-12-04
Added the writeAllOutput function to Connection. It's handy.
Mike Buland
2006-08-25
Added tests and exception codes, so you're program can tell just how bad things
Mike Buland
really are.
2006-08-25
Added a new exception for connecitons, and added a new function to the
Mike Buland
connection class, that reads at least n bytes in x seconds.
2006-07-14
Made everything have a virtual deconstructor. This is apparently very
Mike Buland
important.
2006-06-21
Updated the readInput function to tell you how much time is left over after
Mike Buland
blocking.
2006-05-01
libbu++ is finally laid out the way it should be, trunk, branches, and tags.
Mike Buland