Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-10-01 | Ok, NIDS is getting better and better, and I went ahead and cleaned up some | Mike Buland | |
exception related code that's been annoying me. You should no longer have to include any exception header explicitly for normal operations, every class that has it's own exception to throw defines it in it's own headers. This may break some code that uses libbu++, but it's an easy fix, just delete the include for exceptions.h. Sometime soon I would also like to move from Bu::ExceptionBase to Bu::Exception, but that will affect a lot more code than this change did. | |||
2008-02-07 | Just updated the copyright date. | Mike Buland | |
2007-12-11 | Fixed the bu directory, now the code should compile and be usable even | Mike Buland | |
installed. That was odd. Anyway, also set props on the bu, unit, and test directories so that the contents won't be listed on svn status. | |||
2007-11-15 | Added liscense info at the front of many, many files. Debating the old files. | Mike Buland | |
2007-06-27 | The MemBuf works just fine, although it still can't over-write data in the | Mike Buland | |
buffer. | |||
2007-04-10 | I did it, the streams don't start with an S now. | Mike Buland | |