summaryrefslogtreecommitdiff
path: root/archival/libunarchive (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make certain clients of bb_make_directory default to honoringEric Andersen2004-10-131-1/+1
* egor duda writes:Eric Andersen2004-10-082-6/+12
* Fixup some warningsEric Andersen2004-08-281-0/+2
* BusyBox has no business hard coding the number of major and minor bits for aEric Andersen2004-07-262-3/+4
* Fix symlink handling and small memory leakGlenn L McGrath2004-04-291-0/+5
* Update my email address, document some of my tasks in the AUTHORS fileGlenn L McGrath2004-04-251-1/+1
* Larry Doolittle writes:Eric Andersen2004-04-145-22/+22
* Add a comment explaining why we have to check for an extra \nGlenn L McGrath2004-04-091-1/+3
* rename uncompress.c to decompress_uncompress.cEric Andersen2004-04-053-1279/+4
* Add missing include filesEric Andersen2004-03-271-0/+1
* s/fileno\(stdin\)/STDIN_FILENO/gEric Andersen2004-03-271-1/+1
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-1512-48/+48
* Sometimes i get carried away with the use of function pointers, im sureGlenn L McGrath2004-02-211-1/+1
* Fix up hard linksGlenn L McGrath2004-02-201-3/+5
* A strict interpretation of the ustar format requires the type flag to beGlenn L McGrath2004-02-201-11/+8
* Add extra comments, freakout if a pax archive is encoutered.Glenn L McGrath2004-02-191-9/+24
* Remove debuggingGlenn L McGrath2004-02-171-2/+0
* Dont strip trailing '/' until _after_ i test to set if its there !Glenn L McGrath2004-02-171-12/+17
* Fix usage with libraries, skip symbol table.Glenn L McGrath2004-01-041-1/+1
* Fix a bug of mine where extracting files to stdout would extract toGlenn L McGrath2003-12-221-1/+1
* Don't hose up perms for files that happen to have symlinksEric Andersen2003-12-211-2/+4
* Fix tar hard linksGlenn L McGrath2003-11-272-5/+5
* As we no longer use function pointers for read in common archiving codeGlenn L McGrath2003-11-219-99/+7
* Use safe readGlenn L McGrath2003-11-212-2/+2
* Remove unused functionGlenn L McGrath2003-11-202-31/+0
* Fix tar-handles-nested-exclude testcaseGlenn L McGrath2003-11-201-0/+8
* Dont attempt to unlink directoriesGlenn L McGrath2003-11-201-1/+1
* tar -Z, uncompress supportGlenn L McGrath2003-11-183-10/+1
* Dont close original file handle, we may need it later.Glenn L McGrath2003-11-181-3/+4
* Dont free filename, its needed in the extracted files list.Glenn L McGrath2003-11-171-2/+1
* Fix a bug where cpio wouldnt work unless -u was specifiedGlenn L McGrath2003-11-151-10/+8
* Move from read_gz to the pipe()+fork() method.Glenn L McGrath2003-11-1511-258/+142
* Fix memory leaksGlenn L McGrath2003-11-151-0/+3
* Keep trying to find a good header, if we exit it will cause .tar.gzGlenn L McGrath2003-11-141-1/+1
* Fix build error with tar -jGlenn L McGrath2003-11-141-1/+1
* Remove some tar_gz stuff that get dragged inGlenn L McGrath2003-11-141-3/+4
* Remove debugging noise.Glenn L McGrath2003-11-141-1/+0
* Read in blocks rather than one char at a time, greatly improves speedGlenn L McGrath2003-11-141-4/+23
* This appears to be the correct fix to make CONFIG_FEATURE_DEB_TAR_BZ2Eric Andersen2003-11-071-3/+2
* fix commentEric Andersen2003-11-071-1/+1
* Fix tar -j supportGlenn L McGrath2003-11-053-23/+43
* Put back the tar support stubs (and warnings) for now.Eric Andersen2003-10-311-0/+16
* Fix stupid typoEric Andersen2003-10-311-1/+1
* Add some error messages, use xmalloc instead of mallocGlenn L McGrath2003-10-281-5/+18
* Conditionally compile some files.Glenn L McGrath2003-10-281-20/+23
* Another bzip2 update and speedup from Manuel Novoa III, with someEric Andersen2003-10-231-223/+267
* Manuel Novoa III writes:Eric Andersen2003-10-181-22/+43
* Rob Landley's new micro-bunzip version 3. Rob writes:Eric Andersen2003-10-181-1592/+465
* Fix handling of hardlinks when OLDGNU and GNU extensions arent enabled.Glenn L McGrath2003-09-121-3/+0
* Use the typeflag to identify if its a hardlink on OLD and GNU posixGlenn L McGrath2003-09-121-6/+6