Commit message (Expand) | Author | Age | |
---|---|---|---|
* | os/fileio: Fix some flag names in file_* functions documentation | ZyX | 2018-01-14 |
* | 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: 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 |