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
/
archival
/
libunarchive
/
get_header_tar.c
Age
Commit message (
Collapse
)
Author
2002-11-23
Fix long filename support
Glenn L McGrath
2002-11-05
Fail silently if a partial tar header is read as tar.bz2 is leaving trailing ↵
Glenn L McGrath
junk (not sure why), add some missing files
2002-11-04
Change filter paramaters, filters can be more powefull now
Glenn L McGrath
2002-11-03
Abstract read and seek in unarchiving code, convert bunzip to file ↵
Glenn L McGrath
descriptors, support tar -j
2002-10-19
Fix exclude/include problem
Glenn L McGrath
2002-09-27
Fix compress support and prevent a segfault
Glenn L McGrath
2002-09-25
New common unarchive code.
Glenn L McGrath
2002-09-15
Support for GNU style long filename and linknames
Glenn L McGrath
2002-08-22
Specify cast
Glenn L McGrath
2002-08-22
Run through ident, fix comments
Glenn L McGrath
2002-08-22
Honour the USTAR prefix field, this enables a 155 byte path length plus the ↵
Glenn L McGrath
normal 100 byte filename. The catch is gnu tar cannot create archives that use the prefix field, you need to use s-tar.
2002-08-13
Enable support for the old tar header format, enable via menu's
Glenn L McGrath
2002-07-11
Fixup warnings and undefined operations that show up in gcc-3.1
Eric Andersen
-Erik
2001-10-25
*** empty log message ***
Glenn L McGrath