aboutsummaryrefslogtreecommitdiff
path: root/archival/libunarchive/get_header_ar.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-03-15ar: add archive creation supportAlexander Shishkin
2010-01-06libunarchive: clean up dirty hacks. code shrank as a resultDenys Vlasenko
2009-09-20ar: fix long filenames handling (bug 611)Denys Vlasenko
2008-07-10dpkg_deb: slight code shrinkDenis 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
2007-04-07random small shrinkage and elimination of staticsDenis Vlasenko
2007-03-19ls: fix segfault-if-standalone-shell, add big fat comment.Denis Vlasenko
2007-03-14get_header_ar: reformatted code, no real changesDenis Vlasenko
2006-12-26merge post-1.3.0 fixesDenis Vlasenko
2006-12-22tar et al: die if bb_copyfd_size copies less than asked for.Denis Vlasenko
2006-11-27style cleanup: return(a) -> return a, part 2Denis Vlasenko
2006-11-27style cleanup: return(a) -> return a, part 1Denis Vlasenko
2006-11-24tar: fix and sanitize handling of long filenames/linknamesDenis Vlasenko
2006-10-14add open_read_close() and similar stuffDenis Vlasenko
2006-10-08attempt to regularize atoi mess.Denis Vlasenko
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley
2006-07-20"formated" -> "formatted" throughout the code base."Robert P. J. Day"
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-25just whitespaceTim Riker
2004-04-09Add a comment explaining why we have to check for an extra \nGlenn L McGrath
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2004-01-04Fix usage with libraries, skip symbol table.Glenn L McGrath
2003-07-31Fix bug when handling debian packages.Glenn L McGrath
2003-03-19Major coreutils update.Manuel Novoa III
2002-11-04Change filter paramaters, filters can be more powefull nowGlenn L McGrath
2002-09-25New common unarchive code.Glenn L McGrath
2002-07-19Applied vodz' patches #49 and #50 (with a small correction in runshell.c)Robert Griebl
2002-07-11Fixup warnings and undefined operations that show up in gcc-3.1Eric Andersen
2001-10-25*** empty log message ***Glenn L McGrath