1. 4f0c37f shorten the output function names to something more reasonable by Sean Middleditch · 15 years ago
  2. 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
  3. 340a51b use size_t where appropriate instead of unsigned int by Sean Middleditch · 15 years ago
  4. 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
  5. 97a8cb2 make API const-safe by Sean Middleditch · 15 years ago
  6. 35b95be Merge branch 'master' into rfc1143 by Sean Middleditch · 15 years ago
  7. 08bb05f replace mode with flags (only a PROXY flag so far) by Sean Middleditch · 15 years ago
  8. 812358d remove need for the struct and enum stuff using typedefs by Sean Middleditch · 15 years ago
  9. 5b5bc92 partial RFC1143 implementation; only reacts to negotiation, cannot handle initiating it yet by Sean Middleditch · 15 years ago
  10. e7c4426 fix line ending in telnet-client by Sean Middleditch · 15 years ago
  11. 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
  12. da394be add a simplistic TELNET client utility by Sean Middleditch · 15 years ago