1. 29 Aug, 2013 4 commits
  2. 28 Aug, 2013 7 commits
  3. 27 Aug, 2013 6 commits
  4. 26 Aug, 2013 9 commits
  5. 25 Aug, 2013 5 commits
  6. 24 Aug, 2013 1 commit
    • Daniel Stenberg's avatar
      FAQ: editorial updates · 1a911f7e
      Daniel Stenberg authored
      Several language fixes. Several reformats that should make the HTML
      generation of this document look better.
      
      Reported-by: Dave Thompson
      1a911f7e
  7. 23 Aug, 2013 1 commit
  8. 22 Aug, 2013 5 commits
  9. 21 Aug, 2013 1 commit
    • Gisle Vanem's avatar
      curl_easy_perform_ev: make it CURL_EXTERN · 8804ffd4
      Gisle Vanem authored
      I build curl.exe (using MingW) with '-DCURLDEBUG' and by importing from
      libcurl.dll.  Which means the new curl_easy_perform_ev() must be
      exported from libcurl.dll.
      8804ffd4
  10. 20 Aug, 2013 1 commit
    • Daniel Stenberg's avatar
      CURLM_ADDED_ALREADY: new error code · 19122c07
      Daniel Stenberg authored
      Doing curl_multi_add_handle() on an easy handle that is already added to
      a multi handle now returns this error code. It previously returned
      CURLM_BAD_EASY_HANDLE for this condition.
      19122c07