Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-15 | Added liscense info at the front of many, many files. Debating the old files. | Mike Buland | |
2007-10-24 | Corrected a few issues that cropped up when using the Bu::Socket without a | Mike Buland | |
Client for buffering. The Bu::Client has also been made a little more reliable. The logger should get a few more tweaks, but it works fine for now, the hex dump could stand another tweak or two. | |||
2007-10-08 | More updates, I'll doc them later, http works, client is less picky. | Mike Buland | |
2007-10-08 | Added some helpers and fixes to Bu::Client, also got all the basics of a | Mike Buland | |
general Http handler working, the test for the moment, is Doxysrv, I'll probably write a cute little stand-alone one in libbu++ later as a demo/test. | |||
2007-10-04 | Discovered that the Bu::Client::disconnect() function didn't do anything. That | Mike Buland | |
has been fixed, it now safely disconnects after emptying the Client's outgoing buffer. Added some more helpers to Bu::FString. Added the beginings of ProtocolHttp using a new method for processing protocols that's based more strongly on an NFA state machine, this makes sense, but I never had the desire to actually try implementing it before. It's working pretty well. | |||
2007-09-17 | Removed a debug line. | Mike Buland | |
2007-07-10 | I Fixed the Hash bug!!! | Mike Buland | |
2007-07-10 | Fixed a bunch of stuff, I don't even know what... | Mike Buland | |
2007-07-09 | Updates, the client now tells protocols about new connections, and the hexDump | Mike Buland | |
is less ugly. | |||
2007-06-29 | A few changes here and there, mainly related to getting the new Server system | Mike Buland | |
working in optimal condition... | |||
2007-06-28 | Updated the client, it now takes all intXX_t and uintXX_t as a param for write | Mike Buland | |
as a convinience. | |||
2007-06-28 | Client code is better, so is the socket, you can get addresses and other cool | Mike Buland | |
things from it. The plugger had yet another bugfix...plugger... | |||
2007-06-18 | The client/server system now works both ways, in and out, and works as well as | Mike Buland | |
the old one in pretty much every way, and better in most. It's much easier to understand. And the atom class is better. | |||
2007-06-18 | Added the atom class and did some more client work, it will close the socket | Mike Buland | |
now when the end has been reached. | |||
2007-06-18 | Added the protocol class. servers work, but don't send data, updated the streams | Mike Buland | |
to include many more state indicators and caps queries, and everything is working better in general. | |||
2007-06-12 | Moved out the xml system again. I think that if I am going to do it again, | Mike Buland | |
I'm going to do it over from scratch, that was just painful. Also, started in again on the server system, it's looking pretty good, already got connections working, next up is managing data flow through clients and protocols! | |||
2007-05-17 | Lots of cool new stuff, the Server class actually works for everything except | Mike Buland | |
actually interacting with clients, and the Client class is almost there, except that it doesn't really do anything yet. |