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-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-04-02 | This constitutes a test version...there's a chance this should have been a | Mike Buland | |
branch, but it's so small...I'll just see if bugs arise, and if they do, then we'll fix 'em. | |||
2007-03-27 | Added a new helper to the flexbuf, and likewise to the connection class, since | Mike Buland | |
it uses it heavily. | |||
2007-03-27 | Fixed a const issue in the fstring. | Mike Buland | |
2007-01-24 | ...this time? | Mike Buland | |
2007-01-24 | Fixed a bug? | Mike Buland | |
2006-12-29 | Part of the Connection class timed reads were reporting things improperly. | Mike Buland | |
HttpGet is also much better now, and will timeout if it needs to. | |||
2006-12-04 | Added the writeAllOutput function to Connection. It's handy. | Mike Buland | |
2006-11-21 | Everything in libbu++ now passes -Wall, this should have been done a long time | Mike Buland | |
ago. | |||
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 | |