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
/
fileio.c
Commit message (
Expand
)
Author
Age
*
refactor: fix headers with IWYU
dundargoc
2023-11-28
*
refactor: rename types.h to types_defs.h
dundargoc
2023-11-27
*
build: enable IWYU on mac
dundargoc
2023-11-27
*
build(IWYU): replace most private mappings with pragmas (#26247)
zeertzjq
2023-11-27
*
build: remove PVS
dundargoc
2023-11-12
*
fix: fix ASAN errors on clang 17 (#25469)
dundargoc
2023-10-03
*
build: enable MSVC level 3 warnings (#21934)
dundargoc
2023-02-11
*
refactor: fix IWYU mapping file and use IWYU (#21802)
dundargoc
2023-01-15
*
refactor: extract code to open stdin for reading
Justin M. Keyes
2023-01-05
*
build: allow IWYU to fix includes for all .c files
dundargoc
2022-11-15
*
feat: ":write ++p" creates parent dirs #20835
Victor Blanchard
2022-11-06
*
vim-patch:8.1.0743: giving error messages is not flexible
James McCoy
2021-11-01
*
refactor: format files with uncrustify #15663
dundargoc
2021-09-14
*
chore: use codespell to spell check #15016
dundargoc
2021-07-07
*
I/O: ignore ENOTSUP for failed fsync()
Justin M. Keyes
2019-02-21
*
win: Fix reading from stdin
b-r-o-c-k
2018-04-14
*
Merge branch 'master' into s-dash-stdin
b-r-o-c-k
2018-04-14
|
\
|
*
API: nvim_get_proc()
Justin M. Keyes
2018-03-18
|
*
os/fileio: Fix some flag names in file_* functions documentation
ZyX
2018-01-14
*
|
Merge branch 'master' into s-dash-stdin
ZyX
2017-12-03
|
\
|
|
*
main: Flush file in place of closing it, also do error reporting
ZyX
2017-07-04
|
*
os/fileio: Add ability to use os/fileio.c for file descriptors
ZyX
2017-07-04
|
*
os/fileio: Add msgpack_file_write function
ZyX
2017-07-04
|
*
*: Add comment to all C files
ZyX
2017-04-19
|
*
fileio: Silence “!= identical subexpressions” warning
ZyX
2017-04-16
|
*
os/fileio: Remove FUNC_ATTR_MALLOC for file_open_new
ZyX
2017-04-15
|
*
eval: Make writefile() able to disable fsync()
ZyX
2017-04-02
|
*
eval,fileio: Omit additional fsync() call
ZyX
2017-04-01
*
|
os/fileio: Fix QB failure
ZyX
2017-03-19
*
|
fileio,main: Do not restart syscall at EAGAIN when reading for -s
ZyX
2017-03-19
*
|
getchar: Use fileio instead of fdopen
ZyX
2017-03-19
|
/
*
os/fileio: Support appending to a file
ZyX
2017-02-14
*
os/fileio: Allow certain failures during file_fsync
ZyX
2017-02-14
*
Remove redundant includes of unistd.h (#5126)
Rui Abreu Ferreira
2016-07-29
*
os/fileio: Use readv often
ZyX
2016-06-24
*
file: Move src/nvim/file.* to src/nvim/os/fileio.*
ZyX
2016-06-24