1. 16 Oct, 2004 5 commits
  2. 14 Oct, 2004 3 commits
  3. 13 Oct, 2004 2 commits
  4. 12 Oct, 2004 5 commits
  5. 11 Oct, 2004 2 commits
  6. 10 Oct, 2004 8 commits
  7. 08 Oct, 2004 5 commits
  8. 07 Oct, 2004 5 commits
  9. 06 Oct, 2004 5 commits
    • Gisle Vanem's avatar
      · 52313cba
      Gisle Vanem authored
      Added tld_check_name().
      52313cba
    • Gisle Vanem's avatar
      · 071218a2
      Gisle Vanem authored
      Fixed tld_check_name(). idna_to_unicode_lzlz() should never fail,
      but return FALSE if 'uc_name == NULL' just in case.
      071218a2
    • Gisle Vanem's avatar
      · f0d6cc23
      Gisle Vanem authored
      USE_LIBIDN: Added Top-level-domain (TLD) check for host->name.
      Only print a warning if check fails.
      f0d6cc23
    • Daniel Stenberg's avatar
      test resume and redirect · ceefe2e2
      Daniel Stenberg authored
      ceefe2e2
    • Daniel Stenberg's avatar
      Chih-Chung Chang reported that if you use CURLOPT_RESUME_FROM and enabled · 9a2aed7d
      Daniel Stenberg authored
      CURLOPT_FOLLOWLOCATION, libcurl reported error if a redirect happened even if
      the new URL would provide the resumed file. Test case 188 added to verify the
      fix (together with existing test 99).
      9a2aed7d