1. 27 Nov, 2013 2 commits
    • Jeff King's avatar
      sigpipe: factor out sigpipe_reset from easy.c · e64f91fe
      Jeff King authored
      Commit 7d80ed64
      
       introduced some helpers to handle
      sigpipe in easy.c. However, that fix was incomplete, and we
      need to add more callers in other files. The first step is
      making the helpers globally accessible.
      
      Since the functions are small and should generally end up
      inlined anyway, we simply define them in the header as
      static functions.
      
      Signed-off-by: default avatarJeff King <peff@peff.net>
      e64f91fe
    • Björn Stenberg's avatar
      connect: Try next ip directly after immediate connect fail · b2a55c81
      Björn Stenberg authored
      This fixes a rare Happy Eyeballs bug where if the first IP family runs
      out of addresses before the second-family-timer fires, and the second
      IP family's first connect fails immediately, no further IPs of the
      second family are attempted.
      b2a55c81
  2. 24 Nov, 2013 8 commits
  3. 23 Nov, 2013 6 commits
  4. 22 Nov, 2013 2 commits
  5. 21 Nov, 2013 1 commit
  6. 17 Nov, 2013 9 commits
  7. 16 Nov, 2013 4 commits
  8. 15 Nov, 2013 8 commits