dart-sdk/sdk/lib/io
Liam Appelbe b6cfea8d8b Remove trailing null char from IOOverrides.fseGetType
This null char is inserted by _toNullTerminatedUtf8Array, and right
below that function is _toStringFromUtf8Array, which does the opposite.
But _toStringFromUtf8Array is currently dead code, so it looks like the
intent was always to use _toStringFromUtf8Array for this, and the fact
that utf8.decode was being used instead is just a mistake.

Bug: https://github.com/dart-lang/sdk/issues/34885
Change-Id: I1404c7783b055902b256176aa61971c0d6969f5e
Fixes: https://github.com/dart-lang/sdk/issues/34885
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/243103
Reviewed-by: Ryan Macnak <rmacnak@google.com>
Commit-Queue: Liam Appelbe <liama@google.com>
2022-05-02 21:16:20 +00:00
..
common.dart [io] Move OSError::isInprogressCode to implementation patch class. 2021-04-13 13:52:06 +00:00
data_transformer.dart Remove deprecated "SCREAMING CAPS" constants from dart:io. 2022-03-17 23:00:57 +00:00
directory.dart [io] Fix typo in doc for Directory.rename() 2022-01-06 19:08:35 +00:00
directory_impl.dart Update documentation of dart:io. 2021-01-22 13:37:39 +00:00
embedder_config.dart Reland "Revert commits part of #40548 which still has some design debates and breaks valid local network http traffic" 2021-04-16 20:25:36 +00:00
eventhandler.dart [Core Libraries] Eliminate the fork in the core libraries. 2020-06-16 23:37:36 +00:00
file.dart Remove deprecated "SCREAMING CAPS" constants from dart:io. 2022-03-17 23:00:57 +00:00
file_impl.dart [io/unix-domain-sockets] Ensure runtime-looked up entry points are marked as such. 2021-10-08 20:22:28 +00:00
file_system_entity.dart Remove trailing null char from IOOverrides.fseGetType 2022-05-02 21:16:20 +00:00
io.dart Improve HTTP docs in dart:io 2021-10-27 18:55:17 +00:00
io_resource_info.dart [ Service / dart:io ] Rework previously unused dart:io service extensions 2020-09-18 20:15:56 +00:00
io_service.dart [Core Libraries] Eliminate the fork in the core libraries. 2020-06-16 23:37:36 +00:00
io_sink.dart Update documentation of dart:io. 2021-01-22 13:37:39 +00:00
io_sources.gni add network_policy to io gni 2021-02-18 22:26:49 +00:00
link.dart Update documentation of dart:io. 2021-01-22 13:37:39 +00:00
namespace_impl.dart [Core Libraries] Eliminate the fork in the core libraries. 2020-06-16 23:37:36 +00:00
network_policy.dart Reland "Revert commits part of #40548 which still has some design debates and breaks valid local network http traffic" 2021-04-16 20:25:36 +00:00
network_profiling.dart [ dart:io / package:vm_service ] Add HTTP request profiling service 2021-03-24 23:01:03 +00:00
overrides.dart Added sourcePort to Socket.connect()/startConnect() as optional parameter. 2021-12-08 18:33:00 +00:00
platform.dart Platform: clarify documentation for executable, resolvedExecutable and script. 2022-02-23 10:13:02 +00:00
platform_impl.dart Update documentation of dart:io. 2021-01-22 13:37:39 +00:00
process.dart Remove deprecated "SCREAMING CAPS" constants from dart:io. 2022-03-17 23:00:57 +00:00
secure_server_socket.dart dart: library spelling fixes 2021-03-18 19:11:33 +00:00
secure_socket.dart Remove renegotiate. 2022-03-02 19:50:50 +00:00
security_context.dart Allow sockets to enable TLS renegotiation. 2022-03-31 06:40:51 +00:00
service_object.dart [Core Libraries] Eliminate the fork in the core libraries. 2020-06-16 23:37:36 +00:00
socket.dart Remove deprecated "SCREAMING CAPS" constants from dart:io. 2022-03-17 23:00:57 +00:00
stdio.dart Remove deprecated "SCREAMING CAPS" constants from dart:io. 2022-03-17 23:00:57 +00:00
string_transformer.dart Remove deprecated "SCREAMING CAPS" constants from dart:io. 2022-03-17 23:00:57 +00:00
sync_socket.dart Remove deprecated "SCREAMING CAPS" constants from dart:io. 2022-03-17 23:00:57 +00:00