Skip to content
Snippets Groups Projects
  1. Feb 14, 2009
  2. Jan 28, 2009
  3. Jan 26, 2009
  4. Jan 21, 2009
    • Dan Fandrich's avatar
      Fixed a couple more locale-dependent toupper conversions, mainly for · 55915501
      Dan Fandrich authored
      clarity.  This does fix one problem that causes ;type=i FTP URLs
      to fail in the Turkish locale when CURLOPT_PROXY_TRANSFER_MODE is
      used (test case 561)
      
      Added tests 561 and 1092 through 1094 to test various combinations
      of ;type= and ;mode= URLs that could potentially fail in the Turkish
      locale.
      55915501
  5. Jan 13, 2009
  6. Dec 19, 2008
  7. Nov 14, 2008
  8. Sep 29, 2008
  9. Sep 02, 2008
  10. Jul 30, 2008
  11. Jul 21, 2008
  12. Feb 11, 2008
  13. Feb 07, 2008
  14. Jan 15, 2008
  15. Jan 09, 2008
  16. Dec 08, 2007
  17. Nov 24, 2007
  18. Nov 15, 2007
  19. Nov 14, 2007
  20. Nov 07, 2007
  21. Oct 25, 2007
  22. Oct 17, 2007
  23. Oct 12, 2007
  24. 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
  25. Sep 07, 2007
  26. 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
  27. Aug 29, 2007
  28. Jun 12, 2007
  29. May 24, 2007
  30. May 18, 2007
  31. May 17, 2007
  32. Apr 11, 2007
Loading