Skip to content
  1. Apr 29, 2010
    • Ben Greear's avatar
      telnet: Allow programatic use of telnet. · 38d2afce
      Ben Greear authored
      The main change is to allow input from user-specified methods,
      when they are specified with CURLOPT_READFUNCTION.
      All calls to fflush(stdout) in telnet.c were removed, which makes
      using 'curl telnet://foo.com' painful since prompts and other data
      are not always returned to the user promptly.  Use
      'curl --no-buffer telnet://foo.com
      
      ' instead.  In general,
      the user should have their CURLOPT_WRITEFUNCTION do a fflush
      for interactive use.
      
      Also fix assumption that reading from stdin never returns < 0.
      Old code could crash in that case.
      
      Call progress functions in telnet main loop.
      
      Signed-off-by: default avatarBen Greear <greearb@candelatech.com>
      38d2afce
  2. Apr 28, 2010
  3. Apr 26, 2010
  4. Apr 25, 2010
  5. Apr 24, 2010
  6. Apr 21, 2010
  7. Apr 20, 2010
  8. Apr 19, 2010
  9. Apr 17, 2010
  10. Apr 16, 2010