index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
archival
/
libunarchive
/
data_extract_all.c
Age
Commit message (
Expand
)
Author
2004-10-13
Make certain clients of bb_make_directory default to honoring
Eric Andersen
2004-04-14
Larry Doolittle writes:
Eric Andersen
2004-03-15
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2003-12-21
Don't hose up perms for files that happen to have symlinks
Eric Andersen
2003-11-27
Fix tar hard links
Glenn L McGrath
2003-11-21
As we no longer use function pointers for read in common archiving code
Glenn L McGrath
2003-11-20
Dont attempt to unlink directories
Glenn L McGrath
2003-11-15
Fix a bug where cpio wouldnt work unless -u was specified
Glenn L McGrath
2003-09-11
Marc A. Lehmann writes:
Eric Andersen
2003-08-28
Dont unlink when testing !
Glenn L McGrath
2003-08-14
Change hardlink handling for tar to work the same way as cpio
Glenn L McGrath
2003-04-21
unlink a previous file before its extracted
Glenn L McGrath
2003-03-19
Major coreutils update.
Manuel Novoa III
2003-01-28
Fix long standing bug with old gnu tar files, add a check so tar will
Glenn L McGrath
2002-12-10
rpm applet by Laurence Anderson
Glenn L McGrath
2002-12-04
Unlink before mkdir, mknod, symlink to overwrite
Glenn L McGrath
2002-11-03
Abstract read and seek in unarchiving code, convert bunzip to file descriptor...
Glenn L McGrath
2002-10-10
last_patch61 from vodz:
Eric Andersen
2002-09-30
Patch from Konstantin Isakov <ikm@pisem.net>:
Eric Andersen
2002-09-27
Fix compress support and prevent a segfault
Glenn L McGrath
2002-09-25
New common unarchive code.
Glenn L McGrath