Age | Commit message (Expand) | Author |
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 |
2009-01-07 | Only two real changes. First, Bu::FString and Bu::FBasicString are in different | Mike Buland |
2009-01-05 | I mergered Bu::CPtr into Bu::Cache as Bu::Cache::Ptr. This makes more sense to | Mike Buland |
2008-12-31 | Wow, that was a freaky bug. Turned out to not have anything to do with the | Mike Buland |
2008-12-30 | david - i found a strange hash bug, and made a unit test to reproduce it ("in... | David |
2008-12-29 | Corrected the premature end of stream read corner case in Taf...it was freaking | Mike Buland |
2008-12-29 | Fixed some horror inside the Taf writer. It had a strange corner case when | Mike Buland |
2008-12-25 | Minor change, just some cleanup goo. | Mike Buland |
2008-12-24 | Strange, I never actually made any of the server code clean up behind itself | Mike Buland |
2008-12-22 | Hey, corrected a minor issue in Bu::FString. Turns out C++ is hardass enough | Mike Buland |
2008-12-20 | All of the basic, core workings of the Cache are complete, and tested. Even | Mike Buland |
2008-12-13 | The Calc should be functional, and is being called by the Cache itself. The | Mike Buland |
2008-12-12 | All of those changes I thought I'd already committed. The taf writer handles | Mike Buland |
2008-12-10 | Whoah, got rid of maaajor debuging goo. | Mike Buland |
2008-12-10 | Fixed a couple of minor Bu::TafReader bugs. It wasn't parsing the colons, and | Mike Buland |
2008-12-03 | Alright, the caching system now passes the basic CRUD tests with arbitrary | Mike Buland |
2008-12-01 | Wow, that's a lot of changes. You can use anything as a key now, as long as it | Mike Buland |
2008-12-01 | Woo! Very nearly there cache-wise, I'm about to change the name of the handler, | Mike Buland |
2008-11-13 | Huh, there should be more here...I...uh...I'm confused. | Mike Buland |
2008-11-11 | david - needed Bu::Array to be in the windows build | David |
2008-11-11 | david - added operator= and copy constructor to Bu::Array, and updated unit t... | David |
2008-11-10 | Ok, the cache-id officiation is being delegated to the CacheHandlers, this is | Mike Buland |
2008-10-27 | david - apparently windows prefers to dynamically load winsock and a couple o... | David |
2008-10-27 | Deleting the Bu::CachePtr files, there's nothing in them, I decided to call it | Mike Buland |
2008-10-24 | david - ok, fixed the compiler warnings in socket class. got serversocket com... | David |
2008-10-23 | david - first steps to getting socket to compile in windows (MinGW)... it com... | David |
2008-10-20 | Hey, Bu::Array supports erasing elements in two distinct, yet flavourful ways. | Mike Buland |
2008-10-09 | More cache development. I'm going to have to switch from template functions to | Mike Buland |
2008-10-09 | david - make the operator= on iterator and const_iterator return themselves. | David |
2008-10-08 | Hey, more cachey goo! | Mike Buland |