aboutsummaryrefslogtreecommitdiff
path: root/src/tests (follow)
AgeCommit message (Expand)Author
2009-01-27Corrected some larger read/write issues in corner cases that I hit suprisinglyMike Buland
2009-01-27Hey, I think that'll fix some things valgrind was bitching about. ApparentlyMike Buland
2009-01-23Fixed a peculiar formula residue bug...eeew, formula residue. Also added aMike Buland
2009-01-20Awesome changes to the formula class! It actually does proper reduction forMike Buland
2009-01-19This should fix the problem of never knowing if your sockets are closed. NowMike Buland
2009-01-16Ok...we'll try this change up of the cache system. It now takes two pointers,Mike Buland
2009-01-11A new feature has been added to Bu::Server. It's going to be trickier toMike Buland
2008-12-20All of the basic, core workings of the Cache are complete, and tested. EvenMike Buland
2008-12-03Alright, the caching system now passes the basic CRUD tests with arbitraryMike Buland
2008-12-01Wow, that's a lot of changes. You can use anything as a key now, as long as itMike Buland
2008-12-01Woo! Very nearly there cache-wise, I'm about to change the name of the handler,Mike Buland
2008-11-10Ok, the cache-id officiation is being delegated to the CacheHandlers, this isMike Buland
2008-10-09More cache development. I'm going to have to switch from template functions toMike Buland
2008-10-08Ok...corrected a problem with new block allocation in nids, and it no longerMike Buland
2008-10-02Ok...now Bu::File doesn't set stupid permissions when it creates a new file...Mike Buland
2008-10-01This commit is sure to break things. This should be a very, very minor change.Mike Buland
2008-10-01Ok, NIDS is getting better and better, and I went ahead and cleaned up someMike Buland
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