Age | Commit message (Expand) | Author |
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 |
2009-01-14 | Ok, no...now we have better debugging. | Mike Buland |
2009-01-14 | More debugging. | Mike Buland |
2009-01-14 | Ok...this may work. We completely changed the way Bu::Socket resolves | Mike Buland |
2009-01-14 | david - added getaddrinfo and freeaddrinfo | David |
2009-01-13 | Ok...now UnsupportedException has text in it's what. | Mike Buland |
2009-01-13 | Fixed an out there corner case in Bu::Socket::read where it would get an EAGAIN | Mike Buland |
2009-01-12 | Really a nothing change, the array is slightly more optimized in one corner | Mike Buland |
2009-01-12 | The Bu::List::end() function was returning a null pointer instead of a | Mike Buland |
2009-01-11 | A new feature has been added to Bu::Server. It's going to be trickier to | Mike Buland |
2009-01-09 | Whoops! You can't fix a problem in server and forget about ItoServer! That's | Mike Buland |
2009-01-09 | Hey, that's better. The server now idles the same, but sends data uber-fast! | Mike Buland |
2009-01-07 | Corrected a couple of places where std:: classes were being used and shouldn't | Mike Buland |