aboutsummaryrefslogtreecommitdiff
path: root/src/tests (follow)
AgeCommit message (Expand)Author
2008-09-24Ok, now all the warnings are gone (except for those coming from nids, but that'sMike Buland
2008-09-15Wooo! It compiles again! The nids streams are almost ready.Mike Buland
2008-09-15Whoa! Loads of NIDS work. It actually compiles, runs, and I'm optimizing theMike Buland
2008-06-07This is a testing version. Nothing should be broken, but I won't gurantee it.Mike Buland
2008-04-28Apparently there were a number of things that weren't strict ISO C++, the newMike Buland
2008-03-20This is a preliminary test of my new server simplification subclass, don't useMike Buland
2008-02-19Oops. I made the Bu::Heap API look like a stack, not a queue, that's beenMike Buland
2008-02-19I believe this will do the trick. The Bu::Heap class now uses the appropriateMike Buland
2008-02-19Bu::Heap is a real class, it works great, except it doesn't grow right now.Mike Buland
2008-02-07Just updated the copyright date.Mike Buland
2007-12-12Corrected some issues with the new trace system. It's now working fine. It'...Mike Buland
2007-12-12Added the new TRACE test.Mike Buland
2007-12-11Fixed the bu directory, now the code should compile and be usable evenMike Buland
2007-12-03Just added the MiniMacro test, it could actually be a unit test without a lot ofMike Buland
2007-11-30Added some helpers to fstring, and fixed a bug in Bu::Process, it wasn't closingMike Buland
2007-11-23Added the Process stream class, this will allow us to do some really cool stuffMike Buland
2007-11-15Final changes moving to the actually liscense-ified version, plus I fixed aMike Buland
2007-11-15Added liscense info at the front of many, many files. Debating the old files.Mike Buland
2007-11-09Fixed a silly bug in the taf system that interpreted the */ at the end of aMike Buland
2007-11-08Bu::FString now has the functions format, formatAppend, and formatPrepend, allMike Buland
2007-10-20Made the logger use a uint32_t for it's mask, no more negative confusion. AlsoMike Buland
2007-10-20Just marked Bu::FString::c_str as deprecated, don't use it, it'll go away later.Mike Buland
2007-10-14Fixed an interesting ideosyncacy in Bu::Hash in a safe way, I should try to doMike Buland
2007-10-03Nothing about function. I added a bunch of docs and re-arranged a bunch ofMike Buland
2007-09-11Everything seems to work with the new Bu::ItoServer class, it operates very,Mike Buland
2007-08-26Corrected a bug in the Bu::TafReader, it was getting confused when a stray colonMike Buland
2007-07-18Incorporated a patch contributed by Brandon CS Sanders that allows libbu++ toMike Buland
2007-07-11I guess I fixed some list stuff...Mike Buland
2007-07-10Fixed the atom, it wasn't copying from other atoms properly.David
2007-07-09The new logHexDump function seems to work just fine.Mike Buland
2007-07-03Ah, that explains much, I did the big reorg -> trunk move and forgot to commitMike Buland
2007-06-29The plugger was dying on a HashException it should have caught, and the LoggerMike Buland
2007-06-27The taf system is new and improved. The writer works, we added C++ styleMike Buland
2007-06-26Fixed a minor bug in FString, and added the Logger and a test...it's cool, andMike Buland
2007-06-19david - got some things compiling on win32 (wine/devc++)David
2007-06-18Added more helper guys to atom, it seems weird, but I think it's ok...Mike Buland
2007-06-18Added the atom class and did some more client work, it will close the socketMike Buland
2007-06-12Removed the xml test...the xml system is effectively gone.Mike Buland
2007-06-11Few minor tweaks to bzip2, it reports errors now...and there's a bug in odpmMike Buland
2007-06-10Bunch of maintenence type things. Minor tweaks and the like. The file classMike Buland
2007-06-09Alright, looks like the bzip2 filter can decompress just fine. It won't try ...Mike Buland
2007-06-07The Stream Filter archetecture is finished, it's actually much cooler than IMike Buland
2007-06-07The new taf interfaces seem to work just fine, except for saving and that loadedMike Buland
2007-06-07Except for an excessive amount of debug info, I finally got the delete codeMike Buland
2007-06-06Except for storing the data somewhere, the TafReader is more or less done.Mike Buland
2007-06-05Added a basic ringbuffer, it should be nice and quick, but may be bad to useMike Buland
2007-05-17As evidenced by my latest test, the Bu::FString copy is actually slower thanMike Buland
2007-05-17Lots of cool new stuff, the Server class actually works for everything exceptMike Buland
2007-05-15SPtr is now Bu::ified, and the List class now acts the way we think const listsMike Buland
2007-05-11Added a list template class, seems to work pretty well for now, I may haveMike Buland