aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/fs.c
Commit message (Expand)AuthorAge
* 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
|\
| * docs: explicitly state return value on successSaid Al Attrach2019-03-30
| * fs: add os_copy function that uses uv_fs_copyfileSaid Al Attrach2019-03-10
* | test: "$PATHEXT=::"Justin M. Keyes2019-04-02
* | fs.c: fix is_executable_ext()erw72019-04-02
* | [ci skip] fs.c: fix commenterw72019-04-01
* | fs.c: Move sh check of is_executable_ext to outside of looperw72019-04-01
* | fs.c: Simplify calling is_executable_exterw72019-04-01
* | fs.c: fix is_executable_exterw72019-04-01
* | fs.c: eliminate is_extension_executableJustin M. Keyes2019-04-01
* | is_extension_executable: simplify check for unix-style shellJustin M. Keyes2019-04-01
* | is_extension_executable: simplifyerw72019-04-01
* | cleanup: PATHEXT functionerw72019-04-01
* | test/win: executable(), exepath() #9516erw72019-04-01
* | win: exepath(): append extension if omittederw72019-04-01
* | win: executable(): also check extensionerw72019-04-01
* | win: executable(): fix relative path bugerw72019-04-01
|/
* executable(): return false if user is not owner #9703erw72019-03-09
* os/env: Fix completion of multibyte env var nameserw72019-03-03
* os: remove uv_translate_sys_error impl #9652Justin M. Keyes2019-03-01
* deps: update to libuv v1.26.0Justin M. Keyes2019-02-21
* fix "E667: Fsync failed" on macOSJustin M. Keyes2019-02-21
* jobstart(): Fix hang on non-executable cwd #9204Tommy Allen2018-11-07
* use wchar_t instead of WCHAR #6998Matt Kline2018-06-18
* Merge #8218 'Fix errors reported by PVS'Justin M. Keyes2018-04-27
|\
| * os/fs: Fix PVS/V560: condition was already checked in while()ZyX2018-04-15