aboutsummaryrefslogtreecommitdiff
path: root/archival/libunarchive/get_header_cpio.c
AgeCommit message (Expand)Author
2010-11-03rename archival/libunarchive -> archival/libarchive; move bz/ into itDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-01-09cpio: improve help text; document two TODOsDenys Vlasenko
2010-01-06libunarchive: clean up dirty hacks. code shrank as a resultDenys Vlasenko
2010-01-05cpio: fix unpacking of names with leading slashesDenys Vlasenko
2008-10-17data_extract_all: do not complain if directory exists on mkdirDenis Vlasenko
2008-07-12cpio: internalize archive_xread_all_eof. add a few paranoia checksDenis Vlasenko
2008-07-11cpio: on unpack, limit filename length to 8k; shorten comment a bitDenis Vlasenko
2008-07-11cpio: support some long options; document GNU optionsDenis Vlasenko
2008-06-28libunarchive: stop using static data in archivers - archive_handle_tDenis Vlasenko
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko
2008-04-05cpio: fix a bug where we do not extract zero-sized hardlinksDenis Vlasenko
2007-06-21tar: improve OLDGNU compat, make old SUN compat configurableDenis Vlasenko
2007-06-20do not do utime() on links, it acts on link targets, and we don't want that.Denis Vlasenko
2007-01-13whitespace fixes (leading spaces to tab)Denis Vlasenko
2006-11-27style cleanup: return(a) -> return a, part 2Denis Vlasenko
2006-11-21cpio: (allegedly) fix bug 0001095:Denis Vlasenko
2006-10-20message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko
2006-10-10fixes from Vladimir Dronnikov <dronnikov@gmail.ru>Denis Vlasenko
2006-09-06removed a lot of trailing \n in bb_msg() calls. It is addedDenis Vlasenko
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley
2006-07-16Cleaup read() and write() variants, plus a couple of new functions likeRob Landley
2006-07-02Standardize on the vi editing directives being on the first line."Robert P. J. Day"
2006-05-29More size shrinkage.Rob Landley
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley
2006-01-30sort out yet more type issuesEric Andersen
2004-07-26BusyBox has no business hard coding the number of major and minor bits for aEric Andersen
2004-04-29Fix symlink handling and small memory leakGlenn L McGrath
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2003-08-28Dont unlink when testing !Glenn L McGrath
2003-03-19Major coreutils update.Manuel Novoa III
2002-12-11A cleaner cleanup that avoids passing an off_t to scanfEric Andersen
2002-12-11squash a warningEric Andersen
2002-12-10rpm applet by Laurence AndersonGlenn L McGrath
2002-09-25Remove files made obsolete by new unarchiving codeGlenn 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