Skip to content
  1. May 05, 2010
    • Hoi-Ho Chan's avatar
      PolarSSL: initial support added · 51427e19
      Hoi-Ho Chan authored
      This is Hoi-Ho Chan's patch with some minor fixes by me. There
      are some potential issues in this, but none worse than we can
      sort out on the list and over time.
      51427e19
  2. 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
  3. Apr 25, 2010
  4. Apr 24, 2010
  5. Apr 20, 2010
  6. Apr 19, 2010
  7. Apr 17, 2010
  8. Apr 16, 2010
  9. Apr 15, 2010