index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libbb
/
untar.c
Age
Commit message (
Collapse
)
Author
2001-04-23
Simplify file_prefix handling, and use of *dir variable.
Glenn L McGrath
2001-04-21
Clearly define out exclude list code, as recommended by Larry Doolittle
Glenn L McGrath
2001-04-16
dpkg 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-15
untar changed to allow deb_extract to extract to memory, allows better ↵
Glenn L McGrath
operation of dpkg-deb -f
2001-04-13
dpkg-deb -f and partial -I commands, adds 600 bytes
Glenn L McGrath
2001-04-12
Updates, fixes for handling contents, verbose extract.
Glenn L McGrath
More updates to come
2001-04-12
New dpkg-deb function -t, stands for --fsys-tarfile
Glenn L McGrath
2001-04-12
dpkg-deb -c works now
Glenn L McGrath
2001-04-12
Fix dpkg-deb, enum's are cool
Glenn L McGrath
2001-04-11
This 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