1. 0132eee remove unneeded imports (#190) by Kevin Moore · 2 years, 7 months ago
  2. b5672d9 Use published versions of actions (#189) by Kevin Moore · 2 years, 7 months ago
  3. 5b870ff Switch to GitHub Actions (#188) by Greg Spencer · 2 years, 8 months ago
  4. 8b72111 Create dart.yml by Greg Spencer · 2 years, 8 months ago
  5. 1ebc388 Add ophandle for FileSystemEntity.exists/existsSync (#185) by Jonah Williams · 2 years, 11 months ago
  6. 0ed7ef5 Add copy and open operation handles to inject memory file exceptions without mocking (#184) by Jenn Magder · 3 years ago
  7. 427bb20 Add an operation handle to allow inserting FileSystemExceptions in the memory fs without mocking (#181) by Jonah Williams · 3 years, 2 months ago
  8. e354325 Migrate tests to sound mode, fix type error in MemoryDirectory (#180) by Jonah Williams · 3 years, 2 months ago
  9. 93f6ff1 migrate file_testing to null safety (#178) by Jonah Williams · 3 years, 3 months ago
  10. ced24c2 Fix lints from dart pub publish (#177) by Jonah Williams · 3 years, 3 months ago
  11. 80e3a61 stable version (#176) by Jonah Williams · 3 years, 3 months ago
  12. c9001cb Add _ChrootRandomAccessFile and ForwardingRandomAccessFile (#159) by James D. Lin · 3 years, 3 months ago
  13. 0e09370 update versions for beta (#173) by Jonah Williams · 3 years, 6 months ago
  14. bed9e22 update SDK constraint for null safety (#172) by Jonah Williams · 3 years, 6 months ago
  15. 71d1ad3 Remove unused dart:async imports. (#169) by Michael R Fairhurst · 3 years, 7 months ago
  16. 763c50a bump SDK constraint for 2.11 (#170) by Jonah Williams · 3 years, 7 months ago
  17. 73403a0 Make ForwardingFile.openRead return Stream<List<int>> again (#168) by James D. Lin · 3 years, 8 months ago
  18. e465349 Readme improvements (#165) by Kevin Moore · 3 years, 9 months ago
  19. 0a38af1 update for null-safety publication (#163) by Jonah Williams · 3 years, 9 months ago
  20. e5233fb [null-safety] migrate to _almost_ null safety (#162) by Jonah Williams · 3 years, 9 months ago
  21. d189c70 [null-safety] remove implicit-dynamic, intl in preparation for null-safety (#160) by Jonah Williams · 3 years, 9 months ago
  22. 4fd05e5 Make MemoryRandomAccessFile handle the file being moved from under it (#157) by James D. Lin · 3 years, 10 months ago
  23. c49d032 Replace existsSync() usage in tests (#156) by James D. Lin · 3 years, 10 months ago
  24. b651ddd Fix CHANGELOG.md and update package version (#155) by James D. Lin · 3 years, 10 months ago
  25. 996dba3 Fix describeInvocation code style (#154) by James D. Lin · 3 years, 10 months ago
  26. 48897b3 Try to fix flaky timestamp tests (#153) by James D. Lin · 3 years, 10 months ago
  27. 1d8aab0 Enable more "File > open" tests (#145) by James D. Lin · 3 years, 10 months ago
  28. 40ee95a Fix and refactor NoMatchingInvocationError.toString() (#149) by James D. Lin · 3 years, 10 months ago
  29. 6f58645 Remove Uint8ListToPlainList (#143) by James D. Lin · 3 years, 10 months ago
  30. 2e7de7b Fix MemoryFile.readAsLines to behave more like File.readAsLines (#147) by James D. Lin · 3 years, 10 months ago
  31. 5ef4626 per instance temp directory naming (#152) by Jonah Williams · 3 years, 11 months ago
  32. ae93276 Remove some stale TODOs (#151) by James D. Lin · 3 years, 11 months ago
  33. c9f0924 Try to fix some flaky tests (#150) by James D. Lin · 3 years, 11 months ago
  34. 7b1099d Change dep back to package:test (#141) by Dan Field · 3 years, 11 months ago
  35. 48cbe76 Add a basic implementation for MemoryRandomAccessFile (#136) by James D. Lin · 3 years, 11 months ago
  36. a139f3b Add a dartdoc comment for RealNode.clock (#137) by James D. Lin · 3 years, 11 months ago
  37. db9a48d Bump version (#130) by Todd Volkert · 4 years, 7 months ago
  38. d35d82d Monotonic clock version of MemoryFileSystem (#129) by Ian Hickson · 4 years, 7 months ago
  39. c70c123 Add basic example (#128) by Todd Volkert · 4 years, 8 months ago
  40. 850ea6d Update for modern analysis (#127) by Todd Volkert · 4 years, 8 months ago
  41. 4cc8554 Cleanup skipOnPlatform list for Windows tests that are now passing (#126) by Ben Konyi · 4 years, 10 months ago
  42. fc1e1bf Prepare for upcoming change to File.openRead() (#125) by Todd Volkert · 4 years, 10 months ago
  43. 79eb583 Change implementations to return Uint8List rather than List<int> (#123) by Todd Volkert · 5 years ago
  44. 7a2153e Adds `skip` to common_tests.dart `test` function. Uses it for failing tests. (#121) by Clement Skau · 5 years ago
  45. 14ba9ef Use test_api instead of test (#120) by Dan Field · 5 years ago
  46. 27049dd Switch to new-style mixins so that super.noSuchMethod can be called. (#117) by Paul Berry · 5 years ago
  47. a198745 Rework mixins to avoid extending non-Object. (#116) by Paul Berry · 6 years ago
  48. 7ef7e0c Add tests that fail because of slash directions (#115) by Danny Tuppeny · 6 years ago
  49. 515ed1d Dart 2 fix for File.open() (#114) by Todd Volkert · 6 years ago
  50. a7f409f Dart 2 fixes (#113) by Todd Volkert · 6 years ago
  51. 0213b00 Remove deprecated enablePreviewDart2 analysis option (#111) by Phil Quitslund · 6 years ago
  52. 40e7d6a Relax constraints on package:test version (#110) by Todd Volkert · 6 years ago
  53. 3e33e9f Remove woraround for nsm forwarding and mixins, fix has landed in SDK. (#108) by Keerti Parthasarathy · 6 years ago
  54. 446ec63 Add missing return to fix analsysis error with 2.1.0-dev.1.0. (#106) by Keerti Parthasarathy · 6 years ago
  55. 69f797d Update changelog (#107) by Todd Volkert · 6 years ago
  56. 65556d8 Dart 2 type fixes. (#104) by Phil Quitslund · 6 years ago
  57. 35fbd66 update test dep; bump version (#102) by Phil Quitslund · 6 years ago 5.0.3
  58. 2680de2 update test dep to ^1.0.0 (#101) by Phil Quitslund · 6 years ago
  59. bb745fd bump Dart SDK constraint (#99) by Phil Quitslund · 6 years ago
  60. 747d72d Fix build (#95) by Michael Thomsen · 6 years ago
  61. d92d00f Add Pub badge (#96) by Michael Thomsen · 6 years ago
  62. 34cf2d1 Use Linux error codes as fallback when OS error codes are not defined (#94) by Rohan Chandra · 6 years ago
  63. 15a16a6 Add workarounds for sdk#33459 (#92) by Sam Rawlins · 6 years ago
  64. 8c24e0e Fix for Dart 2 runtime + 2.0.0-dev.61.0 (#91) by Sam Rawlins · 6 years ago
  65. 7d4c2cb Fix a few runtime issues with Dart 2; s/retype/cast (#87) by Sam Rawlins · 6 years ago
  66. a57b9ad Remove upper case constants (#86) by Keerti Parthasarathy · 6 years ago
  67. 0af5602 Fix runtime errors in recording_test (#85) by Sam Rawlins · 6 years ago
  68. 89c46bf Re-organize repo (#83) by Todd Volkert · 6 years ago
  69. db0b529 Make MemoryFileSystem support Windows-style paths (#82) by Todd Volkert · 6 years ago
  70. 21dfcff General cleanup of package:file (#81) by Todd Volkert · 6 years ago
  71. 2b00b23 Update the signature for RecordingRandomAccessFile._close due to chan… (#78) by Keerti Parthasarathy · 6 years ago 4.0.0
  72. c09a430 Import dart:io directly (#77) by Todd Volkert · 6 years ago 3.0.0
  73. 8021807 Rename .analysis_options to analysis_options.yaml (#76) by Dan Rubel · 6 years ago
  74. 273a1e7 Bump version to 2.3.7 (#75) by Todd Volkert · 6 years ago 2.3.7
  75. ed47cc0 Make ForwardingDirectory generic. (#74) by Paul Berry · 6 years ago
  76. bc6ce1f Use Travis tasks (#73) by Kevin Moore · 6 years ago
  77. 3a58884 Revert "Allow dev to fail on travis (#71)" (#72) by Michael Goderbauer · 6 years ago
  78. 3b8d74b Allow dev to fail on travis (#71) by Michael Goderbauer · 6 years ago
  79. 7ea0bb8 Bump version up to 2.3.6 (#70) by Alexander Aprelev · 6 years ago
  80. 9be22fa Update sdk constraint to <2.0.0. Drop '-dev.infinity' (#69) by Alexander Aprelev · 6 years ago
  81. 5f99e6b Fix impl of memory directory's _renameSync. (#66) by Sam Rawlins · 6 years ago
  82. 99baf36 Fix uses_dynamic_as_bottom error (#63) by Sam Rawlins · 6 years ago
  83. 89345e9 Only pass boolean values to assert (#64) by Sam Rawlins · 6 years ago
  84. 12156a5 Fix line splitter (#62) by Leaf Petersen · 6 years ago 2.3.5
  85. ec7dfdb Bump SDK constraint to allow to early Dart 2.0 release (#60) by Todd Volkert · 7 years ago 2.3.4
  86. befdc6e Relax version requirements on `package:intl` (#59) by Todd Volkert · 7 years ago 2.3.3
  87. 6ecf967 Make the test async so as to wait for write to be done (#58) by Keerti Parthasarathy · 7 years ago
  88. fb5bce5 Fix Uri handling in FileSystem methods (#57) by Todd Volkert · 7 years ago 2.3.2
  89. 5beb596 Ignore errno values on Windows tests (#55) by Todd Volkert · 7 years ago
  90. 9895e04 Enable Windows testing of LocalFileSystem (#54) by Todd Volkert · 7 years ago
  91. 1c78228 Add more Windows tests (#53) by Todd Volkert · 7 years ago
  92. 4da2da0 Enable Windows testing of MemoryFileSystem (#52) by Todd Volkert · 7 years ago
  93. 6ef5815 Fix MemoryFile to update last modified time when writeAs* is called (#50) by Todd Volkert · 7 years ago 2.3.1
  94. 8f5f853 Added convenience methods in `Directory`... (#46) by Todd Volkert · 7 years ago 2.3.0
  95. de508ca Remove 'implements Function' from MethodProxy (#45) by Todd Volkert · 7 years ago
  96. d6795a9 Update code to use errno values (#44) by Todd Volkert · 7 years ago 2.2.0
  97. d9dad57 Windows fixes (#42) by Todd Volkert · 7 years ago
  98. 4aaaddf Remove superfluous `extends Object with ...` references (#41) by Todd Volkert · 7 years ago
  99. ce36d35 Prepare for 2.1.0 release (#40) by Todd Volkert · 7 years ago 2.1.0
  100. 3e1e6c6 Update API per new dart:io methods (#39) by Todd Volkert · 7 years ago