1. 08 Jul, 2009 1 commit
  2. 29 Jun, 2009 2 commits
  3. 16 Jun, 2009 2 commits
  4. 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
  5. 10 Jun, 2009 1 commit
  6. 09 Jun, 2009 1 commit
  7. 08 Jun, 2009 3 commits
  8. 07 Jun, 2009 2 commits
  9. 05 Jun, 2009 3 commits
  10. 04 Jun, 2009 1 commit
  11. 01 Jun, 2009 2 commits
  12. 27 May, 2009 4 commits
  13. 25 May, 2009 1 commit
  14. 19 May, 2009 1 commit
  15. 18 May, 2009 1 commit
  16. 17 May, 2009 1 commit
  17. 11 May, 2009 3 commits
  18. 08 May, 2009 2 commits
  19. 07 May, 2009 2 commits
  20. 04 May, 2009 3 commits
  21. 02 May, 2009 1 commit
  22. 01 May, 2009 1 commit
  23. 29 Apr, 2009 1 commit
    • Daniel Stenberg's avatar
      - Based on bug report #2723219 (http://curl.haxx.se/bug/view.cgi?id=2723219) · e2c6e005
      Daniel Stenberg authored
        I've now made TFTP "connections" not being kept for re-use within libcurl.
        TFTP is UDP-based so the benefit was really low (if even existing) to begin
        with so instead of tracking down to fix this problem we instead removed the
        re-use. I also enabled test case 1099 that I wrote a few days ago to verify
        that this change fixes the reported problem.
      e2c6e005