1. 04 Nov, 2017 2 commits
    • Daniel Stenberg's avatar
      curl: speed up handling of many URLs · ee8016b3
      Daniel Stenberg authored
      By properly keeping track of the last entry in the list of URLs/uploads
      to handle, curl now avoids many meaningless traverses of the list which
      speeds up many-URL handling *MASSIVELY* (several magnitudes on 100K
      URLs).
      
      Added test 1291, to verify that it doesn't take ages - but we don't have
      any detection of "too slow" command in the test suite.
      
      Reported-by: arainchik on github
      Fixes #1959
      Closes #2052
      ee8016b3
    • Daniel Stenberg's avatar
      curl: pass through [] in URLs instead of calling globbing error · 90abb74f
      Daniel Stenberg authored
      Assisted-by: Per Lundberg
      Fixes #2044
      Closes #2046
      Closes #2048
      90abb74f
  2. 03 Nov, 2017 1 commit
  3. 02 Nov, 2017 1 commit
  4. 01 Nov, 2017 5 commits
  5. 31 Oct, 2017 1 commit
  6. 30 Oct, 2017 7 commits
  7. 29 Oct, 2017 3 commits
  8. 28 Oct, 2017 8 commits
  9. 27 Oct, 2017 6 commits
  10. 26 Oct, 2017 4 commits
  11. 25 Oct, 2017 2 commits
    • Max Dymond's avatar
      multi: allow table handle sizes to be overridden · 3340b456
      Max Dymond authored
      Allow users to specify their own hash define for
      CURL_CONNECTION_HASH_SIZE so that both values can be overridden.
      
      Closes #1982
      3340b456
    • Daniel Stenberg's avatar
      time: rename Curl_tvnow to Curl_now · 5d543fe9
      Daniel Stenberg authored
      ... since the 'tv' stood for timeval and this function does not return a
      timeval struct anymore.
      
      Also, cleaned up the Curl_timediff*() functions to avoid typecasts and
      clean up the descriptive comments.
      
      Closes #2011
      5d543fe9