aboutsummaryrefslogtreecommitdiff
path: root/src/stream.cpp (unfollow)
AgeCommit message (Expand)Author
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
2009-02-10Hey, got the formatter working, that's something. I really like it so far,Mike Buland
2009-02-08The Bu::CacheStoreNids system has been generalized further while maintainingMike Buland
2009-02-08So many updates. I recommend using the new FString iterators instead of directMike Buland
2009-01-28The nids tool now has a re-write and cleanup option, it can also change theMike Buland
2009-01-27Nids is even better, all fixed, no problems. And you can define you're ownMike Buland
2009-01-27Corrected the Bu::File::canRead() and Bu::File::canWrite() functions, they workMike Buland
2009-01-27Corrected some larger read/write issues in corner cases that I hit suprisinglyMike Buland
2009-01-27Hey, I think that'll fix some things valgrind was bitching about. ApparentlyMike Buland
2009-01-24Added some append and prepend functions and operators to Bu::List, now you canMike Buland
2009-01-23Ugh, more fixes...this time I've disallowed ending with an operator, there wereMike Buland
2009-01-23I changed the ParseException in Formula to Bu::FormulaException. It actuallyMike Buland
2009-01-23Fixed a peculiar formula residue bug...eeew, formula residue. Also added aMike Buland
2009-01-21david - needed to actually import the shutdown function from the winsock dll..David