1. 01 Dec, 2009 1 commit
  2. 28 Nov, 2009 1 commit
    • Yang Tse's avatar
      · 4d922545
      Yang Tse authored
      - Added Diffie-Hellman parameters to several test harness certificate files in
        PEM format. Required by several stunnel versions used by our test harness.
      4d922545
  3. 27 Nov, 2009 1 commit
  4. 26 Nov, 2009 1 commit
  5. 23 Nov, 2009 2 commits
  6. 20 Nov, 2009 2 commits
  7. 17 Nov, 2009 2 commits
  8. 15 Nov, 2009 1 commit
  9. 14 Nov, 2009 4 commits
  10. 12 Nov, 2009 2 commits
  11. 11 Nov, 2009 3 commits
  12. 05 Nov, 2009 2 commits
  13. 04 Nov, 2009 2 commits
  14. 02 Nov, 2009 1 commit
  15. 31 Oct, 2009 1 commit
  16. 30 Oct, 2009 2 commits
  17. 25 Oct, 2009 1 commit
  18. 21 Oct, 2009 3 commits
  19. 18 Oct, 2009 4 commits
  20. 17 Oct, 2009 1 commit
    • Yang Tse's avatar
      · e49d928c
      Yang Tse authored
      Fix invalid file name characters handling on Windows
      e49d928c
  21. 01 Oct, 2009 2 commits
  22. 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