Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-25 | Code is all reorganized. We're about ready to release. I should write up a | Mike Buland | |
little explenation of the arrangement. | |||
2011-01-20 | Wow, got the Stream changes propegated, all tests build with string instead of | Mike Buland | |
fstring, and updated the copyright notice to extend to 2011 | |||
2011-01-20 | Bu::FString is now String, and there's a shell script to fix any other programs | Mike Buland | |
that were using fstring, I hope. | |||
2010-02-13 | Added and updated the license info in all the source files, they still said | Mike Buland | |
copyright 2007-2008. | |||
2009-08-13 | Ok, shared core looks good, and I added a unit test for Bu::List to check a few | Mike Buland | |
basics. It works, so now I'm going to apply SharedCore to Bu::List and see how bad it is. Also, I got rid of all the warnings and things that showed up during compilation, they were all silly anyway. Finally, mkunit.sh is much cooler. Hard to believe it's a shell script, it now also adds proper #line directives to the cpp output so if there is an error or warning g++ will give you the right line number in your .unit file, not the resultant cpp file. | |||
2009-07-31 | I switched the Bu::Stream::isEOS function to be named Bu::Stream::isEos, and | Mike Buland | |
also made sure the copyright is at the top of all the files, it's been too long. Anyway, this may effect some code, but not much, and it's an easy enough fix. | |||
2009-02-24 | Just committing some in-progress code. It may report some warnings, but it | Mike Buland | |
doesn't inhibit building. These'll be in good working shape in no time. | |||
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 | 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. | |||
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-11-09 | Just modified the debugging for the HttpGet class. | Mike Buland | |
2006-11-09 | Updated both the httpget class and the sbuffer, they're nice. | Mike Buland | |
2006-11-03 | HttpGet will actually call the host instead of localhost. | Mike Buland | |
2006-11-02 | Moved HttpGet in from eubit. It's pretty cool, just give it a url, and it gives | Mike Buland | |
you a Stream contianing the web server's response. Right now it doesn't parse any headers or anything. |