1. 12 Aug, 2010 1 commit
  2. 11 Aug, 2010 1 commit
  3. 02 Aug, 2010 1 commit
    • Daniel Stenberg's avatar
      typecheck-gcc: add checks for recently added options · 000ac0c9
      Daniel Stenberg authored
      I added all OBJECTPOINT curl_easy_setopt() options from 178 to 202. Left
      to add: the five FUNCTIONPOINT (callbacks) options added since:
      
      SSH_KEYFUNCTION
      INTERLEAVEFUNCTION
      CHUNK_BGN_FUNCTION
      CHUNK_END_FUNCTION
      FNMATCH_FUNCTION
      000ac0c9
  4. 16 Jun, 2010 1 commit
  5. 04 Jun, 2010 1 commit
  6. 16 May, 2010 1 commit
  7. 15 May, 2010 1 commit
  8. 14 May, 2010 1 commit
  9. 12 May, 2010 2 commits
  10. 14 Apr, 2010 2 commits
  11. 25 Mar, 2010 1 commit
  12. 24 Mar, 2010 3 commits
  13. 21 Mar, 2010 1 commit
  14. 20 Mar, 2010 1 commit
  15. 14 Feb, 2010 1 commit
    • Yang Tse's avatar
      · a07bc791
      Yang Tse authored
      removed trailing whitespace
      a07bc791
  16. 13 Feb, 2010 1 commit
  17. 10 Feb, 2010 1 commit
  18. 09 Feb, 2010 1 commit
  19. 02 Feb, 2010 1 commit
    • Yang Tse's avatar
      · 49ba75af
      Yang Tse authored
      - Symbol CURL_FORMAT_OFF_T now obsoleted, will be removed in a future release,
        symbol will not be available when building with CURL_NO_OLDIES defined. Use
        of CURL_FORMAT_CURL_OFF_T is preferred since 7.19.0
      49ba75af
  20. 22 Jan, 2010 1 commit
  21. 21 Jan, 2010 3 commits
  22. 01 Jan, 2010 2 commits
  23. 30 Dec, 2009 1 commit
  24. 27 Dec, 2009 1 commit
  25. 25 Dec, 2009 1 commit
  26. 12 Dec, 2009 1 commit
  27. 27 Nov, 2009 1 commit
  28. 05 Nov, 2009 1 commit
  29. 04 Nov, 2009 1 commit
  30. 27 Oct, 2009 1 commit
  31. 16 Oct, 2009 1 commit
  32. 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
  33. 01 Sep, 2009 1 commit