aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-12I didn't know what to call this branch, it's just general things that I thinkMike 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
2010-11-19Wow, I can't believe I forgot to add myriadfs.Mike Buland
2010-11-19I now think that this may not work out at all. It looks like if we want properMike Buland
2010-11-10Added a couple more debugging functions to Bu::Myriad, and exposed them in theMike Buland
2010-11-04FString tests, the new one causes a segfault with the old fstring.Mike Buland
2010-10-29Minor change, I discovered where it was getting stuck all this time. If theMike Buland
2010-10-27Interesting tweak to the variant and optparser classes. In the Variant, itMike Buland
2010-10-20Hopefully this fixes some really out there fstring corner casese.Mike Buland
2010-10-18Several of these new files will go away, but I didn't want to lose them for now.Mike Buland
2010-10-17Hey! The parser parses now! It's actually a little stupid, I didn't implementMike Buland
2010-10-16Many, many changes. Documentation changes, renamed the socket class toMike Buland
2010-10-15RingBuffer is now SharedCore. I think that's all the container classes, thereMike Buland
2010-10-14SharedCore has more features now, which is cool, including a test to see ifMike Buland
2010-10-14Creating a new branch for working on making more things shared core, maybe aMike Buland
2010-10-14A quick unit test for the copy constructor in variant.Mike Buland
2010-10-14Minor tweaks to myriad.Mike Buland
2010-10-12It's getting close. I'm not 100% sure abouth this method yet...Mike Buland
2010-10-12Ok, libbu++ compiles again, the basic parser system is getting there, I think,Mike Buland
2010-10-12This commit has a minor tweak to the variant class to make it easier to use,Mike Buland
2010-10-06Changed the Bu::Heap to allow iteration, and added lots of cool features toMike Buland
2010-09-24Bu::StreamStack had a stupidly named function.Mike Buland
2010-09-14Quite exciting, really. That lurking myriad bug has been found, it was notMike Buland
2010-09-14We should have no more problems with Bu::Client, I finished cleaning it up,Mike Buland
2010-09-13Accidental overload of a required function in the client code.Mike Buland
2010-09-03Checkinst installs the myriad program now.Mike Buland
2010-09-03Looks like the bug I was seeing in myriad wasn't in myriad. It was in theMike Buland
2010-08-22Bu::StreamStack works, it's tested, reasonably, it will be used first in theMike Buland
2010-08-21Client now inherits from stream. This could be cool, it could really mess\nt...Mike Buland
2010-08-04Alright, NullStream compiles and works.Mike Buland
2010-08-04Fixed some minor compilation warnings in some tests, and started addingMike Buland
2010-08-02ViewCSV search is now regex based :)Mike Buland
2010-07-30A few fixes and stuff in the Variant.Mike Buland
2010-07-26Minor helper functions added.Mike Buland
2010-07-09Bu::Base64 needed it's own isEos() function.Mike Buland
2010-06-23find works.Mike Buland