Skip to content
  1. Jul 28, 2008
  2. Jun 08, 2008
  3. Jun 06, 2008
  4. May 21, 2008
  5. May 12, 2008
  6. May 03, 2008
  7. May 01, 2008
  8. Apr 22, 2008
  9. Feb 07, 2008
  10. Jan 08, 2008
  11. Nov 05, 2007
  12. Oct 17, 2007
  13. Oct 04, 2007
    • Daniel Stenberg's avatar
      Kim Rinnewitz reported that --local-port didn't work with TFTP transfers. · 67d94514
      Daniel Stenberg authored
      This happened because the tftp code always uncondionally did a bind()
      without caring if one already had been done and then it failed. I wrote a
      test case (1009) to verify this, but it is a bit error-prone since it will
      have to pick a fixed local port number and since the tests are run on so
      many different hosts in different situations I add it in disabled state.
      67d94514
  14. Oct 03, 2007
  15. Sep 05, 2007
  16. 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
  17. Aug 02, 2007
  18. Aug 01, 2007
  19. Jul 13, 2007
  20. Jul 11, 2007
  21. Jun 30, 2007
  22. Apr 22, 2007
  23. Apr 19, 2007
  24. Apr 16, 2007
  25. Mar 26, 2007
  26. Mar 13, 2007
  27. Mar 11, 2007
  28. Mar 09, 2007
  29. Feb 26, 2007
  30. Feb 22, 2007
  31. Feb 21, 2007
  32. Feb 17, 2007
  33. Feb 16, 2007
  34. 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
  35. Dec 22, 2006
  36. Oct 18, 2006
  37. Aug 30, 2006