index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
archival
Age
Commit message (
Expand
)
Author
2009-04-01
trailing whitespace removal
Denis Vlasenko
2009-03-20
cpio: more compat: -0 and -L options
Denis Vlasenko
2009-03-20
Compatibility fixes:
Denis Vlasenko
2009-03-13
tar: make FEATURE_TAR_AUTODETECT work with DESKTOP off too.
Denis Vlasenko
2009-02-26
unzip: fix thinko with le/be conv and size (closes bug 129)
Denis Vlasenko
2009-01-20
tar: stop changing net tarfile's mode, GNU tar doesn't do it
Denis Vlasenko
2008-12-12
header_verbose_list: show off_t size, not cast to (unsigned)
Denis Vlasenko
2008-12-08
optimize 16- and 32-bit moves
Denis Vlasenko
2008-11-20
dpkg: better and shorter code to compare versions
Denis Vlasenko
2008-11-01
gunzip: restore mtime. approx +80 bytes of code
Denis Vlasenko
2008-10-26
cpio: emit TRAILER even when hard links were found.
Denis Vlasenko
2008-10-25
tar: fix typo in comment
Denis Vlasenko
2008-10-24
tar: fix bug 3844: non-root tar does not preserve perms
Denis Vlasenko
2008-10-17
cpio: fix regression in prev commit (harmless)
Denis Vlasenko
2008-10-17
data_extract_all: do not complain if directory exists on mkdir
Denis Vlasenko
2008-10-16
rpm: fix incompatibilities which prevented rpm -i foo.src.rpm
Denis Vlasenko
2008-10-15
build system: dpkg needs .gz handling
Denis Vlasenko
2008-10-09
unzip: remove example of a file we now can handle
Denis Vlasenko
2008-09-25
- add dpkg -l <packagepattern> (Peter Korsgaard)
Bernhard Reutner-Fischer
2008-09-21
unzip: handle "central directory"
Denis Vlasenko
2008-08-05
man: add handling of "man links", by Ivana Varekova <varekova AT redhat.com>
Denis Vlasenko
2008-08-05
*: refactor handling of archived files. "tar f file.tar.lzma" now works too.
Denis Vlasenko
2008-08-04
libbb: make xrealloc_vector zero out the realloc'ed tail
Denis Vlasenko
2008-07-26
unzip: move check for unsupported zip features to better place
Denis Vlasenko
2008-07-26
unzip: give better error message when presented with unsupported
Denis Vlasenko
2008-07-22
fix trivial build warning
Denis Vlasenko
2008-07-22
- wrap overlong lines (Cristian Ionescu-Idbohrn)
Bernhard Reutner-Fischer
2008-07-21
libbb: [x]fopen_for_{read,write} introduced and used.
Denis Vlasenko
2008-07-20
tar: fix handling of tarballs with symlinks with size field != 0
Denis Vlasenko
2008-07-17
build system: fix indentation in config menu
Denis Vlasenko
2008-07-16
cpio: make long opts depend only on ENABLE_GETOPT_LONG
Denis Vlasenko
2008-07-12
whitespace fixes
Denis Vlasenko
2008-07-12
cpio: internalize archive_xread_all_eof. add a few paranoia checks
Denis Vlasenko
2008-07-11
cpio: on unpack, limit filename length to 8k; shorten comment a bit
Denis Vlasenko
2008-07-11
cpio: support some long options; document GNU options
Denis Vlasenko
2008-07-11
fix compile failures resulting from last few commits
Denis Vlasenko
2008-07-10
dpkg_deb: slight code shrink
Denis Vlasenko
2008-07-10
open_transformer: do not return fd, it does not change
Denis Vlasenko
2008-07-08
libbb: introduce and use xrealloc_vector
Denis Vlasenko
2008-07-05
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-01
sendmail: fix wrong vfork usage here too
Denis Vlasenko
2008-07-01
revert last two commits. vfork cannot be used in subroutine,
Denis Vlasenko
2008-07-01
*: introduce and use xfork()
Denis Vlasenko
2008-07-01
*: introduce and use xvfork()
Denis Vlasenko
2008-06-28
bunzip2: make proper fix for the problem "fixed" in rev. 22521
Denis Vlasenko
2008-06-28
libunarchive: stop using static data in archivers - archive_handle_t
Denis Vlasenko
2008-06-27
support gzip -t and bzip2 -t
Denis Vlasenko
2008-06-27
cpio: fix -m to actually work as expected (Pascal Bellard)
Denis Vlasenko
2008-06-27
unlzma: fix memory leak (Pascal Bellard)
Denis Vlasenko
2008-06-27
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
[next]