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