Standardize on the vi editing directives being on the first line.
[oweals/busybox.git] / archival / libunarchive / get_header_tar.c
2006-07-02 "Robert P. J. Day"Standardize on the vi editing directives being on the...
2006-05-29 Rob LandleyMore size shrinkage.
2006-05-26 Rob LandleyChange llist_add_* to take the address of the list...
2006-04-02 Bernhard Reutner... - typos: s/compatability/compatibility/g;s/compatable...
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-03-01 "Vladimir N. Oleynik"use bb_xstrndup vs strndup. Thanks rfelker.
2006-02-20 Rob LandleyBug 640: a filename of length exactly 100 could bleed...
2006-01-25 Tim Rikerjust whitespace
2005-10-11 Rob LandleyThere doesn't seem to be a standard header for makedev...
2005-07-20 Paul Foxapplying fix for:
2004-07-26 Eric AndersenBusyBox has no business hard coding the number of major...
2004-04-14 Eric AndersenLarry Doolittle writes:
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-02-20 Glenn L McGrathFix up hard links
2004-02-20 Glenn L McGrathA strict interpretation of the ustar format requires...
2004-02-19 Glenn L McGrathAdd extra comments, freakout if a pax archive is encout...
2004-02-17 Glenn L McGrathRemove debugging
2004-02-17 Glenn L McGrathDont strip trailing '/' until _after_ i test to set...
2003-11-27 Glenn L McGrathFix tar hard links
2003-11-21 Glenn L McGrathAs we no longer use function pointers for read in commo...
2003-11-20 Glenn L McGrathFix tar-handles-nested-exclude testcase
2003-11-17 Glenn L McGrathDont free filename, its needed in the extracted files...
2003-11-15 Glenn L McGrathFix memory leaks
2003-11-14 Glenn L McGrathKeep trying to find a good header, if we exit it will...
2003-11-05 Glenn L McGrathFix tar -j support
2003-09-12 Glenn L McGrathFix handling of hardlinks when OLDGNU and GNU extension...
2003-09-12 Glenn L McGrathUse the typeflag to identify if its a hardlink on OLD...
2003-09-09 Glenn L McGrathIf a tar entry is a regualr file ending in a '/' then...
2003-08-14 Glenn L McGrathChange hardlink handling for tar to work the same way...
2003-07-16 Eric AndersenFixup problem unconditionally converting all hard links...
2003-06-12 Glenn L McGrathHandle hard links by converting them to symlinks
2003-03-19 Manuel Novoa III Major coreutils update.
2003-01-28 Glenn L McGrathFix long standing bug with old gnu tar files, add a...
2002-12-08 Glenn L McGrathMove add_to_list from libunarchive to libbb so it can...
2002-11-23 Glenn L McGrathFix long filename support
2002-11-05 Glenn L McGrathFail silently if a partial tar header is read as tar...
2002-11-04 Glenn L McGrathChange filter paramaters, filters can be more powefull now
2002-11-03 Glenn L McGrathAbstract read and seek in unarchiving code, convert...
2002-10-19 Glenn L McGrathFix exclude/include problem
2002-09-27 Glenn L McGrathFix compress support and prevent a segfault
2002-09-25 Glenn L McGrathNew common unarchive code.
2002-09-15 Glenn L McGrathSupport for GNU style long filename and linknames
2002-08-22 Glenn L McGrathSpecify cast
2002-08-22 Glenn L McGrathRun through ident, fix comments
2002-08-22 Glenn L McGrathHonour the USTAR prefix field, this enables a 155 byte...
2002-08-13 Glenn L McGrathEnable support for the old tar header format, enable...
2002-07-11 Eric AndersenFixup warnings and undefined operations that show up...
2001-10-25 Glenn L McGrath*** empty log message ***