1. aa2317f Update changelog per comments by Leaf Petersen · 7 years ago
  2. 5ffc76c Modify type on _onBatch to reflect call argument types by Leaf Petersen · 7 years ago
  3. 38d5f4d Support async 2.0.0. (#37) by Natalie Weizenbaum · 7 years ago 0.9.7+4
  4. 4cb78bf Merge pull request #31 from dart-lang/newlines by Natalie Weizenbaum · 8 years ago
  5. e2060e8 Merge pull request #32 from dart-lang/collection by Natalie Weizenbaum · 8 years ago
  6. b54a591 Remove an unused dependency on collection. by Natalie Weizenbaum · 8 years ago
  7. d2eb082 Convert all files to Unix newlines. by Natalie Weizenbaum · 8 years ago
  8. 17c47d6 Merge pull request #30 from dart-lang/correct-version by Natalie Weizenbaum · 8 years ago 0.9.7+3
  9. 2e71bae Oops, that was supposed to be 0.9.7+3. by Natalie Weizenbaum · 8 years ago
  10. 91e6b30 Merge pull request #29 from dart-lang/release by Natalie Weizenbaum · 8 years ago
  11. 6f49391 Release 0.9.7+2. by Natalie Weizenbaum · 8 years ago
  12. ac5043c Merge pull request #28 from dart-lang/fix-bug by Natalie Weizenbaum · 8 years ago
  13. 44d14dc Fix a crashing bug on Linux. by Natalie Weizenbaum · 8 years ago
  14. a853ec9 Merge branch 'fix-dep' into 0.9.7+x by Natalie Weizenbaum · 8 years ago 0.9.7+2
  15. 9056205 Narrow the constraint on async. by Natalie Weizenbaum · 8 years ago
  16. b14e135 Merge pull request #27 from dart-lang/remove-async by Natalie Weizenbaum · 8 years ago 0.9.7+1
  17. dd6f36d Remove async from dev_dependencies. by Natalie Weizenbaum · 8 years ago
  18. a64e60a Merge pull request #26 from dart-lang/strong by Natalie Weizenbaum · 8 years ago
  19. 38dfabb Fix all strong-mode warnings. by Natalie Weizenbaum · 8 years ago
  20. 0444798 Merge pull request #25 from dart-lang/backport by Natalie Weizenbaum · 8 years ago
  21. 2e336eb Backport fixes from master to 0.9.7+x. by Natalie Weizenbaum · 9 years ago
  22. e7fa8d0 Fix a race condition in file watcher. by Natalie Weizenbaum · 9 years ago 0.9.7
  23. 91b8176 Use the new test runner on the bots. by Natalie Weizenbaum · 9 years ago
  24. 57c5f5d Add support for watching individual files. by Natalie Weizenbaum · 9 years ago 0.9.6
  25. b0af8e5 Add a Watcher interface. by Natalie Weizenbaum · 9 years ago
  26. 552aadc Use the new test runner. by Natalie Weizenbaum · 9 years ago
  27. 5295c00 Fix analysis errors, warnings, and hints. by Natalie Weizenbaum · 9 years ago
  28. d0e321d Remove debug prints. by Natalie Weizenbaum · 9 years ago
  29. 9cc5949 Fix bugs where events could be added after watchers were closed. by Natalie Weizenbaum · 9 years ago 0.9.5
  30. 74225b4 Treat add events for known files as modifications instead of discarding them on Mac OS. Fixes pub serve not seeing files saved in IntelliJ or other tools that use "safe" writes. by Bob Nystrom · 9 years ago 0.9.4
  31. f1015e9 Skip tests even more properly. by Natalie Weizenbaum · 9 years ago
  32. 491a756 Update .status to properly skip tests. by Natalie Weizenbaum · 9 years ago
  33. f9dd8b8 Remove initial */s in .status. by Natalie Weizenbaum · 9 years ago
  34. ca335a2 Properly skip tests in packages directories. by Natalie Weizenbaum · 9 years ago
  35. 284194d Update the pubspec's homepage link. by Natalie Weizenbaum · 9 years ago
  36. 33143c8 Add gitignore, status, and codereview files. by Natalie Weizenbaum · 9 years ago
  37. a47e037 Revert "Mac no longer fire bogus events. Fix Mac watcher." by ajohnsen@google.com · 10 years ago
  38. 3826c08 Mac no longer fire bogus events. Fix Mac watcher. by ajohnsen@google.com · 10 years ago
  39. 2a9cc15 pkg/watcher: actually flag for release by kevmoo@google.com · 10 years ago
  40. 32bd8b4 pkg/watcher: update REAME descriptions by kevmoo@google.com · 10 years ago
  41. 11fe7d7 pkg/watcher: prepare for 0.9.3 by kevmoo@google.com · 10 years ago
  42. 29f92de Add check to watcher, to avoid null-error if unknown path is removed. by ajohnsen@google.com · 10 years ago
  43. ec8e174 Revert watcher changes for mac. by ajohnsen@google.com · 10 years ago
  44. 17a72a7 Don't use kFSEventStreamCreateFlagNoDefer as it messes with event flushing. by ajohnsen@google.com · 10 years ago
  45. ff9cfe3 Mac no longer fire bogus events. Fix Mac watcher. by ajohnsen@google.com · 10 years ago
  46. b024f48 Clean up the Windows watcher. by ajohnsen@google.com · 10 years ago
  47. 93d682f Fall back to PollingDirectoryWatcher if FileSystemEntity:watch is not supported. by ajohnsen@google.com · 10 years ago
  48. 0c0732f Use 'Directory.watch' on Windows in pkg/watcher, instead of pooling. by ajohnsen@google.com · 10 years ago
  49. aef274c Release stack_trace 1.0.0. by nweiz@google.com · 10 years ago
  50. 1e55963 Change ScheduledProcess's output streams over to be ScheduledStreams. by nweiz@google.com · 10 years ago
  51. 0ec105c Add some additional debugging prints to the mac os watcher. by nweiz@google.com · 10 years ago
  52. 9b86a96 Take a broader approach to filtering out bogus Mac OS watcher events. by nweiz@google.com · 10 years ago
  53. 883d240 Fix a flaky test and work around issue 16003 in pkg/watcher. by nweiz@google.com · 10 years ago
  54. 013f7a4 pkg/unittest: added LICENSE by kevmoo@google.com · 10 years ago
  55. 01e04b5 Stop working around issue 15458 in pkg/watcher. by nweiz@google.com · 10 years ago
  56. d63747e Use stream matchers to unflake the mac OS watcher tests. by nweiz@google.com · 10 years ago
  57. 1e1b205 I guess Linux doesn't iterate over folders alphabetically. by rnystrom@google.com · 10 years ago
  58. 477c8a5 Don't test for file differences in the polling watcher. by rnystrom@google.com · 10 years ago
  59. 4a74718 Make pkg/path 1.0.0 and upgrade dependencies appropriately. by nweiz@google.com · 10 years ago
  60. 336f4ab Increment package versions for stack trace changes. by nweiz@google.com · 10 years ago
  61. d4115d1 Add debugging prints to the Mac OS directory watcher. by nweiz@google.com · 10 years ago
  62. 9e09bc9 Update the Mac OS watcher in pkg/watcher. by nweiz@google.com · 10 years ago
  63. 8bfbc11 Add a missing import to pkg/watcher. by nweiz@google.com · 10 years ago
  64. 110fc5c Add stack chain support to pkg/watcher and pkg/http. by nweiz@google.com · 10 years ago
  65. 1d631c4 Update the Linux watcher to accommodate changes in [Directory.watch]. by nweiz@google.com · 10 years ago
  66. 864cb1d Properly close the Linux directory watcher when listing a subdirectory fails. by nweiz@google.com · 10 years ago
  67. 3eb8840 Add a missing import to mac_os_watcher. by nweiz@google.com · 11 years ago
  68. 046eac0 Remove debugging prints from the Mac OS directory watcher. by nweiz@google.com · 11 years ago
  69. 0159a85 Fix the Mac OS directory watcher tests on the bots. by nweiz@google.com · 11 years ago
  70. 973cc6d Re-mark directory_watcher/mac_os_test as passing. by nweiz@google.com · 11 years ago
  71. 7e3f141 Roll forward r30205. by nweiz@google.com · 11 years ago
  72. fdc0b66 "Reverting 30205" by jmesserly@google.com · 11 years ago
  73. d848841 Be sure we don't forward an error to a closed event stream. by nweiz@google.com · 11 years ago
  74. 6b6bc1f Add a bunch of debugging prints to the Mac OS watcher. by nweiz@google.com · 11 years ago
  75. 8dae7c8 Revert "Add a bunch of debugging prints to the Mac OS watcher." by nweiz@google.com · 11 years ago
  76. 164aae8 Fix a synchronous event bug in futureStream. by nweiz@google.com · 11 years ago
  77. 72bfd48 Add a bunch of debugging prints to the Mac OS watcher. by nweiz@google.com · 11 years ago
  78. c62b5c4 Properly close watcher streams during tests. by nweiz@google.com · 11 years ago
  79. 92fe765 Work around a flake in the Mac OS watcher test on the bots. by nweiz@google.com · 11 years ago
  80. e917094 Fix a typo in path_set_test. by nweiz@google.com · 11 years ago
  81. 7bf2784 Fix some analyzer warnings and hints in pkg/watcher. by nweiz@google.com · 11 years ago
  82. edea440 Make path_set_test use Windows-friendly paths where necessary. by nweiz@google.com · 11 years ago
  83. 9a89fdf Wrap Directory.watch on Mac OS for the watcher package. by nweiz@google.com · 11 years ago
  84. b940865 Fix an analyzer error in the linux directory watcher. by nweiz@google.com · 11 years ago
  85. 1855b61 Fix the watcher tests on Windows. by nweiz@google.com · 11 years ago
  86. 1fe09c7 Wrap Directory.watch on linux for the watcher package. by nweiz@google.com · 11 years ago
  87. 4f45e85 Re-land r29957 (add versions and constraints for packages and samples), with by dgrove@google.com · 11 years ago
  88. 4758755 Revert "add versions and constraints for packages and samples" by ajohnsen@google.com · 11 years ago
  89. ff0fd87 add versions and constraints for packages and samples by jmesserly@google.com · 11 years ago
  90. 65f6d8f fix csslib and watcher warnings by jmesserly@google.com · 11 years ago
  91. fd92115 Remove uses of Options from pkg, samples, tests, and third_party directories. by whesse@google.com · 11 years ago
  92. aaab375 Remove FileException, DirectoryException and LinkException from dart:io and use FileSystemException instaed. by ajohnsen@google.com · 11 years ago
  93. 8fe6ca1 Adapt streams for additional stackTrace argument. by floitsch@google.com · 11 years ago
  94. 3964fa3 Bump wait time for watcher test. by rnystrom@google.com · 11 years ago
  95. 1a096a0 Use Directory.systemTemp getter in pkg subdirectory of repository. by whesse@google.com · 11 years ago
  96. 7316dad Use filtered stacks in pub, barback, and watcher tests. by nweiz@google.com · 11 years ago
  97. 2e1cc12 Normalize test paths. by rnystrom@google.com · 11 years ago
  98. 011b397 Fix error handling in watcher. by rnystrom@google.com · 11 years ago
  99. f30dfc4 Handle watching a non-existent directory. by rnystrom@google.com · 11 years ago
  100. f3bde50 pkg: analysis aided cleanup by kevmoo@j832.com · 11 years ago