1. 4613e68 document libtelnet_printf and libtelnet_printf2 by Sean Middleditch · 15 years ago
  2. 4a1240e remove AUTO_CRLF flag, realized it is conceptually broken by Sean Middleditch · 15 years ago
  3. 97a8cb2 make API const-safe by Sean Middleditch · 15 years ago
  4. c337ba6 add AUTO_CRLF flag by Sean Middleditch · 15 years ago
  5. 2b4bfc4 minor cleanup, added libtelnet_send_telopt() by Sean Middleditch · 15 years ago
  6. 91c2b2d remove completed RFC1143 TODO item by Sean Middleditch · 15 years ago
  7. 8b78896 implement request side of RFC1143 by Sean Middleditch · 15 years ago
  8. 35b95be Merge branch 'master' into rfc1143 by Sean Middleditch · 15 years ago
  9. 08bb05f replace mode with flags (only a PROXY flag so far) by Sean Middleditch · 15 years ago
  10. 812358d remove need for the struct and enum stuff using typedefs by Sean Middleditch · 15 years ago
  11. 5b5bc92 partial RFC1143 implementation; only reacts to negotiation, cannot handle initiating it yet by Sean Middleditch · 15 years ago
  12. 1699227 separate non-fatal errors into warnings, error events are always fatal by Sean Middleditch · 15 years ago
  13. 9f79cc5 pass user_data to libtelnet_init() only instead of having to pass it to every function call by Sean Middleditch · 15 years ago
  14. da0e695 dont require a buffer for subnegotiations with no data; more efficient for apps that dont use more advanced subnegotiation features by Sean Middleditch · 15 years ago
  15. aefcd0c make telnet-proxy loop so its more useful by Sean Middleditch · 15 years ago
  16. 637df7f scrap the multiple callbacks thing, just use a single event handler callback by Sean Middleditch · 15 years ago
  17. f66a7ee shorten name of error enumerations by Sean Middleditch · 15 years ago
  18. d88f183 hostname lookup for telnet-proxy by Sean Middleditch · 15 years ago
  19. 3032302 make use of a callback table instead of undefined functions for integration by Sean Middleditch · 15 years ago
  20. 892c5f1 documentation by Sean Middleditch · 15 years ago
  21. 9d2f98a add temporary TODO list to README by Sean Middleditch · 15 years ago
  22. b9e4864 initial README by Sean Middleditch · 15 years ago