aboutsummaryrefslogtreecommitdiff
path: root/include/unarchive.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Dont unlink when testing !Glenn L McGrath2003-08-281-0/+1
| | | | | | | Always preserve creation date Disable the -p option its for modification date Remove some cpio header debugging noise Syncronise file listing behaviour with upstream.
* rpm applet by Laurence AndersonGlenn L McGrath2002-12-101-0/+1
|
* Move add_to_list from libunarchive to libbb so it can be of more general use ↵Glenn L McGrath2002-12-081-10/+4
| | | | (eg ifupdown). Changed the name to llist_add_to as i plan on adding more llist_ functions as needed (e.g. llist_free).
* Headers for the read_gz changesGlenn L McGrath2002-11-191-0/+5
|
* Fail silently if a partial tar header is read as tar.bz2 is leaving trailing ↵Glenn L McGrath2002-11-051-0/+2
| | | | junk (not sure why), add some missing files
* enable .tar.bz2 for dpkg-debGlenn L McGrath2002-11-051-4/+7
|
* Change filter paramaters, filters can be more powefull nowGlenn L McGrath2002-11-041-4/+4
|
* Abstract read and seek in unarchiving code, convert bunzip to file ↵Glenn L McGrath2002-11-031-11/+21
| | | | descriptors, support tar -j
* Move data_extract_all_prefix to dpkg, its only used there.Glenn L McGrath2002-11-031-1/+0
|
* Move bunzip2 idecompression code to libunarchiveGlenn L McGrath2002-11-031-0/+3
|
* Update dpkg to use new unarchive codeGlenn L McGrath2002-10-191-1/+5
|
* Fix exclude/include problemGlenn L McGrath2002-10-191-1/+2
|
* Fix compress support and prevent a segfaultGlenn L McGrath2002-09-271-1/+1
|
* New common unarchive code.Glenn L McGrath2002-09-251-32/+77
|
* Run through indent, use /* */ style commentsGlenn L McGrath2002-08-221-12/+15
|
* unzip applet by Laurence AndersonGlenn L McGrath2002-01-021-0/+2
| | | | ----------------------------------------------------------------------
* include unistd which provides off_t for the header and hence unarchive appletsGlenn L McGrath2001-10-271-1/+2
|
* libunarchive, and recovery from my previous commitGlenn L McGrath2001-10-251-0/+42