dart-sdk/runtime/bin
2015-10-16 17:10:30 -07:00
..
vmservice Make dart:_vmservice a proper builtin library 2015-10-06 07:58:14 -07:00
address_sanitizer.cc Allows gen_snapshot to be built with asan in the Mojo tree. 2015-02-13 15:37:03 +00:00
bin.gypi Add missing dependency from gen_snapshot to generate_resources_cc_file 2015-10-16 07:42:28 -07:00
BUILD.gn Bring up the service isolate and use it for package resolution in gen_snapshot 2015-10-16 06:49:53 -07:00
builtin.cc Revert "Hide Isolate pointer from embedder" 2015-05-19 11:41:42 -07:00
builtin.dart - Implement package map parameter when spawning isolate. 2015-10-12 09:05:37 -07:00
builtin.h VM thread shutdown. 2015-09-15 12:49:52 -07:00
builtin_common.cc VM thread shutdown. 2015-09-15 12:49:52 -07:00
builtin_gen_snapshot.cc Bring up the service isolate and use it for package resolution in gen_snapshot 2015-10-16 06:49:53 -07:00
builtin_impl_sources.gypi Add unittest for CircularLinkedList + bugfix 2015-02-11 16:20:18 +00:00
builtin_in.cc
builtin_natives.cc Move file i/o natives from builtin list to io native list 2015-07-30 09:08:40 -07:00
builtin_nolib.cc Revert "Hide Isolate pointer from embedder" 2015-05-19 11:41:42 -07:00
builtin_sources.gypi Lazy loading of deferred libraries 2014-06-13 22:43:31 +00:00
common_patch.dart - Move timer implementation closer to the rest of message handling. 2015-01-28 00:39:35 +00:00
crypto.cc First round of http://dartbug.com/15922: 2014-01-16 05:05:35 +00:00
crypto.h
crypto_android.cc Speed up GetRandomBytes by only entering signal-blocking scope once. 2014-03-25 13:06:37 +00:00
crypto_linux.cc Speed up GetRandomBytes by only entering signal-blocking scope once. 2014-03-25 13:06:37 +00:00
crypto_macos.cc - Remove Isolate::CurrentAddress(). 2014-09-25 23:39:30 +00:00
crypto_win.cc Fix following compiler warnings: 2014-09-30 23:29:26 +00:00
dartutils.cc Temporary fix for precompile_test 2015-10-16 07:25:09 -07:00
dartutils.h - Implement package map parameter when spawning isolate. 2015-10-12 09:05:37 -07:00
dbg_connection.cc Join embedder threads on Windows. 2015-09-01 17:53:03 -07:00
dbg_connection.h Join embedder threads on Windows. 2015-09-01 17:53:03 -07:00
dbg_connection_android.cc - Make sure that the threads for dart::bin are in the correct namespace. 2014-08-14 00:06:04 +00:00
dbg_connection_android.h Join embedder threads on Windows. 2015-09-01 17:53:03 -07:00
dbg_connection_linux.cc - Make sure that the threads for dart::bin are in the correct namespace. 2014-08-14 00:06:04 +00:00
dbg_connection_linux.h Join embedder threads on Windows. 2015-09-01 17:53:03 -07:00
dbg_connection_macos.cc - Make sure that the threads for dart::bin are in the correct namespace. 2014-08-14 00:06:04 +00:00
dbg_connection_macos.h Join embedder threads on Windows. 2015-09-01 17:53:03 -07:00
dbg_connection_win.cc Join embedder threads on Windows. 2015-09-01 17:53:03 -07:00
dbg_connection_win.h Join embedder threads on Windows. 2015-09-01 17:53:03 -07:00
dbg_message.cc Fix hidden bug with isolate shutdown debugger events 2015-09-24 07:01:16 -07:00
dbg_message.h Remove dart_debugger_api.h 2015-06-17 14:56:55 -07:00
directory.cc Fix check for return of error before calling SyncDirectoryListing. 2015-04-20 17:23:10 +00:00
directory.h - Separate the thread implementation used in bin/ and vm/ 2014-08-12 23:19:53 +00:00
directory_android.cc Make opendir test for EINTR again and make NO_RETRY_EXPECTED check in release mode. 2014-04-24 06:38:16 +00:00
directory_linux.cc Remove the assumption that stat64 and lstat64 cannot return EINTR on Linux 2014-09-25 07:06:06 +00:00
directory_macos.cc Make opendir test for EINTR again and make NO_RETRY_EXPECTED check in release mode. 2014-04-24 06:38:16 +00:00
directory_patch.dart Fix type error in implementation of dart:io Directory.existsSync. 2014-03-10 12:00:36 +00:00
directory_win.cc Improve the encoding/decoding to/from system encoding on Windows 2015-06-24 10:36:05 +02:00
embedded_dart_io.cc Add embedded_dart_io source_set for Sky 2015-05-06 21:36:15 +00:00
embedded_dart_io.h Add embedded_dart_io source_set for Sky 2015-05-06 21:36:15 +00:00
eventhandler.cc Reland "Introduce optional 'bool shared' parameter to ServerSocket.bind() ..." 2015-02-11 10:01:20 +00:00
eventhandler.h Add unittest for CircularLinkedList + bugfix 2015-02-11 16:20:18 +00:00
eventhandler_android.cc Reland "Introduce optional 'bool shared' parameter to ServerSocket.bind() ..." 2015-02-11 10:01:20 +00:00
eventhandler_android.h Implement windows support for having multiple Dart_Port's registered on one OS socket 2015-02-10 10:08:49 +00:00
eventhandler_linux.cc Reland "Introduce optional 'bool shared' parameter to ServerSocket.bind() ..." 2015-02-11 10:01:20 +00:00
eventhandler_linux.h Implement windows support for having multiple Dart_Port's registered on one OS socket 2015-02-10 10:08:49 +00:00
eventhandler_macos.cc Reland "Introduce optional 'bool shared' parameter to ServerSocket.bind() ..." 2015-02-11 10:01:20 +00:00
eventhandler_macos.h Fix mac build: Add new disable_tokens=false value to super constructor call 2015-02-10 10:34:35 +00:00
eventhandler_patch.dart - Remove Dart_ReceivePortGetId, Dart_GetReceivePort and Dart_PostMessage. 2014-06-30 17:46:26 +00:00
eventhandler_test.cc Reorder includes and remove platform/globals include 2015-02-11 17:24:37 +00:00
eventhandler_win.cc Increase the datagram receive buffer on Windows to 64k 2015-10-06 08:42:51 +02:00
eventhandler_win.h Join embedder threads on Windows. 2015-09-01 17:53:03 -07:00
extensions.cc Cleanup the extensions code to avoid the duplication that was introduced in the quick fix to turn the bots green. 2015-10-14 15:27:58 -07:00
extensions.h Cleanup the extensions code to avoid the duplication that was introduced in the quick fix to turn the bots green. 2015-10-14 15:27:58 -07:00
extensions_android.cc Cleanup the extensions code to avoid the duplication that was introduced in the quick fix to turn the bots green. 2015-10-14 15:27:58 -07:00
extensions_linux.cc Cleanup the extensions code to avoid the duplication that was introduced in the quick fix to turn the bots green. 2015-10-14 15:27:58 -07:00
extensions_macos.cc Cleanup the extensions code to avoid the duplication that was introduced in the quick fix to turn the bots green. 2015-10-14 15:27:58 -07:00
extensions_win.cc Cleanup the extensions code to avoid the duplication that was introduced in the quick fix to turn the bots green. 2015-10-14 15:27:58 -07:00
fdutils.h
fdutils_android.cc Move signal_blocker to platform and use it by default in TEMP_FAILURE_RETRY. 2014-03-17 13:51:11 +00:00
fdutils_linux.cc Move signal_blocker to platform and use it by default in TEMP_FAILURE_RETRY. 2014-03-17 13:51:11 +00:00
fdutils_macos.cc Move signal_blocker to platform and use it by default in TEMP_FAILURE_RETRY. 2014-03-17 13:51:11 +00:00
file.cc Provide stdout and stderr output in the Observatory debugger. 2015-07-14 12:54:07 -07:00
file.h Add file modes for opening a file write only 2015-06-18 15:19:26 +02:00
file_android.cc Add file modes for opening a file write only 2015-06-18 15:19:26 +02:00
file_linux.cc Add file modes for opening a file write only 2015-06-18 15:19:26 +02:00
file_macos.cc Add file modes for opening a file write only 2015-06-18 15:19:26 +02:00
file_patch.dart Avoid race in _FileSystemWatcher if subscription closed while event queued. 2015-03-13 12:53:07 +00:00
file_system_entity_patch.dart Remove wrong type in file_system_entity 2014-02-06 12:50:49 +00:00
file_system_watcher.cc Add error handling when initializing the file system watcher 2015-02-18 13:20:15 +00:00
file_system_watcher.h Rewrite file-system-watcher to better handle the different system APIs. 2013-12-04 10:35:00 +00:00
file_system_watcher_android.cc Move signal_blocker to platform and use it by default in TEMP_FAILURE_RETRY. 2014-03-17 13:51:11 +00:00
file_system_watcher_linux.cc Add error handling when initializing the file system watcher 2015-02-18 13:20:15 +00:00
file_system_watcher_macos.cc Use #if TARGET_OS_IOS instead of #ifdef TARGET_OS_IOS. 2015-10-12 12:38:10 +02:00
file_system_watcher_win.cc Improve the encoding/decoding to/from system encoding on Windows 2015-06-24 10:36:05 +02:00
file_test.cc
file_win.cc Change stdout/stderr to binary mode on Windows 2015-07-10 13:57:15 +02:00
filter.cc Ensure ZILB encoder handles all typed data lists correctly 2015-10-08 18:19:02 +02:00
filter.h Fixes to enable building dart:io implementation cleanly in mojo tree 2015-04-27 14:46:32 +00:00
filter_patch.dart Reapply "Mark all private functions in dart: libraries as invisible (*sniff*). Previously these functions were only marked invisible if they were also native, a constructor, or on a black list." 2015-01-21 20:44:04 +00:00
filter_unsupported.cc Auto create ApiLocalScope before calling native functions, this ensures that 2013-08-06 19:27:48 +00:00
gen_snapshot.cc Bring up the service isolate and use it for package resolution in gen_snapshot 2015-10-16 06:49:53 -07:00
hashmap_test.cc
io_buffer.cc Track external allocated memory for weak persistent handles. 2014-03-07 23:53:32 +00:00
io_buffer.h Auto delete persistent weak handles during finalization after invoking the callback associated with the weak handle. 2014-03-20 21:45:43 +00:00
io_impl_sources.gypi Breaking Change: merge BoringSSL branch into master 2015-08-26 14:42:12 +02:00
io_natives.cc Remove server socket references 2015-10-05 12:25:20 +02:00
io_natives.h Add runtime and native entry tags 2014-04-10 20:26:45 +00:00
io_service.cc Revert "Hide Isolate pointer from embedder" 2015-05-19 11:41:42 -07:00
io_service.h Add support for file locking 2015-01-09 13:06:37 +00:00
io_service_no_ssl.cc Breaking Change: merge BoringSSL branch into master 2015-08-26 14:42:12 +02:00
io_service_no_ssl.h Breaking Change: merge BoringSSL branch into master 2015-08-26 14:42:12 +02:00
io_service_patch.dart Reapply "Mark all private functions in dart: libraries as invisible (*sniff*). Previously these functions were only marked invisible if they were also native, a constructor, or on a black list." 2015-01-21 20:44:04 +00:00
io_service_unsupported.cc Don't compile io_service if io is not supported. 2013-09-25 16:31:13 +00:00
io_sources.gypi Add IO service object handler, with initial implementation for HTTP server. 2014-05-21 11:12:49 +00:00
isolate_data.h - Implement .packages specification. 2015-07-29 11:30:33 -07:00
lockers.h - Make sure that the threads for dart::bin are in the correct namespace. 2014-08-14 00:06:04 +00:00
log.h
log_android.cc
log_linux.cc
log_macos.cc
log_win.cc
main.cc Added option --snapshot-after-run to enable an application snapshot to be taken after running the application. 2015-10-16 17:10:30 -07:00
platform.cc Revert change to Platform.excutable and add Platform.resolvedExecutable 2015-06-15 10:13:21 +02:00
platform.h Revert change to Platform.excutable and add Platform.resolvedExecutable 2015-06-15 10:13:21 +02:00
platform_android.cc Fix Android compilation 2015-05-20 15:47:41 +02:00
platform_linux.cc Make Platform.executable return the fully qualified path of the executable 2015-05-20 13:14:51 +02:00
platform_macos.cc Use #if TARGET_OS_IOS instead of #ifdef TARGET_OS_IOS. 2015-10-12 12:38:10 +02:00
platform_patch.dart Revert change to Platform.excutable and add Platform.resolvedExecutable 2015-06-15 10:13:21 +02:00
platform_win.cc Improve the encoding/decoding to/from system encoding on Windows 2015-06-24 10:36:05 +02:00
process.cc Fix build breakage encountered by Flutter 2015-10-01 07:18:27 -07:00
process.h Add an option for starting a detached process with stdio connected 2015-02-03 13:38:38 +00:00
process_android.cc Revert "Clean up process spawning." 2015-06-15 15:26:56 +02:00
process_linux.cc Revert "Clean up process spawning." 2015-06-15 15:26:56 +02:00
process_macos.cc Use #if TARGET_OS_IOS instead of #ifdef TARGET_OS_IOS. 2015-10-12 12:38:10 +02:00
process_patch.dart Add tracking of open processes to the new io resource tracking. 2015-09-14 12:54:36 +02:00
process_test.cc
process_win.cc Improve the encoding/decoding to/from system encoding on Windows 2015-06-24 10:36:05 +02:00
resources_sources.gypi Service isolate rework take 2 2015-01-29 18:31:27 +00:00
run_vm_tests.cc VM thread shutdown. 2015-09-15 12:49:52 -07:00
secure_socket.cc Pass BoringSSL error messages from C++ IO threads back into to Dart. 2015-10-12 15:06:29 +02:00
secure_socket.h Initialize member to NULL in SecureSocket. 2015-09-03 11:32:06 +02:00
secure_socket_patch.dart Breaking Change: merge BoringSSL branch into master 2015-08-26 14:42:12 +02:00
secure_socket_unsupported.cc Breaking Change: merge BoringSSL branch into master 2015-08-26 14:42:12 +02:00
service_object_patch.dart Add HttpServerConnection to Observatory. 2014-06-10 07:33:37 +00:00
snapshot_empty.cc First step towards splitting a full snapshot into a vm isolate snapshot and a 2015-03-31 18:46:19 +00:00
snapshot_in.cc Move symbol table from per isolate snapshot to vm isolate snapshot, this reduces the per isolate initial heap size 2015-05-14 20:14:37 +00:00
socket.cc Remove server socket references 2015-10-05 12:25:20 +02:00
socket.h Remove server socket references 2015-10-05 12:25:20 +02:00
socket_android.cc Fix Android build 2015-02-12 15:13:35 +00:00
socket_android.h
socket_linux.cc Reafctor to use 'const RawAddr&' or 'RawAddr*' in the eventhandler code 2015-02-12 11:39:20 +00:00
socket_linux.h
socket_macos.cc Reafctor to use 'const RawAddr&' or 'RawAddr*' in the eventhandler code 2015-02-12 11:39:20 +00:00
socket_macos.h
socket_patch.dart Remove server socket references 2015-10-05 12:25:20 +02:00
socket_win.cc Improve the encoding/decoding to/from system encoding on Windows 2015-06-24 10:36:05 +02:00
socket_win.h
stdio.cc Reapply revert of "Make stdout/stderr async" 2015-01-16 13:35:37 +00:00
stdio.h Reapply revert of "Make stdout/stderr async" 2015-01-16 13:35:37 +00:00
stdio_android.cc Fix Android build 2015-01-19 09:24:48 +00:00
stdio_linux.cc Reapply revert of "Make stdout/stderr async" 2015-01-16 13:35:37 +00:00
stdio_macos.cc Reapply revert of "Make stdout/stderr async" 2015-01-16 13:35:37 +00:00
stdio_patch.dart Fix arguments passed to FileSystemException from _socketType, when failing to resolve the type. 2015-08-13 09:32:26 +02:00
stdio_win.cc Reapply revert of "Make stdout/stderr async" 2015-01-16 13:35:37 +00:00
test_extension.c Add runtime and native entry tags 2014-04-10 20:26:45 +00:00
test_extension_dllmain_win.cc
thread.h Add forward-declarations in attempt to fix Mac/Windows build. 2015-07-09 12:52:55 -07:00
thread_android.cc Fix Windows Dartium build: 2014-08-14 05:00:37 +00:00
thread_android.h - Make sure that the threads for dart::bin are in the correct namespace. 2014-08-14 00:06:04 +00:00
thread_linux.cc Fix Windows Dartium build: 2014-08-14 05:00:37 +00:00
thread_linux.h - Make sure that the threads for dart::bin are in the correct namespace. 2014-08-14 00:06:04 +00:00
thread_macos.cc Fix Windows Dartium build: 2014-08-14 05:00:37 +00:00
thread_macos.h - Make sure that the threads for dart::bin are in the correct namespace. 2014-08-14 00:06:04 +00:00
thread_win.cc Fix Windows Dartium build: 2014-08-14 05:00:37 +00:00
thread_win.h - Fix Windows standalone build again. 2014-08-14 05:13:55 +00:00
utils.h VM thread shutdown. 2015-09-15 12:49:52 -07:00
utils_android.cc Improve the encoding/decoding to/from system encoding on Windows 2015-06-24 10:36:05 +02:00
utils_linux.cc Improve the encoding/decoding to/from system encoding on Windows 2015-06-24 10:36:05 +02:00
utils_macos.cc Improve the encoding/decoding to/from system encoding on Windows 2015-06-24 10:36:05 +02:00
utils_win.cc Improve the encoding/decoding to/from system encoding on Windows 2015-06-24 10:36:05 +02:00
utils_win.h Improve the encoding/decoding to/from system encoding on Windows 2015-06-24 10:36:05 +02:00
vmservice_dartium.cc - Implement package map parameter when spawning isolate. 2015-10-12 09:05:37 -07:00
vmservice_dartium.h Use regular sources to load dart:io and builtin library instead of linking in the standalone dart snapshot for accessing these. This ensures that we can use the regular dartium snapshot to create the vmservice isolate. 2015-05-14 17:40:09 +00:00
vmservice_impl.cc - Implement package map parameter when spawning isolate. 2015-10-12 09:05:37 -07:00
vmservice_impl.h Service isolate rework take 2 2015-01-29 18:31:27 +00:00
vmserviceio_dartium.dart Add dart:io and dart:_builtin to the dartium snapshot so that vmservices can work, the previous approach of trying to load dart:io and dart:_builtin from the sources does not work in a dart-sdk distribution as the sources are not copied out. 2015-05-15 23:15:19 +00:00
zlib.gyp Remove checkout of NSS and sqlite from DEPS, remove support files. 2015-09-10 12:56:22 +02:00