aboutsummaryrefslogtreecommitdiff
path: root/include/unarchive.h
AgeCommit message (Expand)Author
2006-09-03tar: revert older fix (non-portable), added new one.Denis Vlasenko
2006-08-28- pull from busybox_scratch: r15829:15850Bernhard Reutner-Fischer
2006-07-16Cleaup read() and write() variants, plus a couple of new functions likeRob Landley
2006-04-02- typo: s/compenent/component/gBernhard Reutner-Fischer
2006-01-20Patch from Aurelien Jacobs to add unlzma. (A new decompression type,Rob Landley
2005-10-27Add --no-same-owner and --no-same-permissions options to tar.Rob Landley
2005-07-20applying fixes from: Paul Fox
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2003-11-21As we no longer use function pointers for read in common archiving codeGlenn L McGrath
2003-11-20Remove unused functionGlenn L McGrath
2003-11-15Move from read_gz to the pipe()+fork() method.Glenn L McGrath
2003-10-29Use the return value from uncompress_bunzip, fix some typoGlenn L McGrath
2003-08-28Dont unlink when testing !Glenn L McGrath
2002-12-10rpm applet by Laurence AndersonGlenn L McGrath
2002-12-08Move add_to_list from libunarchive to libbb so it can be of more general use ...Glenn L McGrath
2002-11-19Headers for the read_gz changesGlenn L McGrath
2002-11-05Fail silently if a partial tar header is read as tar.bz2 is leaving trailing ...Glenn L McGrath
2002-11-05enable .tar.bz2 for dpkg-debGlenn L McGrath
2002-11-04Change filter paramaters, filters can be more powefull nowGlenn L McGrath
2002-11-03Abstract read and seek in unarchiving code, convert bunzip to file descriptor...Glenn L McGrath
2002-11-03Move data_extract_all_prefix to dpkg, its only used there.Glenn L McGrath
2002-11-03Move bunzip2 idecompression code to libunarchiveGlenn L McGrath
2002-10-19Update dpkg to use new unarchive codeGlenn L McGrath
2002-10-19Fix exclude/include problemGlenn L McGrath
2002-09-27Fix compress support and prevent a segfaultGlenn L McGrath
2002-09-25New common unarchive code.Glenn L McGrath
2002-08-22Run through indent, use /* */ style commentsGlenn L McGrath
2002-01-02unzip applet by Laurence AndersonGlenn L McGrath
2001-10-27include unistd which provides off_t for the header and hence unarchive appletsGlenn L McGrath
2001-10-25libunarchive, and recovery from my previous commitGlenn L McGrath