index
:
busybox-w32
ansi
awk_faster
busybox
cng_backend
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
propagate_sigint
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
/
docs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-02-04
which: standardise slashes in output
Ron Yorston
1
-0
/
+10
2019-02-02
win32: add support for the euro currency symbol
Ron Yorston
6
-2
/
+103
2019-02-01
vi: simplify code to display pasted text
Ron Yorston
1
-8
/
+4
2019-01-26
ash: remove carriage returns from strings to be evaluated
Ron Yorston
1
-0
/
+12
2019-01-26
win32: allow characters to be entered as ALTNNN
Ron Yorston
1
-3
/
+34
2019-01-26
vi: display pasted text
Ron Yorston
1
-1
/
+14
2019-01-23
awk: fix handling of regular expressions that match end-of-line
Ron Yorston
1
-0
/
+24
2019-01-10
iconv: depends on PLATFORM_MINGW32
Ron Yorston
1
-0
/
+1
2019-01-10
Update default configuration; compilation fix
Ron Yorston
3
-8
/
+34
2019-01-09
nslookup: return exitcode 1 on resolution errors
Denys Vlasenko
1
-4
/
+8
2019-01-09
telnet: placate compiler's warning
Denys Vlasenko
1
-1
/
+1
2019-01-09
date: improve help text for -D
Denys Vlasenko
1
-2
/
+2
2019-01-09
bc: code shrink
Denys Vlasenko
1
-14
/
+14
2019-01-09
diff: omit unreliable test for same file
Ron Yorston
1
-1
/
+1
2019-01-08
bc: remove "empty expression" check/message, parsing fails in these cases anyway
Denys Vlasenko
1
-3
/
+4
2019-01-08
bc: zbc_parse_expr_empty_ok() is unused except by zbc_parse_expr(), fold it in
Denys Vlasenko
1
-36
/
+25
2019-01-08
bc: disallow invalid syntax like "{ print 1 print 2 }"
Denys Vlasenko
1
-15
/
+21
2019-01-08
ps: fix long output when desktop compatibility is disabled
Ron Yorston
1
-0
/
+3
2019-01-08
ps: display interpreted script name in comm column
Ron Yorston
2
-2
/
+19
2019-01-08
ps: add support for the args column
Ron Yorston
6
-37
/
+55
2019-01-08
ps: add user and group columns
Ron Yorston
2
-6
/
+11
2019-01-08
passwd: initialize pointers correctly
Einar Jón
1
-4
/
+4
2019-01-08
win32: add a fake root user and group
Ron Yorston
1
-13
/
+26
2019-01-08
win32: implement vsnprintf(2)
Ron Yorston
2
-0
/
+25
2019-01-08
tls: add comment about dl.fedoraproject.org needing secp256r1 ECC curve
Denys Vlasenko
1
-0
/
+8
2019-01-07
udhcpc: when decoding DHCP_SUBNET, ensure it is 4 bytes long
Denys Vlasenko
3
-3
/
+3
2019-01-07
udhcp: code shrink
Denys Vlasenko
1
-5
/
+9
2019-01-07
sleep: support "inf"
Denys Vlasenko
2
-1
/
+5
2019-01-07
win32: implement umask(2)
Ron Yorston
4
-0
/
+31
2019-01-06
build system: fix compiler warnings
Denys Vlasenko
5
-7
/
+13
2019-01-06
find: handle leading -- argument
Denys Vlasenko
1
-0
/
+6
2019-01-06
telnet: provide feedback after successful connect
Danijel Tasov
1
-0
/
+1
2019-01-06
telnetd: fix bad interaction with vhangup() from login
Denys Vlasenko
1
-2
/
+16
2019-01-06
telnet: code shrink
Denys Vlasenko
1
-66
/
+53
2019-01-06
telnet: speed up processing of network input
Denys Vlasenko
1
-40
/
+43
2019-01-06
iconv: import from win-iconv
Ron Yorston
4
-1
/
+1849
2019-01-06
xargs: fix 'xargs -sNUM' tests
Ron Yorston
1
-0
/
+4
2019-01-06
tar: return correct exit code for empty tar file
Ron Yorston
2
-5
/
+4
2019-01-05
busybox: add --uninstall option
Ron Yorston
3
-2
/
+72
2019-01-05
busybox: identify scripts in output of 'busybox --list-full'
Ron Yorston
1
-0
/
+4
2019-01-05
lineedit: allow non-ASCII characters when tab-completing filenames
Ron Yorston
1
-0
/
+4
2019-01-04
ip: print dadfailed flag
Kaarle Ritvanen
1
-0
/
+4
2019-01-04
ls: make -i compatible with coreutils: don't follow symlink by default
Martijn Dekker
1
-2
/
+2
2019-01-04
wget: notify on download begin and end
Martin Lewis
1
-0
/
+10
2019-01-04
wget: add -o flag
Martin Lewis
1
-15
/
+37
2019-01-04
bc: shorten "limits" output
Denys Vlasenko
1
-4
/
+1
2019-01-04
win32: reduce static storage needed for lazy loading
Ron Yorston
2
-21
/
+15
2019-01-04
bc: formatting changes, added a FIXME comment, no logic changes
Denys Vlasenko
1
-5
/
+8
2019-01-04
bc: support void functions (GNU compat)
Denys Vlasenko
2
-19
/
+73
2019-01-04
dc: fit returning of string
Denys Vlasenko
2
-5
/
+18
[next]