1. bece3fb Stop using deprecated Throws matcher (#38) by Todd Volkert · 7 years ago
  2. 700d00a Fix minor lint warning by Todd Volkert · 7 years ago
  3. 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
  4. a396b83 Update README badges to point to new repo (#36) by Todd Volkert · 7 years ago
  5. d0f2de4 Record & replay errors in (Recording|Replay)FileSystem (#35) by Todd Volkert · 7 years ago 2.0.0
  6. a0346ec Fix bug (and re-enable test) in ReplayIOSink (#34) by Todd Volkert · 7 years ago
  7. 9369e91 Finish implementation of ReplayFileSystem (#33) by Todd Volkert · 7 years ago
  8. da342e3 More implementation of ReplayFileSystem (#32) by Todd Volkert · 7 years ago
  9. 24f17eb Run common tests for ReplayFileSystem. (#31) by Todd Volkert · 7 years ago
  10. c9474de Merge `encoding.dart` and `resurrectors.dart` (#30) by Todd Volkert · 7 years ago
  11. 690c5e1 Extract out common `ReplayAware` interface (#29) by Todd Volkert · 7 years ago
  12. 6d335f0 Partial implementation of ReplayFileSystem (#28) by Todd Volkert · 7 years ago
  13. 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
  14. c2f5b40 Add deeplyEqual() method for use in replay (#25) by Todd Volkert · 7 years ago
  15. b2689ff Use synchronous file writing in BlobStreamReference (#24) by Todd Volkert · 7 years ago
  16. 2c08bc1 Deeply encode objects in `encode()` (#23) by Todd Volkert · 7 years ago
  17. 53c69df Clean up a few things in the record_replay library: (#22) by Todd Volkert · 7 years ago
  18. 722d092 Fix for STRONG_MODE_INVALID_CAST_FUNCTION_EXPR analyzer error with 1.22.0-dev.10.4 (#21) by Keerti Parthasarathy · 7 years ago
  19. 21e4eaf Clean up RecordingFile `ResultReference` classes (#20) by Todd Volkert · 7 years ago
  20. e30f99c Serialize results of certain file invocations to separate file. (#19) by Todd Volkert · 7 years ago
  21. 42bf782 Add ResultReference<T> to record_replay library. (#18) by Todd Volkert · 7 years ago
  22. e0aca53 Turn on stricter analyzer options (#17) by Todd Volkert · 7 years ago
  23. 3ba4cf2 Implement RecordingFileSystem. (#16) by Todd Volkert · 7 years ago
  24. eda5a8b Add `basename` and `dirname` to `FileSystemEntity` (#15) by Todd Volkert · 7 years ago
  25. 57a4a6c Add `FileSystem.path`. (#14) by Todd Volkert · 7 years ago
  26. e4e5372 Expose Forwarding* as part of the main interface. (#12) by Todd Volkert · 7 years ago
  27. 094ea68 Better toString() implementations (#68) by Todd Volkert · 7 years ago
  28. 47f0655 Fix tests in Dart dev channel (#64) by Todd Volkert · 7 years ago
  29. 9609e08 Convert to 3-clause BSD (#62) by Matan Lurey · 7 years ago
  30. 573d5cf Various comment updates and little fixes (#51) by Matan Lurey · 7 years ago
  31. f53c50f Remove test flakiness (#59) by Todd Volkert · 7 years ago
  32. 5caa51f Add FileSystem.pathSeparator (#58) by Todd Volkert · 7 years ago
  33. 7975994 Fix bug in MemoryFileSystemEntity.resolveSymbolicLinks() (#57) by Todd Volkert · 7 years ago
  34. 9b1d998 Update CHANGELOG.md and pubspec.yaml for 1.0.1 release (#56) by Todd Volkert · 7 years ago
  35. 98bd922 Add `FileSystem.systemTempDirectory` (#55) by Todd Volkert · 7 years ago
  36. 571432e Broaden legal types for directory(), file(), and link() methods (#54) by Todd Volkert · 7 years ago
  37. 1c2ed7e Ensure covariant return types (#52) by Todd Volkert · 7 years ago
  38. ec02027 Remove @TestOn('vm') and library directive from memory_test.dart (#53) by Todd Volkert · 7 years ago
  39. 4d0bbfd Run all tests when calculating coverage (#50) by Matan Lurey · 7 years ago
  40. e68c09b Replace !x.isEmpty with x.isNotEmpty (#49) by Matan Lurey · 7 years ago
  41. c12ff1e Update travis.sh to use .analysis_options… (#48) by Matan Lurey · 7 years ago
  42. 38db2e8 Update .analysis_options (#47) by Matan Lurey · 7 years ago
  43. ad06da8 Add SDK constraint to be able to publish to pub (#38) by Todd Volkert · 7 years ago
  44. ab4b8fb Final prep for 1.0.0 release (#37) by Todd Volkert · 7 years ago
  45. 98216ba Prepare for 1.0.0 release (#36) by Todd Volkert · 7 years ago
  46. f8a100a Flesh out ChrootFileSystem (#35) by Todd Volkert · 7 years ago
  47. 72c438f Add more tests (#34) by Todd Volkert · 7 years ago
  48. e0a9b96 Fixes to MemoryFileSystem (#33) by Todd Volkert · 7 years ago
  49. 2d5f65e Make some methods in `_MemoryFileSystemEntity` private (#32) by Todd Volkert · 7 years ago
  50. 80a55a3 Fix bugs in `_ChrootLink`, and re-enable corresponding tests (#31) by Todd Volkert · 7 years ago
  51. 36c2f3f Fix bugs in `_MemoryLink`, & re-enable corresponding tests (#30) by Todd Volkert · 7 years ago
  52. 66b06cc Add tests for `Link` (#29) by Todd Volkert · 7 years ago
  53. 8480d6c Fix bugs in ChrootFile, and re-enable corresponding tests (#28) by Todd Volkert · 7 years ago
  54. e9d8cc8 Fix bugs in MemoryFile, and re-enable corresponding tests (#27) by Todd Volkert · 7 years ago
  55. 68226d0 Add tests for `File` (#26) by Todd Volkert · 7 years ago
  56. 437ded6 Minor fixes, and a few new tests (#24) by Todd Volkert · 7 years ago
  57. d11edca Test LocalFileSystem without using ChrootFileSystem (#23) by Todd Volkert · 7 years ago
  58. 67e015a Add ChrootFileSystem. (#22) by Todd Volkert · 7 years ago
  59. f855b82 Factor out Forwarding classes; use them in local backend (#21) by Todd Volkert · 7 years ago
  60. 3fb9488 Eliminate the need for dart_style dev_dependency (#20) by Chris Bracken · 7 years ago
  61. 4531665 Implement tests for Directory (#19) by Todd Volkert · 7 years ago
  62. 4b48927 Support browser contexts in package:file (#18) by Todd Volkert · 7 years ago
  63. f289ad5 Move memory tests to common tests. (#17) by Todd Volkert · 7 years ago
  64. 653c2fd More work towards proper testing (#16) by Todd Volkert · 7 years ago
  65. 1520d7c Add first round of tests, and associated bug fixes (#15) by Todd Volkert · 7 years ago
  66. ec6b430 Make _FileSink adhere to API spec. (#14) by Todd Volkert · 7 years ago
  67. a6cd204 Implement MemoryFile. (#13) by Todd Volkert · 7 years ago
  68. 0cb5e78 Partial implementation of in-memory file system. (#10) by Todd Volkert · 7 years ago
  69. a4c6c7f Remove separate sync APIs (#9) by Todd Volkert · 7 years ago
  70. d9a0e72 Implement LocalFileSystem with new interface (#8) by Todd Volkert · 7 years ago
  71. 18a00a3 v.next interface for package:file/file.dart (#7) by Todd Volkert · 7 years ago
  72. 63adab7 Merge pull request #5 from matanlurey/strong_and_dartfmt by Matan Lurey · 7 years ago
  73. d54c076 Fix strong mode issues, enforce dartfmt. by Matan Lurey · 7 years ago
  74. 2eef867 bump next version; more readme updates by yjbanov · 8 years ago
  75. 5933229 update readme and pubspec by yjbanov · 8 years ago
  76. 63522fe Merge pull request #3 from yjbanov/backing-map by Matan Lurey · 8 years ago
  77. 6374e4a feat: allow sharing backing store across in-memory file systems by yjbanov · 8 years ago
  78. f2db25b Merge pull request #2 from yjbanov/extensibility by Matan Lurey · 8 years ago
  79. 618b6c6 feat: sync file system; more tests; stricter code analysis by Yegor Jbanov · 8 years ago
  80. 51f8a88 Change InMemory > Memory. Add common tests and I/O. by Matan Lurey · 8 years ago
  81. 1fc1474 Add coveralls and travis support. by Matan Lurey · 8 years ago
  82. 3f1d512 Update README to show basics of use. by Matan Lurey · 8 years ago
  83. 4d3202e Commit a local file system, some updates. by Matan Lurey · 8 years ago
  84. 79b4a36 Update README.md by Matan Lurey · 8 years ago
  85. 4842a13 Finish in memory implementation, update gitignore by Matan Lurey · 8 years ago
  86. be12678 Initial commit. by Matan Lurey · 8 years ago