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-09-15 | Wooo! It compiles again! The nids streams are almost ready. | Mike Buland | |
2008-09-15 | Whoa! Loads of NIDS work. It actually compiles, runs, and I'm optimizing the | Mike Buland | |
hell out of it. Good times, everyone. This is a major chunk for congo, and the new optimizations should be good. | |||
2008-07-02 | Caching is coming together nicely, as well as the new nids system...or | Mike Buland | |
whatever it'll be called later... |