1. 11 Aug, 2013 1 commit
  2. 09 Aug, 2013 2 commits
  3. 08 Aug, 2013 2 commits
  4. 06 Aug, 2013 2 commits
  5. 02 Aug, 2013 2 commits
  6. 29 Jul, 2013 1 commit
  7. 18 Jul, 2013 1 commit
    • Daniel Stenberg's avatar
      CURLOPT_XFERINFOFUNCTION: introducing a new progress callback · 12d01cb6
      Daniel Stenberg authored
      CURLOPT_XFERINFOFUNCTION is now the preferred progress callback function
      and CURLOPT_PROGRESSFUNCTION is considered deprecated.
      
      This new callback uses pure 'curl_off_t' arguments to pass on full
      resolution sizes. It otherwise retains the same characteristics: the
      same call rate, the same meanings for the arguments and the return code
      is used the same way.
      
      The progressfunc.c example is updated to show how to use the new
      callback for newer libcurls while supporting the older one if built with
      an older libcurl or even built with a newer libcurl while running with
      an older.
      12d01cb6
  8. 16 Jul, 2013 1 commit
  9. 14 Jul, 2013 2 commits
    • Dave Reisner's avatar
      src/tool: allow timeouts to accept decimal values · d8c04909
      Dave Reisner authored
      Implement wrappers around strtod to convert the user argument to a
      double with sane error checking. Use this to allow --max-time and
      --connect-timeout to accept decimal values instead of strictly integers.
      
      The manpage is updated to make mention of this feature and,
      additionally, forewarn that the actual timeout of the operation can
      vary in its precision (particularly as the value increases in its
      decimal precision).
      d8c04909
    • Dave Reisner's avatar
      curl.1: fix long line, found by checksrc.pl · c0a7a98a
      Dave Reisner authored
      c0a7a98a
  10. 09 Jul, 2013 4 commits
  11. 04 Jul, 2013 1 commit
  12. 03 Jul, 2013 1 commit
  13. 25 Jun, 2013 1 commit
  14. 23 Jun, 2013 1 commit
  15. 22 Jun, 2013 3 commits
  16. 20 Jun, 2013 1 commit
  17. 18 Jun, 2013 1 commit
  18. 15 Jun, 2013 1 commit
  19. 14 Jun, 2013 1 commit
  20. 13 Jun, 2013 1 commit
  21. 10 Jun, 2013 1 commit
  22. 07 Jun, 2013 1 commit
  23. 03 Jun, 2013 2 commits
  24. 28 May, 2013 3 commits
  25. 21 May, 2013 1 commit
  26. 20 May, 2013 1 commit
  27. 19 May, 2013 1 commit