dart-sdk/runtime/bin
ager@google.com cfeb884afd Properly initialize eventhandler mask for all handles on Windows.
The change to make writes to stdout/stderr async exposed this
issue.

R=sgjesse@google.com
BUG=

Review URL: https://codereview.chromium.org//11741015

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@16601 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-03 13:16:19 +00:00
..
net Clean up svn:ignore property and .gitignore in dart, dart/pkg, dart/runtime, and dart/samples. 2012-11-27 14:07:53 +00:00
bin.gypi - Consolidate libdart and libdart_export by always exporting 2012-12-03 10:38:24 +00:00
builtin.cc When building standalone Dart executable, put implementation of dart:io natives in a separate library. 2012-11-08 13:19:26 +00:00
builtin.dart Deal with extension loading from packages. 2012-11-23 07:03:15 +00:00
builtin.h When building standalone Dart executable, put implementation of dart:io natives in a separate library. 2012-11-08 13:19:26 +00:00
builtin_gen_snapshot.cc When building standalone Dart executable, put implementation of dart:io natives in a separate library. 2012-11-08 13:19:26 +00:00
builtin_impl_sources.gypi Remove unused files. 2012-11-14 21:21:27 +00:00
builtin_in.cc - Add dart:json, dart:uri and dart:utf8 to the known and builtin libraries. 2012-02-16 19:59:19 +00:00
builtin_natives.cc Add exitCode setter to set the exit code returned by the Dart VM 2012-12-21 10:36:52 +00:00
builtin_nolib.cc When building standalone Dart executable, put implementation of dart:io natives in a separate library. 2012-11-08 13:19:26 +00:00
builtin_sources.gypi Split dart:builtin into dart:builtin and dart:io. 2012-01-24 07:36:59 +00:00
common.cc - Represent strings internally in UTF-16 format, this makes it 2012-10-31 17:56:46 +00:00
common_patch.dart Use patching for dart:io. 2012-10-30 10:32:30 +00:00
crypto.cc - Represent strings internally in UTF-16 format, this makes it 2012-10-31 17:56:46 +00:00
crypto.h Add sessions to HttpServer. 2012-10-22 13:08:42 +00:00
crypto_android.cc Add crypto_android.cc 2012-10-24 22:20:34 +00:00
crypto_linux.cc Add sessions to HttpServer. 2012-10-22 13:08:42 +00:00
crypto_macos.cc Add sessions to HttpServer. 2012-10-22 13:08:42 +00:00
crypto_sources.gypi Changes outside pkg/ and lib/ for directory refactoring 2012-11-02 15:18:11 +00:00
crypto_win.cc Add sessions to HttpServer. 2012-10-22 13:08:42 +00:00
dartutils.cc Make all allocation of external arrays used for IO use the IOBuffer class 2012-12-06 13:44:24 +00:00
dartutils.h Make all allocation of external arrays used for IO use the IOBuffer class 2012-12-06 13:44:24 +00:00
dbg_connection.cc Implement debugger connection on Windows. 2012-12-19 18:42:19 +00:00
dbg_connection.h - Add support to interrupt a running isolate with the following command: 2012-10-05 23:10:28 +00:00
dbg_connection_android.cc Implement debugger connection on Windows. 2012-12-19 18:42:19 +00:00
dbg_connection_android.h Implement debugger connection on Windows. 2012-12-19 18:42:19 +00:00
dbg_connection_linux.cc Implement debugger connection on Windows. 2012-12-19 18:42:19 +00:00
dbg_connection_linux.h Implement debugger connection on Windows. 2012-12-19 18:42:19 +00:00
dbg_connection_macos.cc Implement debugger connection on Windows. 2012-12-19 18:42:19 +00:00
dbg_connection_macos.h Implement debugger connection on Windows. 2012-12-19 18:42:19 +00:00
dbg_connection_win.cc Implement debugger connection on Windows. 2012-12-19 18:42:19 +00:00
dbg_connection_win.h Implement debugger connection on Windows. 2012-12-19 18:42:19 +00:00
dbg_message.cc Fix an issue with newlines and exception text in the debugger wire protocol. 2012-12-21 17:27:23 +00:00
dbg_message.h Fix race condition when posting debugger messages to the message queue 2012-10-15 21:28:36 +00:00
directory.cc - Represent strings internally in UTF-16 format, this makes it 2012-10-31 17:56:46 +00:00
directory.h Add support for directory renaming to dart:io. 2012-05-22 12:46:25 +00:00
directory_android.cc Add _android files for building DartVM on Android 2012-08-13 23:06:52 +00:00
directory_linux.cc Change Directory.create to not fail on existing directory with that name. 2012-10-23 09:15:01 +00:00
directory_macos.cc Change Directory.create to not fail on existing directory with that name. 2012-10-23 09:15:01 +00:00
directory_patch.dart Use patching for dart:io. 2012-10-30 10:32:30 +00:00
directory_win.cc Use unicode versions of all directory system calls on Windows. 2012-12-12 15:01:48 +00:00
eventhandler.cc Avoid needless int64_t to intptr_t conversion in eventhandler. 2012-09-21 11:40:40 +00:00
eventhandler.h Avoid needless int64_t to intptr_t conversion in eventhandler. 2012-09-21 11:40:40 +00:00
eventhandler_android.cc Set close-on-exec flag on pipe() and epoll() file descriptors 2012-12-19 09:36:47 +00:00
eventhandler_android.h Add _android files for building DartVM on Android 2012-08-13 23:06:52 +00:00
eventhandler_linux.cc Set close-on-exec flag on pipe() and epoll() file descriptors 2012-12-19 09:36:47 +00:00
eventhandler_linux.h Avoid needless int64_t to intptr_t conversion in eventhandler. 2012-09-21 11:40:40 +00:00
eventhandler_macos.cc Set close-on-exec flag on pipe() and kqueue() file descriptors on MacOS 2012-12-19 12:43:38 +00:00
eventhandler_macos.h Avoid needless int64_t to intptr_t conversion in eventhandler. 2012-09-21 11:40:40 +00:00
eventhandler_patch.dart a === b -> identical(a, b) 2012-11-12 17:19:58 +00:00
eventhandler_win.cc Properly initialize eventhandler mask for all handles on Windows. 2013-01-03 13:16:19 +00:00
eventhandler_win.h Reapply "Fixes to eventhandler and HTTP"" 2012-12-19 08:11:51 +00:00
extensions.cc Deal with extension loading from packages. 2012-11-23 07:03:15 +00:00
extensions.h Change lookup path for Dart native extensions shared libraries. 2012-03-15 15:49:57 +00:00
extensions_android.cc Improve dlsym() error-detection. 2012-09-18 16:44:41 +00:00
extensions_linux.cc Improve dlsym() error-detection. 2012-09-18 16:44:41 +00:00
extensions_macos.cc Improve dlsym() error-detection. 2012-09-18 16:44:41 +00:00
extensions_win.cc Complete the transition to unicode APIs on Windows. 2012-12-13 15:51:48 +00:00
fdutils.h Added FD_CLOEXEC flag to client/server socket file descriptors 2012-11-15 11:27:33 +00:00
fdutils_android.cc Added FD_CLOEXEC flag to client/server socket file descriptors 2012-11-15 11:27:33 +00:00
fdutils_linux.cc Added FD_CLOEXEC flag to client/server socket file descriptors 2012-11-15 11:27:33 +00:00
fdutils_macos.cc Added FD_CLOEXEC flag to client/server socket file descriptors 2012-11-15 11:27:33 +00:00
file.cc Make all allocation of external arrays used for IO use the IOBuffer class 2012-12-06 13:44:24 +00:00
file.h Add RandomAccessFile.read method and use it for file input stream. 2012-11-30 09:29:40 +00:00
file_android.cc Revised CL for customisable logging (replacing printfs). 2012-11-19 17:38:15 +00:00
file_linux.cc Revised CL for customisable logging (replacing printfs). 2012-11-19 17:38:15 +00:00
file_macos.cc Revised CL for customisable logging (replacing printfs). 2012-11-19 17:38:15 +00:00
file_patch.dart Add RandomAccessFile.read method and use it for file input stream. 2012-11-30 09:29:40 +00:00
file_test.cc Remove file name from File C++ structure. It is not used. 2012-10-29 12:02:35 +00:00
file_win.cc Update Windows file implementation to use the unicode APIs. 2012-12-12 15:38:51 +00:00
gen_snapshot.cc Unify specification of file open, close, and write callbacks. 2012-12-06 21:56:31 +00:00
hashmap_test.cc Move hashmap.h and hashmap.cc from the 'bin' directory to 'platform' directory so that it can be used from VM code too. 2012-08-03 22:11:30 +00:00
http_patch.dart Use patching for dart:io. 2012-10-30 10:32:30 +00:00
io.dart Move JSSyntaxRegExp to core as a private member. This removes the last refrences to dart:coreimpl. 2012-11-13 10:41:37 +00:00
io_buffer.cc Make all allocation of external arrays used for IO use the IOBuffer class 2012-12-06 13:44:24 +00:00
io_buffer.h Make all allocation of external arrays used for IO use the IOBuffer class 2012-12-06 13:44:24 +00:00
io_impl_sources.gypi Rename TlsSocket to SecureSocket, and all other Tls... items to Secure.... 2012-11-23 09:21:48 +00:00
io_natives.cc Add exitCode setter to set the exit code returned by the Dart VM 2012-12-21 10:36:52 +00:00
io_natives.h When building standalone Dart executable, put implementation of dart:io natives in a separate library. 2012-11-08 13:19:26 +00:00
io_sources.gypi Rename TlsSocket to SecureSocket, and all other Tls... items to Secure.... 2012-11-23 09:21:48 +00:00
isolate_data.h Reapply change to hide VM-only List implementation classes. 2012-09-28 11:08:38 +00:00
json_sources.gypi Changes outside pkg/ and lib/ for directory refactoring 2012-11-02 15:18:11 +00:00
log.h Revised CL for customisable logging (replacing printfs). 2012-11-19 17:38:15 +00:00
log_android.cc Revised CL for customisable logging (replacing printfs). 2012-11-19 17:38:15 +00:00
log_linux.cc Revised CL for customisable logging (replacing printfs). 2012-11-19 17:38:15 +00:00
log_macos.cc Revised CL for customisable logging (replacing printfs). 2012-11-19 17:38:15 +00:00
log_win.cc Revised CL for customisable logging (replacing printfs). 2012-11-19 17:38:15 +00:00
main.cc Clean up CodeObservers 2012-12-22 00:23:25 +00:00
platform.cc Update dart:io to convert strings between UTF8 and current code page 2012-11-13 15:03:23 +00:00
platform.h Use FormatMessageW for Windows error messages to handle internationalized messages correctly. 2012-12-12 14:39:21 +00:00
platform_android.cc Use FormatMessageW for Windows error messages to handle internationalized messages correctly. 2012-12-12 14:39:21 +00:00
platform_linux.cc Use FormatMessageW for Windows error messages to handle internationalized messages correctly. 2012-12-12 14:39:21 +00:00
platform_macos.cc Use FormatMessageW for Windows error messages to handle internationalized messages correctly. 2012-12-12 14:39:21 +00:00
platform_patch.dart Use patching for dart:io. 2012-10-30 10:32:30 +00:00
platform_win.cc Use FormatMessageW for Windows error messages to handle internationalized messages correctly. 2012-12-12 14:39:21 +00:00
process.cc Add exitCode setter to set the exit code returned by the Dart VM 2012-12-21 10:36:52 +00:00
process.h Add exitCode setter to set the exit code returned by the Dart VM 2012-12-21 10:36:52 +00:00
process_android.cc Set close-on-exec flag on pipe() and epoll() file descriptors 2012-12-19 09:36:47 +00:00
process_linux.cc Set close-on-exec flag on pipe() and epoll() file descriptors 2012-12-19 09:36:47 +00:00
process_macos.cc Set close-on-exec flag on pipe() and kqueue() file descriptors on MacOS 2012-12-19 12:43:38 +00:00
process_patch.dart Add exitCode setter to set the exit code returned by the Dart VM 2012-12-21 10:36:52 +00:00
process_test.cc Revert "Test infrastructure: Change the intentionally crashing process_test.cc, to try and avoid timeout of this process." 2012-06-18 14:16:00 +00:00
process_win.cc Be explicit about use of W version on Windows. 2012-12-19 14:37:14 +00:00
run_vm_tests.cc Clean up CodeObservers 2012-12-22 00:23:25 +00:00
secure_socket.cc Add automatic initialization of SecureSocket library. 2012-12-20 18:17:07 +00:00
secure_socket.h Add automatic initialization of SecureSocket library. 2012-12-20 18:17:07 +00:00
secure_socket_patch.dart Enable client certificates in SecureSocket and SecureServerSocket 2012-12-11 09:26:23 +00:00
snapshot_empty.cc Initial checkin. 2011-10-05 05:20:07 +00:00
snapshot_in.cc Initial checkin. 2011-10-05 05:20:07 +00:00
socket.cc Reapply "Fixes to eventhandler and HTTP"" 2012-12-19 08:11:51 +00:00
socket.h Use native wrapper fields to store socket ids. 2012-09-21 08:19:01 +00:00
socket_android.cc Revised CL for customisable logging (replacing printfs). 2012-11-19 17:38:15 +00:00
socket_android.h Add _android files for building DartVM on Android 2012-08-13 23:06:52 +00:00
socket_linux.cc Revised CL for customisable logging (replacing printfs). 2012-11-19 17:38:15 +00:00
socket_linux.h Fix win32 Socket test errors 2012-04-10 23:29:02 +00:00
socket_macos.cc Revised CL for customisable logging (replacing printfs). 2012-11-19 17:38:15 +00:00
socket_macos.h Fix win32 Socket test errors 2012-04-10 23:29:02 +00:00
socket_patch.dart Reapply "Fixes to eventhandler and HTTP"" 2012-12-19 08:11:51 +00:00
socket_win.cc Complete the transition to unicode APIs on Windows. 2012-12-13 15:51:48 +00:00
socket_win.h Fix win32 Socket test errors 2012-04-10 23:29:02 +00:00
stdio_patch.dart Fix unresolved classes issues in dart:io. 2012-12-12 09:23:57 +00:00
test_extension.cc - Add an extension test which throws from native code. 2012-12-05 13:02:44 +00:00
test_extension_dllmain_win.cc Add native extensions for the Dart shell to the Windows platform and the Mac OS X platform. 2012-03-09 14:34:57 +00:00
thread.h Add MutexLocker and MonitorLocker to runtime/bin 2012-01-18 09:48:30 +00:00
uri_sources.gypi Changes outside pkg/ and lib/ for directory refactoring 2012-11-02 15:18:11 +00:00
utf_sources.gypi Changes outside pkg/ and lib/ for directory refactoring 2012-11-02 15:18:11 +00:00
utils.h Use unicode versions of process APIs on Windows. Additionally, 2012-12-13 09:24:05 +00:00
utils_android.cc Use unicode versions of process APIs on Windows. Additionally, 2012-12-13 09:24:05 +00:00
utils_linux.cc Use unicode versions of process APIs on Windows. Additionally, 2012-12-13 09:24:05 +00:00
utils_macos.cc Use unicode versions of process APIs on Windows. Additionally, 2012-12-13 09:24:05 +00:00
utils_win.cc Use unicode versions of process APIs on Windows. Additionally, 2012-12-13 09:24:05 +00:00