index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
archival
/
libunarchive
/
get_header_tar.c
Age
Commit message (
Expand
)
Author
2009-09-23
tar: accept spaces at the end of header fields (compat)
Denys Vlasenko
2009-07-08
tar: handle 256-base encoding in mtime
Denys Vlasenko
2009-04-21
*: mass renaming of USE_XXXX to IF_XXXX
Denis Vlasenko
2009-04-01
trailing whitespace removal
Denis Vlasenko
2009-03-13
tar: make FEATURE_TAR_AUTODETECT work with DESKTOP off too.
Denis Vlasenko
2008-12-12
header_verbose_list: show off_t size, not cast to (unsigned)
Denis Vlasenko
2008-08-05
*: refactor handling of archived files. "tar f file.tar.lzma" now works too.
Denis Vlasenko
2008-07-22
fix trivial build warning
Denis Vlasenko
2008-07-20
tar: fix handling of tarballs with symlinks with size field != 0
Denis Vlasenko
2008-07-12
cpio: internalize archive_xread_all_eof. add a few paranoia checks
Denis Vlasenko
2008-07-11
fix compile failures resulting from last few commits
Denis Vlasenko
2008-07-10
dpkg_deb: slight code shrink
Denis Vlasenko
2008-06-28
libunarchive: stop using static data in archivers - archive_handle_t
Denis Vlasenko
2008-06-27
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
2008-05-19
- use EXIT_{SUCCESS,FAILURE}. No object-code changes
Bernhard Reutner-Fischer
2008-05-13
more -Wall warning fixes from Cristian Ionescu-Idbohrn.
Denis Vlasenko
2008-04-29
tar: fix obscure case when name is "" and prefix is not ""
Denis Vlasenko
2008-04-29
tar: fix the case where long base names can be ignored
Denis Vlasenko
2008-04-15
trivial fixes to make bbox compile with gcc 4.3.0
Denis Vlasenko
2008-02-19
tar: optional autodetection of gz/bz2 compressed tarballs.
Denis Vlasenko
2008-02-14
tar: real support for -p. +200 if selected.
Denis Vlasenko
2008-02-14
tar: do "short EOF" compat only if CONFIG_DESKTOP.
Denis Vlasenko
2008-02-13
tar: compat: handle tarballs with only one zero block at the end
Denis Vlasenko
2007-11-17
add comment clarifying busybox's use of non-standard tar header
Paul Fox
2007-11-16
tar: fix a case where glibc detects bogus buffer overrun
Denis Vlasenko
2007-07-21
style fix (stray space before ';')
Denis Vlasenko
2007-06-21
tar: improve OLDGNU compat, make old SUN compat configurable
Denis Vlasenko
2007-06-20
do not do utime() on links, it acts on link targets, and we don't want that.
Denis Vlasenko
2007-03-04
remove f words
Denis Vlasenko
2007-03-03
tar: handle tarfiles with (broken) checksums a-la Sun.
Denis Vlasenko
2006-12-26
merge post-1.3.0 fixes
Denis Vlasenko
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
[next]