aboutsummaryrefslogtreecommitdiff
path: root/win32/mingw.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ash,make: fix CRLF handlingRon Yorston2023-01-301-2/+3
* win32: another stat(2) + access time fixRon Yorston2023-01-261-1/+1
* win32: only count subdirectories if necessaryRon Yorston2023-01-231-3/+15
* win32: limit setting of errno when lazy loading failsRon Yorston2023-01-221-3/+3
* win32: more minor improvements to stat(2)Ron Yorston2023-01-181-29/+26
* win32: minor improvements to stat(2)Ron Yorston2023-01-171-9/+9
* win32: use ACL check to clarify write permissionRon Yorston2023-01-161-27/+30
* win32: fix permissions of read-only directoryRon Yorston2023-01-111-1/+1
* win32: prevent stat(2) from updating access timesRon Yorston2022-12-221-4/+19
* win32: revert special treatment of Unix-style absolute pathsRon Yorston2022-10-261-6/+5
* win32: use xmalloc_follow_symlinks() in stat(2)Ron Yorston2022-09-271-16/+9
* Workaround for incomplete junctions created by PowerShellRon Yorston2022-06-251-12/+32
* win32: changes to stat(2) implementationFRP-4716-g31467ddfcRon Yorston2022-05-231-15/+22
* win32: code shrink fstat(2)Ron Yorston2022-05-231-11/+8
* win32: let stat(2) return correct st_size for symlinkRon Yorston2022-05-221-5/+8
* win32: code shrink readlink(2)Ron Yorston2022-05-221-32/+12
* win32: code shrink directory testsRon Yorston2022-05-221-15/+19
* win32: return reparse tag in struct statRon Yorston2022-05-191-6/+14
* jn: make junctions acceptable to WindowsRon Yorston2022-05-171-5/+9
* jn: new appletRon Yorston2022-05-161-1/+132
* win32: try to get link count for directoriesRon Yorston2022-05-151-1/+22
* win32: treat junctions as symlinksRon Yorston2022-05-141-6/+13
* ash: export certain variables to the environment immediatelyRon Yorston2022-05-081-1/+1
* win32: fix 'cd' to symlink with relative path as targetRon Yorston2022-05-071-1/+1
* win32: search PATH for missing Unix-style executablesRon Yorston2022-05-061-2/+0
* which,ash: changes to which/command/typeRon Yorston2022-05-011-0/+21
* win32: clarify documentation of is_relative_path()Ron Yorston2022-04-301-3/+8
* date: enable FEATURE_DATE_NANORon Yorston2022-04-221-0/+13
* win32: minor adjustments to file permissionsRon Yorston2022-04-191-8/+9
* win32: fake file ownership on FAT filesystemsRon Yorston2022-02-171-5/+11
* win32: fix implementation of readlink(2)Ron Yorston2021-11-251-3/+2
* win32: rmdir(2) shouldn't delete symlinksFRP-4487-gd239d2d52Ron Yorston2021-10-171-1/+8
* win32: code shrinkRon Yorston2021-10-161-9/+16
* realpath: improved support for Windows pathsRon Yorston2021-10-131-3/+2
* win32: fix creation of relative symlinksRon Yorston2021-10-121-2/+5
* win32: rename is_absolute_path()Ron Yorston2021-10-121-8/+8
* win32: use is_dir_sep() everywhereRon Yorston2021-10-121-4/+3
* ash: improve signal handlingRon Yorston2021-09-211-0/+9
* win32: code shrinkRon Yorston2021-08-271-0/+2
* win32: implement utimes(2) using utimensat(2)Ron Yorston2021-08-151-38/+18
* win32: tidy up fetching of system directoryRon Yorston2021-08-141-14/+17
* win32: code shrinkRon Yorston2021-08-141-14/+14
* win32: treat devices as character special filesRon Yorston2021-08-131-1/+3
* win32: better handling of nested symlinksRon Yorston2021-08-121-0/+8
* win32: tidy up time conversionsRon Yorston2021-08-091-7/+3
* win32: code shrink using is_prefixed_with()Ron Yorston2021-07-281-16/+18
* win32: code shrink has_exec_format()Ron Yorston2021-07-281-13/+11
* win32: special case for devices files in stat(2)Ron Yorston2021-07-251-5/+20
* win32: partial implementation of sync(2)Ron Yorston2021-06-071-0/+23
* win32: let virtual /dev/fd/<num> files be openedRon Yorston2021-06-071-0/+20