Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(45)

Issue 264613002: Use ConnectEx on Windows, to do async connect of sockets. (Closed)

Created:
6 years, 7 months ago by Anders Johnsen
Modified:
6 years, 7 months ago
Reviewers:
Søren Gjesse
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Use ConnectEx on Windows, to do async connect of sockets. BUG=https://code.google.com/p/dart/issues/detail?id=18154 R=sgjesse@google.com Committed: https://code.google.com/p/dart/source/detail?r=35622

Patch Set 1 #

Patch Set 2 : Cleanup. #

Patch Set 3 : #

Total comments: 15

Patch Set 4 : Review #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+153 lines, -26 lines) Patch
M runtime/bin/eventhandler_win.h View 6 chunks +22 lines, -3 lines 0 comments Download
M runtime/bin/eventhandler_win.cc View 1 2 3 12 chunks +68 lines, -14 lines 0 comments Download
M runtime/bin/socket_win.cc View 1 2 3 4 1 chunk +63 lines, -9 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Anders Johnsen
6 years, 7 months ago (2014-04-30 09:32:23 UTC) #1
Søren Gjesse
https://codereview.chromium.org/264613002/diff/40001/runtime/bin/eventhandler_win.cc File runtime/bin/eventhandler_win.cc (right): https://codereview.chromium.org/264613002/diff/40001/runtime/bin/eventhandler_win.cc#newcode823 runtime/bin/eventhandler_win.cc:823: if (ok || WSAGetLastError() != WSA_IO_PENDING) { When is ...
6 years, 7 months ago (2014-05-01 07:19:25 UTC) #2
Anders Johnsen
PTAL https://codereview.chromium.org/264613002/diff/40001/runtime/bin/eventhandler_win.cc File runtime/bin/eventhandler_win.cc (right): https://codereview.chromium.org/264613002/diff/40001/runtime/bin/eventhandler_win.cc#newcode823 runtime/bin/eventhandler_win.cc:823: if (ok || WSAGetLastError() != WSA_IO_PENDING) { On ...
6 years, 7 months ago (2014-05-01 08:05:11 UTC) #3
Søren Gjesse
lgtm https://codereview.chromium.org/264613002/diff/40001/runtime/bin/socket_win.cc File runtime/bin/socket_win.cc (right): https://codereview.chromium.org/264613002/diff/40001/runtime/bin/socket_win.cc#newcode131 runtime/bin/socket_win.cc:131: intptr_t Socket::Create(RawAddr addr) { On 2014/05/01 08:05:11, Anders ...
6 years, 7 months ago (2014-05-01 09:42:38 UTC) #4
Anders Johnsen
https://codereview.chromium.org/264613002/diff/40001/runtime/bin/socket_win.cc File runtime/bin/socket_win.cc (right): https://codereview.chromium.org/264613002/diff/40001/runtime/bin/socket_win.cc#newcode131 runtime/bin/socket_win.cc:131: intptr_t Socket::Create(RawAddr addr) { On 2014/05/01 09:42:38, Søren Gjesse ...
6 years, 7 months ago (2014-05-01 10:48:31 UTC) #5
Anders Johnsen
6 years, 7 months ago (2014-05-01 10:49:06 UTC) #6
Message was sent while issue was closed.
Committed patchset #5 manually as r35622 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698