index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nvim
/
os
/
fs.c
Commit message (
Expand
)
Author
Age
...
*
os/fs: Rename os_file_exists to os_path_exists (#4973)
Daniel Xu
2016-07-06
*
*: Satisfy linter (newest type casts rule)
ZyX
2016-06-24
*
file: Add buffered reading and writing
ZyX
2016-06-23
*
file,os/fs,shada: Separate opening, closing, writing and reading files
ZyX
2016-06-23
*
Remove some unnecessary function attributes (#4909)
oni-link
2016-06-11
*
os_nodetype: Return NODE_NORMAL if os_stat fails.
Justin M. Keyes
2016-05-22
*
Windows: Fix os_nodetype() default return
Rui Abreu Ferreira
2016-05-06
*
vim-patch:7.4.672
KillTheMule
2016-05-02
*
*: Fix new linter errors
ZyX
2016-05-01
*
Add missing include fcntl.h
Rui Abreu Ferreira
2016-04-29
*
os_nodetype: impl with libuv
Justin M. Keyes
2016-04-29
*
vim-patch:7.4.1114
Jurica Bradaric
2016-04-20
*
path.c: enable -Wconversion
Charles Joachim
2016-03-27
*
Windows: use $PATHEXT to find executables in path.
Rui Abreu Ferreira
2016-01-30
*
Windows: use ';' as env $PATH separator.
Rui Abreu Ferreira
2016-01-11
*
Port fsync() to libuv.
Seth Jackson
2016-01-01
*
Return libuv error code from os_getperm()
Rui Abreu Ferreira
2015-11-25
*
Return libuv return code from os_stat()
Rui Abreu Ferreira
2015-11-25
*
Fix comments for os_* functions return value
Rui Abreu Ferreira
2015-11-25
*
os/fs.c: Convert stray getenv() to os_getenv()
Michael Reed
2015-10-31
*
os/fs: Allow os_mkdir_recurse directory name to end with ///
ZyX
2015-10-23
*
do_path_expand: Avoid non-readable directories. #3273
Felipe Morales
2015-09-04
*
Windows: is_executable(): do not check exec bit.
Rui Abreu Ferreira
2015-08-23
*
os/fs.c: remove os_file_is_readonly()
Justin M. Keyes
2015-08-17
*
os_file_is_*: libuv impl
Justin M. Keyes
2015-08-17
*
fs.c: implement os_file_is_readable()
Justin M. Keyes
2015-08-17
*
os/fs: Move mkdir_recurse from eval.c to os/fs.c
ZyX
2015-07-26
*
os/fs: Use module-local uv_loop_t instance
Thiago de Arruda
2015-07-01
*
Remove char_u: message:smsg()
Michael Reed
2015-05-13
*
memory: Add `free` wrapper and refactor project to use it
Thiago de Arruda
2015-04-13
*
os_scandir(), scandir_next(), and os_closedir()
Scott Prager
2015-03-31
*
Remove unnecessary assert() in os_dirname().
oni-link
2015-03-08
*
Linting: Fix strcpy warning.
Florian Walch
2014-12-24
*
fs.c: add FUNC_ATTR_NONNULL_ALL to all functions
Justin M. Keyes
2014-10-30
*
memory: xstrchrnul and xmemscan.
Scott Prager
2014-09-30
*
vim-patch:7.4.235
Scott Prager
2014-09-17
*
fileinfo: change returntype of os_fileinfo_size
Stefan Hoffmann
2014-08-31
*
fileid: rename os_file_id_equal_file_info
Stefan Hoffmann
2014-08-31
*
fileid: rename os_file_id_equal
Stefan Hoffmann
2014-08-31
*
fileid: rename os_get_file_id
Stefan Hoffmann
2014-08-31
*
fileinfo: rename os_file_info_get_inode
Stefan Hoffmann
2014-08-31
*
fileinfo: rename os_file_info_get_id
Stefan Hoffmann
2014-08-31
*
fileinfo: rename os_file_info_id_equal
Stefan Hoffmann
2014-08-31
*
fileinfo: rename os_get_file_info{,_link,_fd}
Stefan Hoffmann
2014-08-31
*
fileinfo: implement os_fileinfo_blocksize
Stefan Hoffmann
2014-08-31
*
fileinfo: implement os_fileinfo_hardlinks
Stefan Hoffmann
2014-08-31
*
fileinfo: implement os_fileinfo_size
Stefan Hoffmann
2014-08-31
*
os_fchown: impl and remove HAVE_FCHOWN
Pavel Platto
2014-08-13
*
Implement `os_mkdtemp` on top of `uv_fs_mkdtemp`
Pavel Platto
2014-08-09
*
Temporary os_mkdtemp implementation. Use it instead of mkdtemp.
Pavel Platto
2014-07-14
[prev]
[next]