aboutsummaryrefslogtreecommitdiff
path: root/libbb/untar.c
AgeCommit message (Collapse)Author
2001-04-23Simplify file_prefix handling, and use of *dir variable.Glenn L McGrath
2001-04-21Clearly define out exclude list code, as recommended by Larry DoolittleGlenn L McGrath
2001-04-16dpkg improvements, use full package struct, avoid extracting to tmp dir, ↵Glenn L McGrath
rename variable. deb_extract, untar and dpkg_deb modified to make the above possible
2001-04-15untar changed to allow deb_extract to extract to memory, allows better ↵Glenn L McGrath
operation of dpkg-deb -f
2001-04-13dpkg-deb -f and partial -I commands, adds 600 bytesGlenn L McGrath
2001-04-12Updates, fixes for handling contents, verbose extract.Glenn L McGrath
More updates to come
2001-04-12New dpkg-deb function -t, stands for --fsys-tarfileGlenn L McGrath
2001-04-12dpkg-deb -c works nowGlenn L McGrath
2001-04-12Fix dpkg-deb, enum's are coolGlenn L McGrath
2001-04-11This is primarily to allow deb_extract to be independent of the tar applet.Glenn L McGrath
TODO: This function and its conterpart in tar.c should be merged