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