index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2010-06-01
decompress_unxz: newer version, one which can unpack SHA-256 protected files
Denys Vlasenko
2010-06-01
lineedit: fix column display for wide and combining chars in TAB completion
Tomas Heinrich
2010-05-31
archival/*: shrink by reusing sufficiently similar functions
Denys Vlasenko
2010-05-31
dhcp: truncate packets instead of padding them to 574 bytes. closes bug 1849
Denys Vlasenko
2010-05-30
dhcp: indicate IP network order in prototypes too
Denys Vlasenko
2010-05-30
dhcp: readability cleanups and small code shrink
Denys Vlasenko
2010-05-30
rpm2cpio: teach it to understand xz format
Denys Vlasenko
2010-05-30
unxz: remove debugging. no code changes
Denys Vlasenko
2010-05-30
*: teach tar et. al. to understand .xz by heart
Denys Vlasenko
2010-05-30
forgotten "git add"...
Denys Vlasenko
2010-05-30
reorder parts of bbunzip.c, no code changes
Denys Vlasenko
2010-05-30
unxz: new applet, complete with xzcat and xz -d aliases
Denys Vlasenko
2010-05-30
rename FEATURE_LZMA_ALIAS to just LZMA
Denys Vlasenko
2010-05-30
lzop: fix indentation
Denys Vlasenko
2010-05-27
bbunzip: silence warning about unused variable
Bernhard Reutner-Fischer
2010-05-27
trivial fixes: use uint8_t, not __u8; fix defconfig for fgconsole
Denys Vlasenko
2010-05-27
build system: make gen_build_files.sh messages more inline with the rest
Denys Vlasenko
2010-05-27
trim help text. -29 bytes
Denys Vlasenko
2010-05-27
unlzma: add "lzma -d" alias, add -t support, rename lzmacat->lzcat
Denys Vlasenko
2010-05-25
ip addr: shrink
Bernhard Reutner-Fischer
2010-05-25
ip addr: unify parsing args
Bernhard Reutner-Fischer
2010-05-25
ip rule: unify parsing args
Bernhard Reutner-Fischer
2010-05-25
ip tunnel: unify parsing args; no obj-code changes
Bernhard Reutner-Fischer
2010-05-25
ip link: add qlen
Bernhard Reutner-Fischer
2010-05-25
iplink: shrink
Bernhard Reutner-Fischer
2010-05-25
iplink: support add/delete
Bernhard Reutner-Fischer
2010-05-25
ipaddress: print OPERSTATEs and NO-CARRIER
Bernhard Reutner-Fischer
2010-05-24
unzip: another small code shrink
Denys Vlasenko
2010-05-24
unzip: tiny code shrink -2 bytes
Denys Vlasenko
2010-05-24
unzip: restore unix file mode if possible. closes bug 1045
Denys Vlasenko
2010-05-23
fgconsole: new applet by Grigory Batalov <bga@altlinux.org>
Grigory Batalov
2010-05-23
ifconfig: do not truncate interface names. closes bug 1795
Denys Vlasenko
2010-05-23
shell: consolidate builtin_foo.? into shell_common.?; delete obsolete shells
Denys Vlasenko
2010-05-23
fix unescaped $ in makefile
Denys Vlasenko
2010-05-23
ps: make "ps -o BAD" emit list of good -o params
Denys Vlasenko
2010-05-22
getty: do not emit bogus error message on EOF
Denys Vlasenko
2010-05-22
fuser: code shrink, fixing default signal, exitcode and PID display
Maksym Kryzhanovskyy
2010-05-22
hush: trivial code shrink
Denys Vlasenko
2010-05-22
hush: reduce #ifdef forest a bit, rename handle_dollar -> parse_dollar
Denys Vlasenko
2010-05-22
hush: fix hush -c 'echo $0' - was showing empty string
Denys Vlasenko
2010-05-22
hush: fix segfault in ${?:N:M}
Denys Vlasenko
2010-05-22
hush: fix "hush -c 'echo $#'" showing -1
Denys Vlasenko
2010-05-22
hush: support ${var:EXPR:EXPR}!
Denys Vlasenko
2010-05-22
hush: fix a nommu todo in recent commits
Denys Vlasenko
2010-05-22
hush: fix more obscure ${var%...} cases
Denys Vlasenko
2010-05-21
hush: fix a=abc; c=c; echo ${a%${c}}
Denys Vlasenko
2010-05-21
hush: handle expansions in ${var?expanded_word} constructs
Denys Vlasenko
2010-05-21
hush: reorganized TODO comment at top
Denys Vlasenko
2010-05-21
hush: add a list of unsupported builtins
Denys Vlasenko
2010-05-21
hush: handle ${var:NUM:} too
Denys Vlasenko
[next]