- 873bb31 cpio: avoid 'not created: newer or same age file exists' message for dirs by Pascal Bellard · 14 years ago
- 9ce07e7 bbconfig: add COMPRESS_BBCONFIG option by Denys Vlasenko · 14 years ago
- 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
- ba2dccc *: trailing empty lines removed by Denys Vlasenko · 14 years ago
- 9297dbc randomconfig fixes by Denys Vlasenko · 14 years ago
- 926031b *: introduce and use xfork() and xvfork() by Pascal Bellard · 14 years ago
- 243d175 remove some dead assignments, add a TODO comment by Denys Vlasenko · 14 years ago
- 45f6616 xz compression detection: avoid the need to seek by Denys Vlasenko · 14 years ago
- 620e863 bzip2 decompression: simple code shrink by Denys Vlasenko · 14 years ago
- a73b87e *: s/"/bin/sh"/DEFAULT_SHELL, run_shell() API fix, remove unneeded strdup by Ladislav Michl · 14 years ago
- b768aeb tar: make typical extraction less memory-hungry by Denys Vlasenko · 14 years ago
- 52827e3 *: tar-related cleanups: move struct to unarchive.h; move help to tar.c by Denys Vlasenko · 14 years ago
- d0a8a0d tar: fix --to-command wrt short writes by Denys Vlasenko · 14 years ago
- 2b46fd4 tar: optional support for --to-command by Ladislav Michl · 14 years ago
- d2b738a decompress_unxz: use common string by Denys Vlasenko · 14 years ago
- ba73cfd unxz: update from XZ embedded git by Denys Vlasenko · 14 years ago
- 134d0eb cosmetics on top of Dan's patches by Denys Vlasenko · 14 years ago
- fdd7b56 A few minor portability improvements by Dan Fandrich · 15 years ago
- d86b4c3 data_extract_all: do not chmod symlink. Closes 2053 by Denys Vlasenko · 15 years ago
- d70e0e9 *: add INSERTs to *.src files where appropriate by Denys Vlasenko · 15 years ago
- da929a9 mass renaming Kbuild -> Kbuild.src, Config.in -> Config.src by Denys Vlasenko · 15 years ago
- ea8b252 *: better string sharing by Denys Vlasenko · 15 years ago
- 8376bfa decompress_unxz: allocate permanent crc32 table _fisrt_ by Denys Vlasenko · 15 years ago
- b9542cb deinline two big functions by Denys Vlasenko · 15 years ago
- 716f3f6 decompress_unxz: newer version, one which can unpack SHA-256 protected files by Denys Vlasenko · 15 years ago
- acaaca8 unxz: remove debugging. no code changes by Denys Vlasenko · 15 years ago
- 6948f21 *: teach tar et. al. to understand .xz by heart by Denys Vlasenko · 15 years ago
- fb6c76c forgotten "git add"... by Denys Vlasenko · 15 years ago
- 602ce69 unxz: new applet, complete with xzcat and xz -d aliases by Denys Vlasenko · 15 years ago
- ccb88a6 unlzma: add "lzma -d" alias, add -t support, rename lzmacat->lzcat by Denys Vlasenko · 15 years ago
- 7b48eb4 tar: support GNU 256-bit encoding in all numeric fields by Denys Vlasenko · 15 years ago
- e69ad87 tar: fix "hardlinks to symlinks chown" bug 1519. by Denys Vlasenko · 15 years ago
- 02365a6 tar: fix mishandling of repeated hardlink in tarball; expand tests by Denys Vlasenko · 15 years ago
- 77a2c51 tar: optional support for restoring selinux context by J. Tang · 15 years ago
- 535584c ar: add archive creation support by Alexander Shishkin · 15 years ago
- 0866b36 gunzip: inflate_codes(): add fix from upstream gzip to prevent false CRC error by Joakim Tjernlund · 15 years ago
- 98a4c7c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 by Denys Vlasenko · 15 years ago
- 93ac7d8 cpio: improve help text; document two TODOs by Denys Vlasenko · 15 years ago
- dc698bb *: make it easier to distinquish "struct tm", pointer to one, etc by Denys Vlasenko · 15 years ago
- aa4977d libunarchive: clean up dirty hacks. code shrank as a result by Denys Vlasenko · 15 years ago
- bde7023 libunarchive: trivial code shrink by Denys Vlasenko · 15 years ago
- af1c8e8 cpio: fix unpacking of names with leading slashes by Denys Vlasenko · 15 years ago
- d645968 tar: fix problem handling tarballs with chksums prepended by spaces by Denys Vlasenko · 15 years ago
- 8a936cf tar: add support for --overwrite. +70 bytes. by Denys Vlasenko · 15 years ago
- 425ad9c libunarchive: move dpkg-specific things into dpkg.c. 0 byte size differences by Denys Vlasenko · 15 years ago
- dcbfaba fix improper utimes usage by Denys Vlasenko · 15 years ago
- f94c9bf tar: fix bug 673 (misdetection of repeated dir as hardlink). +92 bytes by Denys Vlasenko · 15 years ago
- 6ccaa23 libunarchive: fix reversed test for older/newer by Denys Vlasenko · 15 years ago
- 389cca4 some non-gnu compilers can't have non-const struct initializers by Denys Vlasenko · 15 years ago
- a307af1 use utimes() rather than obsolescent utime() by Bernhard Reutner-Fischer · 15 years ago
- adf922e *: a few more NOINLINEs by Denys Vlasenko · 15 years ago
- 8d33817 tar: accept spaces at the end of header fields (compat) by Denys Vlasenko · 15 years ago
- 2bf6634 ar: fix long filenames handling (bug 611) by Denys Vlasenko · 15 years ago
- 885583e tar: do chown, not lchown to restore mode (compat) by Denys Vlasenko · 15 years ago
- d57d626 tar: fix --numeric-owner, --no-same-owner, --no-same-permissions bits by Denys Vlasenko · 15 years ago
- 8dc0e19 use PACKED macro insted of open-coding GCC-ism by Denys Vlasenko · 15 years ago
- f2c184b unlzma: fixed speedup/shrink by Pascal Bellard (pascal.bellard AT ads-lu.com) by Denys Vlasenko · 15 years ago
- 3de3f57 Revert "unlzma: speedup, by Pascal Bellard (pascal.bellard AT ads-lu.com)" by Denys Vlasenko · 15 years ago
- b976292 libunarchive: fix a bug where mode and time is no longer restored by Denys Vlasenko · 15 years ago
- 0a130d5 rpm2cpio: handle unseekable input correctly by Denys Vlasenko · 15 years ago
- b773f71 tar: handle 256-base encoding in mtime by Denys Vlasenko · 15 years ago
- 09e63bb df: fix "df /" by Denys Vlasenko · 15 years ago
- b9f2bb3 only build common libarchive objs when needed by Mike Frysinger · 16 years ago
- 4f239b1 libunarchive: fix build failure with !FEATURE_TAR_UNAME_GNAME by Mike Frysinger · 16 years ago
- 9ac3dc7 unlzma: speedup, by Pascal Bellard (pascal.bellard AT ads-lu.com) by Denis Vlasenko · 16 years ago
- f9d4fc3 switch_root: improve behavior on error; improve help text by Denis Vlasenko · 16 years ago
- 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
- 8b814b4 tar: support for tar --numeric-owner. By Natanael Copa. by Denis Vlasenko · 16 years ago
- 3266aa9 trailing whitespace removal by Denis Vlasenko · 16 years ago
- 1f0b95f tar: make FEATURE_TAR_AUTODETECT work with DESKTOP off too. by Denis Vlasenko · 16 years ago
- ab6b446 header_verbose_list: show off_t size, not cast to (unsigned) by Denis Vlasenko · 16 years ago
- efb545b optimize 16- and 32-bit moves by Denis Vlasenko · 16 years ago
- 1a9e9bd gunzip: restore mtime. approx +80 bytes of code by Denis Vlasenko · 16 years ago
- d83676e data_extract_all: do not complain if directory exists on mkdir by Denis Vlasenko · 16 years ago
- e9ad84d *: refactor handling of archived files. "tar f file.tar.lzma" now works too. by Denis Vlasenko · 16 years ago
- 68a192c fix trivial build warning by Denis Vlasenko · 16 years ago
- adc772a tar: fix handling of tarballs with symlinks with size field != 0 by Denis Vlasenko · 16 years ago
- a46dd89 cpio: internalize archive_xread_all_eof. add a few paranoia checks by Denis Vlasenko · 16 years ago
- ee1b3b1 cpio: on unpack, limit filename length to 8k; shorten comment a bit by Denis Vlasenko · 16 years ago
- 2b407b1 cpio: support some long options; document GNU options by Denis Vlasenko · 16 years ago
- 86090e2 fix compile failures resulting from last few commits by Denis Vlasenko · 16 years ago
- 0381d42 dpkg_deb: slight code shrink by Denis Vlasenko · 16 years ago
- b605272 open_transformer: do not return fd, it does not change by Denis Vlasenko · 16 years ago
- a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
- fa0b56d sendmail: fix wrong vfork usage here too *: shorten error texts by Denis Vlasenko · 16 years ago
- 82604e9 revert last two commits. vfork cannot be used in subroutine, by Denis Vlasenko · 16 years ago
- 58d60c3 *: introduce and use xfork() by Denis Vlasenko · 16 years ago
- 3da5572 *: introduce and use xvfork() by Denis Vlasenko · 16 years ago
- 86d88c0 bunzip2: make proper fix for the problem "fixed" in rev. 22521 by Denis Vlasenko · 16 years ago
- a60936d libunarchive: stop using static data in archivers - archive_handle_t by Denis Vlasenko · 16 years ago
- 2bbdda0 unlzma: fix memory leak (Pascal Bellard) by Denis Vlasenko · 16 years ago
- defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
- 5fb7953 bunzip2: fix an uncompression error. Add the example to testsuite. by Denis Vlasenko · 16 years ago
- f5d8c90 style fixes, no code changes by Denis Vlasenko · 16 years ago
- 2649f21 open_transformer: fix bug of calling exit instead of _exit by Denis Vlasenko · 16 years ago
- 5e25ddb - use STD*_FILENO some more. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
- 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
- 6b06cb8 more of -Wall fixes from Cristian Ionescu-Idbohrn. Some are fixing real bugs. by Denis Vlasenko · 17 years ago
- 77ad97f more -Wall warning fixes from Cristian Ionescu-Idbohrn. by Denis Vlasenko · 17 years ago
- 05efca9 tar: fix obscure case when name is "" and prefix is not "" by Denis Vlasenko · 17 years ago