summaryrefslogtreecommitdiff
path: root/win32/mingw.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Build fixesFRP-3329-gcf0fa4d13Ron Yorston2020-01-081-1/+1
* win32: allow nanosecond precision in file timesRon Yorston2019-08-161-12/+29
* win32: try to make working directory names consistentRon Yorston2019-04-021-1/+26
* win32: track current directory of mapped drivesRon Yorston2019-04-011-4/+7
* win32: improved support for c:path path namesRon Yorston2019-03-301-0/+12
* win32: interpret absolute paths as relative to %SYSTEMDRIVE%Ron Yorston2019-03-281-0/+56
* win32: share code to find root prefix of pathRon Yorston2019-03-231-0/+35
* win32: change stat(2) error code in certain casesRon Yorston2019-03-201-1/+0
* win32: add function to convert slashes to backslashesRon Yorston2019-03-151-5/+14
* win32: realpath(3): remove trailing slashRon Yorston2019-03-141-1/+4
* win32: consolidate file metadata optionsRon Yorston2019-03-121-8/+2
* win32: changes to user idsRon Yorston2019-03-101-20/+30
* win32: add a function to detect running with elevated privilegesRon Yorston2019-03-091-0/+18
* win32: extend normalisation of paths in realpath(3)Ron Yorston2019-03-081-2/+20
* win32: canonicalize path in chdir(2)Ron Yorston2019-03-061-0/+13
* win32: implement readlink(2)Ron Yorston2019-03-061-0/+65
* win32: let realpath(3) succeed on WinXP/ReactOSRon Yorston2019-03-061-8/+14
* win32: drop argument from err_win_to_posix()Ron Yorston2019-03-061-5/+5
* win32: improved results for symlinks from stat(2)Ron Yorston2019-03-051-36/+56
* win32: change handling of trailing slashes in stat(2)Ron Yorston2019-03-041-40/+11
* win32: simplify utimes(2) implementationRon Yorston2019-03-041-31/+6
* win32: let stat(2) report numeric uids for local usersRon Yorston2019-03-021-8/+47
* win32: make stat(2) try to identify the owner of filesRon Yorston2019-03-011-7/+64
* win32: make more use of common lazy loading codeRon Yorston2019-02-271-10/+5
* win32: fake permissions/ownership for inaccessible filesRon Yorston2019-02-251-0/+5
* win32: stat(2) succeeds if fetching extra metadata failsRon Yorston2019-02-191-11/+3
* win32: tidy up stat(2) implementationRon Yorston2019-02-181-21/+22
* win32: avoid use of uninitialised metadata in stat(2)Ron Yorston2019-02-181-2/+8
* ash: updated support for hiding consoleRon Yorston2019-02-171-0/+16
* win32: make stat(2) fetch additional metadataRon Yorston2019-02-161-4/+35
* win32: add a function to remove CRs from a text bufferRon Yorston2019-02-141-0/+11
* win32: add a fake root user and groupRon Yorston2019-01-081-13/+26
* win32: implement umask(2)Ron Yorston2019-01-071-0/+14
* busybox: add --uninstall optionRon Yorston2019-01-051-0/+39
* win32: reduce static storage needed for lazy loadingRon Yorston2019-01-041-6/+4
* win32: add support for %T to strftimeRon Yorston2018-12-161-21/+30
* win32: special treatment for files with the '.sh' extensionRon Yorston2018-12-091-9/+10
* win32: add a case-insensitive version of is_suffixed_with()Ron Yorston2018-12-091-2/+1
* win32: use open_read_close() where possibleRon Yorston2018-12-091-6/+2
* win32: (another) fix to file extension testRon Yorston2018-12-071-1/+1
* win32: fix to file extension testRon Yorston2018-12-071-2/+3
* win32: rework adding of extensions to filenamesRon Yorston2018-12-061-20/+32
* win32: fix implementation of access(2)Ron Yorston2018-12-041-2/+5
* win32: save a few bytes in fake times(2) implementationRon Yorston2018-11-271-5/+1
* realpath: implement realpath(3) and enable realpath(1)realpathRon Yorston2018-06-091-3/+56
* win32: save a few bytes in device file supportRon Yorston2018-03-231-35/+35
* win32: small changes to reduce size of binaryRon Yorston2018-03-221-11/+6
* win32: don't test DLLs for executable formatRon Yorston2018-03-181-0/+5
* win32: add a function to convert backslashes to slashesRon Yorston2018-03-181-11/+14
* win32: try harder to get file attributesRon Yorston2018-03-171-0/+16