1. 20 Oct, 2010 2 commits
    • Daniel Stenberg's avatar
      SSH: avoid using the libssh2_ prefix · 5997f54a
      Daniel Stenberg authored
      It is a bad idea to use the public prefix used by another library and
      now we realize that libssh2 introduces a symbol in the upcoming version
      1.2.8 that conflicts with our static function named libssh2_free.
      5997f54a
    • Daniel Stenberg's avatar
      formdata: provide error message · e8c44295
      Daniel Stenberg authored
      When failing to build form post due to an error, the code now does a
      proper failf(). Previously libcurl would report an error like "failed
      creating formpost data" when a file wasn't possible to open which was
      not easy for users to figure out.
      
      I also lower cased a function name to be named more curl-style and
      removed some unnecessary code.
      e8c44295
  2. 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
  3. 18 Oct, 2010 2 commits
  4. 17 Oct, 2010 3 commits
  5. 14 Oct, 2010 4 commits
  6. 13 Oct, 2010 4 commits
  7. 12 Oct, 2010 12 commits
  8. 11 Oct, 2010 3 commits
  9. 10 Oct, 2010 1 commit
  10. 08 Oct, 2010 2 commits
  11. 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
  12. 06 Oct, 2010 1 commit
  13. 05 Oct, 2010 1 commit
  14. 04 Oct, 2010 1 commit