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