1. 04 Nov, 2009 3 commits
  2. 02 Nov, 2009 1 commit
  3. 31 Oct, 2009 1 commit
  4. 30 Oct, 2009 2 commits
  5. 25 Oct, 2009 1 commit
  6. 21 Oct, 2009 3 commits
  7. 18 Oct, 2009 4 commits
  8. 17 Oct, 2009 1 commit
    • Yang Tse's avatar
      · e49d928c
      Yang Tse authored
      Fix invalid file name characters handling on Windows
      e49d928c
  9. 01 Oct, 2009 2 commits
  10. 27 Sep, 2009 1 commit
    • Daniel Stenberg's avatar
      - I introduced a maximum limit for received HTTP headers. It is controlled by · 8646cecb
      Daniel Stenberg authored
        the define CURL_MAX_HTTP_HEADER which is even exposed in the public header
        file to allow for users to fairly easy rebuild libcurl with a modified
        limit. The rationale for a fixed limit is that libcurl is realloc()ing a
        buffer to be able to put a full header into it, so that it can call the
        header callback with the entire header, but that also risk getting it into
        trouble if a server by mistake or willingly sends a header that is more or
        less without an end. The limit is set to 100K.
      8646cecb
  11. 26 Sep, 2009 1 commit
  12. 25 Sep, 2009 1 commit
  13. 24 Sep, 2009 1 commit
  14. 23 Sep, 2009 1 commit
  15. 16 Sep, 2009 1 commit
  16. 10 Sep, 2009 1 commit
  17. 02 Sep, 2009 1 commit
  18. 01 Sep, 2009 2 commits
  19. 31 Aug, 2009 1 commit
  20. 24 Aug, 2009 2 commits
  21. 21 Aug, 2009 2 commits
  22. 13 Aug, 2009 1 commit
  23. 12 Aug, 2009 2 commits
  24. 11 Aug, 2009 2 commits
  25. 02 Aug, 2009 1 commit
  26. 01 Aug, 2009 1 commit
    • Daniel Stenberg's avatar
      - Curt Bogmine reported a problem with SNI enabled on a particular server. We · 6d891d2a
      Daniel Stenberg authored
        should introduce an option to disable SNI, but as we're in feature freeze
        now I've addressed the obvious bug here (pointed out by Peter Sylvester): we
        shouldn't try to enable SNI when SSLv2 or SSLv3 is explicitly selected.
        Code for OpenSSL and GnuTLS was fixed. NSS doesn't seem to have a particular
        option for SNI, or are we simply not using it?
      6d891d2a