Skip to content
  1. May 07, 2010
    • Daniel Stenberg's avatar
      verboseconnect: so the verbose checking within the function · 89148570
      Daniel Stenberg authored
      As the function is used more than once and libcurl can be built
      without it, do the conditional check within the verboseconnect()
      function itself.
      89148570
    • Howard Chu's avatar
      sendrecv: split the I/O handling into private handler · d64bd82b
      Howard Chu authored
      Howard Chu brought the bulk work of this patch that properly
      moves out the sending and recving of data to the parts of the
      code that are properly responsible for the various ways of doing
      so.
      
      Daniel Stenberg assisted with polishing a few bits and fixed some
      minor flaws in the original patch.
      
      Another upside of this patch is that we now abuse CURLcodes less
      with the "magic" -1 return codes and instead use CURLE_AGAIN more
      consistently.
      d64bd82b
  2. 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
  3. 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
  4. Apr 25, 2010
  5. Apr 24, 2010
  6. Apr 20, 2010
  7. Apr 19, 2010
  8. Apr 17, 2010
  9. Apr 16, 2010