aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/fs.c
Commit message (Expand)AuthorAge
* os_nodetype: open fd with O_NONBLOCK (#5515)Justin M. Keyes2016-10-21
* refactor: eliminate misc2.cJustin M. Keyes2016-09-13
* Create os_translate_sys_error()Rui Abreu Ferreira2016-08-07
* os_resolve_shortcut: Report conversion error.Justin M. Keyes2016-07-30
* mbyte.c: Move utf8/utf16 functions to mbyte.cJustin M. Keyes2016-07-30
* utf16_to_utf8Justin M. Keyes2016-07-30
* os_resolve_shortcut: cleanupJustin M. Keyes2016-07-30
* os_resolve_shortcut: Remove legacy win16 codepath.Justin M. Keyes2016-07-30
* utf8_to_utf16: adapt libuv's fs__capture_pathJustin M. Keyes2016-07-30
* os_resolve_shortcut: initial port from Vim sourceJustin M. Keyes2016-07-30
* Remove redundant includes of unistd.h (#5126)Rui Abreu Ferreira2016-07-29
* os/fs: Rename os_file_exists to os_path_exists (#4973)Daniel Xu2016-07-06
* *: Satisfy linter (newest type casts rule)ZyX2016-06-24
* file: Add buffered reading and writingZyX2016-06-23
* file,os/fs,shada: Separate opening, closing, writing and reading filesZyX2016-06-23
* Remove some unnecessary function attributes (#4909)oni-link2016-06-11
* os_nodetype: Return NODE_NORMAL if os_stat fails.Justin M. Keyes2016-05-22
* Windows: Fix os_nodetype() default returnRui Abreu Ferreira2016-05-06
* vim-patch:7.4.672KillTheMule2016-05-02
* *: Fix new linter errorsZyX2016-05-01
* Add missing include fcntl.hRui Abreu Ferreira2016-04-29
* os_nodetype: impl with libuvJustin M. Keyes2016-04-29
* vim-patch:7.4.1114Jurica Bradaric2016-04-20
* path.c: enable -WconversionCharles Joachim2016-03-27
* Windows: use $PATHEXT to find executables in path.Rui Abreu Ferreira2016-01-30
* Windows: use ';' as env $PATH separator.Rui Abreu Ferreira2016-01-11
* Port fsync() to libuv.Seth Jackson2016-01-01
* Return libuv error code from os_getperm()Rui Abreu Ferreira2015-11-25
* Return libuv return code from os_stat()Rui Abreu Ferreira2015-11-25
* Fix comments for os_* functions return valueRui Abreu Ferreira2015-11-25
* os/fs.c: Convert stray getenv() to os_getenv()Michael Reed2015-10-31
* os/fs: Allow os_mkdir_recurse directory name to end with ///ZyX2015-10-23
* do_path_expand: Avoid non-readable directories. #3273Felipe Morales2015-09-04
* Windows: is_executable(): do not check exec bit.Rui Abreu Ferreira2015-08-23
* os/fs.c: remove os_file_is_readonly()Justin M. Keyes2015-08-17
* os_file_is_*: libuv implJustin M. Keyes2015-08-17
* fs.c: implement os_file_is_readable()Justin M. Keyes2015-08-17
* os/fs: Move mkdir_recurse from eval.c to os/fs.cZyX2015-07-26
* os/fs: Use module-local uv_loop_t instanceThiago de Arruda2015-07-01
* Remove char_u: message:smsg()Michael Reed2015-05-13
* memory: Add `free` wrapper and refactor project to use itThiago de Arruda2015-04-13
* os_scandir(), scandir_next(), and os_closedir()Scott Prager2015-03-31
* Remove unnecessary assert() in os_dirname().oni-link2015-03-08
* Linting: Fix strcpy warning.Florian Walch2014-12-24
* fs.c: add FUNC_ATTR_NONNULL_ALL to all functionsJustin M. Keyes2014-10-30
* memory: xstrchrnul and xmemscan.Scott Prager2014-09-30
* vim-patch:7.4.235Scott Prager2014-09-17
* fileinfo: change returntype of os_fileinfo_sizeStefan Hoffmann2014-08-31
* fileid: rename os_file_id_equal_file_infoStefan Hoffmann2014-08-31
* fileid: rename os_file_id_equalStefan Hoffmann2014-08-31