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
Commit message (
Expand
)
Author
Age
Files
Lines
*
sendmail: use on-stack buffer for AUTH PLAIN
Denys Vlasenko
2018-07-31
1
-11
/
+27
*
sendmail: code shrink 2
Denys Vlasenko
2018-07-31
1
-9
/
+9
*
sendfile: code shrink
Denys Vlasenko
2018-07-31
4
-22
/
+26
*
sendmail: support AUTH PLAIN in addition to AUTH LOGIN
Raffaello D. Di Napoli
2018-07-31
3
-14
/
+45
*
klogd: code shrink
Denys Vlasenko
2018-07-31
1
-4
/
+7
*
install.sh: don't clobber dangling symlinks
Baruch Siach
2018-07-31
1
-1
/
+1
*
klogd: better help text
Denys Vlasenko
2018-07-31
1
-2
/
+2
*
hush: speed up ${var:+ARG} for literal ARGs
Denys Vlasenko
2018-07-31
1
-27
/
+31
*
hush: fix another case where empty "for" wasn't setting exitcode to 0
Denys Vlasenko
2018-07-28
5
-1
/
+13
*
hush: disable debug_indent increment/decrement for HUSH_DEBUG < 2 builds
Denys Vlasenko
2018-07-28
1
-2
/
+2
*
hush: make "set -x" output don't redirectable when fd#2 redirected
Denys Vlasenko
2018-07-28
1
-45
/
+84
*
hush: make "set -x" output closer to bash
Denys Vlasenko
2018-07-27
1
-18
/
+60
*
hush: fix "set -x" output prefix overlapping for v="..`cmd`.." case
Denys Vlasenko
2018-07-27
1
-14
/
+20
*
hush: in some cases, expand_on_ifs() relied of uninitialized memory
Denys Vlasenko
2018-07-27
1
-2
/
+13
*
hush: improve set -x: make "+++" indent level increase in `cmd` and eval.
Denys Vlasenko
2018-07-26
1
-9
/
+19
*
examples/var_service: add /var/run flag file to ntp.script
Denys Vlasenko
2018-07-26
1
-1
/
+3
*
htpd: increase MIN_FREQHOLD by 3
Denys Vlasenko
2018-07-25
1
-3
/
+3
*
fdisk: code shrink
Denys Vlasenko
2018-07-25
1
-5
/
+27
*
fdisk: sync up with some util-linux 2.31 behavior
Denys Vlasenko
2018-07-25
3
-48
/
+46
*
fdisk: use strtoul[l] instead of atoi, closes 11176
Denys Vlasenko
2018-07-25
2
-4
/
+7
*
gzip: unbreak FEATURE_GZIP_LEVELS, closes 11171
Denys Vlasenko
2018-07-24
1
-6
/
+6
*
hush: fix/explain corner cases of redirection colliding with script fd
Denys Vlasenko
2018-07-24
1
-12
/
+49
*
hush: add "heredoc.tests" from ash, tweak ash "is a function" message
Denys Vlasenko
2018-07-24
4
-2
/
+120
*
hush: fix nested redirects colliding with script fds
Denys Vlasenko
2018-07-24
8
-98
/
+175
*
hush: handle backslash-newline in heredoc terminators
Denys Vlasenko
2018-07-24
5
-2
/
+28
*
hush: fix handling of heredocs not enclosed in groups where they are "declared"
Denys Vlasenko
2018-07-24
7
-45
/
+84
*
hush: fix heredoc handling in the "cmd <<EOF ;<newline>" case
Denys Vlasenko
2018-07-23
7
-24
/
+50
*
hush: fix handling of heredocs starting with empty lines
Denys Vlasenko
2018-07-23
5
-0
/
+20
*
hexedit: fixes for redraw and down movement causing SEGV on attempt to access
Denys Vlasenko
2018-07-23
1
-1
/
+4
*
hush: never glob result of dquoted "${v:+/bin/c*}"
Denys Vlasenko
2018-07-20
5
-1
/
+53
*
hush: tidy up code after previous commits
Denys Vlasenko
2018-07-20
1
-48
/
+43
*
hush: better names for o_free_unsafe() / o_free(), no logic changes
Denys Vlasenko
2018-07-20
1
-16
/
+17
*
hush: fix handling of '' in ${var:+ARG}
Denys Vlasenko
2018-07-20
7
-3
/
+217
*
hush: fix word splitting in ${v:+ARG} - dollar_altvalue1 test
Denys Vlasenko
2018-07-20
5
-61
/
+284
*
hush: expand_vars_to_list() should not assume it starts new word
Denys Vlasenko
2018-07-20
1
-8
/
+10
*
hush: remove pointless "next" var, simplify expand_vars_to_list()
Denys Vlasenko
2018-07-20
1
-19
/
+16
*
hush: store "ended_in_ifs" flag in o_string
Denys Vlasenko
2018-07-20
1
-18
/
+19
*
hush: propagate (output,n) parameters into expand_one_var()
Denys Vlasenko
2018-07-20
1
-14
/
+49
*
hush: make expand_vars_to_list() a bit more sane
Denys Vlasenko
2018-07-20
1
-28
/
+32
*
hush: reduce indentation, no code changes
Denys Vlasenko
2018-07-18
1
-27
/
+25
*
hush: fix 'x=; echo ${x:-"$@"}' producing 'BUG in varexp2' message
Denys Vlasenko
2018-07-18
1
-7
/
+14
*
hush: smaller code to set o_string to ""
Denys Vlasenko
2018-07-18
1
-4
/
+2
*
whitespace fixes
Denys Vlasenko
2018-07-17
5
-12
/
+12
*
hush: faster/smaller code to check for presense of multiple chars in string
Denys Vlasenko
2018-07-17
1
-13
/
+18
*
hush: improve ${var#...}, ${var:+...} and ${var/.../...} - handle quoting
Denys Vlasenko
2018-07-17
19
-57
/
+291
*
cp: add missing quote in config snippet
Denys Vlasenko
2018-07-17
1
-1
/
+1
*
hush: shrink code in builtin_eval
Denys Vlasenko
2018-07-15
1
-26
/
+26
*
grep: accept and ignore --color[=anything]
Denys Vlasenko
2018-07-13
1
-3
/
+8
*
cp: optional --reflink support
Denys Vlasenko
2018-07-13
3
-0
/
+46
*
usage: do not print trailing space for commands which have no arguments
Denys Vlasenko
2018-07-09
1
-2
/
+5
[next]