index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
archival
/
libunarchive
Age
Commit message (
Expand
)
Author
2008-04-29
tar: fix the case where long base names can be ignored
Denis Vlasenko
2008-04-21
tar: move vfork into separate function (smaller code)
Denis Vlasenko
2008-04-15
trivial fixes to make bbox compile with gcc 4.3.0
Denis Vlasenko
2008-04-05
cpio: fix a bug where we do not extract zero-sized hardlinks
Denis Vlasenko
2008-03-18
unlzma: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com>
Denis Vlasenko
2008-03-17
fsck_minix: getopt32-ification; code shrink; reduce stack usage;
Denis Vlasenko
2008-03-02
unlzma: save a few more bytes, and maybe even a bit faster now
Denis Vlasenko
2008-03-02
unlzma: if !LZMA_FAST, save ~200 more bytes (Pascal Bellard <pascal.bellard A...
Denis Vlasenko
2008-02-19
tar: optional autodetection of gz/bz2 compressed tarballs.
Denis Vlasenko
2008-02-16
*: more readable handling of pipe fds. No code changes.
Denis Vlasenko
2008-02-16
random s/short/int/
Denis Vlasenko
2008-02-14
tar: real support for -p. +200 if selected.
Denis Vlasenko
2008-02-14
tar: do "short EOF" compat only if CONFIG_DESKTOP.
Denis Vlasenko
2008-02-13
tar: compat: handle tarballs with only one zero block at the end
Denis Vlasenko
2008-02-04
unzip: do not try to read entire compressed stream at once (it can be huge)
Denis Vlasenko
2008-01-28
*: tidy up usage of char **environ
Denis Vlasenko
2007-11-17
add comment clarifying busybox's use of non-standard tar header
Paul Fox
2007-11-16
tar: fix a case where glibc detects bogus buffer overrun
Denis Vlasenko
2007-11-12
open_transformer: do not duplicate "<program> -cf -"
Denis Vlasenko
2007-11-12
gzip: fix a case where tar xzf fails (we use uninitialized fd)
Denis Vlasenko
2007-10-13
bzip2: port bzip2 1.0.4 to busybox. note: bzip2 code resides
Denis Vlasenko
2007-10-10
bunzip: small code shrink and consmetics
Denis Vlasenko
2007-10-05
delete now unused check_header_gzip.c
Denis Vlasenko
2007-10-05
gunzip: support concatenated gz files.
Denis Vlasenko
2007-09-28
bunzip2: trim verbose messages
Denis Vlasenko
2007-09-27
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
Denis Vlasenko
2007-09-21
update Glenn McGrath's email address
Denis Vlasenko
2007-09-09
style fix, no code changes
Denis Vlasenko
2007-09-09
open_transformer: fix vda's goofup
Denis Vlasenko
2007-09-05
tar + gzip/bzip2/etc: support NOMMU machines (by Alex Landau <landau_alex@yah...
Denis Vlasenko
2007-09-04
tar: conditionally don't wait for vforked child to exec, as it always
Denis Vlasenko
2007-08-17
assorted fixes for breakage found by randomconfig
Denis Vlasenko
2007-08-13
s/#ifdef CONFIG_/#if ENABLE_/g
Denis Vlasenko
2007-08-12
trylink: produce even more info about final link stage
Denis Vlasenko
2007-07-21
style fix (stray space before ';')
Denis Vlasenko
2007-06-21
tar: improve OLDGNU compat, make old SUN compat configurable
Denis Vlasenko
2007-06-20
do not do utime() on links, it acts on link targets, and we don't want that.
Denis Vlasenko
2007-06-12
diff: shrink code (-85 bytes):
Denis Vlasenko
2007-06-10
moved biggest stack buffers to malloc space, or made their size configurable
Denis Vlasenko
2007-06-08
rmp: add optional support for bz2 data. +50 bytes of code
Denis Vlasenko
2007-05-31
delete tons of extra #includes
Denis Vlasenko
2007-05-31
use "glibc errno" trick not only for ash, but for entire busybox
Denis Vlasenko
2007-05-30
whitespace fixes
Denis Vlasenko
2007-05-26
xpipe: introduce (saves ~170 bytes)
Denis Vlasenko
2007-04-13
style fixes
Denis Vlasenko
2007-04-10
make compressed help code NOMMU- and NOFORK-friendly -
Denis Vlasenko
2007-04-10
make a few struct bb_applet members conditional
Denis Vlasenko
2007-04-10
one-liner: fix indentation
Denis Vlasenko
2007-04-10
bunzip2: big style cleanup. No code changes apart from one s/write/safe_write/
Denis Vlasenko
2007-04-07
random small shrinkage and elimination of statics
Denis Vlasenko
[prev]
[next]