1. 05 Mar, 2019 3 commits
    • Daniel Stenberg's avatar
      examples: only include <curl/curl.h> · dd7d7107
      Daniel Stenberg authored
      That's the only public curl header we should encourage use of.
      
      Reviewed-by: Marcel Raad
      Closes #3645
      dd7d7107
    • Daniel Stenberg's avatar
      ssh: loop the state machine if not done and not blocking · d6f73af7
      Daniel Stenberg authored
      If the state machine isn't complete, didn't fail and it didn't return
      due to blocking it can just as well loop again.
      
      This addresses the problem with SFTP directory listings where we would
      otherwise return back to the parent and as the multi state machine
      doesn't have any code for using CURLM_CALL_MULTI_PERFORM for as long the
      doing phase isn't complete, it would return out when in reality there
      was more data to deal with.
      
      Fixes #3506
      Closes #3644
      d6f73af7
    • Jay Satiro's avatar
      multi: support verbose conncache closure handle · b0972bc8
      Jay Satiro authored
      - Change closure handle to receive verbose setting from the easy handle
        most recently added via curl_multi_add_handle.
      
      The closure handle is a special easy handle used for closing cached
      connections. It receives limited settings from the easy handle most
      recently added to the multi handle. Prior to this change that did not
      include verbose which was a problem because on connection shutdown
      verbose mode was not acknowledged.
      
      Ref: https://github.com/curl/curl/pull/3598
      
      Co-authored-by: Daniel Stenberg
      
      Closes https://github.com/curl/curl/pull/3618
      b0972bc8
  2. 04 Mar, 2019 1 commit
  3. 03 Mar, 2019 6 commits
  4. 02 Mar, 2019 5 commits
  5. 01 Mar, 2019 8 commits
  6. 28 Feb, 2019 7 commits
  7. 27 Feb, 2019 7 commits
  8. 26 Feb, 2019 3 commits