trailing whitespace removal
[platform/upstream/busybox.git] / archival / libunarchive / get_header_tar.c
2009-04-01 Denis Vlasenkotrailing whitespace removal
2009-03-13 Denis Vlasenkotar: make FEATURE_TAR_AUTODETECT work with DESKTOP...
2008-12-12 Denis Vlasenkoheader_verbose_list: show off_t size, not cast to ...
2008-08-05 Denis Vlasenko*: refactor handling of archived files. "tar f file...
2008-07-22 Denis Vlasenkofix trivial build warning
2008-07-20 Denis Vlasenkotar: fix handling of tarballs with symlinks with size...
2008-07-12 Denis Vlasenkocpio: internalize archive_xread_all_eof. add a few...
2008-07-11 Denis Vlasenkofix compile failures resulting from last few commits
2008-07-10 Denis Vlasenkodpkg_deb: slight code shrink
2008-06-28 Denis Vlasenkolibunarchive: stop using static data in archivers ...
2008-06-27 Denis Vlasenko*: introduce and use FAST_FUNC: regparm on i386, otherw...
2008-05-19 Bernhard Reutner... - use EXIT_{SUCCESS,FAILURE}. No object-code changes
2008-05-13 Denis Vlasenkomore -Wall warning fixes from Cristian Ionescu-Idbohrn.
2008-04-29 Denis Vlasenkotar: fix obscure case when name is "" and prefix is...
2008-04-29 Denis Vlasenkotar: fix the case where long base names can be ignored
2008-04-15 Denis Vlasenkotrivial fixes to make bbox compile with gcc 4.3.0
2008-02-19 Denis Vlasenkotar: optional autodetection of gz/bz2 compressed tarballs.
2008-02-14 Denis Vlasenkotar: real support for -p. +200 if selected.
2008-02-14 Denis Vlasenkotar: do "short EOF" compat only if CONFIG_DESKTOP.
2008-02-13 Denis Vlasenkotar: compat: handle tarballs with only one zero block...
2007-11-17 Paul Foxadd comment clarifying busybox's use of non-standard...
2007-11-16 Denis Vlasenkotar: fix a case where glibc detects bogus buffer overrun
2007-07-21 Denis Vlasenkostyle fix (stray space before ';')
2007-06-21 Denis Vlasenkotar: improve OLDGNU compat, make old SUN compat configu...
2007-06-20 Denis Vlasenkodo not do utime() on links, it acts on link targets...
2007-03-04 Denis Vlasenkoremove f words
2007-03-03 Denis Vlasenkotar: handle tarfiles with (broken) checksums a-la Sun.
2006-12-26 Denis Vlasenkomerge post-1.3.0 fixes
2006-12-22 Denis Vlasenkotar et al: die if bb_copyfd_size copies less than asked...
2006-11-26 Denis Vlasenkotar: refuse to untar files with "/../" components
2006-11-26 Denis Vlasenkotar: correctly skip (and warn about) pax headers.
2006-11-25 Denis Vlasenkotar: small fix and small optimization
2006-11-24 Denis Vlasenkotar: buglet fix
2006-11-24 Denis Vlasenkotar: fix and sanitize handling of long filenames/linknames
2006-11-24 Denis Vlasenkoheader_verbose_list: stop truncating file size in listing
2006-11-24 Denis Vlasenkotar:
2006-10-10 Denis Vlasenkofixes from Vladimir Dronnikov <dronnikov@gmail.ru>
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-20 "Robert P. J. Day""formated" -> "formatted" throughout the code base.
2006-07-16 Rob LandleyCleaup read() and write() variants, plus a couple of...
2006-07-06 Rob LandleyFix tar so it can extract git-generated tarballs, based...
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 ***