aboutsummaryrefslogtreecommitdiff
path: root/archival/libunarchive (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix usage with libraries, skip symbol table.bug12004-01-041-1/+1
* Fix a bug of mine where extracting files to stdout would extract tobug12003-12-221-1/+1
* Don't hose up perms for files that happen to have symlinksandersen2003-12-211-2/+4
* Fix tar hard linksbug12003-11-272-5/+5
* As we no longer use function pointers for read in common archiving codebug12003-11-219-99/+7
* Use safe readbug12003-11-212-2/+2
* Remove unused functionbug12003-11-202-31/+0
* Fix tar-handles-nested-exclude testcasebug12003-11-201-0/+8
* Dont attempt to unlink directoriesbug12003-11-201-1/+1
* tar -Z, uncompress supportbug12003-11-183-10/+1
* Dont close original file handle, we may need it later.bug12003-11-181-3/+4
* Dont free filename, its needed in the extracted files list.bug12003-11-171-2/+1
* Fix a bug where cpio wouldnt work unless -u was specifiedbug12003-11-151-10/+8
* Move from read_gz to the pipe()+fork() method.bug12003-11-1511-258/+142
* Fix memory leaksbug12003-11-151-0/+3
* Keep trying to find a good header, if we exit it will cause .tar.gzbug12003-11-141-1/+1
* Fix build error with tar -jbug12003-11-141-1/+1
* Remove some tar_gz stuff that get dragged inbug12003-11-141-3/+4
* Remove debugging noise.bug12003-11-141-1/+0
* Read in blocks rather than one char at a time, greatly improves speedbug12003-11-141-4/+23
* This appears to be the correct fix to make CONFIG_FEATURE_DEB_TAR_BZ2andersen2003-11-071-3/+2
* fix commentandersen2003-11-071-1/+1
* Fix tar -j supportbug12003-11-053-23/+43
* Put back the tar support stubs (and warnings) for now.andersen2003-10-311-0/+16
* Fix stupid typoandersen2003-10-311-1/+1
* Add some error messages, use xmalloc instead of mallocbug12003-10-281-5/+18
* Conditionally compile some files.bug12003-10-281-20/+23
* Another bzip2 update and speedup from Manuel Novoa III, with someandersen2003-10-231-223/+267
* Manuel Novoa III writes:andersen2003-10-181-22/+43
* Rob Landley's new micro-bunzip version 3. Rob writes:andersen2003-10-181-1592/+465
* Fix handling of hardlinks when OLDGNU and GNU extensions arent enabled.bug12003-09-121-3/+0
* Use the typeflag to identify if its a hardlink on OLD and GNU posixbug12003-09-121-6/+6
* Marc A. Lehmann writes:andersen2003-09-111-1/+1
* If a tar entry is a regualr file ending in a '/' then its really abug12003-09-091-5/+5
* Dont unlink when testing !bug12003-08-282-38/+29
* Change hardlink handling for tar to work the same way as cpiobug12003-08-142-44/+46
* Fix bug when handling debian packages.bug12003-07-311-3/+5
* Fixup problem unconditionally converting all hard links to symlinks.andersen2003-07-161-6/+1
* Update a bunch of docs. Run a script to update my email addr.andersen2003-07-144-4/+4
* Be certain to not abort prematurely when reading stuff from pipes.andersen2003-07-052-2/+2
* Handle hard links by converting them to symlinksbug12003-06-121-1/+5
* unlink a previous file before its extractedbug12003-04-211-1/+2
* Major coreutils update.mjn32003-03-1918-89/+89
* Woops, my gunzip fix broke unzip, these cant be staticbug12003-02-092-4/+4
* Moved to libunarchive/unzip.cbug12003-02-091-69/+0
* Fix endian probelm on PPC, i had different types for an extern variable.bug12003-02-093-27/+80
* Fix long standing bug with old gnu tar files, add a check so tar willbug12003-01-282-12/+21
* A cleaner cleanup that avoids passing an off_t to scanfandersen2002-12-111-5/+9
* squash a warningandersen2002-12-111-1/+1
* rpm applet by Laurence Andersonbug12002-12-103-1/+187