aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-10-28Uuid now has a default gen function that will generate a uuid using the best,Mike Buland
2009-10-26Minor, cosmetic change to the TafWriter. It now writes group names that areMike Buland
2009-10-16Got rid of cgiutil, it was empty, it was all going to be duplicates of code inMike Buland
2009-10-16Finally added the substream class, and added getByPath (for properties) andMike Buland
2009-10-16Although this looks like a load of code changes, this represents no functionalMike Buland
2009-10-09david - more things in windows buildDavid
2009-10-05I just got rid of the float markers, we know we need a new float formatter, itMike Buland
2009-09-26Minor tweaks and fixes to Bu::VariantMike Buland
2009-09-25New Bu::Variant class. Store anything in it, get it out again, find out it'sMike Buland
2009-09-23Wow, ok, file was broken on changing position in the stream, it wouldn't resetMike Buland
2009-09-21Stupid prepend. A prepend function was missing, and the prepend functionsMike Buland
2009-09-18Added a handy readLine function, I've been meaning to do this for a while.Mike Buland
2009-09-15Minor change, added a new constructor for lists that lets you append the firstMike Buland
2009-09-10Hey, minor updates to the formatter and a unit test, nothing important.Mike Buland
2009-09-09Fixed a unit test, and added some fixes and new queue functions to list, fuck itMike Buland
2009-09-09Fixed a minor assignment bug in shared core, assigning an object to itself wasMike Buland
2009-09-09Wow, that was stupid, default values weren't working since I switched toMike Buland
2009-09-04Wow, I should check this in the other containers. I should have known better,Mike Buland
2009-08-31Added a getDaysInMonth function, it'll live in util.{cpp,h} until I create anMike Buland
2009-08-28Corrected the iterator in Bu::Hash, and fixed the erase function in Bu::List,Mike Buland
2009-08-27Huh, the Bu::Cache::Ptr didn't have comparison operators, seems odd. I shouldMike Buland
2009-08-24Fixed a minor helper in Bu::MemBuf, and corrected some docs on Bu::Stream, theMike Buland
2009-08-22Pretty much just removed the debugging from SharedCore, it wasn't at fault, andMike Buland
2009-08-21Added loads of debugging to sharedcore, we're sure it's to blame, but not asMike Buland
2009-08-20Added a typedef to the cache, and most list manipulation functions now returnMike Buland
2009-08-14Massive freaking changes!!!Mike Buland
2009-08-14A good start on a speed test framework.Mike Buland
2009-08-13Ok, shared core looks good, and I added a unit test for Bu::List to check a fewMike Buland
2009-08-13Bu::Hash can now be sent through the Formatter, it's cute.Mike Buland
2009-08-13Bu::FString now has some fun conversion operators, you can do:Mike Buland
2009-08-11Added some more functions to Bu::FBasicString, including a setSize function.Mike Buland
2009-08-09Really, just a lot of documenting.Mike Buland
2009-08-04***IMPORTANT*** The function Bu::Md5::getResult no longer returns a hex string,Mike Buland
2009-08-03Hey, buffer has some good tweaks, added some stuff and fixed stuff in formatterMike Buland
2009-07-31I switched the Bu::Stream::isEOS function to be named Bu::Stream::isEos, andMike Buland
2009-07-31david - added base64 to the windows buildDavid
2009-07-31Wow, Bu::Base64 had a bug about premature end of stream / not base64 data, nowMike Buland
2009-07-31Fixed Bu::Process' close function, it wasn't closing, now it actually closesMike Buland
2009-07-31Silly, the new g++ complained about some "style." Now it doesn't.Mike Buland
2009-07-31Added a character based splitting function to FBasicString and made more of theMike Buland
2009-07-30I think I fixed a bug in Bu::Base64, we'll see what happens.Mike Buland
2009-07-30Bu::Buffer actually works, and works really well. I dig it. Bu::BZip2 nowMike Buland
2009-07-29Decoding now skips whitespaceMike Buland
2009-07-29Base64, now more clever with fewer options.Mike Buland
2009-07-29Wow, socket, as it turned out, was not able to close after the remote endMike Buland
2009-07-16Client code is even cooler, it supports flushing data in case of buffering inMike Buland
2009-06-30Bu::Client now gives you the option to add additional filters to the filterMike Buland
2009-06-28Added the Bu::ListHash class, it's a really simple wrapper for Bu::Hash thatMike Buland
2009-06-26Fixed a couple of things up, now build creates a shared object as well as a nonMike Buland
2009-06-18Added a new enum value to Bu::File, Bu::File::WriteNew which combines Write,Mike Buland