Skip to content
  1. May 22, 2009
  2. May 20, 2009
  3. May 19, 2009
  4. May 18, 2009
  5. May 17, 2009
  6. May 11, 2009
  7. May 10, 2009
  8. May 09, 2009
  9. May 08, 2009
  10. May 07, 2009
  11. May 05, 2009
  12. May 04, 2009
  13. May 03, 2009
  14. May 02, 2009
  15. May 01, 2009
  16. Apr 30, 2009
  17. 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
  18. Apr 28, 2009
  19. Apr 26, 2009
  20. Apr 24, 2009
  21. Apr 23, 2009
  22. Apr 21, 2009
  23. Apr 20, 2009
  24. Apr 17, 2009
    • Daniel Stenberg's avatar
      - Pramod Sharma reported and tracked down a bug when doing FTP over a HTTP · 30f7a2ff
      Daniel Stenberg authored
        proxy. libcurl would then wrongly close the connection after each
        request. In his case it had the weird side-effect that it killed NTLM auth
        for the proxy causing an inifinite loop!
      
        I added test case 1098 to verify this fix. The test case does however not
        properly verify that the transfers are done persistently - as I couldn't
        think of a clever way to achieve it right now - but you need to read the
        stderr output after a test run to see that it truly did the right thing.
      30f7a2ff
  25. Apr 13, 2009
  26. Apr 11, 2009