1. 22 Jan, 2010 1 commit
  2. 21 Jan, 2010 3 commits
  3. 01 Jan, 2010 2 commits
  4. 30 Dec, 2009 1 commit
  5. 27 Dec, 2009 1 commit
  6. 25 Dec, 2009 1 commit
  7. 12 Dec, 2009 1 commit
  8. 27 Nov, 2009 1 commit
  9. 05 Nov, 2009 1 commit
  10. 04 Nov, 2009 1 commit
  11. 27 Oct, 2009 1 commit
  12. 16 Oct, 2009 1 commit
  13. 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
  14. 01 Sep, 2009 1 commit
  15. 31 Aug, 2009 3 commits
  16. 12 Aug, 2009 1 commit
  17. 11 Aug, 2009 1 commit
  18. 22 Jul, 2009 1 commit
  19. 15 Jul, 2009 1 commit
  20. 10 Jun, 2009 1 commit
    • Yang Tse's avatar
      Adjusted to take in account that... · 2c166812
      Yang Tse authored
      With the curl memory tracking feature decoupled from the debug build feature,
      CURLDEBUG and DEBUGBUILD preprocessor symbol definitions are used as follows:
      
      CURLDEBUG used for curl debug memory tracking specific code (--enable-curldebug)
      
      DEBUGBUILD used for debug enabled specific code (--enable-debug)
      2c166812
  21. 06 Jun, 2009 1 commit
  22. 04 Jun, 2009 1 commit
  23. 01 Jun, 2009 1 commit
  24. 30 May, 2009 1 commit
  25. 28 May, 2009 1 commit
  26. 18 May, 2009 2 commits
  27. 12 May, 2009 1 commit
  28. 11 May, 2009 1 commit
  29. 06 May, 2009 1 commit
  30. 04 May, 2009 2 commits
  31. 02 May, 2009 2 commits
  32. 01 May, 2009 1 commit