aboutsummaryrefslogtreecommitdiff
path: root/src/tests/base64.cpp (follow)
AgeCommit message (Collapse)Author
2009-07-30I think I fixed a bug in Bu::Base64, we'll see what happens.Mike 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
Truncate, and Create, the flags used most commonly when writing a new file. Also added the Bu::Base64 filter class, it does base64 encoding and decoding, it may need a couple more interfaces added, but for the most part, it's solid.