aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-07-06Fixed an annoying bug in Bu::List::erase that caused you to not be able to callMike Buland
2007-07-03Added an assignment operator to get data from comparable std::basic_stringMike Buland
2007-07-03Ah, that explains much, I did the big reorg -> trunk move and forgot to commitMike Buland
2007-07-03Fixed something minor and tiny that prevents build from compiling and shouldMike Buland
2007-07-03Minor change, may help building in build...Mike Buland
2007-07-03The reorg is being put in trunk, I think it's ready. Now we just get to findMike Buland
2007-07-02The list has an isEmpty funcion, and the socket may have a new read functionMike Buland
2007-07-01That was weird. Bu::Hash was basically unusable const'd, this has beenMike Buland
2007-07-01A minor bugfix in the Bu::Archive was preventing compilation when archivingMike Buland
2007-06-30For now we have no const char * cast operator on FString, ISO C++ says that weMike Buland
2007-06-29The plugger was dying on a HashException it should have caught, and the LoggerMike Buland
2007-06-29A few changes here and there, mainly related to getting the new Server systemMike Buland
2007-06-28Updated the client, it now takes all intXX_t and uintXX_t as a param for writeMike Buland
2007-06-28Client code is better, so is the socket, you can get addresses and other coolMike Buland
2007-06-28The FString has more things that it can do...now.Mike Buland
2007-06-28Minor update to protocol.Mike Buland
2007-06-28Many minor changes, hopefully the header fixes will keep future header macroMike Buland
2007-06-28Another one, five lines down.Mike Buland
2007-06-28Oi, another bug fix, the same line...Mike Buland
2007-06-28Another stupid plugger bug.Mike Buland
2007-06-27Ooooh, more Taf-goodness.Mike Buland
2007-06-27Tweaked a tafnode function.Mike Buland
2007-06-27More fstring stuff.Mike Buland
2007-06-27Added more functions to fstring, now it has isSet and a bool cast operator.Mike Buland
2007-06-27The taf system is new and improved. The writer works, we added C++ styleMike Buland
2007-06-27The MemBuf works just fine, although it still can't over-write data in theMike Buland
2007-06-26Fixed a bug in the plugger and added the skeleton of the MemBuf class.Mike Buland
2007-06-26Corrected a memory leak in Bu::BZip2, it wasn't cleaning up the big buffer.Mike Buland
2007-06-26Fixed a minor bug in FString, and added the Logger and a test...it's cool, andMike Buland
2007-06-25I think the plugger and programchain are all up to date to work with the newMike Buland
2007-06-19david - got some things compiling on win32 (wine/devc++)David
2007-06-18Added more helper guys to atom, it seems weird, but I think it's ok...Mike Buland
2007-06-18The client/server system now works both ways, in and out, and works as well asMike Buland
2007-06-18david - did more documentingDavid
2007-06-18Added the atom class and did some more client work, it will close the socketMike Buland
2007-06-18Added the protocol class. servers work, but don't send data, updated the streamsMike Buland
2007-06-18david - writing code documentation...David
2007-06-15david - wrote two silly unit tests... David
2007-06-12Removed the xml test...the xml system is effectively gone.Mike Buland
2007-06-12Moved out the xml system again. I think that if I am going to do it again,Mike Buland
2007-06-11Another few fixes for zero-length strings in fstring.Mike Buland
2007-06-11Corrected another issue with the prefix * iterator operator in Bu::Hash, it wasMike Buland
2007-06-11Wow that was a stupid bug. OK, decompression is working really well, and itMike Buland
2007-06-11Few minor tweaks to bzip2, it reports errors now...and there's a bug in odpmMike Buland
2007-06-10Bunch of maintenence type things. Minor tweaks and the like. The file classMike Buland
2007-06-09Alright, looks like the bzip2 filter can decompress just fine. It won't try ...Mike Buland
2007-06-07The Stream Filter archetecture is finished, it's actually much cooler than IMike Buland
2007-06-07The new taf interfaces seem to work just fine, except for saving and that loadedMike Buland
2007-06-07Minor change to the operation of the Hash, now dereferencing an iterator withMike Buland
2007-06-07Except for an excessive amount of debug info, I finally got the delete codeMike Buland