aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/fs_defs.h
Commit message (Collapse)AuthorAge
* os_nodetype: impl with libuvJustin M. Keyes2016-04-29
|
* Fix comments for os_* functions return valueRui Abreu Ferreira2015-11-25
| | | | | | In windows libuv does not return -errno, instead it uses negative error codes e.g. UV_ENOENT. This commit changes the comments in os_* functions to reflect this.
* os/fs: Define os_strerror as an alias to uv_strerrorZyX2015-10-08
| | | | It is not needed to know that os/* uses libuv.
* os_scandir(), scandir_next(), and os_closedir()Scott Prager2015-03-31
|
* Linting: Fix header guards, add whitespace.Florian Walch2014-12-24
|
* FileID: implement `FileID` structStefan Hoffmann2014-06-27
`FileID` should encapsulate `st_dev` and `st_ino`. It is a new abstraction used to check if two files are the same. `FileID`s will be embeded inside other struts like `buf_t` or `ff_visited_T`, where a full `FileInfo` would be to big.