summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/os/fs.c
AgeCommit message (Expand)AuthorFiles
2026-04-24fix(path): normalize path slashes on Windows #37729tao1
2026-04-14build: update clang v21, fix warningsdundargoc1
2026-02-28fix(channel): support :detach, :restart on Windows #37977Sanzhar Kuandyk1
2026-02-23fix(process): handle poll() interrupted by a signal (#38024)zeertzjq1
2025-12-04vim-patch:9.1.1948: Windows: Vim adds current directory to search pathzeertzjq1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-08-06refactor(build): don't use the preprocessor when generating headersbfredl1
2025-04-16fix(env.c): drop envmap, free os_getenv() result #32683Judit Novak1
2025-01-24vim-patch:partial:9.1.1050: too many strlen() calls in os_unix.c (#32188)zeertzjq1
2024-08-09vim-patch:8.2.4860: MS-Windows: always uses current directory for executableszeertzjq1
2024-06-04fixup: apply the change on more filesJames Tirta Halim1
2024-06-01refactor: move shared messages to errors.h #26214Justin M. Keyes1
2024-05-17fix(path): avoid chdir() when resolving path (#28799)zeertzjq1
2024-04-20refactor: add xmemcpyz() and use it in place of some xstrlcpy() (#28422)zeertzjq1
2024-04-13fix(path): check return value of append_path() (#28309)Joey Gouly1
2024-03-10vim-patch:9.1.0162: problem with writing extended attributes on failure (#27800)zeertzjq1
2024-02-09refactor(api): make cstr_as_string accept "const char*"bfredl1
2024-02-02feat(quickfix): support -q - to read 'errorfile' from stdin (#27303)zeertzjq1
2024-01-19feat(ui): add chdir UI event (#27093)Gregory Anders1
2024-01-11refactor(IWYU): fix headersdundargoc1
2023-11-30build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq1
2023-11-29refactor: move function macros out of vim_defs.h (#26300)zeertzjq1
2023-11-28refactor: fix headers with IWYUdundargoc1
2023-11-27refactor: rename types.h to types_defs.hdundargoc1
2023-11-27build(IWYU): fix includes for func_attr.hdundargoc1
2023-11-27build: enable IWYU on macdundargoc1
2023-11-27build(IWYU): replace most private mappings with pragmas (#26247)zeertzjq1
2023-11-25build: rework IWYU mapping filesdundargoc1
2023-11-24fix: missing case in setxattr error handling (#26176)Nik Klassen1
2023-11-12build: remove PVSdundargoc1
2023-10-16vim-patch:dbf749bd5aae (#25665)zeertzjq1
2023-10-03vim-patch:9.0.1975: xattr: permission-denied errors on write (#25478)zeertzjq1
2023-10-01vim-patch:9.0.1967: xattr errors not translated (#25454)zeertzjq1
2023-10-01vim-patch:9.0.1964: xattr support fails to build on MacOS X (#25448)zeertzjq1
2023-09-30vim-patch:9.0.1963: Configure script may not detect xattrzeertzjq1
2023-09-30vim-patch:9.0.1962: No support for writing extended attributeszeertzjq1
2023-09-30refactor: reorganize option header files (#25437)zeertzjq1
2023-09-30build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq1
2023-09-29refactor(message): smsg_attr -> smsgbfredl1
2023-06-06refactor: adjust headers according to the style guide (#23934)dundargoc1
2023-04-26refactor: uncrustifydundargoc1
2023-04-25refactor(fs): now it is time to get rid of fs_loop and fs_loop_mutexbfredl1
2023-04-16vim-patch:9.0.0411: only created files can be cleaned up with one callzeertzjq1
2023-04-06refactor: remove use of reserved c++ keywordsii141
2023-02-15Merge pull request #22056 from lewis6991/refactor/fileio_moreLewis Russell1
2023-02-11build: enable MSVC level 3 warnings (#21934)dundargoc1
2023-02-02fix(lua): mark some eval functions that can run in API-fastLewis Russell1
2023-02-01refactor(fileio.c): remove HAVE_ACL ifdefsLewis Russell1
2023-01-18refactor: replace char_u with char 24 (#21823)dundargoc1
2023-01-17refactor: replace char_u with char 22 (#21786)dundargoc1