1. 17 Oct, 2009 1 commit
    • Yang Tse's avatar
      · e49d928c
      Yang Tse authored
      Fix invalid file name characters handling on Windows
      e49d928c
  2. 01 Oct, 2009 2 commits
  3. 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
  4. 26 Sep, 2009 1 commit
  5. 25 Sep, 2009 1 commit
  6. 24 Sep, 2009 1 commit
  7. 23 Sep, 2009 1 commit
  8. 16 Sep, 2009 1 commit
  9. 10 Sep, 2009 1 commit
  10. 02 Sep, 2009 1 commit
  11. 01 Sep, 2009 2 commits
  12. 31 Aug, 2009 1 commit
  13. 24 Aug, 2009 2 commits
  14. 21 Aug, 2009 2 commits
  15. 13 Aug, 2009 1 commit
  16. 12 Aug, 2009 2 commits
  17. 11 Aug, 2009 2 commits
  18. 02 Aug, 2009 1 commit
  19. 01 Aug, 2009 4 commits
  20. 27 Jul, 2009 1 commit
    • 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
  21. 26 Jul, 2009 1 commit
  22. 22 Jul, 2009 2 commits
  23. 08 Jul, 2009 1 commit
  24. 29 Jun, 2009 2 commits
  25. 16 Jun, 2009 2 commits
  26. 15 Jun, 2009 1 commit
    • Daniel Stenberg's avatar
      - Eric Wong's patch: · 4b6d3a2b
      Daniel Stenberg authored
        This allows curl(1) to be used as a client-side tunnel for arbitrary stream
        protocols by abusing chunked transfer encoding in both the HTTP request and
        HTTP response.  This requires server support for sending a response while a
        request is still being read, of course.
      
        If attempting to read from stdin returns EAGAIN, then we pause our sender.
        This leaves curl to attempt to read from the socket while reading from stdin
        (and thus sending) is paused.
      4b6d3a2b
  27. 10 Jun, 2009 1 commit
  28. 09 Jun, 2009 1 commit