Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-02-07 | Just updated the copyright date. | Mike Buland | |
2008-01-23 | Minor changes to documentation, mainly. | Mike Buland | |
2007-11-15 | david - adding license tag to the top of all header files | David | |
2007-10-14 | Fixed an interesting ideosyncacy in Bu::Hash in a safe way, I should try to do | Mike Buland | |
this with the Bu::Archive next. Basically, there's one generic template function that will convert anything that can safely cast to a uint32_t and that supports direct comparisson, and doesn't have it's own override already to be a Hash key, such as char, uint8_t, uint64_t, etc. The Telnet protocol handler does everything I need it too for now, next up for it is escape sequence handling, it would be nice to make this general too, by using the termcap database or something, but there is an ANSI/ISO standard now, I may just go ahead and use that. Also, it looks like it'd be pretty easy to make the canonical mode editing functions be pluggable to facilitate different types of editing, but that can be done down the road as well. | |||
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. |