aboutsummaryrefslogtreecommitdiff
path: root/archival/libunarchive (follow)
Commit message (Expand)AuthorAgeFilesLines
* I noticed that "tar tvjf file.tbz" was segfaulting. This fixed it.landley2005-11-121-1/+1
* Add --no-same-owner and --no-same-permissions options to tar.landley2005-10-271-2/+6
* - typo in makefile variable: s/archvial/archival/aldot2005-10-131-1/+1
* There doesn't seem to be a standard header for makedev(), but this is close.landley2005-10-111-0/+1
* - remove superfluous C statements ";;" in decompress_unzip.c, dpkg_deb.c ifco...aldot2005-10-071-2/+2
* Stop gcc4 from nit-picking about signedness of char *.landley2005-09-251-1/+2
* Patch from Berhnard Fischer to keep duplicate objects out of the library.landley2005-09-141-0/+1
* remove unrequired dependencesvodz2005-09-142-3/+1
* Cleanup patch by Bernhard Fischer, removing unnecessary includes oflandley2005-09-111-1/+0
* typo, thanks, Bernhard Fischervodz2005-09-061-1/+1
* Anand Avati hit an integer overflow problem in our unzip code.landley2005-08-311-1/+1
* Bernhard Fischer says: use xmalloc() instead of malloc()vapier2005-08-161-1/+1
* punt unused variablevapier2005-07-301-3/+0
* use toplevel ARFLAGS and update default ARFLAGS to be quietvapier2005-07-271-1/+1
* applying fixes from: pgf2005-07-201-79/+81
* applying fix for:pgf2005-07-201-0/+10
* fix printf warningvapier2005-04-201-1/+1
* Patch from Bernhard Fischer to make a bunch of symbols staticandersen2005-04-162-7/+8
* When filling the bit buffer, gzip decompression apparently never checked for ...mjn32005-03-011-1/+4
* Don't document compiler warnings. _FIX_ compiler warnings.landley2004-11-161-12/+13
* Make certain clients of bb_make_directory default to honoringandersen2004-10-131-1/+1
* egor duda writes:andersen2004-10-082-6/+12
* Fixup some warningsandersen2004-08-281-0/+2
* BusyBox has no business hard coding the number of major and minor bits for aandersen2004-07-262-3/+4
* Fix symlink handling and small memory leakbug12004-04-291-0/+5
* Update my email address, document some of my tasks in the AUTHORS filebug12004-04-251-1/+1
* Larry Doolittle writes:andersen2004-04-145-22/+22
* Add a comment explaining why we have to check for an extra \nbug12004-04-091-1/+3
* rename uncompress.c to decompress_uncompress.candersen2004-04-053-1279/+4
* Add missing include filesandersen2004-03-271-0/+1
* s/fileno\(stdin\)/STDIN_FILENO/gandersen2004-03-271-1/+1
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-1512-48/+48
* Sometimes i get carried away with the use of function pointers, im surebug12004-02-211-1/+1
* Fix up hard linksbug12004-02-201-3/+5
* A strict interpretation of the ustar format requires the type flag to bebug12004-02-201-11/+8
* Add extra comments, freakout if a pax archive is encoutered.bug12004-02-191-9/+24
* Remove debuggingbug12004-02-171-2/+0
* Dont strip trailing '/' until _after_ i test to set if its there !bug12004-02-171-12/+17
* 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