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
...
*
dhcp: indicate IP network order in prototypes too
Denys Vlasenko
2010-05-30
1
-4
/
+4
*
dhcp: readability cleanups and small code shrink
Denys Vlasenko
2010-05-30
4
-49
/
+54
*
rpm2cpio: teach it to understand xz format
Denys Vlasenko
2010-05-30
1
-11
/
+24
*
unxz: remove debugging. no code changes
Denys Vlasenko
2010-05-30
4
-33
/
+11
*
*: teach tar et. al. to understand .xz by heart
Denys Vlasenko
2010-05-30
5
-25
/
+46
*
forgotten "git add"...
Denys Vlasenko
2010-05-30
1
-0
/
+116
*
reorder parts of bbunzip.c, no code changes
Denys Vlasenko
2010-05-30
1
-75
/
+48
*
unxz: new applet, complete with xzcat and xz -d aliases
Denys Vlasenko
2010-05-30
16
-9
/
+3433
*
rename FEATURE_LZMA_ALIAS to just LZMA
Denys Vlasenko
2010-05-30
4
-12
/
+12
*
lzop: fix indentation
Denys Vlasenko
2010-05-30
1
-1
/
+1
*
bbunzip: silence warning about unused variable
Bernhard Reutner-Fischer
2010-05-27
1
-1
/
+1
*
trivial fixes: use uint8_t, not __u8; fix defconfig for fgconsole
Denys Vlasenko
2010-05-27
2
-2
/
+2
*
build system: make gen_build_files.sh messages more inline with the rest
Denys Vlasenko
2010-05-27
1
-2
/
+3
*
trim help text. -29 bytes
Denys Vlasenko
2010-05-27
1
-5
/
+5
*
unlzma: add "lzma -d" alias, add -t support, rename lzmacat->lzcat
Denys Vlasenko
2010-05-27
6
-36
/
+59
*
ip addr: shrink
Bernhard Reutner-Fischer
2010-05-25
1
-99
/
+78
*
ip addr: unify parsing args
Bernhard Reutner-Fischer
2010-05-25
1
-13
/
+7
*
ip rule: unify parsing args
Bernhard Reutner-Fischer
2010-05-25
1
-25
/
+11
*
ip tunnel: unify parsing args; no obj-code changes
Bernhard Reutner-Fischer
2010-05-25
1
-3
/
+2
*
ip link: add qlen
Bernhard Reutner-Fischer
2010-05-25
1
-2
/
+7
*
iplink: shrink
Bernhard Reutner-Fischer
2010-05-25
1
-54
/
+39
*
iplink: support add/delete
Bernhard Reutner-Fischer
2010-05-25
1
-2
/
+91
*
ipaddress: print OPERSTATEs and NO-CARRIER
Bernhard Reutner-Fischer
2010-05-25
1
-0
/
+9
*
unzip: another small code shrink
Denys Vlasenko
2010-05-24
1
-2
/
+2
*
unzip: tiny code shrink -2 bytes
Denys Vlasenko
2010-05-24
1
-5
/
+4
*
unzip: restore unix file mode if possible. closes bug 1045
Denys Vlasenko
2010-05-24
1
-55
/
+88
*
fgconsole: new applet by Grigory Batalov <bga@altlinux.org>
Grigory Batalov
2010-05-23
6
-4
/
+48
*
ifconfig: do not truncate interface names. closes bug 1795
Denys Vlasenko
2010-05-23
1
-2
/
+1
*
shell: consolidate builtin_foo.? into shell_common.?; delete obsolete shells
Denys Vlasenko
2010-05-23
11
-7436
/
+442
*
fix unescaped $ in makefile
Denys Vlasenko
2010-05-23
1
-2
/
+2
*
ps: make "ps -o BAD" emit list of good -o params
Denys Vlasenko
2010-05-23
2
-8
/
+22
*
getty: do not emit bogus error message on EOF
Denys Vlasenko
2010-05-22
1
-0
/
+1
*
fuser: code shrink, fixing default signal, exitcode and PID display
Maksym Kryzhanovskyy
2010-05-22
2
-139
/
+125
*
hush: trivial code shrink
Denys Vlasenko
2010-05-22
1
-20
/
+21
*
hush: reduce #ifdef forest a bit, rename handle_dollar -> parse_dollar
Denys Vlasenko
2010-05-22
1
-25
/
+20
*
hush: fix hush -c 'echo $0' - was showing empty string
Denys Vlasenko
2010-05-22
1
-0
/
+1
*
hush: fix segfault in ${?:N:M}
Denys Vlasenko
2010-05-22
5
-37
/
+78
*
hush: fix "hush -c 'echo $#'" showing -1
Denys Vlasenko
2010-05-22
3
-2
/
+11
*
hush: support ${var:EXPR:EXPR}!
Denys Vlasenko
2010-05-22
3
-86
/
+152
*
hush: fix a nommu todo in recent commits
Denys Vlasenko
2010-05-22
1
-25
/
+37
*
hush: fix more obscure ${var%...} cases
Denys Vlasenko
2010-05-22
5
-24
/
+45
*
hush: fix a=abc; c=c; echo ${a%${c}}
Denys Vlasenko
2010-05-21
4
-60
/
+75
*
hush: handle expansions in ${var?expanded_word} constructs
Denys Vlasenko
2010-05-21
3
-15
/
+62
*
hush: reorganized TODO comment at top
Denys Vlasenko
2010-05-21
1
-14
/
+12
*
hush: add a list of unsupported builtins
Denys Vlasenko
2010-05-21
1
-0
/
+2
*
hush: handle ${var:NUM:} too
Denys Vlasenko
2010-05-21
3
-2
/
+32
*
trylink: gold may not support --sort-common (yet)
Bernhard Reutner-Fischer
2010-05-21
1
-7
/
+10
*
lxdialog: fix ncursesw include detection
Bernhard Reutner-Fischer
2010-05-21
1
-1
/
+5
*
hush: remove extra comparison from prev commit
Denys Vlasenko
2010-05-21
1
-4
/
+2
*
hush: optional support for ${var:N:M} bashism
Denys Vlasenko
2010-05-21
3
-39
/
+120
[prev]
[next]