Age | Commit message (Expand) | Author |
2009-08-09 | Really, 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-03 | Hey, buffer has some good tweaks, added some stuff and fixed stuff in formatter | Mike Buland |
2009-07-31 | I switched the Bu::Stream::isEOS function to be named Bu::Stream::isEos, and | Mike Buland |
2009-07-31 | Wow, Bu::Base64 had a bug about premature end of stream / not base64 data, now | Mike Buland |
2009-07-31 | Fixed Bu::Process' close function, it wasn't closing, now it actually closes | Mike Buland |
2009-07-31 | Silly, the new g++ complained about some "style." Now it doesn't. | Mike Buland |
2009-07-31 | Added a character based splitting function to FBasicString and made more of the | Mike Buland |
2009-07-30 | I think I fixed a bug in Bu::Base64, we'll see what happens. | Mike Buland |
2009-07-30 | Bu::Buffer actually works, and works really well. I dig it. Bu::BZip2 now | Mike Buland |
2009-07-29 | Decoding now skips whitespace | Mike Buland |
2009-07-29 | Base64, now more clever with fewer options. | Mike Buland |
2009-07-29 | Wow, socket, as it turned out, was not able to close after the remote end | Mike Buland |
2009-07-16 | Client code is even cooler, it supports flushing data in case of buffering in | Mike Buland |
2009-06-30 | Bu::Client now gives you the option to add additional filters to the filter | Mike Buland |
2009-06-28 | Added the Bu::ListHash class, it's a really simple wrapper for Bu::Hash that | Mike Buland |
2009-06-26 | Fixed a couple of things up, now build creates a shared object as well as a non | Mike Buland |
2009-06-18 | Added a new enum value to Bu::File, Bu::File::WriteNew which combines Write, | Mike Buland |
2009-06-16 | The Bu::FBasicString::iterator and const_iterator didn't have != comparsion | Mike Buland |
2009-06-15 | Changed a couple of comparison functions to const. | Mike Buland |
2009-06-03 | Minor updates to FastCGI, I changed the interface a bit and commented out some | Mike Buland |
2009-06-02 | Huh, cgiutil was mostly a waste, url handles it all already. I still need | Mike Buland |
2009-06-02 | Updates to the cgi system, and I'm putting the general CGI related stuff like | Mike Buland |
2009-05-28 | The cache can now efficiently report how many items are stored in it, but | Mike Buland |
2009-05-28 | Added some helpers to the Bu::Cache::Ptr, you can clear them now, and cast to | Mike Buland |
2009-05-21 | Added some more helpers to Bu::Formatter::Fmt, make it a little easier to use. | Mike Buland |
2009-05-15 | Made the plugger a little more friendly. | Mike Buland |
2009-05-07 | Yeah, more or less like I thought, O_BINARY doesn't really exist on linux, at | Mike Buland |
2009-05-04 | david - got bzip2 building for windows... also added default O_BINARY on Bu::... | David |
2009-04-23 | Hey, FBasicString throws exceptions when you try to use the index operator and | Mike Buland |
2009-04-23 | Made floats work (sorta'), they use vsprintf via Bu::FString, it's not great, | Mike Buland |
2009-04-20 | Stupid cache pointer assignment operator not actually returning itself properly. | Mike Buland |
2009-04-17 | More updates to the Bu::List::iterator and Bu::List::const_iterator, assignemnt | Mike Buland |
2009-04-16 | Hey, the list code is better, also, I fixed some stuff in socket (the | Mike Buland |
2009-04-13 | Ok, that was strange, somehow the archive class didn't actually supoprt float, | Mike Buland |
2009-04-10 | Added some new goodness to the fbasicstring, fixing some inconsistancies and | Mike Buland |
2009-04-06 | david - some odd problems with old gcc | David |
2009-04-06 | Ok, I rearranged some things, we have a tools dir now, those build by default. | Mike Buland |
2009-04-02 | Array iterators' validity testing was actually reversed. That was a serious | Mike Buland |
2009-04-02 | Removed some uses of printf in libbu++, I would like to get rid of all of them | Mike Buland |
2009-03-26 | Added some more constructors to the ServerSocket, and also switched the write | Mike Buland |
2009-03-16 | Added some experimental indenting code to the formatter, not sure I quite dig | Mike Buland |
2009-02-27 | Fixed a bug in Bu::FString, it wouldn't concatinate properly when using the + | Mike Buland |
2009-02-24 | david - apparently the mingw compiler has a couple issues... | David |
2009-02-24 | Corrected some iterator confusion in FString and added a helper to | Mike Buland |
2009-02-24 | Just committing some in-progress code. It may report some warnings, but it | Mike Buland |
2009-02-24 | Woot, the cache system now supports intellegent sync'ing. It will ask the cache | Mike Buland |
2009-02-24 | Whoa, lots of updates. Md5 is more general, nids, cache, cachestore, and | Mike Buland |
2009-02-19 | We have the new Bu::CryptoHash base class and Bu::Md5 is here and ready | Mike Buland |
2009-02-11 | Hey, formatter, awesome, and look at that...I'm adding uuid support. | Mike Buland |