2.7.0
  1. 8342ec2 Fix pub.dev URLs throughout SDK repo by Kevin Moore · 6 years ago
  2. a75ffc8 Add non-NNBD language version marker to all sdk (non-nnbd) files by Sigmund Cherem · 6 years ago
  3. 2e15d0e [dart:io] add IOOverrides.serverSocketBind to enable overriding ServerSocket.bind() by Zichang Guo · 6 years ago
  4. f11dea9 document readIntoSync return type by jonahwilliams · 6 years ago
  5. a029172 Fix documentation for InternetAddress.lookup() by Tom?s Arias · 6 years ago
  6. 558875d [ VM / dart:io ] Added service extension scaffolding for dart:io network profiling by Ben Konyi · 6 years ago
  7. 8866cdb [vm] throw exception if directory buffer overflows on Windows by Zichang Guo · 6 years ago
  8. bb87996 Fix some dart sdk documentation issues by Parker Lougheed · 6 years ago
  9. d978c83 [dart:io]Annotate SecureSocket.secure supportedProtocols with @Since by Sigurd Meldgaard · 6 years ago
  10. 3547b2a [dart:io] Document supportedProtocols argument of RawSecureSocket.secure by Sigurd Meldgaard · 6 years ago
  11. 671fdba [dart:io] Pass supportedProtocols through from SecureSocket.secure by Sigurd Meldgaard · 6 years ago
  12. d08c203 Add various missing argument checks to dart:io natives. by Ryan Macnak · 6 years ago
  13. 938d3be Revert "Add various missing argument checks to dart:io natives." by Ryan Macnak · 6 years ago
  14. ba72890 Add various missing argument checks to dart:io natives. by Ryan Macnak · 6 years ago
  15. 1c4ad14 Revert recent changes to File.openRead() and HttpClientResponse APIs by Todd Volkert · 6 years ago
  16. cab2ca2 Update Socket to be a Stream<Uint8List> by Todd Volkert · 6 years ago
  17. c4af35c Update Datagram.data to be Uint8List by Todd Volkert · 6 years ago
  18. ddfde57 Update File.openRead to return Stream<Uint8List> by Todd Volkert · 6 years ago
  19. 9173aed Declare return types of Uint8List. by Todd Volkert · 6 years ago
  20. 25b40a0 Update RawSocket.read to return Uint8List by Todd Volkert · 6 years ago
  21. bd84cff Update InternetAddress.rawAddress to be Uint8List by Todd Volkert · 6 years ago
  22. 977ae22 Make FileStat.stat's dartdoc provide a reference to FileSystemEntityType by James Lin · 6 years ago
  23. a8a0aff Add `@Since` annotations to some recent and future features. by Lasse R.H. Nielsen · 6 years ago
  24. cdabea8 [dart:io] Document raw sockets are not operating system raw sockets. by Jonas Termansen · 6 years ago
  25. 8db489c [vm/aot] Remove unnecessary closurization of some entry-points. by Samir Jindel · 7 years ago
  26. b625926 [ VM / dart:io ] Updated `Link` implementation for Windows to use actual symbolic links. by Ben Konyi · 7 years ago
  27. bb560bb [ VM / dart:io ] Adding to a closed IOSink now throws a StateError by Ben Konyi · 7 years ago
  28. 5b1daaa Exposes a thin layer over getsockopt/setsockopt for supported platforms. by Dan Field · 7 years ago
  29. edca616 Fixed a number of dart:html P1 issues. by Terry Lucas · 7 years ago
  30. 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
  31. 42702e2 [vm] Spot fixes for Fuchsia by Zach Anderson · 7 years ago
  32. 5a54f0e Remove type checks that are already guaranteed by Nate Bosch · 7 years ago
  33. c8e95cf More lint-driven cleanup of Core libs by Kevin Moore · 7 years ago
  34. 8b465bc Document that addStream cannot be called while addStream is in progress. by Sam Rawlins · 7 years ago
  35. 2c70f80 Fix doc comment for terminalLines. Womp womp. Fixes #31612 by Sam Rawlins · 7 years ago
  36. abbcecf Fix various Encoding documentation. Fixes #31827, #31828, #31829, #31830, #31831 by Sam Rawlins · 7 years ago
  37. a67ae75 Fix a typo in dart:io docs. by Devon Carew · 7 years ago
  38. e23acaa [vm/aot] Fix obfuscation. by Samir Jindel · 7 years ago
  39. 74d058e [vm/sdk] add missing vm entry-point pragma by Aart Bik · 7 years ago
  40. 6e23c3b Support SO_REUSEPORT and IP_MULTICAST_TTL for datagram sockets. by Dan Field · 7 years ago
  41. 0ac3b8f [fuchsia] Add missing vm:entry-point annotation by Zach Anderson · 7 years ago
  42. 7442bac Reword readLineSync doc to remove typo by Nate Bosch · 7 years ago
  43. acf842c [vm] Empty dart_io_entries.txt and add entry-points for Flutter. by Samir Jindel · 7 years ago
  44. f2e6e72 Mark File/Directory.fromRawPath as an entry point by Jason Simmons · 7 years ago
  45. 2a479d3 Call out addError API in stderr docs by Nate Bosch · 7 years ago
  46. dc9a7b3 Clarify that stdout my not be done before exitCode by Nate Bosch · 7 years ago
  47. 5572df1 [vm/precomp] Fix name of vm:entry-point. by Samir Jindel · 7 years ago
  48. 9767af2 [vm/precomp] Support @pragma for fields and remove associated entry-point entries. by Samir Jindel · 7 years ago
  49. de40820 [vm/precomp] Take 4 for procedure- and class-entrypoints. by Samir Jindel · 7 years ago
  50. 08f59e5 These changes are causing a segfault in DartEntry::InvokeFunction in dart_entry.cc in Flutter, by Ben Konyi · 7 years ago
  51. 567109d Take 3 for "[vm/kernel/precomp] Remove procedures from entry points files." by Samir Jindel · 7 years ago
  52. 98356d3 Revert "Re-land "[vm/kernel/precomp] Remove procedures from entry points files."" by Samir Jindel · 7 years ago
  53. a437b4b Re-land "[vm/kernel/precomp] Remove procedures from entry points files." by Samir Jindel · 7 years ago
  54. 17cca79 Revert "[vm/kernel/precomp] Remove procedures from entry points files." by Samir Jindel · 7 years ago
  55. 91dcf65 [vm/kernel/precomp] Remove procedures from entry points files. by Samir Jindel · 7 years ago
  56. 0ccdc3e Reland: [dart:io] Adds Socket.startConnect by Zach Anderson · 7 years ago
  57. 4e04ad5 Revert "[dart:io] Adds Socket.startConnect" by Zach Anderson · 7 years ago
  58. eb3bece [dart:io] Adds Socket.startConnect by Zach Anderson · 7 years ago
  59. 2876bd0 Doc - Fix OSError.message and errorCode doc by Sam Rawlins · 7 years ago
  60. 5bfb70e Docs - Update example websockets app; use idiomatic async/await in examples by Sam Rawlins · 7 years ago
  61. 69c807c Fix docs for async File methods by Sam Rawlins · 7 years ago
  62. 7911fb2 First pass at disabling packages/ dir, packageRoot by Mike Fairhurst · 7 years ago
  63. 3ab7cf0 Revert "[dart:io] Revert recent non-utf8 path handling" by Ben Konyi · 7 years ago
  64. e7495e4 [dart:io] Adds X509Certificate.der and X509Certificate.pem by Zach Anderson · 7 years ago
  65. 42bcdcd [dart:io] Revert recent non-utf8 path handling by Zach Anderson · 7 years ago
  66. 916b9da [ VM ] Fixed issue where backing array was deleted from an ExternalTypedData before the ExternalTypedData was used. by Ben Konyi · 7 years ago
  67. 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
  68. 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
  69. 5afa2dc [dart:io] Fix ProcessStartMode.values by Zach Anderson · 7 years ago
  70. ac6ea06 [dart:io] Switch ProcessStartMode back to an enum by Zach Anderson · 7 years ago
  71. 5904247 Fix a typo in socket.dart. by Devon Carew · 7 years ago
  72. afb490a [dart:io] Provide modern Dart-styled constants by Zach Anderson · 7 years ago
  73. 865f527 [dart:io] Adds IOOverrides.socketConnect by Zach Anderson · 7 years ago
  74. f386b36 Update dartdoc to v0.18.0 and tag library categories. by Janice Collins · 7 years ago
  75. 4f1f5f8 Reland "Do not return this on RandomAccessFile.close" by Alexey Knyazev · 7 years ago
  76. e59018e Revert "Do not return this on RandomAccessFile.close" by William Hesse · 8 years ago
  77. 44aa9a1 Do not return this on RandomAccessFile.close by Alexey Knyazev · 8 years ago
  78. 3a769b9 Add missing methods to make classes Dart 2 valid. by Lasse R.H. Nielsen · 8 years ago
  79. aee7d57 API doc updates by Kathy Walrath · 8 years ago
  80. 6f78471 New methods on Iterable, List, Set, Queue, Map. by Lasse R.H. Nielsen · 8 years ago
  81. 9c35cff Revert "New methods on Iterable, List, Set, Queue, Map." by William Hesse · 8 years ago
  82. 0b59f24 New methods on Iterable, List, Set, Queue, Map. by Lasse R.H. Nielsen · 8 years ago
  83. 6523896 [dart:io] Adds ProcessStartMode.INHERIT_STDIO by Zachary Anderson · 8 years ago
  84. 71d356d [fuchsia][dart:io] Allow the embedder to specify handles for stdio by Zachary Anderson · 8 years ago
  85. a4f3b53 Reapply "Partial static mode changes for vm-service and tests (part 3)." by Ryan Macnak · 8 years ago
  86. 37c28f8 Revert "Reapply "Partial static mode changes for vm-service and tests (part 3)."" by Jens Johansen · 8 years ago
  87. c9f6e86 Reapply "Partial static mode changes for vm-service and tests (part 3)." by Ryan Macnak · 8 years ago
  88. e8d9d94 Revert "Partial static mode changes for vm-service and tests (part 3)." by Ryan Macnak · 8 years ago
  89. 6ccd7b8 Partial static mode changes for vm-service and tests (part 3). by Ryan Macnak · 8 years ago
  90. 971a157 [dart:io] Allow setting overrides in the root Zone by Zachary Anderson · 8 years ago
  91. 2822fba Fix the interface definition for Socket.close and Socket.done. by Paul Berry · 8 years ago
  92. 5554382 Get a better stack trace from conversion errors in File.readAsString. by Ryan Macnak · 8 years ago
  93. f3e845c Revert "Reland: [dart:io] Adds waitForEventSync" by Florian Loitsch · 8 years ago
  94. 3ea5e13 Reland: [dart:io] Adds waitForEventSync by Zachary Anderson · 8 years ago
  95. acdd2ad Make sure that _StreamSinkImpl._isBound is kept up-to-date by Natalie Weizenbaum · 8 years ago
  96. 9d8e645 Revert "[dart:io] Adds waitForEventSync" by Zach Anderson · 8 years ago
  97. 2aed87a [dart:io] Adds waitForEventSync by Zachary Anderson · 8 years ago
  98. 9344c79 [dart:io] Allow the embedder to override Platform.localeName by Zachary Anderson · 8 years ago
  99. 616215d [dart:io] Adds Stdin.hasTerminal to mirror Stdout.hasTerminal by Zachary Anderson · 8 years ago
  100. 2b5349e Remove most comment syntax casts from sdk. by Leaf Petersen · 8 years ago