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_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
*
os_open: add unit tests
Justin M. Keyes
2014-07-14
*
os_open: impl mch_open with libuv. ref #133
Justin M. Keyes
2014-07-14
*
Fix two android compile errors in fs.c #924
Fredrik Fornwall
2014-07-09
*
move assert.h include out of vim.h
Brandon Coleman
2014-07-09
*
move ascii.h include out of vim.h
Brandon Coleman
2014-07-09
*
remove stdbool.h include from vim.h and globals.h
Brandon Coleman
2014-07-09
*
FileID: make `os_stat()` static
Stefan Hoffmann
2014-06-27
*
FileID: implement `FileID` struct
Stefan Hoffmann
2014-06-27
*
Replace vim_strncpy calls: os/fs.c
Douglas Schneider
2014-06-13
*
spelling fixes #827
Will Stamper
2014-06-12
*
Add automatic generation of headers
ZyX
2014-06-02
*
Move documentation from function declarations to definitions
ZyX
2014-06-02
*
Replace alloc() with xmalloc() and remove immediate OOM checks
Felipe Oliveira Carvalho
2014-05-19
*
Introduce nvim namespace: Fix unmasked strings.h issue.
Eliseo Martínez
2014-05-15
*
Introduce nvim namespace: Fix project-local includes.
Eliseo Martínez
2014-05-15
*
Introduce nvim namespace: Move files.
Eliseo Martínez
2014-05-15