1. 5565596 version corrections in source files and README by Sean Middleditch · 15 years ago
  2. 9dcfd4b rename telnet_printf2 to telnet_raw_printf by Sean Middleditch · 15 years ago
  3. 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
  4. a25ee61 Merge branch '0.9' by Sean Middleditch · 15 years ago
  5. eb950a8 added telnet_send_sb by Sean Middleditch · 15 years ago
  6. ae39cee prep for 0.9 release by Sean Middleditch · 15 years ago
  7. 2d5c499 support ttype/environ/new-environ/mssp parsing (using alloca; fixme?) by Sean Middleditch · 15 years ago
  8. b10946c dont use a separate event for ZMP by Sean Middleditch · 15 years ago
  9. e22b477 add ZMP send commands by Sean Middleditch · 15 years ago
  10. 94738a4 Merge branch 'master' into zmp by Sean Middleditch · 15 years ago
  11. bfc641e clean up and document the telopt table stuff by Sean Middleditch · 15 years ago
  12. e5327da initial ZMP parsing support (experimental) by Sean Middleditch · 15 years ago
  13. 34bb099 require option table to fix negotiation "race" issie (experimental) by Sean Middleditch · 15 years ago
  14. e2122b2 add MSSP telopt code, add MCCP2 synonym, remove COMPRESS1 (as we do not at all support it) by Sean Middleditch · 15 years ago
  15. 447d3ad will/wont states before do/wont, just like actual telnet codes and event numbers by Sean Middleditch · 15 years ago
  16. 4f0c37f shorten the output function names to something more reasonable by Sean Middleditch · 15 years ago
  17. b7bf8f3 fix __GNUC__ macro test by Sean Middleditch · 15 years ago
  18. 7894384 fix last commit by Sean Middleditch · 15 years ago
  19. 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
  20. 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
  21. 340a51b use size_t where appropriate instead of unsigned int by Sean Middleditch · 15 years ago
  22. 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
  23. 1f962f0 dont forward-declare enums, as C++ does not support that by Sean Middleditch · 15 years ago
  24. 4a15604 added libtelnet_printf2 which does CRLF automagic stuff by Sean Middleditch · 15 years ago
  25. 4a1240e remove AUTO_CRLF flag, realized it is conceptually broken by Sean Middleditch · 15 years ago
  26. 97a8cb2 make API const-safe by Sean Middleditch · 15 years ago
  27. c337ba6 add AUTO_CRLF flag by Sean Middleditch · 15 years ago
  28. d58f49f add printf data sender by Sean Middleditch · 15 years ago
  29. 2b4bfc4 minor cleanup, added libtelnet_send_telopt() by Sean Middleditch · 15 years ago
  30. 8b78896 implement request side of RFC1143 by Sean Middleditch · 15 years ago
  31. 35b95be Merge branch 'master' into rfc1143 by Sean Middleditch · 15 years ago
  32. fbe93e3 save a few bytes and use only a single z_stream, because mccp2 is unidirectional by Sean Middleditch · 15 years ago
  33. 08bb05f replace mode with flags (only a PROXY flag so far) by Sean Middleditch · 15 years ago
  34. 812358d remove need for the struct and enum stuff using typedefs by Sean Middleditch · 15 years ago
  35. 5b5bc92 partial RFC1143 implementation; only reacts to negotiation, cannot handle initiating it yet by Sean Middleditch · 15 years ago
  36. 1699227 separate non-fatal errors into warnings, error events are always fatal by Sean Middleditch · 15 years ago
  37. 9f79cc5 pass user_data to libtelnet_init() only instead of having to pass it to every function call by Sean Middleditch · 15 years ago
  38. 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
  39. 124a1c2 implement libtelnet_begin_compress2() by Sean Middleditch · 15 years ago
  40. 637df7f scrap the multiple callbacks thing, just use a single event handler callback by Sean Middleditch · 15 years ago
  41. f66a7ee shorten name of error enumerations by Sean Middleditch · 15 years ago
  42. 72cc964 added proxy mode by Sean Middleditch · 15 years ago
  43. d922c6f more informative errors by Sean Middleditch · 15 years ago
  44. 3032302 make use of a callback table instead of undefined functions for integration by Sean Middleditch · 15 years ago
  45. aac2c12 fix include protection by Sean Middleditch · 15 years ago
  46. c04224b complete list of telnet commands and options by Sean Middleditch · 15 years ago
  47. c974b97 s/type/opt/ for sub-negotiation by Sean Middleditch · 15 years ago
  48. 6b37288 the proper term is subnegotiation, not subrequest by Sean Middleditch · 15 years ago
  49. 61f8eb6 completed MCCP2 support by Sean Middleditch · 15 years ago
  50. 9de1598 initial client-only MCCP2 support by Sean Middleditch · 15 years ago
  51. 78f400f s/input/data/, s/output/send/ by Sean Middleditch · 15 years ago
  52. 8b5e2b1 send data to input_cb in the biggest chunks we can by Sean Middleditch · 15 years ago
  53. 4d9444d get libtelnet compiling; more buffer work by Sean Middleditch · 15 years ago
  54. 51ad679 work on buffer handling by Sean Middleditch · 15 years ago
  55. 6aef073 public domain header, include protection by Sean Middleditch · 15 years ago
  56. b1e452e remove per-tracker callbacks, just use functions user must implement by Sean Middleditch · 15 years ago
  57. 2914485 initial commit by Sean Middleditch · 15 years ago