Skip to content
  1. Sep 16, 2009
  2. Sep 10, 2009
  3. Sep 02, 2009
  4. Sep 01, 2009
  5. Aug 31, 2009
  6. Aug 24, 2009
  7. Aug 21, 2009
  8. Aug 13, 2009
  9. Aug 12, 2009
  10. Aug 11, 2009
  11. Aug 02, 2009
  12. Aug 01, 2009
  13. 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
  14. Jul 26, 2009
  15. Jul 22, 2009
  16. Jul 08, 2009
  17. Jun 29, 2009
  18. Jun 16, 2009
  19. Jun 15, 2009
    • 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
  20. Jun 10, 2009
  21. Jun 09, 2009
  22. Jun 08, 2009
  23. Jun 07, 2009
  24. Jun 05, 2009