aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-03-30Removed the test.taf file, we don't need it anymore.Mike Buland
2011-03-30Ok, string stuff is working much, much better, a load of new unit tests haveMike Buland
2011-03-29String's replace function now doesn't get false positives on partial matches atMike Buland
2011-03-27I had a useless include and a silly macro defined in the header file of string.Mike Buland
2011-03-24This may really screw things up, but the trimBack function made no sense, soMike Buland
2011-03-24The Bu::OptParser no longer tokenizes parameters' values.Mike Buland
2011-03-22Bu::Conduit now works exactly as it was advertised some time ago, it usesMike Buland
2011-03-22We now have a UTF-8 test parser, I'm going to move it into a functor, I think.Mike Buland
2011-03-21floats can be output through the formatter again, except sometimes they'reMike Buland
2011-03-20Sigh, I don't know that Bu::String is slower, but it looks like std::string isMike Buland
2011-03-19The rest of libbu++ is corrected as far as the now Bu::String toUpper/toLowerMike Buland
2011-03-18Wow, a lot has changed. String is not a template class, and it can do it's ownMike Buland
2011-03-18The inline, printf/qstring style formatting for Bu::String is just about there,Mike Buland
2011-03-17Tweaks to the variant class make it much cooler, and there's a test/toolMike Buland
2011-03-17david - added a hash table stress unit testDavid
2011-03-10Removed the float test, it was silly to have it in libbu++.Mike Buland
2011-03-08sigh, another program that's not realy a tool, it was the easiest place for itMike Buland
2011-03-07Just tweaked the myriad tool, it doesn't enumerate the streams in info modeMike Buland
2011-03-04Added some extra functions to Bu::MiniCron to let you execute jobs that are inMike Buland
2011-03-04Fixed the client thing back, sigh.Mike Buland
2011-03-02Corrected a memory leak in Bu::Client, and hopefully sped up transmission some,Mike Buland
2011-02-21david - udp not building on windows for now && fixed a windows tcpsocket thingDavid
2011-02-21david - no block size on windowsDavid
2011-02-20Well, unlink, mkHardLink, setFileSize, and more are freshly implemented, as isMike Buland
2011-02-20Cleaned up a little, and added a bunch more stuff to myriadfs. As far as I canMike Buland
2011-02-19Myriad does not handle multi-threaded access very well, that needs to beMike Buland
2011-02-19MyriadFs is getting good!Mike Buland
2011-02-18Some Uuid tweaks, not much, just figuring out the format. MyriadFs is comingMike Buland
2011-02-18Hey, a nifty little test for myriadfs.Mike Buland
2011-02-17Wow, MyriadFs is actually getting workable. You can create files, read, write,Mike Buland
2011-02-17Made some great progress on the MyriadFs spec...it's interesting, a few moreMike Buland
2011-02-04Some tweaks to the string unit test.Mike Buland
2011-01-22Minor change to csvwriter, the excel formatter wasn't escaping strings withMike Buland
2011-01-21Decided to add some history to the comment.Mike Buland
2011-01-21PearsonHash has been added to libbu++, I...have no way of really verifying thatMike Buland
2011-01-20Fixed a really strang, really hard to nail down corner case in StringMike Buland
2011-01-20Fixed, it changes all of them on each line now.Mike Buland
2011-01-20Wow! Merged the branch, streams are updated, and there's no more FString, runMike Buland
2011-01-20UdpSocket is pretty much working. Non-blocking mode isn't, which is odd, butMike Buland
2011-01-20More minor changes to the udpsocket test program.Mike Buland
2011-01-20Minor changes to udpsocket test program.Mike Buland
2011-01-20Ummm...it's a udpsocket, mostly. It seems like it should work, but early testsMike Buland
2011-01-20Heh, forgot to rename the two fstring tests.Mike Buland
2011-01-20Made (very) basic progress towards defining UtfString. It's actually going toMike Buland
2011-01-20Wow, got the Stream changes propegated, all tests build with string instead ofMike Buland
2011-01-20Bu::FString is now String, and there's a shell script to fix any other programsMike Buland
2011-01-19Started work adding more functions to stream, and changing to a new size type.Mike Buland
2011-01-14Well...at least it compiles now...Mike Buland
2011-01-14Here's a udp socket. It's not done yet, it can just about send data.Mike Buland
2011-01-13Md5 works really, really well. It's fast, and sexy, and awesome. Thanks david.Mike Buland