Skip to content
  1. Apr 21, 2009
  2. Feb 28, 2009
  3. Feb 27, 2009
  4. Dec 30, 2008
  5. Dec 16, 2008
  6. Nov 14, 2008
  7. Nov 13, 2008
  8. Nov 06, 2008
  9. Nov 03, 2008
  10. Oct 24, 2008
  11. Oct 17, 2008
  12. Oct 13, 2008
  13. Oct 11, 2008
  14. Oct 10, 2008
  15. Oct 09, 2008
  16. Sep 08, 2008
  17. Aug 26, 2008
  18. Jul 30, 2008
  19. Jul 28, 2008
  20. Jun 08, 2008
  21. Jun 06, 2008
  22. May 21, 2008
  23. May 12, 2008
  24. May 03, 2008
  25. May 01, 2008
  26. Apr 22, 2008
  27. Feb 07, 2008
  28. Jan 08, 2008
  29. Nov 05, 2007
  30. Oct 17, 2007
  31. 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
  32. Oct 03, 2007
  33. Sep 05, 2007
  34. 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
  35. Aug 02, 2007
  36. Aug 01, 2007
  37. Jul 13, 2007