Skip to content
Snippets Groups Projects
  1. Feb 19, 2008
  2. Feb 07, 2008
  3. Jan 15, 2008
  4. Dec 08, 2007
  5. Dec 04, 2007
  6. Dec 03, 2007
  7. Nov 05, 2007
  8. Oct 03, 2007
  9. Sep 25, 2007
  10. Aug 30, 2007
    • Dan Fandrich's avatar
      Renamed several libcurl error codes and options to make them more general · 9f44a955
      Dan Fandrich authored
      and allow reuse by multiple protocols. Several unused error codes were
      removed.  In all cases, macros were added to preserve source (and binary)
      compatibility with the old names.  These macros are subject to removal at
      a future date, but probably not before 2009.  An application can be
      tested to see if it is using any obsolete code by compiling it with the
      CURL_NO_OLDIES macro defined.
      
      Documented some newer error codes in libcurl-error(3)
      9f44a955
  11. Aug 27, 2007
  12. Aug 24, 2007
  13. Aug 07, 2007
  14. Aug 01, 2007
  15. Jul 29, 2007
  16. Jul 11, 2007
  17. May 22, 2007
  18. Apr 07, 2007
  19. Mar 31, 2007
  20. Mar 27, 2007
  21. Mar 26, 2007
  22. Mar 25, 2007
  23. Mar 14, 2007
  24. Feb 26, 2007
  25. Feb 21, 2007
  26. Feb 20, 2007
  27. Feb 16, 2007
  28. Feb 05, 2007
    • Daniel Stenberg's avatar
      - Michael Wallner provided a patch that adds support for CURLOPT_TIMEOUT_MS · 91386937
      Daniel Stenberg authored
        and CURLOPT_CONNECTTIMEOUT_MS that, as their names should hint, do the
        timeouts with millisecond resolution instead. The only restriction to that
        is the alarm() (sometimes) used to abort name resolves as that uses full
        seconds. I fixed the FTP response timeout part of the patch.
      
        Internally we now count and keep the timeouts in milliseconds but it also
        means we multiply set timeouts with 1000. The effect of this is that no
        timeout can be set to more than 2^31 milliseconds (on 32 bit systems), which
        equals 24.86 days.  We probably couldn't before either since the code did
        *1000 on the timeout values on several places already.
      91386937
  29. Jan 10, 2007
  30. Jan 08, 2007
  31. Jan 05, 2007
  32. Nov 11, 2006
  33. Nov 08, 2006
  34. Oct 21, 2006
  35. Oct 17, 2006
  36. Sep 10, 2006
  37. Jul 19, 2006
  38. Jul 17, 2006
Loading