aboutsummaryrefslogtreecommitdiff
path: root/archival/libunarchive/header_verbose_list.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-04-09tar: fix "hardlinks to symlinks chown" bug 1519.Denys Vlasenko
2010-01-09*: make it easier to distinquish "struct tm", pointer to one, etcDenys Vlasenko
2010-01-06libunarchive: clean up dirty hacks. code shrank as a resultDenys Vlasenko
2010-01-06libunarchive: trivial code shrinkDenys Vlasenko
2008-12-12header_verbose_list: show off_t size, not cast to (unsigned)Denis Vlasenko
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko
2008-02-14tar: real support for -p. +200 if selected.Denis Vlasenko
2007-09-27introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko
2007-06-20do not do utime() on links, it acts on link targets, and we don't want that.Denis Vlasenko
2006-11-24header_verbose_list: stop truncating file size in listingDenis Vlasenko
2006-07-12Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"
2006-07-02Standardize on the vi editing directives being on the first line."Robert P. J. Day"
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley
2005-11-12I noticed that "tar tvjf file.tbz" was segfaulting. This fixed it.Rob Landley
2003-03-19Major coreutils update.Manuel Novoa III
2002-09-25New common unarchive code.Glenn L McGrath