aboutsummaryrefslogtreecommitdiff
path: root/include/unarchive.h
AgeCommit message (Expand)Author
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