aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/fs.c
Commit message (Expand)AuthorAge
* 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
|\
| * refactor: fix clang-tidy warningsdundargoc2022-11-06
* | feat: ":write ++p" creates parent dirs #20835Victor Blanchard2022-11-06
|/
* vim-patch:8.1.0941: macros for MS-Windows are inconsistent (#20215)dundargoc2022-09-18
* refactor: replace char_u with charDundar Göc2022-08-31
* refactor: replace char_u with char 4 (#19987)dundargoc2022-08-30
* refactor: replace char_u with charDundar Göc2022-08-29
* revert: "jobstart(): Fix hang on non-executable cwd #9204" (#19826)zeertzjq2022-08-18
* refactor: replace char_u with charDundar Goc2022-08-12
* refactor: use CLEAR_FIELD and CLEAR_POINTER macros (#19709)zeertzjq2022-08-11
* refactor: replace char_uDundar Goc2022-07-02
* feat: stdpath('run'), /tmp/nvim.user/ #18993Justin M. Keyes2022-06-30
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* refactor: convert macros to all-caps (#17895)dundargoc2022-04-24
* refactor(lua): cleanup and docs for threadsbfredl2022-02-26
* feat(lua): add proper support of luv threadserw72022-02-26
* refactor(misc1): move out high-level input functions to a new file: input.cBjörn Linse2021-12-10
* refactor: saner options for uncrustify (#16204)dundargoc2021-11-19
* vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy2021-11-01
* refactor: remove redundant char casts #15888dundargoc2021-10-04
* Refactor/uncrustify (#15790)dundargoc2021-09-29
* refactor: format files with uncrustify #15663dundargoc2021-09-14
* chore: use codespell to spell check #15016dundargoc2021-07-07
* coverity/331377: os_fopen: Remove invalid iflags assertJames McCoy2021-05-06
* Merge remote-tracking branch 'upstream/master' into fileinfo-garbageJames McCoy2020-07-31
|\
| * Change to canonicalize only when reparse point in includederw72020-04-02
| * Change resolve() to resolve symbolic links on Windowserw72020-04-02
* | fs: Ensure FileInfo struct is initializedJames McCoy2020-07-31
|/
* build/win: fix warningsJustin M. Keyes2019-08-15
* utf16_to_utf8: align with libuvJustin M. Keyes2019-08-15
* utf8_to_utf16: align with libuvJustin M. Keyes2019-08-15
* os/fs: introduce os_fopen()Justin M. Keyes2019-07-25
* vim-patch:8.1.1740: exepath() doesn't work for "bin/cat" (#10556)Daniel Hahler2019-07-24
* os_can_exe: remove char_uJustin M. Keyes2019-07-21
* win: jobstart(), system(): $PATHEXT-resolve exeJustin M. Keyes2019-07-21
* Fix is_executable_in_path() on Windows (#10468)erw72019-07-15
* win,fs.c: Fix is_executable_ext #10209erw72019-07-04
* fileio.c: eliminate set_file_time() #10357Justin M. Keyes2019-06-30
* lua/shared: share trim() implJustin M. Keyes2019-05-20
* fileio: set group of backup fileJustin M. Keyes2019-05-20
* Merge #9709 'fileio: use os_copy to create backups'Justin M. Keyes2019-05-20
|\