Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-10-31 | Expanded the scope of the stream system to include positional functions. Updated | Mike Buland | |
the Connection class so that it won't die horribly if you don't provide the pointers to updatable memory for the amount of time not spent waiting for data during a read. Also fiddled with the http test, as you can see...nothing important. | |||
2006-10-31 | Added the new linkmessenger class that will act as a base-class for anything | Mike Buland | |
that wants to send messages to a containing programlink. Also fiddled with other things...aparently. | |||
2006-09-26 | Fixed some whackiness in the connection class, -1 from readInput means nothing | Mike Buland | |
there, but there might be later. 0 means death. | |||
2006-09-20 | Updated the connection class to send all outgoing data when there is some. | Mike Buland | |
Later this should be fixed and another function should be added. | |||
2006-08-25 | Fixed more stuff in the connection class. Yay. | Mike Buland | |
2006-08-25 | Fixed the connection manager to not suck with the new connection read api. | 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-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 | |