1. d2466a0 make libtelnet_t private; libtelnet_init now returns a pointer instead of taking one, and libtelnet_free frees the pointer passed in by Sean Middleditch · 15 years ago
  2. 4adfdf3 silence another goofy warning by Sean Middleditch · 15 years ago
  3. 54c1e3e replace calls to write() for stdout with stdio calls by Sean Middleditch · 15 years ago
  4. ccc035a silence warnings we dont really care about in telnet-client by Sean Middleditch · 15 years ago
  5. eb950a8 added telnet_send_sb by Sean Middleditch · 15 years ago
  6. 2d5c499 support ttype/environ/new-environ/mssp parsing (using alloca; fixme?) by Sean Middleditch · 15 years ago
  7. bfc641e clean up and document the telopt table stuff by Sean Middleditch · 15 years ago
  8. 34bb099 require option table to fix negotiation "race" issie (experimental) by Sean Middleditch · 15 years ago
  9. 4f0c37f shorten the output function names to something more reasonable by Sean Middleditch · 15 years ago
  10. 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
  11. 340a51b use size_t where appropriate instead of unsigned int by Sean Middleditch · 15 years ago
  12. 8daf774 use char buffers instead of unsigned char to make use of API less of a pain in the butt by Sean Middleditch · 15 years ago
  13. 97a8cb2 make API const-safe by Sean Middleditch · 15 years ago
  14. 35b95be Merge branch 'master' into rfc1143 by Sean Middleditch · 15 years ago
  15. 08bb05f replace mode with flags (only a PROXY flag so far) by Sean Middleditch · 15 years ago
  16. 812358d remove need for the struct and enum stuff using typedefs by Sean Middleditch · 15 years ago
  17. 5b5bc92 partial RFC1143 implementation; only reacts to negotiation, cannot handle initiating it yet by Sean Middleditch · 15 years ago
  18. e7c4426 fix line ending in telnet-client by Sean Middleditch · 15 years ago
  19. a7896d1 various telnet-client updates making it capable of real use for vim/nethack/etc. on a real telnet server by Sean Middleditch · 15 years ago
  20. da394be add a simplistic TELNET client utility by Sean Middleditch · 15 years ago