1. 29 Jan, 2018 2 commits
  2. 12 Dec, 2017 2 commits
  3. 24 Oct, 2017 1 commit
    • Max Kellermann's avatar
      system/EventPipe: fix WSAEINPROGRESS on Windows · b177bffa
      Max Kellermann authored
      Apparently, connecting a socket to a loopback address can block on
      Windows, and a non-blocking socket will return WSAEINPROGRESS.  This
      broken PoorSocketPair() in commit 2119e4fd, which made the socket
      non-blocking right from the start.  This fix postpones the
      ioctlsocket(FIONBIO) call until after the connect().
      
      Closes #134
      b177bffa
  4. 13 Sep, 2017 8 commits
  5. 17 Aug, 2017 1 commit
  6. 11 Aug, 2017 9 commits
  7. 10 Aug, 2017 12 commits
  8. 29 May, 2017 1 commit
  9. 08 May, 2017 1 commit
  10. 17 Jan, 2017 1 commit
  11. 03 Jan, 2017 1 commit
  12. 28 Dec, 2016 1 commit