index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
win32
/
mingw.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
win32: add a function to detect running with elevated privileges
Ron Yorston
2019-03-09
1
-0
/
+18
*
win32: extend normalisation of paths in realpath(3)
Ron Yorston
2019-03-08
1
-2
/
+20
*
win32: canonicalize path in chdir(2)
Ron Yorston
2019-03-06
1
-0
/
+13
*
win32: implement readlink(2)
Ron Yorston
2019-03-06
1
-0
/
+65
*
win32: let realpath(3) succeed on WinXP/ReactOS
Ron Yorston
2019-03-06
1
-8
/
+14
*
win32: drop argument from err_win_to_posix()
Ron Yorston
2019-03-06
1
-5
/
+5
*
win32: improved results for symlinks from stat(2)
Ron Yorston
2019-03-05
1
-36
/
+56
*
win32: change handling of trailing slashes in stat(2)
Ron Yorston
2019-03-04
1
-40
/
+11
*
win32: simplify utimes(2) implementation
Ron Yorston
2019-03-04
1
-31
/
+6
*
win32: let stat(2) report numeric uids for local users
Ron Yorston
2019-03-02
1
-8
/
+47
*
win32: make stat(2) try to identify the owner of files
Ron Yorston
2019-03-01
1
-7
/
+64
*
win32: make more use of common lazy loading code
Ron Yorston
2019-02-27
1
-10
/
+5
*
win32: fake permissions/ownership for inaccessible files
Ron Yorston
2019-02-25
1
-0
/
+5
*
win32: stat(2) succeeds if fetching extra metadata fails
Ron Yorston
2019-02-19
1
-11
/
+3
*
win32: tidy up stat(2) implementation
Ron Yorston
2019-02-18
1
-21
/
+22
*
win32: avoid use of uninitialised metadata in stat(2)
Ron Yorston
2019-02-18
1
-2
/
+8
*
ash: updated support for hiding console
Ron Yorston
2019-02-17
1
-0
/
+16
*
win32: make stat(2) fetch additional metadata
Ron Yorston
2019-02-16
1
-4
/
+35
*
win32: add a function to remove CRs from a text buffer
Ron Yorston
2019-02-14
1
-0
/
+11
*
win32: add a fake root user and group
Ron Yorston
2019-01-08
1
-13
/
+26
*
win32: implement umask(2)
Ron Yorston
2019-01-07
1
-0
/
+14
*
busybox: add --uninstall option
Ron Yorston
2019-01-05
1
-0
/
+39
*
win32: reduce static storage needed for lazy loading
Ron Yorston
2019-01-04
1
-6
/
+4
*
win32: add support for %T to strftime
Ron Yorston
2018-12-16
1
-21
/
+30
*
win32: special treatment for files with the '.sh' extension
Ron Yorston
2018-12-09
1
-9
/
+10
*
win32: add a case-insensitive version of is_suffixed_with()
Ron Yorston
2018-12-09
1
-2
/
+1
*
win32: use open_read_close() where possible
Ron Yorston
2018-12-09
1
-6
/
+2
*
win32: (another) fix to file extension test
Ron Yorston
2018-12-07
1
-1
/
+1
*
win32: fix to file extension test
Ron Yorston
2018-12-07
1
-2
/
+3
*
win32: rework adding of extensions to filenames
Ron Yorston
2018-12-06
1
-20
/
+32
*
win32: fix implementation of access(2)
Ron Yorston
2018-12-04
1
-2
/
+5
*
win32: save a few bytes in fake times(2) implementation
Ron Yorston
2018-11-27
1
-5
/
+1
*
realpath: implement realpath(3) and enable realpath(1)
realpath
Ron Yorston
2018-06-09
1
-3
/
+56
*
win32: save a few bytes in device file support
Ron Yorston
2018-03-23
1
-35
/
+35
*
win32: small changes to reduce size of binary
Ron Yorston
2018-03-22
1
-11
/
+6
*
win32: don't test DLLs for executable format
Ron Yorston
2018-03-18
1
-0
/
+5
*
win32: add a function to convert backslashes to slashes
Ron Yorston
2018-03-18
1
-11
/
+14
*
win32: try harder to get file attributes
Ron Yorston
2018-03-17
1
-0
/
+16
*
ash: remove special treatment of device files
Ron Yorston
2018-03-15
1
-1
/
+3
*
win32: restrict visibility of special devices
Ron Yorston
2018-03-15
1
-7
/
+24
*
win32: squeeze a few bytes out of strftime
Ron Yorston
2018-03-05
1
-4
/
+6
*
win32: reduce amount of static data
Ron Yorston
2018-03-04
1
-5
/
+19
*
Minor improvements to build
Ron Yorston
2018-03-02
1
-2
/
+1
*
win32: make has_exec_format static
Ron Yorston
2018-03-01
1
-55
/
+55
*
win32: don't add extensions to filenames ending with a dot
Ron Yorston
2018-02-28
1
-1
/
+7
*
win32: fix code to check for file extensions
Ron Yorston
2018-02-27
1
-1
/
+1
*
win32: move detection of file formats to stat(2)
Ron Yorston
2018-02-26
1
-51
/
+60
*
win32: improvements to stat(2) emulation
Ron Yorston
2018-02-26
1
-25
/
+18
*
win32: add support for batch files
Ron Yorston
2018-02-26
1
-12
/
+31
*
win32: make /dev/urandom more random
Ron Yorston
2018-02-23
1
-2
/
+1
[prev]
[next]