aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/fs.c
Commit message (Expand)AuthorAge
* Merge #7863 'mingw64: fix gcc warnings'Justin M. Keyes2018-01-20
|\
| * Fix warning, read/write have unsigned int count on windows.George Zhao2018-01-19
| * Fix warning about NULL compareGeorge Zhao2018-01-18
|/
* os_nodetype: reworkJustin M. Keyes2017-11-17
* os_open, os_stat: UV_EINVAL on NULL filenameJustin M. Keyes2017-11-17
* io: more guards against NULL filename (#7159)Justin M. Keyes2017-08-13
* os_stat: return ENOENT on NULL filename argJames McCoy2017-08-10
* buf_write(): wrong argument to os_fileinfo_hardlinksJustin M. Keyes2017-08-09
* coverity/155509: negative close() argJustin M. Keyes2017-06-14
* startup: v:progpath fallback: path_guess_exepathJustin M. Keyes2017-05-15
* test/fs: sanity check for literal "~" directory (#6579)Justin M. Keyes2017-04-24
* *: Add comment to all C filesZyX2017-04-19
* win: os_get_hostname() #5416 (#6413)Justin M. Keyes2017-04-07
* eval: Move remaining get_tv_string* functions to eval/typval.cZyX2017-03-29
* eval,*: Move get_tv_string to typval.cZyX2017-03-29
* os_set_cloexec: Fix condition. #5986Justin M. Keyes2017-03-17
* job-control: set CLOEXEC on pty processes. #5986Matthew Malcomson2017-03-17
* os/*: Use os_buf instead of NameBuff, IObuff.Justin M. Keyes2017-02-12
* refactor: fix warningsJustin M. Keyes2017-02-04
* win: executable(): full path without extensionJustin M. Keyes2017-02-04
* win: Append process dir to $PATHJustin M. Keyes2017-02-04
* win: executable()Justin M. Keyes2017-02-04
* win: fix warningsJustin M. Keyes2017-01-19
* Windows: vim_getenv(): Find runtime relative to nvim. #3303 (#5929)Justin M. Keyes2017-01-11
* 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