1. 30 Sep, 2010 3 commits
    • Daniel Stenberg's avatar
      SFTP: avoid downloading negative sizes! · 5f0ae7a0
      Daniel Stenberg authored
      It is still not clarified exactly why this happens, but libssh2
      sometimes report a negative file size for the remote SFTP file and that
      deeply confuses libcurl (or crashes it) so this precaution is added to
      avoid badness.
      
      Reported by: Ernest Beinrohr
      Bug: http://curl.haxx.se/bug/view.cgi?id=3076430
      5f0ae7a0
    • Daniel Stenberg's avatar
      TODO-RELEASE: drop curl_easy_setoptv · 8fa519dc
      Daniel Stenberg authored
      I haven't read any really convincing arguments for adding it
      8fa519dc
    • Dirk Manske's avatar
      multi & hiper examples: updates and cleanups · 5fb4279e
      Dirk Manske authored
      all multi and hiper examples:
      
      * don't loop curl_multi_perform calls, that was <7.20.0 style, currently
        the exported multi functions will not return CURLM_CALL_MULTI_PERFORM
      
      all hiper examples:
      * renamed check_run_count to check_multi_info
      * don't  compare current running handle count with previous value, this
        was the wrong way to check for finished requests, simply call
        curl_multi_info_read
      * it's also safe to call curl_multi_remove_handle inside the
        curl_multi_info_read loop.
      
      ghiper.c:
      * replaced curl_multi_socket (that function is marked as obsolete) calls
        with curl_multi_socket_action calls (as in hiperfifo.c and
        evhiperfifo.c)
      
      ghiper.c and evhiperfifo.c:
      * be smart as hiperfifo.c, don't do uncessary curl_multi_* calls in
        new_conn and main
      5fb4279e
  2. 29 Sep, 2010 10 commits
  3. 28 Sep, 2010 3 commits
  4. 27 Sep, 2010 4 commits
  5. 26 Sep, 2010 2 commits
  6. 23 Sep, 2010 1 commit
  7. 22 Sep, 2010 16 commits
  8. 21 Sep, 2010 1 commit