Skip to content
  1. Nov 11, 2008
  2. Nov 07, 2008
  3. Nov 06, 2008
  4. Nov 05, 2008
  5. Nov 04, 2008
  6. Nov 03, 2008
  7. Nov 01, 2008
  8. Oct 29, 2008
  9. Oct 22, 2008
  10. Oct 16, 2008
  11. Oct 15, 2008
    • Daniel Stenberg's avatar
      - Pascal Terjan filed bug #2154627 · a579d670
      Daniel Stenberg authored
        (http://curl.haxx.se/bug/view.cgi?id=2154627) which pointed out that libcurl
        uses strcasecmp() in multiple places where it causes failures when the
        Turkish locale is used. This is because 'i' and 'I' isn't the same letter so
        strcasecmp() on those letters are different in Turkish than in English (or
        just about all other languages). I thus introduced a totally new internal
        function in libcurl (called Curl_ascii_equal) for doing case insentive
        comparisons for english-(ascii?) style strings that thus will make "file"
        and "FILE" match even if the Turkish locale is selected.
      a579d670
    • Daniel Stenberg's avatar
      credit to John Wilkinson · 16678901
      Daniel Stenberg authored
      16678901
  12. Oct 09, 2008
  13. Oct 08, 2008
  14. Oct 07, 2008
  15. Sep 30, 2008
    • Daniel Stenberg's avatar
      - The libcurl FTP code now returns CURLE_REMOTE_FILE_NOT_FOUND error when SIZE · 038542ea
      Daniel Stenberg authored
        gets a 550 response back for the cases where a download (or NOBODY) is
        wanted. It still allows a 550 as response if the SIZE is used as part of an
        upload process (like if resuming an upload is requested and the file isn't
        there before the upload). I also modified the FTP test server and a few test
        cases accordingly to match this modified behavior.
      038542ea
  16. Sep 29, 2008
  17. Sep 25, 2008
  18. Sep 23, 2008
  19. Sep 22, 2008
  20. Sep 20, 2008
  21. Sep 09, 2008
  22. Sep 08, 2008
  23. Sep 05, 2008