aboutsummaryrefslogtreecommitdiff
path: root/src/url.h (unfollow)
AgeCommit message (Expand)Author
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
2009-01-21david - #define SHUT_RDWR (SD_BOTH) if WIN32... blech... windows...David
2009-01-20Awesome changes to the formula class! It actually does proper reduction forMike Buland
2009-01-19Hey, the socket class closes the socket when the class is destroyed...why...whyMike Buland
2009-01-19Hey, more cases are covered for when the socket can close now.Mike Buland
2009-01-19This should fix the problem of never knowing if your sockets are closed. NowMike Buland
2009-01-16I...think that's a little better. Wow, function pointers in windows have aMike Buland
2009-01-16They keys can be accessed now for all stores that support it, they pretty muchMike Buland
2009-01-16Ok...we'll try this change up of the cache system. It now takes two pointers,Mike Buland
2009-01-16Whoa, Bu::CacheStoreNids totally works now, it's even tested and everything.Mike Buland
2009-01-15Fixed a minor suggestion in Bu::Socket, gcc wanted more parenthesies to make aMike Buland
2009-01-14david - oy, ok uses WSAGetLastError now on windows...David
2009-01-14david - removed debugging goo after finally getting it to workDavid
2009-01-14Gettin' closer.Mike Buland
2009-01-14david - WSA functionsDavid
2009-01-14Ok, no...now we have better debugging.Mike Buland
2009-01-14More debugging.Mike Buland
2009-01-14Ok...this may work. We completely changed the way Bu::Socket resolvesMike Buland