Skip to content
  1. Dec 05, 2007
  2. Dec 03, 2007
  3. Dec 02, 2007
  4. Nov 29, 2007
  5. Nov 22, 2007
  6. Nov 20, 2007
  7. Nov 18, 2007
  8. Nov 15, 2007
  9. Nov 14, 2007
  10. Nov 12, 2007
    • Daniel Stenberg's avatar
      Bug report #1830637 (http://curl.haxx.se/bug/view.cgi?id=1830637), which was · c5b16d44
      Daniel Stenberg authored
      forwarded from the Gentoo bug tracker by Daniel Black and was originally
      submitted by Robin Johnson, pointed out that libcurl would do bad memory
      references when it failed and bailed out before the handler thing was
      setup. My fix is not done like the provided patch does it, but instead I
      make sure that there's never any chance for a NULL pointer in that struct
      member.
      c5b16d44
  11. Nov 11, 2007
  12. Nov 08, 2007
  13. Nov 06, 2007
  14. Nov 05, 2007
  15. Nov 01, 2007
  16. Oct 31, 2007
  17. Oct 29, 2007
  18. Oct 28, 2007
  19. Oct 25, 2007
  20. Oct 24, 2007
  21. Oct 23, 2007
  22. Oct 22, 2007
  23. Oct 05, 2007
  24. Oct 04, 2007
    • Daniel Stenberg's avatar
      Kim Rinnewitz reported that --local-port didn't work with TFTP transfers. · 67d94514
      Daniel Stenberg authored
      This happened because the tftp code always uncondionally did a bind()
      without caring if one already had been done and then it failed. I wrote a
      test case (1009) to verify this, but it is a bit error-prone since it will
      have to pick a fixed local port number and since the tests are run on so
      many different hosts in different situations I add it in disabled state.
      67d94514
  25. Oct 03, 2007