Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2010-02-10 | Changed the name of nids to Myriad, I like it, but I'm not getting rid of nids | Mike Buland | |
until I can safely migrate to Myriad. | |||
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-01-27 | Hey, I think that'll fix some things valgrind was bitching about. Apparently | Mike Buland | |
BitString is...not so good...I may have to rewrite big chunks. | |||
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-23 | Added BitString, it was used in a few projects. It needs a few functions to | Mike Buland | |
be corrected, they were using standard library features, that shouldn't be hard to fix though. |