aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/fs.c
Commit message (Expand)AuthorAge
* os_scandir(), scandir_next(), and os_closedir()Scott Prager2015-03-31
* Remove unnecessary assert() in os_dirname().oni-link2015-03-08
* Linting: Fix strcpy warning.Florian Walch2014-12-24
* fs.c: add FUNC_ATTR_NONNULL_ALL to all functionsJustin M. Keyes2014-10-30
* memory: xstrchrnul and xmemscan.Scott Prager2014-09-30
* vim-patch:7.4.235Scott Prager2014-09-17
* fileinfo: change returntype of os_fileinfo_sizeStefan Hoffmann2014-08-31
* fileid: rename os_file_id_equal_file_infoStefan Hoffmann2014-08-31
* fileid: rename os_file_id_equalStefan Hoffmann2014-08-31
* fileid: rename os_get_file_idStefan Hoffmann2014-08-31
* fileinfo: rename os_file_info_get_inodeStefan Hoffmann2014-08-31
* fileinfo: rename os_file_info_get_idStefan Hoffmann2014-08-31
* fileinfo: rename os_file_info_id_equalStefan Hoffmann2014-08-31
* fileinfo: rename os_get_file_info{,_link,_fd}Stefan Hoffmann2014-08-31
* fileinfo: implement os_fileinfo_blocksizeStefan Hoffmann2014-08-31
* fileinfo: implement os_fileinfo_hardlinksStefan Hoffmann2014-08-31
* fileinfo: implement os_fileinfo_sizeStefan Hoffmann2014-08-31
* os_fchown: impl and remove HAVE_FCHOWNPavel Platto2014-08-13
* Implement `os_mkdtemp` on top of `uv_fs_mkdtemp`Pavel Platto2014-08-09
* Temporary os_mkdtemp implementation. Use it instead of mkdtemp.Pavel Platto2014-07-14
* os_open: add unit testsJustin M. Keyes2014-07-14
* os_open: impl mch_open with libuv. ref #133Justin M. Keyes2014-07-14
* Fix two android compile errors in fs.c #924Fredrik Fornwall2014-07-09
* move assert.h include out of vim.hBrandon Coleman2014-07-09
* move ascii.h include out of vim.hBrandon Coleman2014-07-09
* remove stdbool.h include from vim.h and globals.hBrandon Coleman2014-07-09
* FileID: make `os_stat()` staticStefan Hoffmann2014-06-27
* FileID: implement `FileID` structStefan Hoffmann2014-06-27
* Replace vim_strncpy calls: os/fs.cDouglas Schneider2014-06-13
* spelling fixes #827Will Stamper2014-06-12
* Add automatic generation of headersZyX2014-06-02
* Move documentation from function declarations to definitionsZyX2014-06-02
* Replace alloc() with xmalloc() and remove immediate OOM checksFelipe Oliveira Carvalho2014-05-19
* Introduce nvim namespace: Fix unmasked strings.h issue.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Fix project-local includes.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15