Age | Commit message (Expand) | Author |
2009-04-23 | Made floats work (sorta'), they use vsprintf via Bu::FString, it's not great, | Mike Buland |
2009-04-20 | david - added md5 + cryptohash to the windows build | David |
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 new windows files | David |
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 |
2009-02-11 | Just removing some things that are cluttering up the source tree. | Mike Buland |
2009-02-10 | Hey, got the formatter working, that's something. I really like it so far, | Mike Buland |
2009-02-08 | The Bu::CacheStoreNids system has been generalized further while maintaining | Mike Buland |
2009-02-08 | So many updates. I recommend using the new FString iterators instead of direct | Mike Buland |
2009-01-28 | The nids tool now has a re-write and cleanup option, it can also change the | Mike Buland |
2009-01-27 | Nids is even better, all fixed, no problems. And you can define you're own | Mike Buland |
2009-01-27 | Corrected the Bu::File::canRead() and Bu::File::canWrite() functions, they work | Mike Buland |
2009-01-27 | Corrected some larger read/write issues in corner cases that I hit suprisingly | Mike Buland |
2009-01-27 | Hey, I think that'll fix some things valgrind was bitching about. Apparently | Mike Buland |
2009-01-24 | Added some append and prepend functions and operators to Bu::List, now you can | Mike Buland |
2009-01-23 | Ugh, more fixes...this time I've disallowed ending with an operator, there were | Mike Buland |
2009-01-23 | I changed the ParseException in Formula to Bu::FormulaException. It actually | Mike Buland |
2009-01-23 | Fixed a peculiar formula residue bug...eeew, formula residue. Also added a | Mike Buland |
2009-01-21 | david - needed to actually import the shutdown function from the winsock dll.. | David |
2009-01-21 | david - #define SHUT_RDWR (SD_BOTH) if WIN32... blech... windows... | David |
2009-01-20 | Awesome changes to the formula class! It actually does proper reduction for | Mike Buland |
2009-01-19 | Hey, the socket class closes the socket when the class is destroyed...why...why | Mike Buland |
2009-01-19 | Hey, more cases are covered for when the socket can close now. | Mike Buland |
2009-01-19 | This should fix the problem of never knowing if your sockets are closed. Now | Mike Buland |
2009-01-16 | I...think that's a little better. Wow, function pointers in windows have a | Mike Buland |
2009-01-16 | They keys can be accessed now for all stores that support it, they pretty much | Mike Buland |
2009-01-16 | Ok...we'll try this change up of the cache system. It now takes two pointers, | Mike Buland |
2009-01-16 | Whoa, Bu::CacheStoreNids totally works now, it's even tested and everything. | Mike Buland |
2009-01-15 | Fixed a minor suggestion in Bu::Socket, gcc wanted more parenthesies to make a | Mike Buland |
2009-01-14 | david - oy, ok uses WSAGetLastError now on windows... | David |
2009-01-14 | david - removed debugging goo after finally getting it to work | David |
2009-01-14 | Gettin' closer. | Mike Buland |
2009-01-14 | david - WSA functions | David |