1. 2d5c499 support ttype/environ/new-environ/mssp parsing (using alloca; fixme?) by Sean Middleditch · 15 years ago
  2. 1e80f52 grow the rfc1143 array by 4 elements instead of 1 by Sean Middleditch · 15 years ago
  3. b10946c dont use a separate event for ZMP by Sean Middleditch · 15 years ago
  4. 53a8661 standards fix by Sean Middleditch · 15 years ago
  5. 1887735 document ZMP functions by Sean Middleditch · 15 years ago
  6. e22b477 add ZMP send commands by Sean Middleditch · 15 years ago
  7. 94738a4 Merge branch 'master' into zmp by Sean Middleditch · 15 years ago
  8. bfc641e clean up and document the telopt table stuff by Sean Middleditch · 15 years ago
  9. f6daa85 zmp fixes (great track record here, eh?) by Sean Middleditch · 15 years ago
  10. 3f96c5c another fix for compress handling by Sean Middleditch · 15 years ago
  11. 8c56735 fixes for compress handling by Sean Middleditch · 15 years ago
  12. e5327da initial ZMP parsing support (experimental) by Sean Middleditch · 15 years ago
  13. 0092336 Merge branch 'master' into fix-negotiate by Sean Middleditch · 15 years ago
  14. 1443ca4 fix function name by Sean Middleditch · 15 years ago
  15. 34bb099 require option table to fix negotiation "race" issie (experimental) by Sean Middleditch · 15 years ago
  16. e2122b2 add MSSP telopt code, add MCCP2 synonym, remove COMPRESS1 (as we do not at all support it) by Sean Middleditch · 15 years ago
  17. 7491bf4 cleanup rfc1143 code slightly by Sean Middleditch · 15 years ago
  18. 2d5f4bf change behavior of invalid IAC sequence inside subnegotiation to match BSD telnet implementation by Sean Middleditch · 15 years ago
  19. 330c261 _negotiate just uses state, simplifies things a bit; not (int) hack in switch to get gcc to shut up by Sean Middleditch · 15 years ago
  20. 447d3ad will/wont states before do/wont, just like actual telnet codes and event numbers by Sean Middleditch · 15 years ago
  21. b43c10c minor cleanups by Sean Middleditch · 15 years ago
  22. 4f0c37f shorten the output function names to something more reasonable by Sean Middleditch · 15 years ago
  23. 9b07e92 gcc/c99 inline for small internal functions by Sean Middleditch · 15 years ago
  24. b7bf8f3 fix __GNUC__ macro test by Sean Middleditch · 15 years ago
  25. 2cb166c remove empty case statements in RFC1143 code by Sean Middleditch · 15 years ago
  26. 7894384 fix last commit by Sean Middleditch · 15 years ago
  27. 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
  28. c0e9fcd COMPRESS2 support for chatd by Sean Middleditch · 15 years ago
  29. f713302 send events for option state changes by Sean Middleditch · 15 years ago
  30. 1688da1 fix RFC1143 more by Sean Middleditch · 15 years ago
  31. 4987f9f fix RFC1143 to actually work by Sean Middleditch · 15 years ago
  32. 5dea1f7 dont leak by Sean Middleditch · 15 years ago
  33. a6d03ff dont bail on ECONNRESET by Sean Middleditch · 15 years ago
  34. 79376a0 re-add telnet-chatd.c again, now that the Makefile bug is fixes by Sean Middleditch · 15 years ago
  35. 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
  36. 156f586 fix broken Makefile clean by Sean Middleditch · 15 years ago
  37. 340a51b use size_t where appropriate instead of unsigned int by Sean Middleditch · 15 years ago
  38. 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
  39. 80f119b silence warning by Sean Middleditch · 15 years ago
  40. e5b4759 fix compilation when HAVE_ZLIB is not defined by Sean Middleditch · 15 years ago
  41. 1f962f0 dont forward-declare enums, as C++ does not support that by Sean Middleditch · 15 years ago
  42. 4613e68 document libtelnet_printf and libtelnet_printf2 by Sean Middleditch · 15 years ago
  43. 4a15604 added libtelnet_printf2 which does CRLF automagic stuff by Sean Middleditch · 15 years ago
  44. 4a1240e remove AUTO_CRLF flag, realized it is conceptually broken by Sean Middleditch · 15 years ago
  45. 97a8cb2 make API const-safe by Sean Middleditch · 15 years ago
  46. c337ba6 add AUTO_CRLF flag by Sean Middleditch · 15 years ago
  47. a7a6b31 added super simple chat server by Sean Middleditch · 15 years ago
  48. d58f49f add printf data sender by Sean Middleditch · 15 years ago
  49. ceeedda dont bail on connetion reset return on send() by Sean Middleditch · 15 years ago
  50. 225c229 build/dist updates by Sean Middleditch · 15 years ago
  51. 2b4bfc4 minor cleanup, added libtelnet_send_telopt() by Sean Middleditch · 15 years ago
  52. 5a45854 Merge branch 'master' into rfc1143 by Sean Middleditch · 15 years ago
  53. e68511b fix receiving end of MCCP2 by Sean Middleditch · 15 years ago
  54. 3df17f9 fix receiving end of MCCP2 by Sean Middleditch · 15 years ago
  55. 91c2b2d remove completed RFC1143 TODO item by Sean Middleditch · 15 years ago
  56. ebc96f7 remove redundant check by Sean Middleditch · 15 years ago
  57. 823bc00 add fix lost in conflict/merge from master by Sean Middleditch · 15 years ago
  58. 8b78896 implement request side of RFC1143 by Sean Middleditch · 15 years ago
  59. 59ef42c Merge branch 'master' into rfc1143 by Sean Middleditch · 15 years ago
  60. 4611d91 rather critical fix by Sean Middleditch · 15 years ago
  61. 562257e compilation fix by Sean Middleditch · 15 years ago
  62. 35b95be Merge branch 'master' into rfc1143 by Sean Middleditch · 15 years ago
  63. fbe93e3 save a few bytes and use only a single z_stream, because mccp2 is unidirectional by Sean Middleditch · 15 years ago
  64. 08bb05f replace mode with flags (only a PROXY flag so far) by Sean Middleditch · 15 years ago
  65. 812358d remove need for the struct and enum stuff using typedefs by Sean Middleditch · 15 years ago
  66. 5b5bc92 partial RFC1143 implementation; only reacts to negotiation, cannot handle initiating it yet by Sean Middleditch · 15 years ago
  67. e7c4426 fix line ending in telnet-client by Sean Middleditch · 15 years ago
  68. 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
  69. 5cf6666 actually send error info in error event by Sean Middleditch · 15 years ago
  70. a720527 fix typo by Sean Middleditch · 15 years ago
  71. 1699227 separate non-fatal errors into warnings, error events are always fatal by Sean Middleditch · 15 years ago
  72. ae229d3 gitignore for binaries by Sean Middleditch · 15 years ago
  73. da394be add a simplistic TELNET client utility by Sean Middleditch · 15 years ago
  74. 9f79cc5 pass user_data to libtelnet_init() only instead of having to pass it to every function call by Sean Middleditch · 15 years ago
  75. 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
  76. 124a1c2 implement libtelnet_begin_compress2() by Sean Middleditch · 15 years ago
  77. aefcd0c make telnet-proxy loop so its more useful by Sean Middleditch · 15 years ago
  78. 93b8980 make color a build-time option for telnet-proxy by Sean Middleditch · 15 years ago
  79. 637df7f scrap the multiple callbacks thing, just use a single event handler callback by Sean Middleditch · 15 years ago
  80. f66a7ee shorten name of error enumerations by Sean Middleditch · 15 years ago
  81. 72cc964 added proxy mode by Sean Middleditch · 15 years ago
  82. d88f183 hostname lookup for telnet-proxy by Sean Middleditch · 15 years ago
  83. d922c6f more informative errors by Sean Middleditch · 15 years ago
  84. 3032302 make use of a callback table instead of undefined functions for integration by Sean Middleditch · 15 years ago
  85. aac2c12 fix include protection by Sean Middleditch · 15 years ago
  86. c04224b complete list of telnet commands and options by Sean Middleditch · 15 years ago
  87. 892c5f1 documentation by Sean Middleditch · 15 years ago
  88. c974b97 s/type/opt/ for sub-negotiation by Sean Middleditch · 15 years ago
  89. 6b37288 the proper term is subnegotiation, not subrequest by Sean Middleditch · 15 years ago
  90. d30fd57 fix buffer bug by Sean Middleditch · 15 years ago
  91. 2d432c5 zlib free fix by Sean Middleditch · 15 years ago
  92. 072fc02 highlight non-printable characters better by Sean Middleditch · 15 years ago
  93. 01ff012 close listening socket immediately after connection by Sean Middleditch · 15 years ago
  94. 9d2f98a add temporary TODO list to README by Sean Middleditch · 15 years ago
  95. 61f8eb6 completed MCCP2 support by Sean Middleditch · 15 years ago
  96. 9de1598 initial client-only MCCP2 support by Sean Middleditch · 15 years ago
  97. ce753de PD header by Sean Middleditch · 15 years ago
  98. d99b36d robustify error handling by Sean Middleditch · 15 years ago
  99. 5b43a58 cleanup the connection info stuff by Sean Middleditch · 15 years ago
  100. 0f91258 pretty printing command and options names by Sean Middleditch · 15 years ago