1. 5565596 version corrections in source files and README by Sean Middleditch · 15 years ago
  2. 4932345 update README version by Sean Middleditch · 15 years ago
  3. be230ee documentation update by Sean Middleditch · 15 years ago
  4. 3b3cbe1 bump to 0.10 by Sean Middleditch · 15 years ago
  5. a25ee61 Merge branch '0.9' by Sean Middleditch · 15 years ago
  6. eb950a8 added telnet_send_sb by Sean Middleditch · 15 years ago
  7. ae39cee prep for 0.9 release by Sean Middleditch · 15 years ago
  8. 94d67e8 expand list of RFCs by Sean Middleditch · 15 years ago
  9. 8d50fe8 document ttype/environ/new-environ/mssp by Sean Middleditch · 15 years ago
  10. b10946c dont use a separate event for ZMP by Sean Middleditch · 15 years ago
  11. 1887735 document ZMP functions by Sean Middleditch · 15 years ago
  12. bfc641e clean up and document the telopt table stuff by Sean Middleditch · 15 years ago
  13. 4f0c37f shorten the output function names to something more reasonable by Sean Middleditch · 15 years ago
  14. 90e79da remove telnet_send_telopt() as it has no real purpose and using it can have surprising results; added telnet_begin_subnegotiation and telnet_finish_subnegotiation by Sean Middleditch · 15 years ago
  15. f65f27d remove the lib/LIB from identifier prefixes; also, swap printf and printf2 so the more common one is the one with the shorter name by Sean Middleditch · 15 years ago
  16. 340a51b use size_t where appropriate instead of unsigned int by Sean Middleditch · 15 years ago
  17. 4613e68 document libtelnet_printf and libtelnet_printf2 by Sean Middleditch · 15 years ago
  18. 4a1240e remove AUTO_CRLF flag, realized it is conceptually broken by Sean Middleditch · 15 years ago
  19. 97a8cb2 make API const-safe by Sean Middleditch · 15 years ago
  20. c337ba6 add AUTO_CRLF flag by Sean Middleditch · 15 years ago
  21. 2b4bfc4 minor cleanup, added libtelnet_send_telopt() by Sean Middleditch · 15 years ago
  22. 91c2b2d remove completed RFC1143 TODO item by Sean Middleditch · 15 years ago
  23. 8b78896 implement request side of RFC1143 by Sean Middleditch · 15 years ago
  24. 35b95be Merge branch 'master' into rfc1143 by Sean Middleditch · 15 years ago
  25. 08bb05f replace mode with flags (only a PROXY flag so far) by Sean Middleditch · 15 years ago
  26. 812358d remove need for the struct and enum stuff using typedefs by Sean Middleditch · 15 years ago
  27. 5b5bc92 partial RFC1143 implementation; only reacts to negotiation, cannot handle initiating it yet by Sean Middleditch · 15 years ago
  28. 1699227 separate non-fatal errors into warnings, error events are always fatal by Sean Middleditch · 15 years ago
  29. 9f79cc5 pass user_data to libtelnet_init() only instead of having to pass it to every function call by Sean Middleditch · 15 years ago
  30. 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
  31. aefcd0c make telnet-proxy loop so its more useful by Sean Middleditch · 15 years ago
  32. 637df7f scrap the multiple callbacks thing, just use a single event handler callback by Sean Middleditch · 15 years ago
  33. f66a7ee shorten name of error enumerations by Sean Middleditch · 15 years ago
  34. d88f183 hostname lookup for telnet-proxy by Sean Middleditch · 15 years ago
  35. 3032302 make use of a callback table instead of undefined functions for integration by Sean Middleditch · 15 years ago
  36. 892c5f1 documentation by Sean Middleditch · 15 years ago
  37. 9d2f98a add temporary TODO list to README by Sean Middleditch · 15 years ago
  38. b9e4864 initial README by Sean Middleditch · 15 years ago