aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-06-21Little tweaks to the viewcsv program. I think I want to at least add a searchMike Buland
2010-06-21The basic viewcsv program works, it uses ncurses to display a csv file in aMike Buland
2010-06-21Working on a small program to view CSV files using libbu++'s codecs, not onlyMike Buland
2010-06-21Both Bu::Variant and Bu::MiniCron failed to cleanup behind themselves in someMike Buland
2010-06-21Fixed a bug in Bu::Buffer that resulted from a false negative on isEos if theMike Buland
2010-06-14Fixed a minor memory leak in the server. It makes a difference on popularMike Buland
2010-06-09Wow, part of array was mislinked in the SharedCore conversion and never fixed.Mike Buland
2010-06-03Heh...myriad files had the same magic key as nids files...oops. Well, myriadMike Buland
2010-05-29Go figure, I went and wrote some docs.Mike Buland
2010-05-28More myriad testing and unit test features, not unit tests that may take aMike Buland
2010-05-26Oooh, another minor myriad fix, it's getting solid now. :)Mike Buland
2010-05-26The cache storage backend for myriad is fixed up to be used.Mike Buland
2010-05-26Fixed most of the compilation warnings, and a valgrind warning in the fstring'sMike Buland
2010-05-26More tweaks and informational functions.Mike Buland
2010-05-25More myriad testing, fixes, arrangement, etc. UnitSuite add-ons, it has someMike Buland
2010-05-25Minor memory leak fix in myriad, valgrind+unit tests = coolMike Buland
2010-05-25More myriad tests and features, passes perfectly so far.Mike Buland
2010-05-25We now have a portable tempfile function, cool, it compiles on windows.Mike Buland
2010-05-24Changed the Bu::Stream API, setSize is now standard. There may be a few moreMike Buland
2010-05-24Myriad unit test. Seems like it's workin' well.Mike Buland
2010-05-20Fixed a minor bug when a key resolved to an empty string.Mike Buland
2010-05-20Added some tweaks to array and fbasicstring.Mike Buland
2010-05-20Made process easier to use, when you ask it if the process has ended, itMike Buland
2010-05-16Added operators <= and >= to the FBasicString.Mike Buland
2010-05-15mkunit.sh was a little dumb, it didn't handle a number of things correctly.Mike Buland
2010-05-14Removed some annoying debugging.Mike Buland
2010-05-13QueueBuf is updated, and everything else uses it now, including Client.Mike Buland
2010-05-13david - put a bunch of data through it and check its validityDavid
2010-05-13Added license info to the top of the remaining files. I should add a check forMike Buland
2010-05-13Finally rearranged the system to put all compatability files in a directoryMike Buland
2010-05-13Hmmm, apparently there was a corner case that would cause a disconnect toMike Buland
2010-05-12The Bu::Archive class now supports arbitrary, named properties via variants.Mike Buland
2010-05-11Fixed an issue in the reader, it was tokenizing.Mike Buland
2010-05-11Cache store mimics the others now. I need to make a standard exception forMike Buland
2010-05-10Added the new Bu::CacheStoreFiles, it's an uber-simple cache storage system thatMike Buland
2010-05-10Added the new QueueBuf. It's brilliant, and I've wanted it for a long time.Mike Buland
2010-05-04Cache fixes?Mike Buland
2010-05-03Minor corner case fix in the comparison code.Mike Buland
2010-05-02Minor bug deleting last element of linked lists.Mike Buland
2010-05-02wow, bug fixes everywhere.Mike Buland
2010-05-01Cache fixes.Mike Buland
2010-05-01The cache...Mike Buland
2010-04-30Many minor fixes to the caching system, membuf, and others, but mainly someMike Buland
2010-04-27The Bu::Ito thread class has changed the rules on the run function. It noMike Buland
2010-04-23Minor updates to the List class, unchecked corner cases.Mike Buland
2010-04-19Nevermind about the Myriad bug. It was really obvious, I was accidentallyMike Buland
2010-04-19CacheStoreMyriad is written, it's pretty much a copy of CacheStoreNids sinceMike Buland
2010-04-12Wow Myriad!!Mike Buland
2010-04-12Myriad is getting pretty close, just have to finish the writing code andMike Buland
2010-04-07Corrected a long standing yet seldom witnessed hash bug. It was triggered whenMike Buland