Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove watcher ctx | Aleksey Kladov | 2019-01-26 | 1 | -65/+77 |
| | |||||
* | remove mutexes | Aleksey Kladov | 2019-01-26 | 1 | -14/+10 |
| | |||||
* | handle all the reads on the "main" watcher thread | Aleksey Kladov | 2019-01-26 | 1 | -48/+75 |
| | |||||
* | cleanup: add result alias | Aleksey Kladov | 2019-01-26 | 1 | -9/+7 |
| | |||||
* | consolidate error handling | Aleksey Kladov | 2019-01-26 | 1 | -14/+17 |
| | |||||
* | refactor-fvs | Aleksey Kladov | 2019-01-26 | 1 | -53/+176 |
| | |||||
* | use `Roots` in watcher | Bernardo | 2019-01-26 | 1 | -149/+51 |
| | |||||
* | review fixes | Bernardo | 2019-01-26 | 1 | -20/+9 |
| | |||||
* | better test, avoid duplicated events | Bernardo | 2019-01-26 | 1 | -1/+6 |
| | |||||
* | hardcode ".git" and "node_modules" also | Bernardo | 2019-01-26 | 1 | -0/+233 |
| | |||||
* | move watcher to io module | Bernardo | 2019-01-26 | 1 | -210/+0 |
| | |||||
* | do not emit create for directory again | Bernardo | 2019-01-26 | 1 | -3/+4 |
| | |||||
* | refactor, put watcher with `io::Worker` | Bernardo | 2019-01-26 | 1 | -17/+88 |
| | | | | | use `RootFilter` to filter recursive watches untested | ||||
* | add missing Task::HandleChange | Bernardo | 2019-01-26 | 1 | -3/+8 |
| | |||||
* | handle watched events filtering in `Vfs`add `is_overlayed`load changed files ↵ | Bernardo | 2019-01-26 | 1 | -28/+46 |
| | | | | contents in `io` | ||||
* | refator to move all io to io module | Bernardo | 2019-01-26 | 1 | -10/+47 |
| | | | | | use same channel for scanner and watcher some implementations pending | ||||
* | :arrow_up: crossbeam | Aleksey Kladov | 2018-12-30 | 1 | -1/+3 |
| | | | | closes #189 | ||||
* | Reuse has_rs_extension in io.rs | DJMcNab | 2018-12-29 | 1 | -2/+2 |
| | |||||
* | swtich lsp server to vfs | Aleksey Kladov | 2018-12-20 | 1 | -0/+7 |
| | |||||
* | implement vfs events handling | Aleksey Kladov | 2018-12-20 | 1 | -27/+16 |
| | |||||
* | add io::Task | Aleksey Kladov | 2018-12-20 | 1 | -22/+31 |
| | |||||
* | Add type alias | Aleksey Kladov | 2018-12-20 | 1 | -1/+3 |
| | |||||
* | vfs crate scaffold | Aleksey Kladov | 2018-12-20 | 1 | -60/+57 |
| | |||||
* | wip | Aleksey Kladov | 2018-12-20 | 1 | -0/+72 |