Skip to content
Snippets Groups Projects
  1. 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
  2. Aug 29, 2007
  3. Jun 12, 2007
  4. May 24, 2007
  5. May 18, 2007
  6. May 17, 2007
  7. Apr 11, 2007
  8. Mar 26, 2007
  9. Feb 26, 2007
  10. Feb 16, 2007
  11. Feb 06, 2007
  12. 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
    • Yang Tse's avatar
      compiler warning fix · bc2183b4
      Yang Tse authored
      bc2183b4
  13. Jan 16, 2007
  14. Nov 09, 2006
  15. Sep 07, 2006
  16. Aug 30, 2006
  17. Aug 29, 2006
  18. Aug 19, 2006
  19. Jul 29, 2006
  20. Jul 19, 2006
  21. May 09, 2006
  22. May 08, 2006
  23. May 04, 2006
    • Daniel Stenberg's avatar
      Roland Blom filed bug report #1481217 · e85e3054
      Daniel Stenberg authored
      (http://curl.haxx.se/bug/view.cgi?id=1481217), with follow-ups by Michele Bini
      and David Byron. libcurl previously wrongly used GetLastError() on windows to
      get error details after socket-related function calls, when it really should
      use WSAGetLastError() instead.
      
      When changing to this, the former function Curl_ourerrno() is now instead
      called Curl_sockerrno() as it is necessary to only use it to get errno from
      socket-related functions as otherwise it won't work as intended on Windows.
      e85e3054
  24. Apr 07, 2006
  25. Mar 26, 2006
  26. Mar 20, 2006
  27. Dec 08, 2005
  28. Dec 05, 2005
  29. Dec 02, 2005
  30. Nov 23, 2005
  31. Nov 13, 2005
Loading