Skip to content
  1. Aug 11, 2013
  2. Aug 09, 2013
  3. Aug 08, 2013
  4. Aug 06, 2013
  5. Aug 02, 2013
  6. Jul 29, 2013
  7. Jul 18, 2013
    • 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. Jul 16, 2013
  9. Jul 14, 2013
    • 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. Jul 09, 2013
  11. Jul 04, 2013
  12. Jul 03, 2013
  13. Jun 25, 2013
  14. Jun 23, 2013
  15. Jun 22, 2013
  16. Jun 20, 2013
  17. Jun 18, 2013
  18. Jun 15, 2013
  19. Jun 14, 2013
  20. Jun 13, 2013
  21. Jun 10, 2013
  22. Jun 07, 2013
  23. Jun 03, 2013
  24. May 28, 2013
  25. May 21, 2013
  26. May 20, 2013
  27. May 19, 2013