1. 29 Apr, 2010 1 commit
    • 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. 28 Apr, 2010 2 commits
  3. 26 Apr, 2010 2 commits
  4. 25 Apr, 2010 3 commits
  5. 24 Apr, 2010 8 commits
  6. 21 Apr, 2010 1 commit
  7. 20 Apr, 2010 4 commits
  8. 19 Apr, 2010 9 commits
  9. 17 Apr, 2010 3 commits
  10. 16 Apr, 2010 7 commits