1. 15 Oct, 2008 2 commits
    • 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
  2. 09 Oct, 2008 1 commit
  3. 08 Oct, 2008 3 commits
  4. 07 Oct, 2008 3 commits
  5. 30 Sep, 2008 1 commit
    • 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
  6. 29 Sep, 2008 4 commits
  7. 25 Sep, 2008 2 commits
  8. 23 Sep, 2008 2 commits
  9. 22 Sep, 2008 2 commits
  10. 20 Sep, 2008 1 commit
  11. 09 Sep, 2008 1 commit
  12. 08 Sep, 2008 2 commits
  13. 05 Sep, 2008 5 commits
  14. 02 Sep, 2008 1 commit
  15. 01 Sep, 2008 4 commits
  16. 29 Aug, 2008 1 commit
  17. 28 Aug, 2008 2 commits
  18. 23 Aug, 2008 1 commit
  19. 22 Aug, 2008 2 commits