dart-sdk/sdk/lib/io
Brian Quinlan b9d83afb8a [stable] Fix zlib inflation to ignore data past the ADLER32 trailer.
Bug:https://github.com/dart-lang/sdk/issues/56481
Change-Id: I70ca61d9b1c9dd1720af240360f9cad751bf7013
Tested: zlib_test.dart
Cherry-pick: https://dart-review.googlesource.com/c/sdk/+/380861
Cherry-pick-request: https://github.com/dart-lang/sdk/issues/56526
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/381389
Reviewed-by: Siva Annamalai <asiva@google.com>
Commit-Queue: Brian Quinlan <bquinlan@google.com>
2024-08-26 18:38:29 +00:00
..
common.dart Add PathExistsException and PathAccessException FileSystemException subclasses. 2022-11-30 04:54:52 +00:00
data_transformer.dart [stable] Fix zlib inflation to ignore data past the ADLER32 trailer. 2024-08-26 18:38:29 +00:00
directory.dart SDK: replace unsupported [this] comment references with this. 2024-05-03 15:29:29 +00:00
directory_impl.dart Fix Directory.current setter compatibility with IOOverrides 2023-12-18 20:23:21 +00:00
embedder_config.dart [embedder] Clean up deprecated secure connection enforcement mechanism. 2022-06-29 16:59:25 +00:00
eventhandler.dart [Core Libraries] Eliminate the fork in the core libraries. 2020-06-16 23:37:36 +00:00
file.dart [doc, io] Document the error behavior for File.openRead/file.openWrite 2024-03-14 22:43:32 +00:00
file_impl.dart [standalone, io] Don't register service extensions in product mode. 2023-08-30 21:46:17 +00:00
file_system_entity.dart [docs,io] Clarify that isDirectory is not meaningful for FileSystemDeleteEvent. 2024-03-30 01:03:08 +00:00
io.dart Tiny code cleanup: Remove _asyncRunZoned being an alias of runZoned 2023-07-11 11:37:57 +00:00
io_resource_info.dart Expose the members of _ProcessImpl to avoid dynamic invocations. 2022-09-16 21:28:30 +00:00
io_service.dart Implement anonymous pipes and the ability to transmit them between processes using Unix Domain Sockets. 2022-09-13 21:16:28 +00:00
io_sink.dart Mention that IOSink truncates List<int> to bytes 2023-06-27 19:39:01 +00:00
io_sources.gni [embedder] Clean up deprecated secure connection enforcement mechanism. 2022-06-29 16:59:25 +00:00
link.dart SDK: replace unsupported [this] comment references with this. 2024-05-03 15:29:29 +00:00
namespace_impl.dart [Core Libraries] Eliminate the fork in the core libraries. 2020-06-16 23:37:36 +00:00
network_profiling.dart [beta] [ dart:io ] Fix minor bugs in network profiler 2024-07-19 07:50:22 +00:00
overrides.dart Use utf8.encode() instead of longer const Utf8Encoder.convert() 2023-07-24 09:28:38 +00:00
platform.dart Remove some getters for final fields 2023-05-19 00:52:57 +00:00
platform_impl.dart [pkg/vm] Initial work on constant operating system fields and getters. 2023-02-10 16:29:50 +00:00
process.dart [io,doc]: Point out that exit does not kill child processes. 2024-06-10 22:58:28 +00:00
secure_server_socket.dart Add ServerSocketBase to remove dynamic invocations of secure sockets in _HttpServer. 2022-11-10 22:28:48 +00:00
secure_socket.dart [io/ssl] Avoid reinitiating racing handshake request. 2024-05-14 20:50:33 +00:00
security_context.dart Make SecurityContext final. 2024-07-01 22:46:48 +00:00
service_object.dart [flip-modifiers]: Reapply "Enforce current library restrictions." 2023-03-03 09:37:38 +00:00
socket.dart Make the ConnectionTask constructor public. 2024-07-01 21:54:27 +00:00
stdio.dart [io] Make it possible to change the line ending output by stdout and stderr. 2024-02-16 20:06:03 +00:00
string_transformer.dart Additional dart:io class modifier changes. 2023-04-04 21:08:07 +00:00
sync_socket.dart Add Dart 3 class modifiers to dart:io. 2023-04-04 19:06:21 +00:00