summaryrefslogtreecommitdiff
path: root/win32/mingw.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* win32: use lazy loading for certain DLLsRon Yorston2020-06-021-6/+21
* dd: fix handling of 'conv=notrunc seek=N'Ron Yorston2020-05-201-3/+3
* dd: create a sparse file when seek=N is usedRon Yorston2020-03-241-0/+17
* win32: stat(2): return correct st_blocks for compressed/sparse filesRon Yorston2020-03-241-1/+13
* win32: tidy up detection of device filesRon Yorston2020-02-161-9/+3
* win32: rework device file detectionRon Yorston2020-02-151-6/+4
* win32: code shrinkRon Yorston2020-02-131-11/+9
* date: code shrinkRon Yorston2020-02-111-6/+0
* mingw: fix off-by-one error in mingw_strftime()Ron Yorston2020-01-191-1/+1
* mingw: fix use after free in file_owner()Ron Yorston2020-01-191-9/+6
* 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