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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-05-23
bunzip2: the correct condition is "n < groupCount", not "n <= groupCount". Cl...
Denys Vlasenko
1
-1
/
+1
2019-05-22
ip: use rtnl_send_check() on flush commands, closes 6962
Denys Vlasenko
5
-17
/
+65
2019-05-21
*: slap on a few ALIGN1/2s where appropriate
Denys Vlasenko
3
-5
/
+5
2019-05-21
udhcpd: fix printing of static leases
Denys Vlasenko
1
-27
/
+13
2019-05-19
hush: show 's' in $-
Denys Vlasenko
1
-3
/
+5
2019-05-19
hush: allocate line edit buffer only for interactive shell
Denys Vlasenko
1
-5
/
+9
2019-05-19
shell: implement optional "BASE#nnnn" numeric literals
Denys Vlasenko
3
-6
/
+51
2019-05-19
hush: remove test for "echo ${-}" errorring out - now it works
Denys Vlasenko
3
-4
/
+0
2019-05-19
hush: implement $-, set default PATH if it is not set on startup
Denys Vlasenko
1
-5
/
+26
2019-05-19
hush: set default PS1/2 only if we interactive
Denys Vlasenko
1
-16
/
+19
2019-05-19
hush: handle LINENO the same way as RANDOM: variable is "ephemeral"
Denys Vlasenko
1
-32
/
+18
2019-05-17
networking: cc is not a register
Khem Raj
3
-19
/
+19
2019-05-16
hush: remove code to track PS1/2 values dynamically - it's too much work
Denys Vlasenko
1
-61
/
+21
2019-05-16
typo fix in comment
Denys Vlasenko
1
-1
/
+1
2019-05-16
hush: small speedup in handle_changed_special_names()
Denys Vlasenko
1
-2
/
+2
2019-05-16
udhcpd: code shrink
Denys Vlasenko
1
-8
/
+12
2019-05-16
udhcpd: support per-client hostnames in static leases
Denys Vlasenko
3
-16
/
+71
2019-05-16
shell: add TODO comment about BASE#nnn literals
Denys Vlasenko
1
-0
/
+2
2019-05-16
dc: make 4 % 0 emit error messgaes and set result to 0
Denys Vlasenko
1
-7
/
+12
2019-05-15
udhcpc6: unbreak
Denys Vlasenko
1
-0
/
+1
2019-05-15
hush: fix quoted "${notexist-}" expansion to not disappear
Denys Vlasenko
5
-0
/
+20
2019-05-15
udhcpd: code shrink - do not fetch requested IP twice
Denys Vlasenko
1
-11
/
+9
2019-05-14
shells: add tests for backslashes in export VAR=VAL
Denys Vlasenko
4
-0
/
+6
2019-05-14
hush: fix "export PS1=xyz" and "local PS1=xyz" messing up prompt
Denys Vlasenko
3
-32
/
+40
2019-05-14
dd: fix handling of short result of full_write(), closes 11711
Denys Vlasenko
2
-14
/
+15
2019-05-14
style fix, no code changes
Denys Vlasenko
6
-9
/
+25
2019-05-13
sed: fix /regex/,+N match triggering only once, closes 11871
Denys Vlasenko
2
-0
/
+8
2019-05-10
udhcpd: code shrink
Denys Vlasenko
1
-6
/
+10
2019-05-09
ln: correct 'ln -T' usage message
John L. Hammond
1
-1
/
+1
2019-05-09
dc: code shrink
Denys Vlasenko
1
-6
/
+16
2019-05-03
win32: trim leading and trailing spaces from shebang options
Ron Yorston
1
-0
/
+4