1. 27 Oct, 2005 3 commits
  2. 25 Oct, 2005 1 commit
  3. 22 Oct, 2005 1 commit
    • Daniel Stenberg's avatar
      Dima Barsky reported a problem with GnuTLS-enabled libcurl in bug report · c890149c
      Daniel Stenberg authored
        #1334338 (http://curl.haxx.se/bug/view.cgi?id=1334338). When reading an SSL
        stream from a server and the server requests a "rehandshake", the current
        code simply returns this as an error. I have no good way to test this, but
        I've added a crude attempt of dealing with this situation slightly better -
        it makes a blocking handshake if this happens. Done like this because fixing
        this the "proper" way (that would handshake asynchronously) will require
        quite some work and I really need a good way to test this to do such a
        change.
      c890149c
  4. 21 Oct, 2005 3 commits
  5. 20 Oct, 2005 2 commits
  6. 14 Oct, 2005 1 commit
  7. 13 Oct, 2005 1 commit
  8. 05 Oct, 2005 1 commit
  9. 04 Oct, 2005 1 commit
  10. 27 Sep, 2005 3 commits
  11. 21 Sep, 2005 1 commit
  12. 19 Sep, 2005 1 commit
  13. 16 Sep, 2005 2 commits
  14. 06 Sep, 2005 1 commit
  15. 04 Sep, 2005 1 commit
  16. 02 Sep, 2005 1 commit
  17. 01 Sep, 2005 1 commit
  18. 29 Aug, 2005 3 commits
  19. 24 Aug, 2005 3 commits
  20. 19 Aug, 2005 1 commit
    • Daniel Stenberg's avatar
      Norbert Novotny had problems with FTPS and he helped me work out a patch · 710ee3b0
      Daniel Stenberg authored
      that made curl run fine in his end. The key was to make sure we do the
      SSL/TLS negotiation immediately after the TCP connect is done and not after
      a few other commands have been sent like we did previously. I don't consider
      this change necessary to obey the standards, I think this server is pickier
      than what the specs allow it to be, but I can't see how this modified
      libcurl code can add any problems to those who are interpreting the
      standards more liberally.
      710ee3b0
  21. 17 Aug, 2005 1 commit
    • Daniel Stenberg's avatar
      - Jeff Pohlmeyer found out that if you ask libcurl to load a cookiefile (with · a676c185
      Daniel Stenberg authored
        CURLOPT_COOKIEFILE), add a cookie (with CURLOPT_COOKIELIST), tell it to
        write the result to a given cookie jar and then never actually call
        curl_easy_perform() - the given file(s) to read was never read but the
        output file was written and thus it caused a "funny" result.
      
      - While doing some tests for the bug above, I noticed that Firefox generates
        large numbers (for the expire time) in the cookies.txt file and libcurl
        didn't treat them properly. Now it does.
      a676c185
  22. 15 Aug, 2005 1 commit
  23. 09 Aug, 2005 1 commit
  24. 07 Aug, 2005 2 commits
  25. 27 Jul, 2005 2 commits
  26. 13 Jul, 2005 1 commit