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