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-06-20 | Minor tweak, NULL is defined in extratypes.h as per C++ regs if it's not | Mike Buland | |
already defined. | |||
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 | |||
2010-02-13 | Added and updated the license info in all the source files, they still said | Mike Buland | |
copyright 2007-2008. | |||
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-11-15 | david - adding license tag to the top of all header files | David | |
2007-10-03 | Nothing about function. I added a bunch of docs and re-arranged a bunch of | Mike Buland | |
the existing docs. Taking advantage of some of the cooler extra features of doxygen I've started writing extra how-to pages covering working with sections of the library. Also, I started grouping the classes by function so they show up on the Modules page together, very cute. | |||
2007-07-11 | Bu::Atom is now comparable! | Mike Buland | |
2007-07-10 | Fixed another Atom bug. | Mike Buland | |
2007-07-10 | Fixed the atom, it wasn't copying from other atoms properly. | David | |
2007-06-28 | Many minor changes, hopefully the header fixes will keep future header macro | Mike Buland | |
conflicts from happening. And, from now on, other projects should do -Ilibbu++ not -Ilibbu++/src so we can get ready for an installed version of libbu++. | |||
2007-06-18 | Added more helper guys to atom, it seems weird, but I think it's ok... | Mike Buland | |
2007-06-18 | The client/server system now works both ways, in and out, and works as well as | Mike Buland | |
the old one in pretty much every way, and better in most. It's much easier to understand. And the atom class is better. | |||
2007-06-18 | Added the atom class and did some more client work, it will close the socket | Mike Buland | |
now when the end has been reached. |