1. 01 Sep, 2009 1 commit
    • Daniel Stenberg's avatar
      - configure now tries to use pkg-config for a number of sub-dependencies even · ceda7e98
      Daniel Stenberg authored
        when cross-compiling. The key to success is then you properly setup
        PKG_CONFIG_PATH before invoking configure.
      
        I also improved how NSS is detected by trying nss-config if pkg-config isn't
        present, and as a last resort just use the lib name and force the user to
        setup the LIBS/LDFLAGS/CFLAGS etc properly. The previous last resort would
        add a range of various libs that would almost never be quite correct.
      ceda7e98
  2. 31 Aug, 2009 1 commit
  3. 24 Aug, 2009 2 commits
  4. 21 Aug, 2009 2 commits
  5. 13 Aug, 2009 1 commit
  6. 12 Aug, 2009 2 commits
  7. 11 Aug, 2009 2 commits
  8. 02 Aug, 2009 1 commit
  9. 01 Aug, 2009 4 commits
  10. 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
  11. 26 Jul, 2009 1 commit
  12. 22 Jul, 2009 2 commits
  13. 08 Jul, 2009 1 commit
  14. 29 Jun, 2009 2 commits
  15. 16 Jun, 2009 2 commits
  16. 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
  17. 10 Jun, 2009 1 commit
  18. 09 Jun, 2009 1 commit
  19. 08 Jun, 2009 3 commits
  20. 07 Jun, 2009 2 commits
  21. 05 Jun, 2009 3 commits
  22. 04 Jun, 2009 1 commit
  23. 01 Jun, 2009 2 commits
  24. 27 May, 2009 1 commit