Age | Commit message (Collapse) | Author |
|
copyright 2007-2008.
|
|
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.
|
|
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.
|
|
doesn't inhibit building. These'll be in good working shape in no time.
|
|
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.
|
|
branch, but it's so small...I'll just see if bugs arise, and if they do, then
we'll fix 'em.
|
|
HttpGet is also much better now, and will timeout if it needs to.
|
|
|
|
|
|
|
|
you a Stream contianing the web server's response. Right now it doesn't parse
any headers or anything.
|