1. 27 Jan, 2011 2 commits
  2. 25 Jan, 2011 2 commits
  3. 24 Jan, 2011 1 commit
  4. 22 Jan, 2011 1 commit
  5. 21 Jan, 2011 1 commit
  6. 20 Jan, 2011 3 commits
  7. 19 Jan, 2011 8 commits
  8. 18 Jan, 2011 4 commits
  9. 17 Jan, 2011 1 commit
  10. 15 Jan, 2011 1 commit
  11. 14 Jan, 2011 1 commit
  12. 13 Jan, 2011 5 commits
  13. 12 Jan, 2011 5 commits
  14. 11 Jan, 2011 4 commits
  15. 10 Jan, 2011 1 commit
    • Daniel Stenberg's avatar
      connect: use UDP correctly · 08a65b10
      Daniel Stenberg authored
      The idea that the protocol and socktype is part of name resolving in the
      libc functions is nuts. We keep the name resolver functions assume
      TCP/STREAM and we make sure that when we want to connect to a UDP
      service we use the correct UDP/DGRAM set instead. This bug was because
      the ->protocol field was not always set correctly.
      
      This bug was only affecting ipv6-disabled non-cares non-threaded builds.
      
      Bug: http://curl.haxx.se/bug/view.cgi?id=3154436
      Reported by: "dperham"
      08a65b10