gen_build_files.sh uses bashism, document it
[oweals/busybox.git] / archival /
2010-05-10 Denys Vlasenkowork on adding testsuite runs to randomconfig test...
2010-05-06 Denys Vlasenkotar: support GNU 256-bit encoding in all numeric fields
2010-05-06 Denys Vlasenkorpm: make rpm -i SRPM.rpm install it to surrent dir...
2010-05-06 Denys Vlasenkorpm: code shrink. Now uses open_zipped's logic (factore...
2010-04-26 Matheus Izvekovcpio: "NNN blocks" should go to stderr
2010-04-15 Nguyễn Thái Ngọc Duyar: fix a regression: "ar t arch.a" stopped shoting...
2010-04-09 Denys Vlasenkotar: fix "hardlinks to symlinks chown" bug 1519.
2010-04-09 Denys Vlasenkotar: fix mishandling of repeated hardlink in tarball...
2010-03-30 Denys Vlasenkodpkg: remove redundant check
2010-03-30 Denys Vlasenkodpkg: better check for validity of options
2010-03-29 Kim B. Heinodpkg: support config file overwrite options
2010-03-19 J. Tangtar: optional support for restoring selinux context
2010-03-15 Kim B. Heinotar compability modes for dpkg
2010-03-15 Alexander Shishkinar: add archive creation support
2010-02-11 Joakim Tjernlundgunzip: inflate_codes(): add fix from upstream gzip...
2010-02-04 Denys Vlasenko*: suppress ~60% of "aliased warnings" on gcc-4.4.1
2010-01-28 Denys Vlasenkostyle fixes, no code changes
2010-01-28 Denys Vlasenko*: style fixes. no code changes (verified with objdump)
2010-01-24 Denys Vlasenkorandomconfig fixes
2010-01-20 Denys Vlasenko*: small code shrinks and compile fix for unicode
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
next