aboutsummaryrefslogtreecommitdiff
path: root/src/base64.cpp (follow)
AgeCommit message (Expand)Author
2011-01-20Wow, got the Stream changes propegated, all tests build with string instead ofMike Buland
2010-07-09Bu::Base64 needed it's own isEos() function.Mike Buland
2010-02-13Added and updated the license info in all the source files, they still saidMike 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-31Wow, Bu::Base64 had a bug about premature end of stream / not base64 data, nowMike Buland
2009-07-30I think I fixed a bug in Bu::Base64, we'll see what happens.Mike Buland
2009-07-29Decoding now skips whitespaceMike Buland
2009-07-29Base64, now more clever with fewer options.Mike Buland
2009-06-18Added a new enum value to Bu::File, Bu::File::WriteNew which combines Write,Mike Buland