aboutsummaryrefslogtreecommitdiff
path: root/src/client.cpp (unfollow)
AgeCommit message (Expand)Author
2009-01-13Fixed an out there corner case in Bu::Socket::read where it would get an EAGAINMike Buland
2009-01-12Really a nothing change, the array is slightly more optimized in one cornerMike Buland
2009-01-12The Bu::List::end() function was returning a null pointer instead of aMike Buland
2009-01-11A new feature has been added to Bu::Server. It's going to be trickier toMike Buland
2009-01-09Whoops! You can't fix a problem in server and forget about ItoServer! That'sMike Buland
2009-01-09Hey, that's better. The server now idles the same, but sends data uber-fast!Mike Buland
2009-01-07Corrected a couple of places where std:: classes were being used and shouldn'tMike Buland
2009-01-07Only two real changes. First, Bu::FString and Bu::FBasicString are in differentMike Buland
2009-01-05I mergered Bu::CPtr into Bu::Cache as Bu::Cache::Ptr. This makes more sense toMike Buland
2008-12-31Wow, that was a freaky bug. Turned out to not have anything to do with theMike Buland
2008-12-30david - i found a strange hash bug, and made a unit test to reproduce it ("in...David
2008-12-29Corrected the premature end of stream read corner case in Taf...it was freakingMike Buland
2008-12-29Fixed some horror inside the Taf writer. It had a strange corner case whenMike Buland
2008-12-25Minor change, just some cleanup goo.Mike Buland
2008-12-24Strange, I never actually made any of the server code clean up behind itselfMike Buland
2008-12-22Hey, corrected a minor issue in Bu::FString. Turns out C++ is hardass enoughMike Buland
2008-12-20All of the basic, core workings of the Cache are complete, and tested. EvenMike Buland
2008-12-13The Calc should be functional, and is being called by the Cache itself. TheMike Buland
2008-12-12All of those changes I thought I'd already committed. The taf writer handlesMike Buland
2008-12-10Whoah, got rid of maaajor debuging goo.Mike Buland
2008-12-10Fixed a couple of minor Bu::TafReader bugs. It wasn't parsing the colons, andMike Buland
2008-12-03Alright, the caching system now passes the basic CRUD tests with arbitraryMike Buland
2008-12-01Wow, that's a lot of changes. You can use anything as a key now, as long as itMike Buland
2008-12-01Woo! Very nearly there cache-wise, I'm about to change the name of the handler,Mike Buland
2008-11-13Huh, there should be more here...I...uh...I'm confused.Mike Buland
2008-11-11david - needed Bu::Array to be in the windows buildDavid
2008-11-11david - added operator= and copy constructor to Bu::Array, and updated unit t...David
2008-11-10Ok, the cache-id officiation is being delegated to the CacheHandlers, this isMike Buland
2008-10-27david - apparently windows prefers to dynamically load winsock and a couple o...David
2008-10-27Deleting the Bu::CachePtr files, there's nothing in them, I decided to call itMike Buland
2008-10-24david - ok, fixed the compiler warnings in socket class. got serversocket com...David
2008-10-23david - first steps to getting socket to compile in windows (MinGW)... it com...David
2008-10-20Hey, Bu::Array supports erasing elements in two distinct, yet flavourful ways.Mike Buland
2008-10-09More cache development. I'm going to have to switch from template functions toMike Buland
2008-10-09david - make the operator= on iterator and const_iterator return themselves.David
2008-10-08Hey, more cachey goo!Mike Buland
2008-10-08Ok...corrected a problem with new block allocation in nids, and it no longerMike Buland
2008-10-02Really fixed the rest of the file open issues...it was always using exclusiveMike Buland
2008-10-02Ok...now Bu::File doesn't set stupid permissions when it creates a new file...Mike Buland
2008-10-02david apparently window doesn't have O_NONBLOCKDavid
2008-10-02More changes to File...turns out tempFile always opens the file for reading andMike Buland
2008-10-02Updated on my laptop and discovered that the new, more pedantic gcc had aMike Buland
2008-10-01This commit is sure to break things. This should be a very, very minor change.Mike Buland
2008-10-01Ok, NIDS is getting better and better, and I went ahead and cleaned up someMike Buland
2008-09-26david - got it compiling for windows again: made Bu::File::setBlocking a stub...David
2008-09-24Hey, it wasn't a problem with libbu++, just my desktop machine...uh...dying aMike Buland
2008-09-24Something may be wrong.Mike Buland
2008-09-24Minor tweak, the newer version of the compiler had a couple of extra really goodMike Buland
2008-09-24Wow, I realized that the Bu::Array class wasn't finished, and went ahead andMike Buland
2008-09-24Added a getSubStr function to Bu::FString, and more tests to the fstring unitMike Buland