1. 12 Dec, 2007 1 commit
  2. 09 Dec, 2007 1 commit
  3. 05 Dec, 2007 1 commit
  4. 03 Dec, 2007 3 commits
  5. 02 Dec, 2007 1 commit
  6. 29 Nov, 2007 1 commit
  7. 22 Nov, 2007 2 commits
  8. 20 Nov, 2007 2 commits
  9. 18 Nov, 2007 1 commit
  10. 15 Nov, 2007 1 commit
  11. 14 Nov, 2007 1 commit
  12. 12 Nov, 2007 1 commit
    • 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
  13. 11 Nov, 2007 1 commit
  14. 08 Nov, 2007 1 commit
  15. 06 Nov, 2007 1 commit
  16. 05 Nov, 2007 1 commit
  17. 01 Nov, 2007 2 commits
  18. 31 Oct, 2007 2 commits
  19. 29 Oct, 2007 3 commits
  20. 28 Oct, 2007 1 commit
  21. 25 Oct, 2007 5 commits
  22. 24 Oct, 2007 1 commit
  23. 23 Oct, 2007 1 commit
  24. 22 Oct, 2007 3 commits
  25. 05 Oct, 2007 1 commit
  26. 04 Oct, 2007 1 commit
    • 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