aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
AgeCommit message (Expand)Author
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-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
2011-01-13md5...is...broken...I'm...fixing it...Mike Buland
2011-01-12Plugger, and potentially anything that can use windows, can report windowsMike Buland
2011-01-12Plugger works on windows!Mike Buland
2011-01-10Merged in the core branch. This is a major update that fixes many things, andMike Buland
2011-01-10The FString is much more optimized, and hopefully still works accurately.Mike Buland
2011-01-10Tweaking the fstring, almost done.Mike Buland
2011-01-06This may be about it for updates to core, I can't think of anything else I needMike Buland
2010-12-03Fixed a bug in the csv reader, it would drop the last field in a line if theMike Buland
2010-11-24david - some mix of qt or mingw or something has a min and max macro that con...David
2010-11-19MyriadFs is starting out...but the FUSE system is...akward at best.Mike Buland