aboutsummaryrefslogtreecommitdiff
path: root/archival/libunarchive/get_header_tar.c
AgeCommit message (Expand)Author
2006-03-01use bb_xstrndup vs strndup. Thanks rfelker."Vladimir N. Oleynik"
2006-02-20Bug 640: a filename of length exactly 100 could bleed into the next field onRob Landley
2006-01-25just whitespaceTim Riker
2005-10-11There doesn't seem to be a standard header for makedev(), but this is close.Rob Landley
2005-07-20applying fix for:Paul Fox
2004-07-26BusyBox has no business hard coding the number of major and minor bits for aEric Andersen
2004-04-14Larry Doolittle writes:Eric Andersen
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2004-02-20Fix up hard linksGlenn L McGrath
2004-02-20A strict interpretation of the ustar format requires the type flag to beGlenn L McGrath
2004-02-19Add extra comments, freakout if a pax archive is encoutered.Glenn L McGrath
2004-02-17Remove debuggingGlenn L McGrath
2004-02-17Dont strip trailing '/' until _after_ i test to set if its there !Glenn L McGrath
2003-11-27Fix tar hard linksGlenn L McGrath
2003-11-21As we no longer use function pointers for read in common archiving codeGlenn L McGrath
2003-11-20Fix tar-handles-nested-exclude testcaseGlenn L McGrath
2003-11-17Dont free filename, its needed in the extracted files list.Glenn L McGrath
2003-11-15Fix memory leaksGlenn L McGrath
2003-11-14Keep trying to find a good header, if we exit it will cause .tar.gzGlenn L McGrath
2003-11-05Fix tar -j supportGlenn L McGrath
2003-09-12Fix handling of hardlinks when OLDGNU and GNU extensions arent enabled.Glenn L McGrath
2003-09-12Use the typeflag to identify if its a hardlink on OLD and GNU posixGlenn L McGrath
2003-09-09If a tar entry is a regualr file ending in a '/' then its really aGlenn L McGrath
2003-08-14Change hardlink handling for tar to work the same way as cpioGlenn L McGrath
2003-07-16Fixup problem unconditionally converting all hard links to symlinks.Eric Andersen
2003-06-12Handle hard links by converting them to symlinksGlenn L McGrath
2003-03-19Major coreutils update.Manuel Novoa III
2003-01-28Fix long standing bug with old gnu tar files, add a check so tar willGlenn L McGrath
2002-12-08Move add_to_list from libunarchive to libbb so it can be of more general use ...Glenn L McGrath
2002-11-23Fix long filename supportGlenn L McGrath
2002-11-05Fail silently if a partial tar header is read as tar.bz2 is leaving trailing ...Glenn L McGrath
2002-11-04Change filter paramaters, filters can be more powefull nowGlenn L McGrath
2002-11-03Abstract read and seek in unarchiving code, convert bunzip to file descriptor...Glenn L McGrath
2002-10-19Fix exclude/include problemGlenn L McGrath
2002-09-27Fix compress support and prevent a segfaultGlenn L McGrath
2002-09-25New common unarchive code.Glenn L McGrath
2002-09-15Support for GNU style long filename and linknamesGlenn L McGrath
2002-08-22Specify castGlenn L McGrath
2002-08-22Run through ident, fix commentsGlenn L McGrath
2002-08-22Honour the USTAR prefix field, this enables a 155 byte path length plus the n...Glenn L McGrath
2002-08-13Enable support for the old tar header format, enable via menu'sGlenn L McGrath
2002-07-11Fixup warnings and undefined operations that show up in gcc-3.1Eric Andersen
2001-10-25*** empty log message ***Glenn L McGrath