index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
archival
/
libunarchive
/
get_header_tar.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
*: refactor handling of archived files. "tar f file.tar.lzma" now works too.
Denis Vlasenko
2008-08-05
1
-2
/
+2
*
fix trivial build warning
Denis Vlasenko
2008-07-22
1
-1
/
+1
*
tar: fix handling of tarballs with symlinks with size field != 0
Denis Vlasenko
2008-07-20
1
-6
/
+11
*
cpio: internalize archive_xread_all_eof. add a few paranoia checks
Denis Vlasenko
2008-07-12
1
-1
/
+1
*
fix compile failures resulting from last few commits
Denis Vlasenko
2008-07-11
1
-2
/
+1
*
dpkg_deb: slight code shrink
Denis Vlasenko
2008-07-10
1
-8
/
+19
*
libunarchive: stop using static data in archivers - archive_handle_t
Denis Vlasenko
2008-06-28
1
-49
/
+44
*
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
2008-06-27
1
-2
/
+2
*
- use EXIT_{SUCCESS,FAILURE}. No object-code changes
Bernhard Reutner-Fischer
2008-05-19
1
-1
/
+1
*
more -Wall warning fixes from Cristian Ionescu-Idbohrn.
Denis Vlasenko
2008-05-13
1
-2
/
+2
*
tar: fix obscure case when name is "" and prefix is not ""
Denis Vlasenko
2008-04-29
1
-1
/
+1
*
tar: fix the case where long base names can be ignored
Denis Vlasenko
2008-04-29
1
-0
/
+3
*
trivial fixes to make bbox compile with gcc 4.3.0
Denis Vlasenko
2008-04-15
1
-5
/
+5
*
tar: optional autodetection of gz/bz2 compressed tarballs.
Denis Vlasenko
2008-02-19
1
-8
/
+44
*
tar: real support for -p. +200 if selected.
Denis Vlasenko
2008-02-14
1
-1
/
+8
*
tar: do "short EOF" compat only if CONFIG_DESKTOP.
Denis Vlasenko
2008-02-14
1
-1
/
+8
*
tar: compat: handle tarballs with only one zero block at the end
Denis Vlasenko
2008-02-13
1
-1
/
+9
*
add comment clarifying busybox's use of non-standard tar header
Paul Fox
2007-11-17
1
-0
/
+3
*
tar: fix a case where glibc detects bogus buffer overrun
Denis Vlasenko
2007-11-16
1
-2
/
+3
*
style fix (stray space before ';')
Denis Vlasenko
2007-07-21
1
-2
/
+2
*
tar: improve OLDGNU compat, make old SUN compat configurable
Denis Vlasenko
2007-06-21
1
-5
/
+24
*
do not do utime() on links, it acts on link targets, and we don't want that.
Denis Vlasenko
2007-06-20
1
-6
/
+6
*
remove f words
Denis Vlasenko
2007-03-04
1
-1
/
+1
*
tar: handle tarfiles with (broken) checksums a-la Sun.
Denis Vlasenko
2007-03-03
1
-6
/
+13
*
merge post-1.3.0 fixes
Denis Vlasenko
2006-12-26
1
-1
/
+3
*
tar et al: die if bb_copyfd_size copies less than asked for.
Denis Vlasenko
2006-12-22
1
-1
/
+1
*
tar: refuse to untar files with "/../" components
Denis Vlasenko
2006-11-26
1
-1
/
+6
*
tar: correctly skip (and warn about) pax headers.
Denis Vlasenko
2006-11-26
1
-19
/
+34
*
tar: small fix and small optimization
Denis Vlasenko
2006-11-25
1
-2
/
+4
*
tar: buglet fix
Denis Vlasenko
2006-11-24
1
-1
/
+1
*
tar: fix and sanitize handling of long filenames/linknames
Denis Vlasenko
2006-11-24
1
-20
/
+45
*
header_verbose_list: stop truncating file size in listing
Denis Vlasenko
2006-11-24
1
-20
/
+21
*
tar:
Denis Vlasenko
2006-11-24
1
-74
/
+93
*
fixes from Vladimir Dronnikov <dronnikov@gmail.ru>
Denis Vlasenko
2006-10-10
1
-6
/
+7
*
attempt to regularize atoi mess.
Denis Vlasenko
2006-10-08
1
-23
/
+22
*
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
Rob Landley
2006-08-03
1
-7
/
+3
*
"formated" -> "formatted" throughout the code base.
"Robert P. J. Day"
2006-07-20
1
-20
/
+20
*
Cleaup read() and write() variants, plus a couple of new functions like
Rob Landley
2006-07-16
1
-8
/
+4
*
Fix tar so it can extract git-generated tarballs, based on a suggestion
Rob Landley
2006-07-06
1
-5
/
+4
*
Standardize on the vi editing directives being on the first line.
"Robert P. J. Day"
2006-07-02
1
-0
/
+1
*
More size shrinkage.
Rob Landley
2006-05-29
1
-4
/
+2
*
Change llist_add_* to take the address of the list rather than returning the new
Rob Landley
2006-05-26
1
-1
/
+1
*
- typos: s/compatability/compatibility/g;s/compatable/compatible/g;
Bernhard Reutner-Fischer
2006-04-02
1
-2
/
+2
*
Robert P. Day removed 8 gazillion occurrences of "extern" on function
Rob Landley
2006-03-06
1
-1
/
+1
*
use bb_xstrndup vs strndup. Thanks rfelker.
"Vladimir N. Oleynik"
2006-03-01
1
-1
/
+1
*
Bug 640: a filename of length exactly 100 could bleed into the next field on
Rob Landley
2006-02-20
1
-19
/
+11
*
just whitespace
Tim Riker
2006-01-25
1
-1
/
+1
*
There doesn't seem to be a standard header for makedev(), but this is close.
Rob Landley
2005-10-11
1
-0
/
+1
*
applying fix for:
Paul Fox
2005-07-20
1
-0
/
+10
*
BusyBox has no business hard coding the number of major and minor bits for a
Eric Andersen
2004-07-26
1
-2
/
+2
[next]