Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | do not emit create for directory again | Bernardo | 2019-01-26 | 1 | -2/+2 |
| | |||||
* | refactor, put watcher with `io::Worker` | Bernardo | 2019-01-26 | 1 | -80/+40 |
| | | | | | use `RootFilter` to filter recursive watches untested | ||||
* | ignore check event dir for ignore, cleanup tests | Bernardo | 2019-01-26 | 1 | -14/+47 |
| | |||||
* | actually drop watcher, use parking_lot::Mutex | Bernardo | 2019-01-26 | 1 | -9/+17 |
| | |||||
* | handle recursive watching ourselves | Bernardo | 2019-01-26 | 1 | -13/+44 |
| | |||||
* | add missing Task::HandleChange | Bernardo | 2019-01-26 | 1 | -7/+7 |
| | |||||
* | use notify with fix | Bernardo | 2019-01-26 | 1 | -9/+6 |
| | |||||
* | reference `notify` issue | Bernardo | 2019-01-26 | 1 | -1/+2 |
| | |||||
* | handle watched events filtering in `Vfs`add `is_overlayed`load changed files ↵ | Bernardo | 2019-01-26 | 1 | -52/+33 |
| | | | | contents in `io` | ||||
* | refator to move all io to io module | Bernardo | 2019-01-26 | 1 | -18/+44 |
| | | | | | use same channel for scanner and watcher some implementations pending | ||||
* | complete test | Bernardo | 2019-01-26 | 1 | -21/+16 |
| | |||||
* | initial Watcher impl | Bernardo | 2019-01-26 | 1 | -0/+96 |