2.2.0
  1. b625926 [ VM / dart:io ] Updated `Link` implementation for Windows to use actual symbolic links. by Ben Konyi · 7 years ago
  2. bb560bb [ VM / dart:io ] Adding to a closed IOSink now throws a StateError by Ben Konyi · 7 years ago
  3. 5b1daaa Exposes a thin layer over getsockopt/setsockopt for supported platforms. by Dan Field · 7 years ago
  4. edca616 Fixed a number of dart:html P1 issues. by Terry Lucas · 7 years ago
  5. e4b26e7 [ VM / dart:io ] Update documentation for to warn '--pause-isolates-on-exit' is not respected when `exit` is called by Ben Konyi · 7 years ago
  6. 42702e2 [vm] Spot fixes for Fuchsia by Zach Anderson · 7 years ago
  7. 5a54f0e Remove type checks that are already guaranteed by Nate Bosch · 7 years ago
  8. c8e95cf More lint-driven cleanup of Core libs by Kevin Moore · 7 years ago
  9. 8b465bc Document that addStream cannot be called while addStream is in progress. by Sam Rawlins · 7 years ago
  10. 2c70f80 Fix doc comment for terminalLines. Womp womp. Fixes #31612 by Sam Rawlins · 7 years ago
  11. abbcecf Fix various Encoding documentation. Fixes #31827, #31828, #31829, #31830, #31831 by Sam Rawlins · 7 years ago
  12. a67ae75 Fix a typo in dart:io docs. by Devon Carew · 7 years ago
  13. e23acaa [vm/aot] Fix obfuscation. by Samir Jindel · 7 years ago
  14. 74d058e [vm/sdk] add missing vm entry-point pragma by Aart Bik · 7 years ago
  15. 6e23c3b Support SO_REUSEPORT and IP_MULTICAST_TTL for datagram sockets. by Dan Field · 7 years ago
  16. 0ac3b8f [fuchsia] Add missing vm:entry-point annotation by Zach Anderson · 7 years ago
  17. 7442bac Reword readLineSync doc to remove typo by Nate Bosch · 7 years ago
  18. acf842c [vm] Empty dart_io_entries.txt and add entry-points for Flutter. by Samir Jindel · 7 years ago
  19. f2e6e72 Mark File/Directory.fromRawPath as an entry point by Jason Simmons · 7 years ago
  20. 2a479d3 Call out addError API in stderr docs by Nate Bosch · 7 years ago
  21. dc9a7b3 Clarify that stdout my not be done before exitCode by Nate Bosch · 7 years ago
  22. 5572df1 [vm/precomp] Fix name of vm:entry-point. by Samir Jindel · 7 years ago
  23. 9767af2 [vm/precomp] Support @pragma for fields and remove associated entry-point entries. by Samir Jindel · 7 years ago
  24. de40820 [vm/precomp] Take 4 for procedure- and class-entrypoints. by Samir Jindel · 7 years ago
  25. 08f59e5 These changes are causing a segfault in DartEntry::InvokeFunction in dart_entry.cc in Flutter, by Ben Konyi · 7 years ago
  26. 567109d Take 3 for "[vm/kernel/precomp] Remove procedures from entry points files." by Samir Jindel · 7 years ago
  27. 98356d3 Revert "Re-land "[vm/kernel/precomp] Remove procedures from entry points files."" by Samir Jindel · 7 years ago
  28. a437b4b Re-land "[vm/kernel/precomp] Remove procedures from entry points files." by Samir Jindel · 7 years ago
  29. 17cca79 Revert "[vm/kernel/precomp] Remove procedures from entry points files." by Samir Jindel · 7 years ago
  30. 91dcf65 [vm/kernel/precomp] Remove procedures from entry points files. by Samir Jindel · 7 years ago
  31. 0ccdc3e Reland: [dart:io] Adds Socket.startConnect by Zach Anderson · 7 years ago
  32. 4e04ad5 Revert "[dart:io] Adds Socket.startConnect" by Zach Anderson · 7 years ago
  33. eb3bece [dart:io] Adds Socket.startConnect by Zach Anderson · 7 years ago
  34. 2876bd0 Doc - Fix OSError.message and errorCode doc by Sam Rawlins · 7 years ago
  35. 5bfb70e Docs - Update example websockets app; use idiomatic async/await in examples by Sam Rawlins · 7 years ago
  36. 69c807c Fix docs for async File methods by Sam Rawlins · 7 years ago
  37. 7911fb2 First pass at disabling packages/ dir, packageRoot by Mike Fairhurst · 7 years ago
  38. 3ab7cf0 Revert "[dart:io] Revert recent non-utf8 path handling" by Ben Konyi · 7 years ago
  39. e7495e4 [dart:io] Adds X509Certificate.der and X509Certificate.pem by Zach Anderson · 7 years ago
  40. 42bcdcd [dart:io] Revert recent non-utf8 path handling by Zach Anderson · 7 years ago
  41. 916b9da [ VM ] Fixed issue where backing array was deleted from an ExternalTypedData before the ExternalTypedData was used. by Ben Konyi · 7 years ago
  42. 4f549e2 Revert "Fix issues with FileSystemEntities which have non-UTF8 paths causing exceptions to be thrown when converting to/from a Dart VM String." by Ben Konyi · 7 years ago
  43. ba342a9 Fix issues with FileSystemEntities which have non-UTF8 paths causing exceptions to be thrown when converting to/from a Dart VM String. by Ben Konyi · 7 years ago
  44. 5afa2dc [dart:io] Fix ProcessStartMode.values by Zach Anderson · 7 years ago
  45. ac6ea06 [dart:io] Switch ProcessStartMode back to an enum by Zach Anderson · 7 years ago
  46. 5904247 Fix a typo in socket.dart. by Devon Carew · 7 years ago
  47. afb490a [dart:io] Provide modern Dart-styled constants by Zach Anderson · 7 years ago
  48. 865f527 [dart:io] Adds IOOverrides.socketConnect by Zach Anderson · 7 years ago
  49. f386b36 Update dartdoc to v0.18.0 and tag library categories. by Janice Collins · 7 years ago
  50. 4f1f5f8 Reland "Do not return this on RandomAccessFile.close" by Alexey Knyazev · 7 years ago
  51. e59018e Revert "Do not return this on RandomAccessFile.close" by William Hesse · 8 years ago
  52. 44aa9a1 Do not return this on RandomAccessFile.close by Alexey Knyazev · 8 years ago
  53. 3a769b9 Add missing methods to make classes Dart 2 valid. by Lasse R.H. Nielsen · 8 years ago
  54. aee7d57 API doc updates by Kathy Walrath · 8 years ago
  55. 6f78471 New methods on Iterable, List, Set, Queue, Map. by Lasse R.H. Nielsen · 8 years ago
  56. 9c35cff Revert "New methods on Iterable, List, Set, Queue, Map." by William Hesse · 8 years ago
  57. 0b59f24 New methods on Iterable, List, Set, Queue, Map. by Lasse R.H. Nielsen · 8 years ago
  58. 6523896 [dart:io] Adds ProcessStartMode.INHERIT_STDIO by Zachary Anderson · 8 years ago
  59. 71d356d [fuchsia][dart:io] Allow the embedder to specify handles for stdio by Zachary Anderson · 8 years ago
  60. a4f3b53 Reapply "Partial static mode changes for vm-service and tests (part 3)." by Ryan Macnak · 8 years ago
  61. 37c28f8 Revert "Reapply "Partial static mode changes for vm-service and tests (part 3)."" by Jens Johansen · 8 years ago
  62. c9f6e86 Reapply "Partial static mode changes for vm-service and tests (part 3)." by Ryan Macnak · 8 years ago
  63. e8d9d94 Revert "Partial static mode changes for vm-service and tests (part 3)." by Ryan Macnak · 8 years ago
  64. 6ccd7b8 Partial static mode changes for vm-service and tests (part 3). by Ryan Macnak · 8 years ago
  65. 971a157 [dart:io] Allow setting overrides in the root Zone by Zachary Anderson · 8 years ago
  66. 2822fba Fix the interface definition for Socket.close and Socket.done. by Paul Berry · 8 years ago
  67. 5554382 Get a better stack trace from conversion errors in File.readAsString. by Ryan Macnak · 8 years ago
  68. f3e845c Revert "Reland: [dart:io] Adds waitForEventSync" by Florian Loitsch · 8 years ago
  69. 3ea5e13 Reland: [dart:io] Adds waitForEventSync by Zachary Anderson · 8 years ago
  70. acdd2ad Make sure that _StreamSinkImpl._isBound is kept up-to-date by Natalie Weizenbaum · 8 years ago
  71. 9d8e645 Revert "[dart:io] Adds waitForEventSync" by Zach Anderson · 8 years ago
  72. 2aed87a [dart:io] Adds waitForEventSync by Zachary Anderson · 8 years ago
  73. 9344c79 [dart:io] Allow the embedder to override Platform.localeName by Zachary Anderson · 8 years ago
  74. 616215d [dart:io] Adds Stdin.hasTerminal to mirror Stdout.hasTerminal by Zachary Anderson · 8 years ago
  75. 2b5349e Remove most comment syntax casts from sdk. by Leaf Petersen · 8 years ago
  76. b8f6eb7 [vm] Make effectively const fields const. by Ryan Macnak · 8 years ago
  77. 0af5298 [dart:io] Adds optional withTrustedRoots parameter to SecurityContext() by Zachary Anderson · 8 years ago
  78. 0b58c4b Change some constant declarations to lowerCase. by Lasse R.H. Nielsen · 8 years ago
  79. e61fc07 Revert "Change some constant declarations to lowerCase." by Lasse R.H. Nielsen · 8 years ago
  80. c048cfb Change some constant declarations to lowerCase. by Lasse R.H. Nielsen · 8 years ago
  81. 528bc96 [VM] Cleanup static typing issues in IO implementation by Vyacheslav Egorov · 8 years ago
  82. 346e1ed [dart:io] Rename IoOverrides -> IOOverrides by Zachary Anderson · 8 years ago
  83. dcd275f [dart:io] Begins work on mocking support by Zachary Anderson · 8 years ago
  84. 4b64a83 [vm] Remove dead crypto.dart from dart:io. by Ryan Macnak · 8 years ago
  85. 920d44c Include dart.io in dart2js platform by Sigmund Cherem · 8 years ago
  86. 2948f8c Reland: [dart:io] Moves Http code into a separate library. by Zachary Anderson · 8 years ago
  87. 64bf1b4 Revert "[dart:io] Moves Http code into a separate library." by Zach Anderson · 8 years ago
  88. ac9ff3f [dart:io] Moves Http code into a separate library. by Zachary Anderson · 8 years ago
  89. fc41a57 [dart:io] Allow an embedder to disallow certain operaions by Zachary Anderson · 8 years ago
  90. e2bce94 [dart:io] Adds Platform.operatingSystemVersion by Zachary Anderson · 8 years ago
  91. d0295c8 [dart:io] Namespaces for file IO by Zachary Anderson · 8 years ago
  92. 941f808 remove reference to dart:html (#30543) by Seth Ladd · 8 years ago
  93. 734beef [infra] Translate _sources.gypi files to _sources.gni files by Zachary Anderson · 8 years ago
  94. 7730203 [dart:io] Update docs for FileSystemEvent.isDirectory for Windows by Zachary Anderson · 8 years ago
  95. 21eddc4 [dart:io] Ignore server http upgrade request unless status code is right by Zachary Anderson · 8 years ago
  96. ee46026 Don't use `LinkedList` in the core libraries anymore. by Florian Loitsch · 8 years ago
  97. 9e7e666 Compute the script Uri lazily by Zachary Anderson · 8 years ago
  98. 5d4a786 Revert "Don't use `LinkedList` in the core libraries anymore." by Florian Loitsch · 8 years ago
  99. fe17b5b Don't use `LinkedList` in the core libraries anymore. by Florian Loitsch · 8 years ago
  100. 1bfd01c Revert "Use relative URIs for core library part-of statements." by Ryan Macnak · 8 years ago