Bump to version 1.22.1
[platform/upstream/busybox.git] / archival /
2010-01-20 Mikhail Gusarovtar: handle -m (--touch) switch, enabled by FEATURE_TAR...
2010-01-09 Denys Vlasenkocpio: fix -o-less cpio -F FILE
2010-01-09 Denys Vlasenkocpio: improve help text more; fix -p and -F interaction
2010-01-09 Denys Vlasenkocpio: improve help text; document two TODOs
2010-01-09 Denys Vlasenko*: make it easier to distinquish "struct tm", pointer...
2010-01-08 Denys Vlasenkodpkg: fix handling of names with leading dots. Closes...
2010-01-06 Denys Vlasenkolibunarchive: clean up dirty hacks. code shrank as...
2010-01-06 Denys Vlasenkolibunarchive: trivial code shrink
2010-01-06 Matheus Izvekovgzip: add optional support for --long-opts
2010-01-05 Denys Vlasenkocpio: fix unpacking of names with leading slashes
2010-01-04 Denys Vlasenkoar: heh, there *was* "-1" already...
2010-01-04 Denys Vlasenkoar: fix two bugs, one added by prev comment and other...
2010-01-04 Denys Vlasenko*: remove some uses of argc
2010-01-03 Denys Vlasenkotar: fix problem handling tarballs with chksums prepend...
2010-01-02 Denys Vlasenko*: do not assign to stdout/stderr, it's not portable.
2009-12-18 Denys Vlasenkotar: fix recently added SEGV on "tar" w/o args
2009-12-16 Denys Vlasenkotar: add support for --overwrite. +70 bytes.
2009-12-16 Denys Vlasenkolibunarchive: move dpkg-specific things into dpkg.c...
2009-12-11 Denys Vlasenkowget: check for close success; fix chunked; do not...
2009-11-29 Denys Vlasenkofix improper utimes usage
2009-11-29 Denys Vlasenkotar: revert part of last change. -39 bytes
2009-11-29 Denys Vlasenkotar: fix bug 673 (misdetection of repeated dir as hardl...
2009-11-24 Denys Vlasenkolibunarchive: fix reversed test for older/newer
2009-11-15 Denys Vlasenkosome non-gnu compilers can't have non-const struct...
2009-11-14 Bernhard Reutner... use utimes() rather than obsolescent utime()
2009-11-14 Bernhard Reutner... use utimes() rather than obsolescent utime()
2009-11-13 Denys Vlasenko*: use "can't" instead of "cannot"
2009-11-02 Denys Vlasenko*: introduce and use ffulsh_all()
2009-10-25 Bernhard Reutner... tar: add support for -o as synonym to --no-same-owner...
2009-10-24 Denys Vlasenkotar: handle "tar fx TARFILE" etc
2009-10-23 Denys Vlasenko*: optimize most of isXXXXX() macros
2009-10-08 Denys Vlasenko*: three more NOINLINEs
2009-10-08 Denys Vlasenko*: a few more NOINLINEs
2009-10-08 Denys Vlasenko*: code shrink via NOINLINE
2009-10-05 Denys Vlasenkounpackers: check errors from close() too
2009-09-23 Denys Vlasenko*: more portability fixes by Dan Fandrich
2009-09-23 Denys Vlasenkotar: accept spaces at the end of header fields (compat)
2009-09-19 Denys Vlasenkoar: fix long filenames handling (bug 611)
2009-09-17 Denys Vlasenkotar: do chown, not lchown to restore mode (compat)
2009-09-17 Denys Vlasenkotar: fix --numeric-owner, --no-same-owner, --no-same...
2009-09-15 Denys Vlasenkouse PACKED macro insted of open-coding GCC-ism
2009-09-15 Denys Vlasenkounlzma: fixed speedup/shrink by Pascal Bellard (pascal...
2009-09-07 Denys VlasenkoMerge branch 'master' of git+ssh://vda@busybox.net...
2009-09-06 Denys Vlasenkounzip: more compat if DESKTOP=y
2009-09-06 Denys VlasenkoRevert "unlzma: speedup, by Pascal Bellard (pascal...
2009-09-06 Denys Vlasenkodocumentation and typo fixes. By Dan Fandrich (dan...
2009-09-06 Denys Vlasenkoremove some GNUisms. by Dan Fandrich (dan AT coneharves...
2009-08-29 Denys Vlasenkolibunarchive: fix a bug where mode and time is no longe...
2009-08-28 Denys Vlasenkorpm2cpio: code shrink
2009-08-28 Denys Vlasenkorpm2cpio: handle unseekable input correctly
2009-08-28 Pascal Bellardrpm2cpio: handle bz2 too; code shrink
2009-07-25 Denys Vlasenkodpkg: delete postrm script after it's run, not before...
2009-07-25 Stefani Seiboldunzip: try lseek before resorting to reading
2009-07-15 Denys Vlasenkoremove trailing whitespace
2009-07-08 Denys Vlasenkotar: handle 256-base encoding in mtime
2009-07-05 Denys Vlasenkodf: fix "df /"
2009-06-25 Denys Vlasenkoupdates for supporting Linux kernel build and initrd...
2009-06-19 Denys Vlasenkogetopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG...
2009-06-18 Denys Vlasenkotweak Config texts and some broken English elsewhere
2009-06-09 Denys Vlasenkorandomconfig fixes
2009-05-28 Mike Frysingeronly build common libarchive objs when needed
2009-05-18 Denys Vlasenkogzip: fix gzip with many files corrupting some files...
2009-05-05 Mike Frysingerlibunarchive: fix build failure with !FEATURE_TAR_UNAME...
2009-04-29 Denis Vlasenkolzop: new applet. Busyboxed by Alain Knaff. +7700 bytes.
2009-04-25 Denis Vlasenkounlzma: speedup, by Pascal Bellard (pascal.bellard...
2009-04-21 Denis Vlasenkoswitch_root: improve behavior on error; improve help...
2009-04-21 Denis Vlasenko*: mass renaming of USE_XXXX to IF_XXXX
2009-04-21 Denis Vlasenkotar: support for tar --numeric-owner. By Natanael Copa.
2009-04-01 Denis Vlasenkotrailing whitespace removal
2009-03-20 Denis Vlasenkocpio: more compat: -0 and -L options
2009-03-20 Denis VlasenkoCompatibility fixes:
2009-03-13 Denis Vlasenkotar: make FEATURE_TAR_AUTODETECT work with DESKTOP...
2009-02-26 Denis Vlasenkounzip: fix thinko with le/be conv and size (closes...
2009-01-20 Denis Vlasenkotar: stop changing net tarfile's mode, GNU tar doesn...
2008-12-12 Denis Vlasenkoheader_verbose_list: show off_t size, not cast to ...
2008-12-08 Denis Vlasenkooptimize 16- and 32-bit moves
2008-11-20 Denis Vlasenkodpkg: better and shorter code to compare versions
2008-11-01 Denis Vlasenkogunzip: restore mtime. approx +80 bytes of code
2008-10-26 Denis Vlasenkocpio: emit TRAILER even when hard links were found.
2008-10-25 Denis Vlasenkotar: fix typo in comment
2008-10-24 Denis Vlasenkotar: fix bug 3844: non-root tar does not preserve perms
2008-10-17 Denis Vlasenkocpio: fix regression in prev commit (harmless)
2008-10-17 Denis Vlasenkodata_extract_all: do not complain if directory exists...
2008-10-16 Denis Vlasenkorpm: fix incompatibilities which prevented rpm -i foo...
2008-10-15 Denis Vlasenkobuild system: dpkg needs .gz handling
2008-10-09 Denis Vlasenkounzip: remove example of a file we now can handle
2008-09-25 Bernhard Reutner... - add dpkg -l <packagepattern> (Peter Korsgaard)
2008-09-21 Denis Vlasenkounzip: handle "central directory"
2008-08-05 Denis Vlasenkoman: add handling of "man links", by Ivana Varekova...
2008-08-05 Denis Vlasenko*: refactor handling of archived files. "tar f file...
2008-08-04 Denis Vlasenkolibbb: make xrealloc_vector zero out the realloc'ed...
2008-07-26 Denis Vlasenkounzip: move check for unsupported zip features to bette...
2008-07-26 Denis Vlasenkounzip: give better error message when presented with...
2008-07-22 Denis Vlasenkofix trivial build warning
2008-07-22 Bernhard Reutner... - wrap overlong lines (Cristian Ionescu-Idbohrn)
2008-07-21 Denis Vlasenkolibbb: [x]fopen_for_{read,write} introduced and used.
2008-07-20 Denis Vlasenkotar: fix handling of tarballs with symlinks with size...
2008-07-17 Denis Vlasenkobuild system: fix indentation in config menu
2008-07-16 Denis Vlasenkocpio: make long opts depend only on ENABLE_GETOPT_LONG
2008-07-12 Denis Vlasenkowhitespace fixes
next