index
:
libbu++.git
bigchange
main
myriad
System level, general purpose C++ library.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
stable
/
protocoltelnet.cpp
(
follow
)
Age
Commit message (
Expand
)
Author
2015-08-22
Minor tweak to non-canoninical callback handling. It had the same problem that
Mike Buland
2015-07-20
Added a close function. It's nice to be able to close your connection whenever
Mike Buland
2015-07-07
In theory the protocol client shouldn't send a backspace to indicate that a
Mike Buland
2015-07-07
Fixed the buffering code in ProtocolTelnet to clear the buffer before handing
Mike Buland
2014-08-14
Neither the Bu::Client class or the Bu::ProtocolTelnet class were threadsafe
Mike Buland
2014-06-13
Telnet really needed a flush function. Now it has one.
Mike Buland
2014-02-03
Changed copyright to 2007-2014.
Mike Buland
2013-02-17
Bu::ProtocolTelnet can now disable echoing if echoing is being controlled by
Mike Buland
2013-02-11
Updated the copyright for 2013.
Mike Buland
2012-11-05
Converted tabs to spaces with tabconv.
Mike Buland
2012-04-15
Updated copyright, packaging, makefile, etc.
Mike Buland
2012-03-25
Code is all reorganized. We're about ready to release. I should write up a
Mike Buland