aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/fileio.c
Commit message (Expand)AuthorAge
* os/fileio: Fix some flag names in file_* functions documentationZyX2018-01-14
* main: Flush file in place of closing it, also do error reportingZyX2017-07-04
* os/fileio: Add ability to use os/fileio.c for file descriptorsZyX2017-07-04
* os/fileio: Add msgpack_file_write functionZyX2017-07-04
* *: Add comment to all C filesZyX2017-04-19
* fileio: Silence “!= identical subexpressions” warningZyX2017-04-16
* os/fileio: Remove FUNC_ATTR_MALLOC for file_open_newZyX2017-04-15
* eval: Make writefile() able to disable fsync()ZyX2017-04-02
* eval,fileio: Omit additional fsync() callZyX2017-04-01
* os/fileio: Support appending to a fileZyX2017-02-14
* os/fileio: Allow certain failures during file_fsyncZyX2017-02-14
* Remove redundant includes of unistd.h (#5126)Rui Abreu Ferreira2016-07-29
* os/fileio: Use readv oftenZyX2016-06-24
* file: Move src/nvim/file.* to src/nvim/os/fileio.*ZyX2016-06-24