dart-sdk/sdk/lib/io
Søren Gjesse c05c8c6606 Revert change to Platform.excutable and add Platform.resolvedExecutable
The change to Platform.excutable in
e03ab17437 was a breaking change and it
has been reverted.

A new getter Platform.resolvedExecutable has been added to provide the
the fully qualified path of the executable.

BUG=https://github.com/dart-lang/sdk/issues/16994
R=lrn@google.com, kustermann@google.com, len@google.com

Review URL: https://codereview.chromium.org//1180623006.
2015-06-15 10:13:21 +02:00
..
bytes_builder.dart Make non-copying version of BytesBuidler and make file-reads faster. 2014-04-01 10:56:19 +00:00
common.dart Code cleanup (mostly io lib and some http lib). 2014-01-08 12:03:11 +00:00
crypto.dart Code cleanup (mostly io lib and some http lib). 2014-01-08 12:03:11 +00:00
data_transformer.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
directory.dart Add uri getter on file system entity. 2015-04-17 07:31:26 +00:00
directory_impl.dart Add Uri.directory constructor. 2015-04-17 08:56:03 +00:00
eventhandler.dart - Remove Dart_ReceivePortGetId, Dart_GetReceivePort and Dart_PostMessage. 2014-06-30 17:46:26 +00:00
file.dart Fix argument processing for RandomAccessFile.writeFrom 2015-05-27 10:01:24 +02:00
file_impl.dart Fix errors in previous commit 2015-05-27 11:18:03 +02:00
file_system_entity.dart Add uri getter on file system entity. 2015-04-17 07:31:26 +00:00
http.dart Add normalizePath to Uri class. 2015-04-15 11:56:35 +00:00
http_date.dart http_date: produce leading zero on day component 2014-05-12 13:32:23 +00:00
http_headers.dart Only lower-case ContentType's values if the name is 'charset'. 2014-11-03 12:34:08 +00:00
http_impl.dart Add handling of HTTP '100 Continue' intermediate response 2015-05-11 13:48:15 +00:00
http_parser.dart Revert "Fix warnings and hints in the SDK" 2015-04-22 11:08:38 +00:00
http_session.dart HttpSession: better toString() 2014-01-28 00:09:13 +00:00
io.dart - Move timer implementation closer to the rest of message handling. 2015-01-28 00:39:35 +00:00
io_service.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_sink.dart Ensure that stack traces are propagated more often in dart:io. 2015-03-18 10:12:05 +00:00
iolib_sources.gypi - Move timer implementation closer to the rest of message handling. 2015-01-28 00:39:35 +00:00
link.dart Add uri getter on file system entity. 2015-04-17 07:31:26 +00:00
platform.dart Revert change to Platform.excutable and add Platform.resolvedExecutable 2015-06-15 10:13:21 +02:00
platform_impl.dart Revert change to Platform.excutable and add Platform.resolvedExecutable 2015-06-15 10:13:21 +02:00
process.dart Fix Typo in exitCode documentation 2015-05-11 14:20:39 +00:00
secure_server_socket.dart Ensure that stack traces are propagated more often in dart:io. 2015-03-18 10:12:05 +00:00
secure_socket.dart Add case to avoid warning when dart2js analyzes dart:io files 2015-03-10 09:19:43 +00:00
service_object.dart Add missing files. 2014-05-21 11:27:47 +00:00
socket.dart Fix warnings in socket.dart. 2015-03-09 18:21:59 +00:00
stdio.dart Reapply revert of "Make stdout/stderr async" 2015-01-16 13:35:37 +00:00
string_transformer.dart Introduce class Sink<T>. 2014-03-20 10:13:01 +00:00
websocket.dart Add support for user info on ws: and wss: URLs 2015-02-09 09:17:55 +00:00
websocket_impl.dart Make sure to process WebSocket frames when closing a WebSocket 2015-05-11 09:32:39 +00:00