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 (
Expand
)
Author
2006-12-22
tar et al: die if bb_copyfd_size copies less than asked for.
Denis Vlasenko
2006-11-26
tar: refuse to untar files with "/../" components
Denis Vlasenko
2006-11-26
tar: correctly skip (and warn about) pax headers.
Denis Vlasenko
2006-11-25
tar: small fix and small optimization
Denis Vlasenko
2006-11-24
tar: buglet fix
Denis Vlasenko
2006-11-24
tar: fix and sanitize handling of long filenames/linknames
Denis Vlasenko
2006-11-24
header_verbose_list: stop truncating file size in listing
Denis Vlasenko
2006-11-24
tar:
Denis Vlasenko
2006-10-10
fixes from Vladimir Dronnikov <dronnikov@gmail.ru>
Denis Vlasenko
2006-10-08
attempt to regularize atoi mess.
Denis Vlasenko
2006-08-03
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
Rob Landley
2006-07-20
"formated" -> "formatted" throughout the code base.
"Robert P. J. Day"
2006-07-16
Cleaup read() and write() variants, plus a couple of new functions like
Rob Landley
2006-07-06
Fix tar so it can extract git-generated tarballs, based on a suggestion
Rob Landley
2006-07-02
Standardize on the vi editing directives being on the first line.
"Robert P. J. Day"
2006-05-29
More size shrinkage.
Rob Landley
2006-05-26
Change llist_add_* to take the address of the list rather than returning the new
Rob Landley
2006-04-02
- typos: s/compatability/compatibility/g;s/compatable/compatible/g;
Bernhard Reutner-Fischer
2006-03-06
Robert P. Day removed 8 gazillion occurrences of "extern" on function
Rob Landley
2006-03-01
use bb_xstrndup vs strndup. Thanks rfelker.
"Vladimir N. Oleynik"
2006-02-20
Bug 640: a filename of length exactly 100 could bleed into the next field on
Rob Landley
2006-01-25
just whitespace
Tim Riker
2005-10-11
There doesn't seem to be a standard header for makedev(), but this is close.
Rob Landley
2005-07-20
applying fix for:
Paul Fox
2004-07-26
BusyBox has no business hard coding the number of major and minor bits for a
Eric Andersen
2004-04-14
Larry Doolittle writes:
Eric Andersen
2004-03-15
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2004-02-20
Fix up hard links
Glenn L McGrath
2004-02-20
A strict interpretation of the ustar format requires the type flag to be
Glenn L McGrath
2004-02-19
Add extra comments, freakout if a pax archive is encoutered.
Glenn L McGrath
2004-02-17
Remove debugging
Glenn L McGrath
2004-02-17
Dont strip trailing '/' until _after_ i test to set if its there !
Glenn L McGrath
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
Fix tar-handles-nested-exclude testcase
Glenn L McGrath
2003-11-17
Dont free filename, its needed in the extracted files list.
Glenn L McGrath
2003-11-15
Fix memory leaks
Glenn L McGrath
2003-11-14
Keep trying to find a good header, if we exit it will cause .tar.gz
Glenn L McGrath
2003-11-05
Fix tar -j support
Glenn L McGrath
2003-09-12
Fix handling of hardlinks when OLDGNU and GNU extensions arent enabled.
Glenn L McGrath
2003-09-12
Use the typeflag to identify if its a hardlink on OLD and GNU posix
Glenn L McGrath
2003-09-09
If a tar entry is a regualr file ending in a '/' then its really a
Glenn L McGrath
2003-08-14
Change hardlink handling for tar to work the same way as cpio
Glenn L McGrath
2003-07-16
Fixup problem unconditionally converting all hard links to symlinks.
Eric Andersen
2003-06-12
Handle hard links by converting them to symlinks
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-08
Move add_to_list from libunarchive to libbb so it can be of more general use ...
Glenn L McGrath
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
[next]