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