aboutsummaryrefslogtreecommitdiff
path: root/src/fastcgi.h (unfollow)
AgeCommit message (Expand)Author
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
2009-06-16The Bu::FBasicString::iterator and const_iterator didn't have != comparsionMike Buland
2009-06-15Changed a couple of comparison functions to const.Mike Buland
2009-06-03Minor updates to FastCGI, I changed the interface a bit and commented out someMike Buland
2009-06-02Huh, cgiutil was mostly a waste, url handles it all already. I still needMike Buland
2009-06-02Updates to the cgi system, and I'm putting the general CGI related stuff likeMike Buland
2009-05-28The cache can now efficiently report how many items are stored in it, butMike Buland
2009-05-28Added some helpers to the Bu::Cache::Ptr, you can clear them now, and cast toMike Buland
2009-05-22daivd - got rid of posix source thingDavid
2009-05-21Added some more helpers to Bu::Formatter::Fmt, make it a little easier to use.Mike Buland
2009-05-15Made the plugger a little more friendly.Mike Buland
2009-05-15daivd - -D_POSIX_SOURCEDavid
2009-05-07Yeah, more or less like I thought, O_BINARY doesn't really exist on linux, atMike Buland
2009-05-04david - got bzip2 building for windows... also added default O_BINARY on Bu::...David
2009-04-23Hey, FBasicString throws exceptions when you try to use the index operator andMike Buland
2009-04-23Made floats work (sorta'), they use vsprintf via Bu::FString, it's not great,Mike Buland
2009-04-20david - added md5 + cryptohash to the windows buildDavid
2009-04-20Stupid cache pointer assignment operator not actually returning itself properly.Mike Buland
2009-04-17More updates to the Bu::List::iterator and Bu::List::const_iterator, assignemntMike Buland
2009-04-16Hey, the list code is better, also, I fixed some stuff in socket (theMike Buland
2009-04-13Ok, that was strange, somehow the archive class didn't actually supoprt float,Mike Buland
2009-04-10Added some new goodness to the fbasicstring, fixing some inconsistancies andMike Buland
2009-04-06david - some new windows filesDavid
2009-04-06david - some odd problems with old gccDavid
2009-04-06Ok, I rearranged some things, we have a tools dir now, those build by default.Mike Buland
2009-04-02Array iterators' validity testing was actually reversed. That was a seriousMike Buland
2009-04-02Removed some uses of printf in libbu++, I would like to get rid of all of themMike Buland
2009-03-26Added some more constructors to the ServerSocket, and also switched the writeMike Buland
2009-03-16Added some experimental indenting code to the formatter, not sure I quite digMike Buland
2009-02-27Fixed a bug in Bu::FString, it wouldn't concatinate properly when using the +Mike Buland
2009-02-24david - apparently the mingw compiler has a couple issues...David
2009-02-24Corrected some iterator confusion in FString and added a helper toMike Buland
2009-02-24Just committing some in-progress code. It may report some warnings, but itMike Buland
2009-02-24Woot, the cache system now supports intellegent sync'ing. It will ask the cacheMike Buland
2009-02-24Whoa, lots of updates. Md5 is more general, nids, cache, cachestore, andMike Buland
2009-02-19We have the new Bu::CryptoHash base class and Bu::Md5 is here and readyMike Buland
2009-02-11Hey, formatter, awesome, and look at that...I'm adding uuid support.Mike Buland
2009-02-11Just removing some things that are cluttering up the source tree.Mike Buland