1. 2d5c499 support ttype/environ/new-environ/mssp parsing (using alloca; fixme?) by Sean Middleditch · 15 years ago
  2. b10946c dont use a separate event for ZMP by Sean Middleditch · 15 years ago
  3. 94738a4 Merge branch 'master' into zmp by Sean Middleditch · 15 years ago
  4. e5327da initial ZMP parsing support (experimental) by Sean Middleditch · 15 years ago
  5. 34bb099 require option table to fix negotiation "race" issie (experimental) by Sean Middleditch · 15 years ago
  6. 4f0c37f shorten the output function names to something more reasonable by Sean Middleditch · 15 years ago
  7. a6d03ff dont bail on ECONNRESET by Sean Middleditch · 15 years ago
  8. 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
  9. 340a51b use size_t where appropriate instead of unsigned int by Sean Middleditch · 15 years ago
  10. 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
  11. 97a8cb2 make API const-safe by Sean Middleditch · 15 years ago
  12. ceeedda dont bail on connetion reset return on send() by Sean Middleditch · 15 years ago
  13. 35b95be Merge branch 'master' into rfc1143 by Sean Middleditch · 15 years ago
  14. 08bb05f replace mode with flags (only a PROXY flag so far) by Sean Middleditch · 15 years ago
  15. 812358d remove need for the struct and enum stuff using typedefs by Sean Middleditch · 15 years ago
  16. 5b5bc92 partial RFC1143 implementation; only reacts to negotiation, cannot handle initiating it yet by Sean Middleditch · 15 years ago
  17. a720527 fix typo by Sean Middleditch · 15 years ago
  18. 1699227 separate non-fatal errors into warnings, error events are always fatal by Sean Middleditch · 15 years ago
  19. 9f79cc5 pass user_data to libtelnet_init() only instead of having to pass it to every function call by Sean Middleditch · 15 years ago
  20. aefcd0c make telnet-proxy loop so its more useful by Sean Middleditch · 15 years ago
  21. 93b8980 make color a build-time option for telnet-proxy by Sean Middleditch · 15 years ago
  22. 637df7f scrap the multiple callbacks thing, just use a single event handler callback by Sean Middleditch · 15 years ago
  23. 72cc964 added proxy mode by Sean Middleditch · 15 years ago
  24. d88f183 hostname lookup for telnet-proxy by Sean Middleditch · 15 years ago
  25. d922c6f more informative errors by Sean Middleditch · 15 years ago
  26. 3032302 make use of a callback table instead of undefined functions for integration by Sean Middleditch · 15 years ago
  27. 6b37288 the proper term is subnegotiation, not subrequest by Sean Middleditch · 15 years ago
  28. 072fc02 highlight non-printable characters better by Sean Middleditch · 15 years ago
  29. 01ff012 close listening socket immediately after connection by Sean Middleditch · 15 years ago
  30. 61f8eb6 completed MCCP2 support by Sean Middleditch · 15 years ago
  31. 9de1598 initial client-only MCCP2 support by Sean Middleditch · 15 years ago
  32. ce753de PD header by Sean Middleditch · 15 years ago
  33. d99b36d robustify error handling by Sean Middleditch · 15 years ago
  34. 5b43a58 cleanup the connection info stuff by Sean Middleditch · 15 years ago
  35. 0f91258 pretty printing command and options names by Sean Middleditch · 15 years ago
  36. 78f400f s/input/data/, s/output/send/ by Sean Middleditch · 15 years ago
  37. b9ab0b6 add telnet-proxy by Sean Middleditch · 15 years ago