| Commit message (Expand) | Author | Age | Files | Lines |
* | win32: Unmask archival | Nguyễn Thái Ngọc Duy | 2010-04-20 | 1 | -8/+9 |
* | gzip: rename eof due to symbol conflict on Windows | Nguyễn Thái Ngọc Duy | 2010-04-20 | 1 | -7/+7 |
* | Config.in: mark all applets POSIX only | Nguyễn Thái Ngọc Duy | 2010-04-19 | 1 | -0/+15 |
* | ar: fix a regression: "ar t arch.a" stopped shoting files | Nguyễn Thái Ngọc Duy | 2010-04-15 | 1 | -1/+2 |
* | tar: fix "hardlinks to symlinks chown" bug 1519. | Denys Vlasenko | 2010-04-09 | 2 | -50/+53 |
* | tar: fix mishandling of repeated hardlink in tarball; expand tests | Denys Vlasenko | 2010-04-09 | 2 | -9/+28 |
* | dpkg: remove redundant check | Denys Vlasenko | 2010-03-30 | 1 | -1/+0 |
* | dpkg: better check for validity of options | Denys Vlasenko | 2010-03-30 | 1 | -18/+24 |
* | dpkg: support config file overwrite options | Kim B. Heino | 2010-03-29 | 1 | -15/+111 |
* | tar: optional support for restoring selinux context | J. Tang | 2010-03-19 | 3 | -3/+104 |
* | tar compability modes for dpkg | Kim B. Heino | 2010-03-15 | 1 | -8/+4 |
* | ar: add archive creation support | Alexander Shishkin | 2010-03-15 | 4 | -42/+206 |
* | gunzip: inflate_codes(): add fix from upstream gzip to prevent false CRC error | Joakim Tjernlund | 2010-02-11 | 1 | -1/+4 |
* | *: suppress ~60% of "aliased warnings" on gcc-4.4.1 | Denys Vlasenko | 2010-02-04 | 2 | -4/+8 |
* | style fixes, no code changes | Denys Vlasenko | 2010-01-28 | 1 | -1/+1 |
* | *: style fixes. no code changes (verified with objdump) | Denys Vlasenko | 2010-01-28 | 5 | -95/+106 |
* | randomconfig fixes | Denys Vlasenko | 2010-01-24 | 1 | -1/+2 |
* | *: small code shrinks and compile fix for unicode | Denys Vlasenko | 2010-01-20 | 1 | -8/+6 |
* | tar: handle -m (--touch) switch, enabled by FEATURE_TAR_NOPRESERVE_TIME | Mikhail Gusarov | 2010-01-20 | 2 | -0/+18 |
* | cpio: fix -o-less cpio -F FILE | Denys Vlasenko | 2010-01-09 | 1 | -1/+1 |
* | cpio: improve help text more; fix -p and -F interaction | Denys Vlasenko | 2010-01-09 | 1 | -10/+12 |
* | cpio: improve help text; document two TODOs | Denys Vlasenko | 2010-01-09 | 3 | -2/+11 |
* | *: make it easier to distinquish "struct tm", pointer to one, etc | Denys Vlasenko | 2010-01-09 | 2 | -16/+24 |
* | dpkg: fix handling of names with leading dots. Closes bug 783 | Denys Vlasenko | 2010-01-08 | 1 | -1/+12 |
* | libunarchive: clean up dirty hacks. code shrank as a result | Denys Vlasenko | 2010-01-06 | 9 | -76/+60 |
* | libunarchive: trivial code shrink | Denys Vlasenko | 2010-01-06 | 1 | -10/+12 |
* | gzip: add optional support for --long-opts | Matheus Izvekov | 2010-01-06 | 2 | -1/+27 |
* | cpio: fix unpacking of names with leading slashes | Denys Vlasenko | 2010-01-05 | 2 | -1/+10 |
* | ar: heh, there *was* "-1" already... | Denys Vlasenko | 2010-01-04 | 1 | -1/+1 |
* | ar: fix two bugs, one added by prev comment and other we SEGV with no params | Denys Vlasenko | 2010-01-04 | 2 | -9/+9 |
* | *: remove some uses of argc | Denys Vlasenko | 2010-01-04 | 2 | -4/+7 |
* | tar: fix problem handling tarballs with chksums prepended by spaces | Denys Vlasenko | 2010-01-03 | 1 | -1/+2 |
* | *: do not assign to stdout/stderr, it's not portable. | Denys Vlasenko | 2010-01-02 | 1 | -4/+1 |
* | tar: fix recently added SEGV on "tar" w/o args | Denys Vlasenko | 2009-12-18 | 1 | -1/+1 |
* | tar: add support for --overwrite. +70 bytes. | Denys Vlasenko | 2009-12-16 | 2 | -3/+15 |
* | libunarchive: move dpkg-specific things into dpkg.c. 0 byte size differences | Denys Vlasenko | 2009-12-16 | 4 | -29/+19 |
* | wget: check for close success; fix chunked; do not bother to send QUIT to ftp | Denys Vlasenko | 2009-12-11 | 1 | -1/+1 |
* | fix improper utimes usage | Denys Vlasenko | 2009-11-29 | 2 | -8/+8 |
* | tar: revert part of last change. -39 bytes | Denys Vlasenko | 2009-11-29 | 1 | -18/+11 |
* | tar: fix bug 673 (misdetection of repeated dir as hardlink). +92 bytes | Denys Vlasenko | 2009-11-29 | 2 | -61/+82 |
* | libunarchive: fix reversed test for older/newer | Denys Vlasenko | 2009-11-24 | 1 | -3/+3 |
* | some non-gnu compilers can't have non-const struct initializers | Denys Vlasenko | 2009-11-15 | 2 | -5/+9 |
* | use utimes() rather than obsolescent utime() | Bernhard Reutner-Fischer | 2009-11-15 | 1 | -3/+3 |
* | use utimes() rather than obsolescent utime() | Bernhard Reutner-Fischer | 2009-11-14 | 1 | -5/+3 |
* | *: use "can't" instead of "cannot" | Denys Vlasenko | 2009-11-13 | 2 | -4/+4 |
* | *: introduce and use ffulsh_all() | Denys Vlasenko | 2009-11-02 | 1 | -1/+1 |
* | tar: add support for -o as synonym to --no-same-owner. +5 bytes | Bernhard Reutner-Fischer | 2009-10-25 | 1 | -10/+12 |
* | tar: handle "tar fx TARFILE" etc | Denys Vlasenko | 2009-10-25 | 1 | -0/+27 |
* | *: optimize most of isXXXXX() macros | Denys Vlasenko | 2009-10-23 | 1 | -2/+2 |
* | *: three more NOINLINEs | Denys Vlasenko | 2009-10-08 | 1 | -2/+2 |