1. 19 Oct, 2010 3 commits
    • Daniel Stenberg's avatar
      URL-parsing: consider ? a divider · 98d9dc78
      Daniel Stenberg authored
      The URL parser got a little stricter as it now considers a ? to be a
      host name divider so that the slightly sloppier URLs work too. The
      problem that made me do this change was the reported problem with an URL
      like: www.example.com?email=name@example.com This form of URL is not
      really a legal URL (due to the missing slash after the host name) but is
      widely accepted by all major browsers and libcurl also already accepted
      it, it was just the '@' letter that triggered the problem now.
      
      The side-effect of this change is that now libcurl no longer accepts the
      ?  letter as part of user-name or password when given in the URL, which
      it used to accept (and is tested in test 191). That letter is however
      mentioned in RFC3986 to be required to be percent encoded since it is
      used as a divider.
      
      Bug: http://curl.haxx.se/bug/view.cgi?id=3090268
      98d9dc78
    • Daniel Stenberg's avatar
      curl_easy_setopt.3: spellfix · 6164d40f
      Daniel Stenberg authored
      6164d40f
    • Daniel Stenberg's avatar
      curl_easy_setopt.3: CURLOPT_USE_SSL is not just for FTP · 65ca4b54
      Daniel Stenberg authored
      It is for FTP, SMTP, POP3, IMAP at least.
      65ca4b54
  2. 18 Oct, 2010 2 commits
  3. 17 Oct, 2010 3 commits
  4. 14 Oct, 2010 4 commits
  5. 13 Oct, 2010 4 commits
  6. 12 Oct, 2010 12 commits
  7. 11 Oct, 2010 3 commits
  8. 10 Oct, 2010 1 commit
  9. 08 Oct, 2010 2 commits
  10. 07 Oct, 2010 1 commit
    • Dan Locks's avatar
      libcurl.m4: AC_PATH_PROG fixes · cda02fb7
      Dan Locks authored
      The invocation of autoconf's AC_PATH_PROG( ) is not quite right for
      finding curl-config. This fix corrects the negative case (where
      curl-config is not found).
      cda02fb7
  11. 06 Oct, 2010 1 commit
  12. 05 Oct, 2010 1 commit
  13. 04 Oct, 2010 2 commits
  14. 03 Oct, 2010 1 commit
    • Guenter Knauf's avatar
      Some NetWare makefile tweaks. · 81e10701
      Guenter Knauf authored
      Renamed SDK_* to NDK_*; made NDK_* defines overwriteable from
      environment; removed now obsolete YACC macro;
      moved some curl_config.h defines to IPv6 section since they
      are only needed when IPv6 is enabled - this makes libcurl compile
      with older NDKs too which were not IPv6-aware.
      81e10701