1. 04 Jan, 2014 5 commits
  2. 03 Jan, 2014 5 commits
  3. 02 Jan, 2014 5 commits
  4. 01 Jan, 2014 5 commits
  5. 31 Dec, 2013 8 commits
  6. 30 Dec, 2013 6 commits
  7. 29 Dec, 2013 5 commits
  8. 28 Dec, 2013 1 commit
    • Ian Lance Taylor's avatar
      net: work around Solaris connect issue when server closes socket · 672525a5
      Ian Lance Taylor authored
      On Solaris, if you do a in-progress connect, and then the
      server accepts and closes the socket, the client's later
      attempt to complete the connect will fail with EINVAL.  Handle
      this case by assuming that the connect succeeded.  This code
      is weird enough that it is implemented as Solaris-only so that
      it doesn't hide a real error on a different OS.
      
      Update #6828
      
      R=golang-codereviews, bradfitz, dave
      CC=golang-codereviews
      https://golang.org/cl/46160043
      672525a5