aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/fs.c
Commit message (Expand)AuthorAge
* jobstart(): Fix hang on non-executable cwd #9204Tommy Allen2018-11-07
* use wchar_t instead of WCHAR #6998Matt Kline2018-06-18
* Merge #8218 'Fix errors reported by PVS'Justin M. Keyes2018-04-27
|\
| * os/fs: Fix PVS/V560: condition was already checked in while()ZyX2018-04-15
* | API: nvim__stats()Justin M. Keyes2018-04-24
* | Merge branch 'master' into s-dash-stdinb-r-o-c-k2018-04-14
|\|
| * refactor/rename: path_is_absolute()Justin M. Keyes2018-03-24
| * 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
| |/
* | Merge branch 'master' into s-dash-stdinZyX2017-12-03
|\|
| * 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
* | fileio,main: Do not restart syscall at EAGAIN when reading for -sZyX2017-03-19
* | main: Temporary fix assertion errorZyX2017-03-19
|/
* 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