Skip to content
  1. 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
  2. Sep 26, 2009
  3. Sep 25, 2009
  4. Sep 24, 2009
  5. Sep 23, 2009
  6. Sep 16, 2009
  7. Sep 15, 2009
  8. Sep 11, 2009
  9. Sep 10, 2009
  10. Sep 06, 2009
  11. Sep 02, 2009
  12. Sep 01, 2009
  13. Aug 31, 2009
  14. Aug 28, 2009
  15. Aug 24, 2009
  16. Aug 21, 2009
  17. Aug 13, 2009
  18. Aug 12, 2009
  19. Aug 11, 2009
  20. Aug 09, 2009
  21. Aug 01, 2009
  22. Jul 27, 2009
    • Daniel Stenberg's avatar
      - All the quote options (CURLOPT_QUOTE, CURLOPT_POSTQUOTE and · 06841282
      Daniel Stenberg authored
        CURLOPT_PREQUOTE) now accept a preceeding asterisk before the command to
        send when using FTP, as a sign that libcurl shall simply ignore the response
        from the server instead of treating it as an error. Not treating a 400+ FTP
        response code as an error means that failed commands will not abort the
        chain of commands, nor will they cause the connection to get disconnected.
      06841282
  23. Jul 26, 2009
  24. Jul 22, 2009