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