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
/
arch
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-06-18
awk: after preinc/dec, only allow variable, field ref, array ref, or another ...
Denys Vlasenko
1
-18
/
+69
2021-06-18
free: implement -h
Denys Vlasenko
2
-31
/
+53
2021-06-18
xxd: implement -i "C style output"
Denys Vlasenko
3
-26
/
+53
2021-06-18
xxd: do not try reading from closed stdin when non-existent file is given
Denys Vlasenko
1
-0
/
+1
2021-06-17
xxd: implement -o DISPLAYOFFSET
Denys Vlasenko
3
-11
/
+22
2021-06-17
hexdump: fix error message
Denys Vlasenko
1
-1
/
+1
2021-06-17
ionice: implement -t
Denys Vlasenko
1
-7
/
+10
2021-06-17
env: implement -0
Denys Vlasenko
1
-3
/
+6
2021-06-17
mv: implement -t and -T
Denys Vlasenko
1
-24
/
+50
2021-06-17
uniq: support -z
Denys Vlasenko
3
-11
/
+15
2021-06-16
vi: reject change command when motion fails
Ron Yorston
1
-1
/
+12
2021-06-16
vi: up/down motion beyond end of file should fail
Ron Yorston
1
-25
/
+38
2021-06-16
vi: keep autoindent if line isn't empty
Ron Yorston
1
-1
/
+1
2021-06-16
du: support -b "apparent size"
Denys Vlasenko
1
-12
/
+21
2021-06-16
blockdev: support --get/setra
Denys Vlasenko
1
-5
/
+23
2021-06-16
*: more --help tweaks
Denys Vlasenko
4
-14
/
+12
2021-06-16
lsof: print fd# too
Denys Vlasenko
1
-1
/
+1
2021-06-16
telnetd: give inetd.conf example in --help
Denys Vlasenko
3
-4
/
+4
2021-06-16
awk: fix use-after-free in "$BIGNUM1 $BIGGERNUM2" concat op
Denys Vlasenko
1
-14
/
+71
2021-06-15
hush: fix handling of "cmd && &"
Denys Vlasenko
1
-1
/
+5
2021-06-15
hush: fix handling of \^C and "^C"
Denys Vlasenko
9
-0
/
+23
2021-06-15
unlzma: fix a case where we could read before beginning of buffer
Denys Vlasenko
3
-5
/
+17
2021-06-15
man: fix segfault in "man 1"
Denys Vlasenko
1
-1
/
+1
2021-06-15
shuf: simplify check that we have at least one FILE
Denys Vlasenko
2
-7
/
+4
2021-06-15
*: more --help tweaks
Denys Vlasenko
10
-11
/
+11
2021-06-15
udhcpc: do not use inet_addr() to parse -r REQ_IP, it's deprecated
Denys Vlasenko
1
-1
/
+2
2021-06-15
udhcpc: rename server_addr to server_id, fix id comparison if it's not specified
Denys Vlasenko
1
-25
/
+19
2021-06-15
udhcpc[6]: do not pass xid around, keep it in client_data.xid
Denys Vlasenko
3
-60
/
+48
2021-06-15
udhcpc: send client-id option in DHCPDECLINE
Denys Vlasenko
1
-15
/
+22
2021-06-14
vi: initialise tabstop once not for each file
Ron Yorston
1
-1
/
+1
2021-06-14
vi: ':r' should insert text after current line
Ron Yorston
1
-5
/
+3
2021-06-14
*: --help tweaks
Denys Vlasenko
21
-40
/
+61
2021-06-13
base32/64: accept -i "skip bad chars" option (currently in effect uncondition...
Denys Vlasenko
1
-2
/
+4
2021-06-13
*: more --help tweaking
Denys Vlasenko
9
-19
/
+20
2021-06-13
*: more --help tweaks, mostly expanding ts --help
Denys Vlasenko
8
-15
/
+18
2021-06-13
*: --help tweaks
Denys Vlasenko
10
-27
/
+35
2021-06-12
bc: tweak overflow detection in a^b
Denys Vlasenko
1
-5
/
+8
2021-06-12
bc: code shrink: combine init() and copy() where we can
Denys Vlasenko
1
-21
/
+16
2021-06-12
bc: fix for mul overflow in scale calculation in a^b
Denys Vlasenko
1
-8
/
+23
2021-06-06
httpd_post_upload.cgi: use mktemp to avoid $RANDOM
Sergey Ponomarev
1
-1
/
+1