As we no longer use function pointers for read in common archiving code
[oweals/busybox.git] / include / unarchive.h
2003-11-21 Glenn L McGrathAs we no longer use function pointers for read in commo...
2003-11-20 Glenn L McGrathRemove unused function
2003-11-15 Glenn L McGrathMove from read_gz to the pipe()+fork() method.
2003-10-29 Glenn L McGrathUse the return value from uncompress_bunzip, fix some...
2003-08-28 Glenn L McGrathDont unlink when testing !
2002-12-10 Glenn L McGrathrpm applet by Laurence Anderson
2002-12-08 Glenn L McGrathMove add_to_list from libunarchive to libbb so it can...
2002-11-19 Glenn L McGrathHeaders for the read_gz changes
2002-11-05 Glenn L McGrathFail silently if a partial tar header is read as tar...
2002-11-05 Glenn L McGrathenable .tar.bz2 for dpkg-deb
2002-11-04 Glenn L McGrathChange filter paramaters, filters can be more powefull now
2002-11-03 Glenn L McGrathAbstract read and seek in unarchiving code, convert...
2002-11-03 Glenn L McGrathMove data_extract_all_prefix to dpkg, its only used...
2002-11-03 Glenn L McGrathMove bunzip2 idecompression code to libunarchive
2002-10-19 Glenn L McGrathUpdate dpkg to use new unarchive code
2002-10-19 Glenn L McGrathFix exclude/include problem
2002-09-27 Glenn L McGrathFix compress support and prevent a segfault
2002-09-25 Glenn L McGrathNew common unarchive code.
2002-08-22 Glenn L McGrathRun through indent, use /* */ style comments
2002-01-02 Glenn L McGrathunzip applet by Laurence Anderson
2001-10-27 Glenn L McGrathinclude unistd which provides off_t for the header...
2001-10-25 Glenn L McGrathlibunarchive, and recovery from my previous commit