aboutsummaryrefslogtreecommitdiff
path: root/src/client.cpp (follow)
AgeCommit message (Expand)Author
2011-01-20Wow, got the Stream changes propegated, all tests build with string instead ofMike Buland
2011-01-20Bu::FString is now String, and there's a shell script to fix any other programsMike Buland
2010-10-16Many, many changes. Documentation changes, renamed the socket class toMike Buland
2010-09-14We should have no more problems with Bu::Client, I finished cleaning it up,Mike Buland
2010-09-13Accidental overload of a required function in the client code.Mike Buland
2010-08-21Client now inherits from stream. This could be cool, it could really mess\nt...Mike Buland
2010-06-14Fixed a minor memory leak in the server. It makes a difference on popularMike Buland
2010-05-13QueueBuf is updated, and everything else uses it now, including Client.Mike Buland
2010-05-02wow, bug fixes everywhere.Mike Buland
2010-02-13Added and updated the license info in all the source files, they still saidMike Buland
2009-07-16Client code is even cooler, it supports flushing data in case of buffering inMike Buland
2009-06-30Bu::Client now gives you the option to add additional filters to the filterMike Buland
2009-01-19Hey, more cases are covered for when the socket can close now.Mike Buland
2009-01-11A new feature has been added to Bu::Server. It's going to be trickier toMike Buland
2008-10-01Ok, NIDS is getting better and better, and I went ahead and cleaned up someMike Buland
2008-02-07Just updated the copyright date.Mike Buland
2008-02-07Wowee, I think all this new stuff works, Conduit I don't need now, so it's notMike Buland
2007-11-15Added liscense info at the front of many, many files. Debating the old files.Mike Buland
2007-10-24Corrected a few issues that cropped up when using the Bu::Socket without aMike Buland
2007-10-08More updates, I'll doc them later, http works, client is less picky.Mike Buland
2007-10-08Added some helpers and fixes to Bu::Client, also got all the basics of aMike Buland
2007-10-04Discovered that the Bu::Client::disconnect() function didn't do anything. ThatMike Buland
2007-09-17Removed a debug line.Mike Buland
2007-07-10I Fixed the Hash bug!!!Mike Buland
2007-07-10Fixed a bunch of stuff, I don't even know what...Mike Buland
2007-07-09Updates, the client now tells protocols about new connections, and the hexDumpMike 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-18The client/server system now works both ways, in and out, and works as well asMike Buland
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-12Moved out the xml system again. I think that if I am going to do it again,Mike Buland
2007-05-17Lots of cool new stuff, the Server class actually works for everything exceptMike Buland