aboutsummaryrefslogtreecommitdiff
path: root/src/tests (follow)
AgeCommit message (Expand)Author
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
2007-05-08Added the TAF format structures and XML format structures, I'm making up TAFMike Buland
2007-04-26Merged Ito and put it in the BU namespace. I should probably clean up theMike Buland
2007-04-10I did it, the streams don't start with an S now.Mike Buland
2007-04-03The file stream is imported and works, as does our first test, and the newMike Buland
2007-04-03The first batch seem to have made it alright. Unfortunately the Archive classMike Buland
2007-04-03Ok, no code is left in src, it's all in src/old. We'll gradually move code backMike Buland
2007-03-21Fixed another random bug in the string compare for raw strings.Mike Buland
2007-03-19Fixed some bugs and added some new goo. You can serialize FStrings and HeshesMike Buland
2007-03-15This version may break hashing of strings, but at least you can hash FStrings...Mike Buland
2007-03-15Looks like FString is ready for general consumption, not too shabby.Mike Buland
2007-03-15FString is totally usable, a few more helpers must be written before it surpasesMike Buland
2007-03-14Now fixed the xml escaping...sigh.Mike Buland
2007-02-27This may require slightly more testing, but basically I made ConnectionManagerMike Buland
2007-02-19The formula system works just fine, just no functions yet, but I don't need themMike Buland