summaryrefslogtreecommitdiff
path: root/t/win32/stat.t
Commit message (Expand)AuthorAgeFilesLines
* make win32_lstat() return the length of the link in st_sizeTony Cook2023-01-101-0/+7
* Win32 stat() didn't handle AF_UNIX socket filesTony Cook2022-11-021-0/+74
* remove some leftover debug output from filetime_from_time()Tony Cook2022-06-031-0/+14
* add more win32 stat testsTony Cook2020-12-031-0/+60
* Win32: try to make the new stat pre-Vista compatibleTony Cook2020-12-011-1/+9
* lstat(), readlink() and unlink() treat directory junctions as symlinksTony Cook2020-12-011-2/+2
* Win32: implement our own stat(), and hence our own utimeTony Cook2020-12-011-16/+75
* Win32: add lstat(), fetch st_dev and st_ino and fetch st_nlink for fstatTony Cook2020-12-011-0/+111