aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/fs.c
Commit message (Expand)AuthorAge
* vim-patch:partial:9.1.1050: too many strlen() calls in os_unix.c (#32188)zeertzjq2025-01-24
* vim-patch:8.2.4860: MS-Windows: always uses current directory for executableszeertzjq2024-08-09
* fixup: apply the change on more filesJames Tirta Halim2024-06-04
* refactor: move shared messages to errors.h #26214Justin M. Keyes2024-06-01
* fix(path): avoid chdir() when resolving path (#28799)zeertzjq2024-05-17
* refactor: add xmemcpyz() and use it in place of some xstrlcpy() (#28422)zeertzjq2024-04-20
* fix(path): check return value of append_path() (#28309)Joey Gouly2024-04-13
* vim-patch:9.1.0162: problem with writing extended attributes on failure (#27800)zeertzjq2024-03-10
* refactor(api): make cstr_as_string accept "const char*"bfredl2024-02-09
* feat(quickfix): support -q - to read 'errorfile' from stdin (#27303)zeertzjq2024-02-02
* feat(ui): add chdir UI event (#27093)Gregory Anders2024-01-19
* refactor(IWYU): fix headersdundargoc2024-01-11
* build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq2023-11-30
* refactor: move function macros out of vim_defs.h (#26300)zeertzjq2023-11-29
* refactor: fix headers with IWYUdundargoc2023-11-28
* refactor: rename types.h to types_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* build: enable IWYU on macdundargoc2023-11-27
* build(IWYU): replace most private mappings with pragmas (#26247)zeertzjq2023-11-27
* build: rework IWYU mapping filesdundargoc2023-11-25
* fix: missing case in setxattr error handling (#26176)Nik Klassen2023-11-24
* build: remove PVSdundargoc2023-11-12
* vim-patch:dbf749bd5aae (#25665)zeertzjq2023-10-16
* vim-patch:9.0.1975: xattr: permission-denied errors on write (#25478)zeertzjq2023-10-03
* vim-patch:9.0.1967: xattr errors not translated (#25454)zeertzjq2023-10-01
* vim-patch:9.0.1964: xattr support fails to build on MacOS X (#25448)zeertzjq2023-10-01
* vim-patch:9.0.1963: Configure script may not detect xattrzeertzjq2023-09-30
* vim-patch:9.0.1962: No support for writing extended attributeszeertzjq2023-09-30
* refactor: reorganize option header files (#25437)zeertzjq2023-09-30
* build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
* refactor(message): smsg_attr -> smsgbfredl2023-09-29
* refactor: adjust headers according to the style guide (#23934)dundargoc2023-06-06
* refactor: uncrustifydundargoc2023-04-26
* refactor(fs): now it is time to get rid of fs_loop and fs_loop_mutexbfredl2023-04-25
* vim-patch:9.0.0411: only created files can be cleaned up with one callzeertzjq2023-04-16
* refactor: remove use of reserved c++ keywordsii142023-04-06
* Merge pull request #22056 from lewis6991/refactor/fileio_moreLewis Russell2023-02-15
|\
| * refactor(fileio.c): remove HAVE_ACL ifdefsLewis Russell2023-02-01
* | build: enable MSVC level 3 warnings (#21934)dundargoc2023-02-11
* | fix(lua): mark some eval functions that can run in API-fastLewis Russell2023-02-02
|/
* refactor: replace char_u with char 24 (#21823)dundargoc2023-01-18
* refactor: replace char_u with char 22 (#21786)dundargoc2023-01-17
* fix(exepath)!: prefers extensionless for powershellAnton Kriese2023-01-16
* refactor: replace char_u with char 21 (#21779)dundargoc2023-01-14
* refactor: replace char_u with char 17 - remove STRLCPY (#21235)dundargoc2023-01-09
* refactor: eliminate os_unix.c #21621Justin M. Keyes2023-01-02
* refactor: replace char_u with chardundargoc2022-11-28
* fix: pvs warnings (#21145)dundargoc2022-11-22
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* Merge pull request #20821 from dundargoc/refactor/clang-tidybfredl2022-11-08
|\