3.0.3
  1. a486baf [stable] Add `interface` to a few classes which had missed it. by Lasse R.H. Nielsen · 2 years, 3 months ago
  2. 458a723 [beta] [io] Remove 'abstract' from 'class Platform' by Brian Quinlan · 2 years, 4 months ago
  3. 31095d7 Additional dart:io class modifier changes. by Brian Quinlan · 2 years, 5 months ago
  4. 9c702bc Add Dart 3 class modifiers to dart:io. by Brian Quinlan · 2 years, 5 months ago
  5. 17ea08c Document that IPv4 are preferred in socket.connect. by Brian Quinlan · 2 years, 5 months ago
  6. 592c486 [doc/io] Clarify why not to modify data after IOSink.add by Brian Quinlan · 2 years, 5 months ago
  7. 69bddee Make FileSystemEvent and its subclasses final with public constructors. by Brian Quinlan · 2 years, 5 months ago
  8. f6ac970 Reland "Add class modifiers to `dart:convert`." again. by Lasse R.H. Nielsen · 2 years, 5 months ago
  9. d0556f9 Revert "Reland "Add class modifiers to `dart:convert`."" by Emmanuel Pellereau · 2 years, 5 months ago
  10. 608934e Reland "Add class modifiers to `dart:convert`." by Lasse R.H. Nielsen · 2 years, 5 months ago
  11. f59e7d3 Revert "Add class modifiers to `dart:convert`." by Alexander Aprelev · 2 years, 5 months ago
  12. 845c937 Revert "[vm] Mark _registerServiceExtension entrypoint conditional on being non-product mode" by Martin Kustermann · 2 years, 5 months ago
  13. 20449a1 Revert "Reland "[io] Improve the performance of the IOSink returned by `openWrite` by writing eagerly and accumulating small writes."" by William Hesse · 2 years, 5 months ago
  14. 39ecf5f [io] Calling flush after close on File.open's IOSync should not throw an exception by William Hesse · 2 years, 5 months ago
  15. b2f4cf3 Add class modifiers to `dart:convert`. by Lasse R.H. Nielsen · 2 years, 5 months ago
  16. 1717445 [vm] Mark _registerServiceExtension entrypoint conditional on being non-product mode by Martin Kustermann · 2 years, 5 months ago
  17. e34165c Reland "[io] Improve the performance of the IOSink returned by `openWrite` by writing eagerly and accumulating small writes." by Brian Quinlan · 2 years, 6 months ago
  18. c17e55a Revert "[io] Improve the performance of the IOSink returned by `openWrite` by writing eagerly and accumulating small writes." by Siva Annamalai · 2 years, 6 months ago
  19. c2bdda6 [io] Improve the performance of the IOSink returned by `openWrite` by writing eagerly and accumulating small writes. by Brian Quinlan · 2 years, 6 months ago
  20. cc736df [flip-modifiers]: Reapply "Enforce current library restrictions." by Lasse R.H. Nielsen · 2 years, 6 months ago
  21. 420686f [lib] Annotate exception classes added in 2.19 with @Since("2.19") by Vyacheslav Egorov · 2 years, 6 months ago
  22. 029e0ce Revert "Enforce current library restrictions." by Ilya Yanok · 2 years, 6 months ago
  23. 0c05e33 Enforce current library restrictions. by Lasse R.H. Nielsen · 2 years, 6 months ago
  24. 2c0484c [pkg/vm] Initial work on constant operating system fields and getters. by Tess Strickland · 2 years, 7 months ago
  25. deca6a6 Reland "Update HTTP Profiling ids to use Strings" by Dan Chevalier · 2 years, 7 months ago
  26. 252015b [io] Fix a bug where large reads would return partial data. by Brian Quinlan · 2 years, 7 months ago
  27. 63180b9 Remove superfluous words. by Ahmed Ashour · 2 years, 7 months ago
  28. 74849ba Revert "Update HTTP Profiling ids to use Strings" by Oleh Prypin · 2 years, 7 months ago
  29. e7d8261 Update HTTP Profiling ids to use Strings by Dan Chevalier · 2 years, 7 months ago
  30. ef42a0b Spelling pkg analyzer lib by Josh Soref · 2 years, 7 months ago
  31. b9b6511 Spelling sdk by Alexander Thomas · 2 years, 7 months ago
  32. a675b7e Doc: Fix typo in comments by Beesafe · 2 years, 7 months ago
  33. 3571b97 [win/io] Fix a bug where RawDataSocket would send truncated data on Windows. by Brian Quinlan · 2 years, 8 months ago
  34. c7eb34d [doc/io] Add a RawDatagramSocket example. by Brian Quinlan · 2 years, 8 months ago
  35. 6d37a3c [doc/io] Add a note about the use of relative paths for Process.(start|run) by Brian Quinlan · 2 years, 8 months ago
  36. e7c4784 [doc/io] Add a warning about process blocking behavior by Brian Quinlan · 2 years, 8 months ago
  37. 9b2b9df [io] Remove incorrect docs that listSupport is not available on Android. by Brian Quinlan · 2 years, 8 months ago
  38. df895a8 Spelling sdk by Josh Soref · 2 years, 8 months ago
  39. 2f864c0 Use async/await for readAsString by Nate Bosch · 2 years, 9 months ago
  40. 7e4d4bf [corelib] _RawSecureSocket implements _RawSocketBase to avoid dynamic call in _Socket by Kallen Tu · 2 years, 9 months ago
  41. 8df8bbf Add PathExistsException and PathAccessException FileSystemException subclasses. by Brian Quinlan · 2 years, 9 months ago
  42. 5adeb03 Add ServerSocketBase to remove dynamic invocations of secure sockets in _HttpServer. by Kallen Tu · 2 years, 10 months ago
  43. f910f23 Clarify FSEvent API limitations. by Brian Quinlan · 2 years, 10 months ago
  44. b75f8aa [io/file] - add FileSystemNotFoundException by Brian Quinlan · 2 years, 10 months ago
  45. 131da05 Refactor standalone tests to avoid including platform library code via parts by Leaf Petersen · 2 years, 10 months ago
  46. fee8a22 Clean up VM core libraries by removing dynamic invocations. by Kallen Tu · 2 years, 11 months ago
  47. d2a43581 [io] Avoid serializing unwritten bytes in async I/O. by Ryan Macnak · 2 years, 11 months ago
  48. 11bf5d8 [vm] Extend string optimizations to UnmodifiableUint8List. by Ryan Macnak · 2 years, 11 months ago
  49. 446ee14 Cast sockets that set _owner and read closedReadEventSent of _NativeSocket by Kallen Tu · 2 years, 11 months ago
  50. ce7c036 Make _detachRaw an external method of Socket to avoid dynamic calls. by Kallen Tu · 2 years, 11 months ago
  51. 646886c Type Socket in _HttpConnection to avoid dynamic invocations. by Kallen Tu · 2 years, 11 months ago
  52. 78bd225 Add a note that sendMessage and readMessage are only available on macOS and Linux. by Brian Quinlan · 3 years ago
  53. a376426 Use AssertionError rather than Exceptions for unexpected behaviour in io. by Kallen Tu · 3 years ago
  54. c903b8a Expose the members of _ProcessImpl to avoid dynamic invocations. by Kallen Tu · 3 years ago
  55. af20d93 Type RandomAccessFile in io_resource_info to avoid dynamic invocation of path by Kallen Tu · 3 years ago
  56. fa53fb6 Throw an error if an attempt is made to create more than one resource from a ResourceHandle by Brian Quinlan · 3 years ago
  57. aad35b4 Remove dynamic invocations in error handling in directory_impl. by Kallen Tu · 3 years ago
  58. 2ead86a Implement anonymous pipes and the ability to transmit them between processes using Unix Domain Sockets. by Brian Quinlan · 3 years ago
  59. 7055da3 Remove dynamic invocations from io file classes. by Kallen Tu · 3 years ago
  60. 10a1ac1 Eliminate dynamic [] calls from common, directory_impl and link. by Kallen Tu · 3 years ago
  61. bcb9fd2 Eliminate [] dynamic call in io_resource_info. by Kallen Tu · 3 years ago
  62. 78a9f52 Eliminate dynamic calls with file and subscription in stdio. by Kallen Tu · 3 years ago
  63. 33846f3 [io/file] Add `exclusive` optional parameter to File.create, createSync. by Alexander Aprelev · 3 years ago
  64. d0e27df Eliminate dynamic calls when getting the environment. by Kallen Tu · 3 years ago
  65. 0a591de Document that Directory.list* returns results in arbitrary order by Brian Quinlan · 3 years, 1 month ago
  66. 40e1890 Fixed various typos in a lot of files by Anis Alibegić · 3 years, 1 month ago
  67. f51149e [embedder] Clean up deprecated secure connection enforcement mechanism. by Alexander Aprelev · 3 years, 2 months ago
  68. 83850ac [io] Don't restore terminal state on exit. by Jonas Termansen · 3 years, 3 months ago
  69. e8290f7 [VM/io] - Reland : Set correct file type for files backing unix domain sockets by asiva · 3 years, 4 months ago
  70. b6cfea8 Remove trailing null char from IOOverrides.fseGetType by Liam Appelbe · 3 years, 4 months ago
  71. 03fd724 Minor fixes to file_system_entity docs by Parker Lougheed · 3 years, 5 months ago
  72. ac6f722 Revert "[VM/io] - Set correct file type for files backing unix domain sockets" by Siva Annamalai · 3 years, 5 months ago
  73. dbe6d1d [VM/io] - Set correct file type for files backing unix domain sockets by asiva · 3 years, 5 months ago
  74. c286b76 Allow sockets to enable TLS renegotiation. by Brian Quinlan · 3 years, 5 months ago
  75. fd02fec Remove deprecated "SCREAMING CAPS" constants from dart:io. by Paul Berry · 3 years, 6 months ago
  76. cdcc221 Remove renegotiate. by Brian Quinlan · 3 years, 6 months ago
  77. ff0efb2 Platform: clarify documentation for executable, resolvedExecutable and script. by Graciliano Monteiro Passos · 3 years, 6 months ago
  78. 917ae52 Add the ability to log TLS keys. by Brian Quinlan · 3 years, 6 months ago
  79. e4b19f1 Example added for sleep() by Alex Lindroos · 3 years, 8 months ago
  80. 9bfb74e [io] Fix typo in doc for `Directory.rename()` by Nicholas Shahan · 3 years, 8 months ago
  81. 8caaa1b Added sourcePort to Socket.connect()/startConnect() as optional parameter. by Mo · 3 years, 9 months ago
  82. 71e3dac Remove deprecated packageRoot API, which doesn't work in Dart 2 by Michael Thomsen · 3 years, 9 months ago
  83. ae5def7 [test] Account for new locale string returned on macOS. by Ryan Macnak · 3 years, 9 months ago
  84. 0e5f3f4 Fix an issue where `rename` on Windows would delete the target directory. by Brian Quinlan · 3 years, 10 months ago
  85. 0d6c343 [dart:io] Add overrides for stdio by Simon Binder · 3 years, 10 months ago
  86. 5e99059 Fix a bug where windows would not currently follow symlinks in stat() calls. by Brian Quinlan · 3 years, 10 months ago
  87. 5e866bf Improve HTTP docs in dart:io by Kevin Moore · 3 years, 10 months ago
  88. d041cf0 Remove extra `the`, `be` and `of` by Ahmed Ashour · 3 years, 10 months ago
  89. b89382a Use full path for link to gethostname by Brian Quinlan · 3 years, 11 months ago
  90. 81ddb51 Add some documentation for `localHostname` by Brian Quinlan · 3 years, 11 months ago
  91. e270bbe [io/unix-domain-sockets] Ensure runtime-looked up entry points are marked as such. by Alexander Aprelev · 3 years, 11 months ago
  92. 935ee25 [io/unix_domain_socket] Add support for sending/receiving open files, sockets, std streams via sockets. by Alexander Aprelev · 3 years, 11 months ago
  93. a1e2432 support specifying templates when verifying docs by Devon Carew · 3 years, 11 months ago
  94. ff7c693 Several fixes to the core lib docs. by Devon Carew · 3 years, 11 months ago
  95. c3171cf Add some more documentation for Platform.localeName. by Brian Quinlan · 4 years ago
  96. 8e6f639 Add some extra documentation for Platform.operatingSystem by Brian Quinlan · 4 years ago
  97. bafa71a Add the ability to specify additional imports for doc samples. by Devon Carew · 4 years ago
  98. f5383bd [io/win] Ensure blank paths in file operations are handled gracefully. by Alexander Aprelev · 4 years ago
  99. ab453e6 Add some more details to the documentation for operatingSystemVersion by Brian Quinlan · 4 years ago
  100. 1d43ec2 Add an initial version of a script to validate the code samples in the dart: doc comments. by Devon Carew · 4 years ago