summaryrefslogtreecommitdiff
path: root/archival/libunarchive/get_header_tar.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* BusyBox has no business hard coding the number of major and minor bits for aEric Andersen2004-07-261-2/+2
* Larry Doolittle writes:Eric Andersen2004-04-141-1/+1
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-2/+2
* 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 tar hard linksGlenn L McGrath2003-11-271-3/+2
* As we no longer use function pointers for read in common archiving codeGlenn L McGrath2003-11-211-1/+1
* Fix tar-handles-nested-exclude testcaseGlenn L McGrath2003-11-201-0/+8
* Dont free filename, its needed in the extracted files list.Glenn L McGrath2003-11-171-2/+1
* 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 tar -j supportGlenn L McGrath2003-11-051-1/+1
* 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
* If a tar entry is a regualr file ending in a '/' then its really aGlenn L McGrath2003-09-091-5/+5
* Change hardlink handling for tar to work the same way as cpioGlenn L McGrath2003-08-141-2/+6
* Fixup problem unconditionally converting all hard links to symlinks.Eric Andersen2003-07-161-6/+1
* Handle hard links by converting them to symlinksGlenn L McGrath2003-06-121-1/+5
* Major coreutils update.Manuel Novoa III2003-03-191-5/+5
* Fix long standing bug with old gnu tar files, add a check so tar willGlenn L McGrath2003-01-281-12/+19
* Move add_to_list from libunarchive to libbb so it can be of more general use ...Glenn L McGrath2002-12-081-1/+1
* Fix long filename supportGlenn L McGrath2002-11-231-10/+17
* Fail silently if a partial tar header is read as tar.bz2 is leaving trailing ...Glenn L McGrath2002-11-051-2/+2
* Change filter paramaters, filters can be more powefull nowGlenn L McGrath2002-11-041-1/+1
* Abstract read and seek in unarchiving code, convert bunzip to file descriptor...Glenn L McGrath2002-11-031-5/+4
* Fix exclude/include problemGlenn L McGrath2002-10-191-0/+7
* Fix compress support and prevent a segfaultGlenn L McGrath2002-09-271-1/+0
* New common unarchive code.Glenn L McGrath2002-09-251-53/+58
* Support for GNU style long filename and linknamesGlenn L McGrath2002-09-151-10/+39
* Specify castGlenn L McGrath2002-08-221-2/+2
* Run through ident, fix commentsGlenn L McGrath2002-08-221-49/+49
* Honour the USTAR prefix field, this enables a 155 byte path length plus the n...Glenn L McGrath2002-08-221-2/+6
* Enable support for the old tar header format, enable via menu'sGlenn L McGrath2002-08-131-4/+36
* Fixup warnings and undefined operations that show up in gcc-3.1Eric Andersen2002-07-111-1/+2
* *** empty log message ***Glenn L McGrath2001-10-251-0/+99