.. |
ffi_test
|
Roll Clang from 20d06c833d83 to 28ee6040710f.
|
2023-03-03 18:22:32 +00:00 |
ffi_unit_test
|
[vm/ffi] Add Fuchsia ABI unit tests
|
2022-08-16 12:17:26 +00:00 |
abstract_socket_test.cc
|
|
|
address_sanitizer.cc
|
Do not declare __asan_default_options if GOOGLE3 is defined.
|
2021-12-24 06:44:34 +00:00 |
analyze_snapshot.cc
|
Spelling pkg analyzer lib
|
2023-01-25 14:08:27 +00:00 |
BUILD.gn
|
[build] Use relative paths.
|
2023-03-08 22:10:42 +00:00 |
builtin.cc
|
|
|
builtin.h
|
|
|
builtin_gen_snapshot.cc
|
|
|
builtin_impl_sources.gni
|
[vm] Add build-time option to use absl mutexes in place of pthread mutexes.
|
2022-03-10 23:48:05 +00:00 |
builtin_in.cc
|
|
|
builtin_natives.cc
|
|
|
builtin_sources.gni
|
|
|
cli.cc
|
|
|
cli_impl_sources.gni
|
|
|
cli_sources.gni
|
|
|
console.h
|
|
|
console_posix.cc
|
[io] Don't restore terminal state on exit.
|
2022-05-31 15:36:33 +00:00 |
console_win.cc
|
[io] Don't restore terminal state on exit.
|
2022-05-31 15:36:33 +00:00 |
crashpad.cc
|
|
|
crashpad.h
|
|
|
crypto.cc
|
|
|
crypto.h
|
|
|
crypto_android.cc
|
|
|
crypto_fuchsia.cc
|
|
|
crypto_linux.cc
|
|
|
crypto_macos.cc
|
|
|
crypto_test.cc
|
|
|
crypto_win.cc
|
|
|
dart_embedder_api_impl.cc
|
[ VM Service ] Add support for '--[no-]serve-observatory'
|
2022-11-21 17:47:31 +00:00 |
dart_io_api_impl.cc
|
[dart:io] Publish implementations of the VM file callbacks.
|
2022-04-19 23:27:17 +00:00 |
dartdev_isolate.cc
|
[vm] Update to variadic FATAL.
|
2023-03-06 22:06:59 +00:00 |
dartdev_isolate.h
|
Revert "[VM/CLI] Remove dartdev.dill"
|
2022-12-13 15:28:19 +00:00 |
dartutils.cc
|
[vm/api] Make CObject as_string const char* instead of const
|
2023-01-04 12:51:03 +00:00 |
dartutils.h
|
Spelling runtime bin
|
2023-01-06 07:48:22 +00:00 |
dfe.cc
|
[3.0 alpha][VM/Runtime] - Flip flag to make strong null safety the default.
|
2022-12-06 04:04:23 +00:00 |
dfe.h
|
Spelling build
|
2023-01-23 08:56:14 +00:00 |
directory.cc
|
[io/file] - add FileSystemNotFoundException
|
2022-11-08 19:26:19 +00:00 |
directory.h
|
|
|
directory_android.cc
|
[vm] Update to variadic FATAL.
|
2023-03-06 22:06:59 +00:00 |
directory_fuchsia.cc
|
[vm] Update to variadic FATAL.
|
2023-03-06 22:06:59 +00:00 |
directory_linux.cc
|
[vm] Update to variadic FATAL.
|
2023-03-06 22:06:59 +00:00 |
directory_macos.cc
|
[vm] Update to variadic FATAL.
|
2023-03-06 22:06:59 +00:00 |
directory_test.cc
|
|
|
directory_win.cc
|
Spelling runtime bin
|
2023-01-06 07:48:22 +00:00 |
elf_loader.cc
|
[vm] Support RISC-V.
|
2022-01-20 00:57:57 +00:00 |
elf_loader.h
|
|
|
entrypoints_verification_test.cc
|
[vm] Remove support for dart-ext: imports
|
2021-09-02 14:14:35 +00:00 |
error_exit.cc
|
|
|
error_exit.h
|
|
|
eventhandler.cc
|
|
|
eventhandler.h
|
[VM/Runtime] Fix racy closing of sockets between the finalizers/event
|
2021-08-13 01:08:51 +00:00 |
eventhandler_android.cc
|
[vm] Update to variadic FATAL.
|
2023-03-06 22:06:59 +00:00 |
eventhandler_android.h
|
|
|
eventhandler_fuchsia.cc
|
[vm] Update to variadic FATAL.
|
2023-03-06 22:06:59 +00:00 |
eventhandler_fuchsia.h
|
|
|
eventhandler_linux.cc
|
[vm] Update to variadic FATAL.
|
2023-03-06 22:06:59 +00:00 |
eventhandler_linux.h
|
|
|
eventhandler_macos.cc
|
[vm] Update to variadic FATAL.
|
2023-03-06 22:06:59 +00:00 |
eventhandler_macos.h
|
|
|
eventhandler_test.cc
|
Spelling pkg analyzer lib
|
2023-01-25 14:08:27 +00:00 |
eventhandler_win.cc
|
[vm] Update to variadic FATAL.
|
2023-03-06 22:06:59 +00:00 |
eventhandler_win.h
|
|
|
exe_utils.cc
|
|
|
exe_utils.h
|
|
|
fdutils.h
|
Spelling runtime bin
|
2023-01-06 07:48:22 +00:00 |
fdutils_android.cc
|
|
|
fdutils_fuchsia.cc
|
|
|
fdutils_linux.cc
|
|
|
fdutils_macos.cc
|
|
|
file.cc
|
Fix unbalanced call to Dart_TypedDataAcquireData.
|
2023-02-14 01:44:17 +00:00 |
file.h
|
[io] Fix a bug where large reads would return partial data.
|
2023-01-31 18:41:39 +00:00 |
file_android.cc
|
Implement anonymous pipes and the ability to transmit them between processes using Unix Domain Sockets.
|
2022-09-13 21:16:28 +00:00 |
file_fuchsia.cc
|
Implement anonymous pipes and the ability to transmit them between processes using Unix Domain Sockets.
|
2022-09-13 21:16:28 +00:00 |
file_linux.cc
|
Implement anonymous pipes and the ability to transmit them between processes using Unix Domain Sockets.
|
2022-09-13 21:16:28 +00:00 |
file_macos.cc
|
Implement anonymous pipes and the ability to transmit them between processes using Unix Domain Sockets.
|
2022-09-13 21:16:28 +00:00 |
file_support.cc
|
|
|
file_system_watcher.cc
|
|
|
file_system_watcher.h
|
|
|
file_system_watcher_android.cc
|
Spelling runtime bin
|
2023-01-06 07:48:22 +00:00 |
file_system_watcher_fuchsia.cc
|
|
|
file_system_watcher_linux.cc
|
Spelling runtime bin
|
2023-01-06 07:48:22 +00:00 |
file_system_watcher_macos.cc
|
|
|
file_system_watcher_win.cc
|
Spelling runtime bin
|
2023-01-06 07:48:22 +00:00 |
file_test.cc
|
MacOS-Signable Compiled Dart Scripts
|
2022-03-09 18:02:34 +00:00 |
file_win.cc
|
[gardening] Fix gen_snapshot crash on msvc.
|
2022-09-21 18:16:56 +00:00 |
file_win.h
|
|
|
filter.cc
|
|
|
filter.h
|
|
|
gen_snapshot.cc
|
[standalone] Fix memory leak in the tag handler.
|
2023-02-02 21:35:47 +00:00 |
gzip.cc
|
|
|
gzip.h
|
|
|
hashmap_test.cc
|
|
|
ifaddrs-android.cc
|
|
|
ifaddrs-android.h
|
|
|
io_buffer.cc
|
|
|
io_buffer.h
|
|
|
io_impl_sources.gni
|
Add support for sending file descriptors over unix domain sockets on macOS
|
2022-09-01 20:36:12 +00:00 |
io_natives.cc
|
[io] Remove incorrect docs that listSupport is not available on Android.
|
2022-12-21 00:23:02 +00:00 |
io_natives.h
|
|
|
io_service.cc
|
|
|
io_service.h
|
Implement anonymous pipes and the ability to transmit them between processes using Unix Domain Sockets.
|
2022-09-13 21:16:28 +00:00 |
io_service_no_ssl.cc
|
|
|
io_service_no_ssl.h
|
|
|
io_sources.gni
|
|
|
isolate_data.cc
|
|
|
isolate_data.h
|
|
|
loader.cc
|
[standalone] Fix memory leak in the tag handler.
|
2023-02-02 21:35:47 +00:00 |
loader.h
|
[vm] Remove support for dart-ext: imports
|
2021-09-02 14:14:35 +00:00 |
lockers.h
|
|
|
main.cc
|
[vm] Split out main from main.cc
|
2023-01-16 15:12:38 +00:00 |
main_impl.cc
|
Reland "[ Observatory ] Disable serving Observatory by default"
|
2023-03-24 13:25:30 +00:00 |
main_impl.h
|
[vm] Split out main from main.cc
|
2023-01-16 15:12:38 +00:00 |
main_options.cc
|
[CLI] Add help message about --timeline-recorder to dart run --help
|
2023-03-14 18:00:43 +00:00 |
main_options.h
|
Reland "[ Observatory ] Disable serving Observatory by default"
|
2023-03-24 13:25:30 +00:00 |
namespace.cc
|
|
|
namespace.h
|
|
|
namespace_android.cc
|
|
|
namespace_fuchsia.cc
|
[vm] Update to variadic FATAL.
|
2023-03-06 22:06:59 +00:00 |
namespace_fuchsia.h
|
|
|
namespace_linux.cc
|
|
|
namespace_macos.cc
|
|
|
namespace_win.cc
|
|
|
observatory_assets_empty.cc
|
|
|
options.cc
|
|
|
options.h
|
|
|
platform.cc
|
|
|
platform.h
|
[vm] Add OS and architecture to non-symbolic stack traces.
|
2022-08-05 11:53:37 +00:00 |
platform_android.cc
|
[vm] Add OS and architecture to non-symbolic stack traces.
|
2022-08-05 11:53:37 +00:00 |
platform_fuchsia.cc
|
Spelling runtime bin
|
2023-01-06 07:48:22 +00:00 |
platform_linux.cc
|
[vm] Add OS and architecture to non-symbolic stack traces.
|
2022-08-05 11:53:37 +00:00 |
platform_macos.cc
|
[vm] Add OS and architecture to non-symbolic stack traces.
|
2022-08-05 11:53:37 +00:00 |
platform_macos.h
|
|
|
platform_macos_cocoa.h
|
Fix a bug where Platform.operatingSystemVersion was incorrect in the iOS
|
2021-10-19 21:25:43 +00:00 |
platform_macos_cocoa.mm
|
Fix a bug where Platform.operatingSystemVersion was incorrect in the iOS
|
2021-10-19 21:25:43 +00:00 |
platform_win.cc
|
[vm] Improve crash reporting for gen_snapshot on Windows.
|
2023-02-14 17:56:30 +00:00 |
priority_heap_test.cc
|
|
|
process.cc
|
Spelling runtime bin
|
2023-01-06 07:48:22 +00:00 |
process.h
|
Spelling runtime bin
|
2023-01-06 07:48:22 +00:00 |
process_android.cc
|
[vm] Update to variadic FATAL.
|
2023-03-06 22:06:59 +00:00 |
process_fuchsia.cc
|
[vm] Update to variadic FATAL.
|
2023-03-06 22:06:59 +00:00 |
process_linux.cc
|
[vm] Update to variadic FATAL.
|
2023-03-06 22:06:59 +00:00 |
process_macos.cc
|
[vm] Update to variadic FATAL.
|
2023-03-06 22:06:59 +00:00 |
process_test.cc
|
[build] Fix zero-build of few common targets on Windows.
|
2021-10-07 16:23:42 +00:00 |
process_win.cc
|
[vm] Update to variadic FATAL.
|
2023-03-06 22:06:59 +00:00 |
reference_counting.h
|
|
|
root_certificates_unsupported.cc
|
|
|
run_vm_tests.cc
|
[ VM Service ] Add support for '--[no-]serve-observatory'
|
2022-11-21 17:47:31 +00:00 |
secure_socket_filter.cc
|
Spelling runtime bin
|
2023-01-06 07:48:22 +00:00 |
secure_socket_filter.h
|
Remove renegotiate.
|
2022-03-02 19:50:50 +00:00 |
secure_socket_unsupported.cc
|
Allow sockets to enable TLS renegotiation.
|
2022-03-31 06:40:51 +00:00 |
secure_socket_utils.cc
|
[VM / IO] Fix cases where TlsExceptions were being created with an
|
2022-04-04 21:57:22 +00:00 |
secure_socket_utils.h
|
[VM / IO] Fix cases where TlsExceptions were being created with an
|
2022-04-04 21:57:22 +00:00 |
secure_socket_utils_test.cc
|
[vm/certs/win] When adding root certificates consider not_before and not_after properties, only add valid ones.
|
2021-08-26 15:34:48 +00:00 |
security_context.cc
|
Allow sockets to enable TLS renegotiation.
|
2022-03-31 06:40:51 +00:00 |
security_context.h
|
Allow sockets to enable TLS renegotiation.
|
2022-03-31 06:40:51 +00:00 |
security_context_android.cc
|
Spelling runtime bin
|
2023-01-06 07:48:22 +00:00 |
security_context_fuchsia.cc
|
|
|
security_context_linux.cc
|
|
|
security_context_macos.cc
|
[vm] Update to variadic FATAL.
|
2023-03-06 22:06:59 +00:00 |
security_context_win.cc
|
Spelling runtime bin
|
2023-01-06 07:48:22 +00:00 |
snapshot_empty.cc
|
|
|
snapshot_in.cc
|
|
|
snapshot_utils.cc
|
[vm] Update to variadic FATAL.
|
2023-03-06 22:06:59 +00:00 |
snapshot_utils.h
|
[dart2native] Allow for signing of Windows standalone executables.
|
2022-03-24 10:08:01 +00:00 |
snapshot_utils_test.cc
|
[vm/test] Remove checked-in binaries from MachO test.
|
2022-08-17 16:18:35 +00:00 |
socket.cc
|
Spelling runtime bin
|
2023-01-06 07:48:22 +00:00 |
socket.h
|
|
|
socket_android.cc
|
|
|
socket_base.cc
|
[io] Remove incorrect docs that listSupport is not available on Android.
|
2022-12-21 00:23:02 +00:00 |
socket_base.h
|
[io] Remove incorrect docs that listSupport is not available on Android.
|
2022-12-21 00:23:02 +00:00 |
socket_base_android.cc
|
Spelling runtime bin
|
2023-01-06 07:48:22 +00:00 |
socket_base_android.h
|
|
|
socket_base_fuchsia.cc
|
[io] Remove incorrect docs that listSupport is not available on Android.
|
2022-12-21 00:23:02 +00:00 |
socket_base_fuchsia.h
|
|
|
socket_base_linux.cc
|
Add support for sending file descriptors over unix domain sockets on macOS
|
2022-09-01 20:36:12 +00:00 |
socket_base_linux.h
|
|
|
socket_base_macos.cc
|
Add support for sending file descriptors over unix domain sockets on macOS
|
2022-09-01 20:36:12 +00:00 |
socket_base_macos.h
|
|
|
socket_base_posix.cc
|
Revert "Suppress sign-compare warnings for musl libc"
|
2023-02-02 20:28:46 +00:00 |
socket_base_win.cc
|
[io] Remove incorrect docs that listSupport is not available on Android.
|
2022-12-21 00:23:02 +00:00 |
socket_base_win.h
|
|
|
socket_fuchsia.cc
|
|
|
socket_linux.cc
|
|
|
socket_macos.cc
|
|
|
socket_win.cc
|
|
|
stdio.cc
|
[io] Don't restore terminal state on exit.
|
2022-05-31 15:36:33 +00:00 |
stdio.h
|
[io] Don't restore terminal state on exit.
|
2022-05-31 15:36:33 +00:00 |
stdio_android.cc
|
[io] Don't restore terminal state on exit.
|
2022-05-31 15:36:33 +00:00 |
stdio_fuchsia.cc
|
[io] Don't restore terminal state on exit.
|
2022-05-31 15:36:33 +00:00 |
stdio_linux.cc
|
[io] Don't restore terminal state on exit.
|
2022-05-31 15:36:33 +00:00 |
stdio_macos.cc
|
[io] Don't restore terminal state on exit.
|
2022-05-31 15:36:33 +00:00 |
stdio_win.cc
|
[io] Don't restore terminal state on exit.
|
2022-05-31 15:36:33 +00:00 |
sync_socket.cc
|
|
|
sync_socket.h
|
|
|
sync_socket_android.cc
|
|
|
sync_socket_fuchsia.cc
|
|
|
sync_socket_linux.cc
|
|
|
sync_socket_macos.cc
|
|
|
sync_socket_win.cc
|
|
|
test_utils.cc
|
MacOS-Signable Compiled Dart Scripts
|
2022-03-09 18:02:34 +00:00 |
test_utils.h
|
MacOS-Signable Compiled Dart Scripts
|
2022-03-09 18:02:34 +00:00 |
thread.h
|
Spelling runtime bin
|
2023-01-06 07:48:22 +00:00 |
thread_absl.cc
|
[vm] Update to variadic FATAL.
|
2023-03-06 22:06:59 +00:00 |
thread_absl.h
|
[vm] Make [os_]thread_absl.cc compatible with Mac.
|
2022-03-21 16:47:47 +00:00 |
thread_android.cc
|
[vm] Update to variadic FATAL.
|
2023-03-06 22:06:59 +00:00 |
thread_android.h
|
[vm] Make [os_]thread_absl.cc compatible with Mac.
|
2022-03-21 16:47:47 +00:00 |
thread_fuchsia.cc
|
[vm] Update to variadic FATAL.
|
2023-03-06 22:06:59 +00:00 |
thread_fuchsia.h
|
[vm] Make [os_]thread_absl.cc compatible with Mac.
|
2022-03-21 16:47:47 +00:00 |
thread_linux.cc
|
[vm] Update to variadic FATAL.
|
2023-03-06 22:06:59 +00:00 |
thread_linux.h
|
[vm] Make [os_]thread_absl.cc compatible with Mac.
|
2022-03-21 16:47:47 +00:00 |
thread_macos.cc
|
[vm] Update to variadic FATAL.
|
2023-03-06 22:06:59 +00:00 |
thread_macos.h
|
[vm] Make [os_]thread_absl.cc compatible with Mac.
|
2022-03-21 16:47:47 +00:00 |
thread_win.cc
|
[vm] Make [os_]thread_absl.cc compatible with Mac.
|
2022-03-21 16:47:47 +00:00 |
thread_win.h
|
[vm] Make [os_]thread_absl.cc compatible with Mac.
|
2022-03-21 16:47:47 +00:00 |
typed_data_utils.cc
|
|
|
typed_data_utils.h
|
|
|
utils.cc
|
|
|
utils.h
|
Fix a bug where calling _WindowsCodePageEncoder.convert would call an abort on non-Windows platforms.
|
2021-10-08 00:22:12 +00:00 |
utils_android.cc
|
Fix a bug where calling _WindowsCodePageEncoder.convert would call an abort on non-Windows platforms.
|
2021-10-08 00:22:12 +00:00 |
utils_fuchsia.cc
|
Fix a bug where calling _WindowsCodePageEncoder.convert would call an abort on non-Windows platforms.
|
2021-10-08 00:22:12 +00:00 |
utils_linux.cc
|
Fix a bug where calling _WindowsCodePageEncoder.convert would call an abort on non-Windows platforms.
|
2021-10-08 00:22:12 +00:00 |
utils_macos.cc
|
Fix a bug where calling _WindowsCodePageEncoder.convert would call an abort on non-Windows platforms.
|
2021-10-08 00:22:12 +00:00 |
utils_win.cc
|
Fix MSVC build
|
2022-03-22 18:28:19 +00:00 |
utils_win.h
|
Fix a bug where setAccessTime would also set the modified time on Windows.
|
2021-10-29 18:19:49 +00:00 |
virtual_memory.h
|
[standalone] Remove use of dart::VirtualMemory from the standalone embedder.
|
2021-08-12 21:30:10 +00:00 |
virtual_memory_fuchsia.cc
|
[standalone] Remove use of dart::VirtualMemory from the standalone embedder.
|
2021-08-12 21:30:10 +00:00 |
virtual_memory_posix.cc
|
[standalone] Remove use of dart::VirtualMemory from the standalone embedder.
|
2021-08-12 21:30:10 +00:00 |
virtual_memory_win.cc
|
[standalone] Remove use of dart::VirtualMemory from the standalone embedder.
|
2021-08-12 21:30:10 +00:00 |
vmservice_impl.cc
|
[vm] Update to variadic FATAL.
|
2023-03-06 22:06:59 +00:00 |
vmservice_impl.h
|
[ VM Service ] Add support for '--[no-]serve-observatory'
|
2022-11-21 17:47:31 +00:00 |