History log of /external/toybox/toys/pending/tar.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
aab9164df395a4b0878b0ad930a5ec8a806a58e9 10-May-2015 Rob Landley <rob@landley.net> Add DIRTREE_SHUTUP to disable dirtree warnings if file vanishes out from
under traversal. Pass through full flag set in dirtree_add_node(), add
dirtree_start() wrapper to provide symlink-only behavior (avoiding a lot
of DIRTREE_SYMFOLLOW*!!(logic) repeated in callers).
/external/toybox/toys/pending/tar.c
40f7fb02aaceecee2625191afecaeea8ca95e259 04-Mar-2015 Rob Landley <rob@landley.net> Quick cleanup pass on tar.
/external/toybox/toys/pending/tar.c
4bbec1e41580c9200cae03c9549fb032596b2b30 01-Mar-2015 Elliott Hughes <enh@google.com> fix format problems in tar.c

%o is unsigned, but off_t is signed.
* takes an int.
an error_msg call was missing an argument.

only one of these is an actual error, but i'd like to fix the others
too so that we (toybox, but if not, then Android) can turn on format
string warnings to prevent future bugs like the stat.c LP32 ones.
/external/toybox/toys/pending/tar.c
82effc97f9f2d1c258ea50cb11b130753b8ba805 01-Jan-2015 Rob Landley <rob@landley.net> Switch a lot of strncpy() calls to xstrncpy().
/external/toybox/toys/pending/tar.c
7eb3e4364c2bcebd2fdfef52c07f5101aa03e5bb 12-Aug-2014 Ashwini Sharma <ak.ashwini1981@gmail.com> Patches to commands for issues reported from static analysis tool.

portability.h.patch - it is for O_CLOEXEC, as compiler complained of it.
Makefile.patch - for cleaning generated/*.o files and libopts.dat file

[Fixup to uniq.c from Rob.]
/external/toybox/toys/pending/tar.c
15e02f09549e34e839a6b74fdfb3c1d1974bb635 05-Jul-2014 Ashwini Sharma <ak.ashwini1981@gmail.com> TAR - this supports archive creation and extraction based on the USTAR format (described in PAX Spec). For (de)compression '-z' gzip is supported.
/external/toybox/toys/pending/tar.c