aboutsummaryrefslogtreecommitdiff
path: root/archival/tar.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* tar: add -h and -T to help textDenys Vlasenko2011-01-311-8/+13
* tar: add a note about -C and symlink-in-tarball attackDenys Vlasenko2011-01-041-0/+19
* modprobe: add support for --show-dependsSerj Kalichev2010-12-261-1/+0
* rename archival/libunarchive -> archival/libarchive; move bz/ into itDenys Vlasenko2010-11-031-1/+1
* libbb: add xfstat functionDenys Vlasenko2010-08-311-2/+1
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-2/+2
* whitespace fixesDenys Vlasenko2010-07-061-1/+1
* *: introduce and use xfork() and xvfork()Pascal Bellard2010-07-041-3/+1
* *: tar-related cleanups: move struct to unarchive.h; move help to tar.cDenys Vlasenko2010-06-261-40/+67
* tar: optional support for --to-commandLadislav Michl2010-06-251-0/+12
* *: small code shrinks and compile fix for unicodeDenys Vlasenko2010-01-201-8/+6
* tar: handle -m (--touch) switch, enabled by FEATURE_TAR_NOPRESERVE_TIMEMikhail Gusarov2010-01-201-0/+11
* tar: fix recently added SEGV on "tar" w/o argsDenys Vlasenko2009-12-181-1/+1
* tar: add support for --overwrite. +70 bytes.Denys Vlasenko2009-12-161-2/+11
* libunarchive: move dpkg-specific things into dpkg.c. 0 byte size differencesDenys Vlasenko2009-12-161-7/+7
* wget: check for close success; fix chunked; do not bother to send QUIT to ftpDenys Vlasenko2009-12-111-1/+1
* tar: revert part of last change. -39 bytesDenys Vlasenko2009-11-291-18/+11
* tar: fix bug 673 (misdetection of repeated dir as hardlink). +92 bytesDenys Vlasenko2009-11-291-55/+71
* *: use "can't" instead of "cannot"Denys Vlasenko2009-11-131-2/+2
* tar: add support for -o as synonym to --no-same-owner. +5 bytesBernhard Reutner-Fischer2009-10-251-10/+12
* tar: handle "tar fx TARFILE" etcDenys Vlasenko2009-10-251-0/+27
* tar: fix --numeric-owner, --no-same-owner, --no-same-permissions bitsDenys Vlasenko2009-09-171-16/+20
* switch_root: improve behavior on error; improve help textDenis Vlasenko2009-04-211-1/+1
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-211-27/+27
* tar: support for tar --numeric-owner. By Natanael Copa.Denis Vlasenko2009-04-211-0/+6
* tar: stop changing net tarfile's mode, GNU tar doesn't do itDenis Vlasenko2009-01-201-2/+0
* header_verbose_list: show off_t size, not cast to (unsigned)Denis Vlasenko2008-12-121-1/+2
* tar: fix typo in commentDenis Vlasenko2008-10-251-1/+1
* tar: fix bug 3844: non-root tar does not preserve permsDenis Vlasenko2008-10-241-0/+4
* *: refactor handling of archived files. "tar f file.tar.lzma" now works too.Denis Vlasenko2008-08-051-43/+49
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-211-1/+1
* open_transformer: do not return fd, it does not changeDenis Vlasenko2008-07-101-1/+1
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-2/+2
* sendmail: fix wrong vfork usage here tooDenis Vlasenko2008-07-011-1/+1
* revert last two commits. vfork cannot be used in subroutine,Denis Vlasenko2008-07-011-1/+3
* *: introduce and use xvfork()Denis Vlasenko2008-07-011-3/+1
* libunarchive: stop using static data in archivers - archive_handle_tDenis Vlasenko2008-06-281-6/+6
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-3/+3
* *: use llist_pop for traverse-and-free list operationDenis Vlasenko2008-06-151-7/+2
* tar: fix "unused parameter 'gzip'" warningDenis Vlasenko2008-06-141-0/+3
* - use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer2008-05-191-1/+1
* tar: remove bogus check for "-" (we handle it corrently later)Denis Vlasenko2008-04-291-12/+7
* tar: move vfork into separate function (smaller code)Denis Vlasenko2008-04-211-92/+98
* *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/Denis Vlasenko2008-03-261-1/+1
* patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)Denis Vlasenko2008-03-231-1/+0
* tar: optional autodetection of gz/bz2 compressed tarballs.Denis Vlasenko2008-02-191-9/+26
* *: more readable handling of pipe fds. No code changes.Denis Vlasenko2008-02-161-4/+4
* random s/short/int/Denis Vlasenko2008-02-161-3/+6
* tar: move FNM_LEADING_DIR #define to tar.c - no other users.Denis Vlasenko2008-02-131-0/+5
* libbb: introduce and use safe_waitpid (loops in EINTR)Denis Vlasenko2008-01-021-2/+2