1. 29 Oct, 2010 1 commit
  2. 28 Oct, 2010 1 commit
  3. 21 Oct, 2010 2 commits
  4. 20 Oct, 2010 3 commits
    • Daniel Stenberg's avatar
      SSH: use libssh2_session_handshake() · e214cd4a
      Daniel Stenberg authored
      In libssh2 1.2.8, libssh2_session_handshake() replaces
      libssh2_session_startup() to fix the previous portability problem with
      the socket type that was too small for win64 and thus easily could cause
      crashes and more.
      e214cd4a
    • 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
  5. 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
  6. 18 Oct, 2010 2 commits
  7. 17 Oct, 2010 3 commits
  8. 14 Oct, 2010 4 commits
  9. 13 Oct, 2010 4 commits
  10. 12 Oct, 2010 12 commits
  11. 11 Oct, 2010 3 commits
  12. 10 Oct, 2010 1 commit
  13. 08 Oct, 2010 1 commit