Skip to content
Snippets Groups Projects
  1. Jan 22, 2010
  2. Jan 21, 2010
  3. Jan 01, 2010
  4. Dec 30, 2009
  5. Dec 27, 2009
  6. Dec 25, 2009
  7. Dec 12, 2009
  8. Nov 27, 2009
  9. Nov 05, 2009
  10. Nov 04, 2009
  11. Oct 27, 2009
  12. Oct 16, 2009
  13. Sep 27, 2009
    • 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. Sep 01, 2009
  15. Aug 31, 2009
  16. Aug 12, 2009
  17. Aug 11, 2009
  18. Jul 22, 2009
  19. Jul 15, 2009
  20. Jun 10, 2009
    • 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. Jun 06, 2009
  22. Jun 04, 2009
  23. Jun 01, 2009
  24. May 30, 2009
  25. May 28, 2009
  26. May 18, 2009
  27. May 12, 2009
  28. May 11, 2009
  29. May 06, 2009
  30. May 04, 2009
  31. May 02, 2009
  32. May 01, 2009
Loading