typo fix in comment
[oweals/busybox.git] / archival / tar.c
2018-12-28 Denys Vlasenkoconfig: update size information
2018-11-27 Denys Vlasenkotar: fix too eager autodetection, closes 11531
2018-08-04 Denys Vlasenkotar: fix a thinko in prev commit - we need to copy...
2018-08-04 Denys Vlasenkotar: handle the case when opened created tarball happen...
2018-08-04 Denys Vlasenkotar: make source code a bit more terse, no logic changes
2018-05-22 Harald van Dijktar: fix interaction of delayed symlink and hardlink...
2018-04-07 Denys Vlasenkotar: trim help text
2018-03-16 Denys Vlasenkotar: add -o and -k to short --help too
2018-03-16 Denys Vlasenkotar: add -k and -o to --help
2018-02-20 Denys Vlasenkotar,unzip: postpone creation of symlinks with "suspicio...
2017-11-13 Denys Vlasenkotar: code shrink
2017-11-13 Denys Vlasenkotar: code shrink, better help text
2017-11-10 Denys Vlasenkotar: improve help text
2017-09-18 Denys Vlasenkoregularize format of source file headers, no code changes
2017-08-23 Ron Yorstontar: fix handling of first argument without '-'
2017-08-10 Denys Vlasenkolibarchive: do not extract unsafe symlinks unless ...
2017-08-08 Denys Vlasenkogetopt32: remove opt_complementary
2017-08-08 Denys Vlasenkogetopt32: remove applet_long_options
2017-08-04 Denys Vlasenkogetopt32: move support for "always treat first arg...
2017-07-24 Denys Vlasenkotar: postpone creation of symlinks with "suspicious...
2017-07-21 Denys Vlasenkoconfig: deindent all help texts
2017-07-18 Denys VlasenkoUpdate menuconfig items with approximate applet sizes
2017-06-13 Ming Liutar: add IF_FEATURE_* checks
2017-04-17 Denys VlasenkoSpelling fixes in comments, documentation, tests and...
2017-01-10 Denys VlasenkoBig cleanup in config help and description
2016-07-06 Denys Vlasenkogetopt32: add new syntax of 'o:+' and 'o:*' for -o...
2016-06-19 Denys Vlasenkorandomconfig fixes
2016-04-21 Denys Vlasenko*: hopefully all setup_common_bufsiz() are in place
2016-04-21 Denys Vlasenkolibbb: make bb_common_bufsiz1 1 kbyte, add capability...
2015-10-22 Denys Vlasenkotar: implement --version for buildroot
2015-10-21 Denys Vlasenkotar: add support for --strip-components=N
2014-12-22 Denys Vlasenkorandomconfig fixes
2014-12-11 Denys Vlasenkotar: fix "tar -cJ" ignoring -J option. closes 7706
2014-12-06 Denys Vlasenkolibarchive: add capability to unpack to mem.buffer
2014-12-06 Denys VlasenkoRename transformer_aux_data_t -> transformer_state_t
2014-02-02 Denys Vlasenkozcat: complain if input is not compressed
2013-11-19 Denys Vlasenkotar: prevent empty file to be treated as valid tarball
2013-11-14 Denys Vlasenkoarchival/*: move "config:" snippets into .c files
2013-11-14 Denys Vlasenkoarchival/*: move "applet:" snippets into .c files
2013-11-14 Denys Vlasenkoarchival/*: move "kbuild:" snippets into .c files
2013-08-15 SASAKI Sugurutar: fix tar -T to add entries in the exact order as...
2013-06-30 Rich Felker*: change execl sentinels from NULL to (char*)0
2013-01-14 Denys Vlasenkowhitespace fixes. no code changes
2012-05-24 Boris Reisigtar: support -J, --xz explicit compression option
2012-05-19 Denys VlasenkoMerge branch 'master' of git+ssh://vda@busybox.net...
2012-05-18 Natanael Copatar: implement --no-recursion
2012-03-06 Denys Vlasenkotar,rpm2cpio: check that child decompressor did not...
2012-03-06 Denys Vlasenkoupdate seamless uncompression code
2011-09-22 Denys Vlasenkorename archive.h to bb_archive.h. no code changes
2011-08-09 Denys Vlasenkorandomconfig fixes
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-05-04 Denys Vlasenkotar: store negative mtime as 0; pack very large files...
2011-03-08 Denys Vlasenkouse user's shell instead of hardwired "/bin/sh" (androi...
2011-03-02 Denys Vlasenkotar: skip leading / and handle names like abc/..//...
2011-02-06 Denys Vlasenkotar: fix a bug where autodetection messes up -z on...
2011-02-03 Denys Vlasenkotar: support -T - and -X -
2011-01-31 Denys Vlasenkotar: add -h and -T to help text
2011-01-04 Denys Vlasenkotar: add a note about -C and symlink-in-tarball attack
2010-12-26 Serj Kalichevmodprobe: add support for --show-depends
2010-11-03 Denys Vlasenkorename archival/libunarchive -> archival/libarchive...
2010-08-31 Denys Vlasenkolibbb: add xfstat function
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-07-06 Denys Vlasenkowhitespace fixes
2010-07-04 Pascal Bellard*: introduce and use xfork() and xvfork()
2010-06-26 Denys Vlasenko*: tar-related cleanups: move struct to unarchive.h...
2010-06-24 Ladislav Michltar: optional support for --to-command
2010-01-20 Denys Vlasenko*: small code shrinks and compile fix for unicode
2010-01-20 Mikhail Gusarovtar: handle -m (--touch) switch, enabled by FEATURE_TAR...
2009-12-18 Denys Vlasenkotar: fix recently added SEGV on "tar" w/o args
2009-12-16 Denys Vlasenkotar: add support for --overwrite. +70 bytes.
2009-12-16 Denys Vlasenkolibunarchive: move dpkg-specific things into dpkg.c...
2009-12-11 Denys Vlasenkowget: check for close success; fix chunked; do not...
2009-11-29 Denys Vlasenkotar: revert part of last change. -39 bytes
2009-11-29 Denys Vlasenkotar: fix bug 673 (misdetection of repeated dir as hardl...
2009-11-13 Denys Vlasenko*: use "can't" instead of "cannot"
2009-10-25 Bernhard Reutner... tar: add support for -o as synonym to --no-same-owner...
2009-10-24 Denys Vlasenkotar: handle "tar fx TARFILE" etc
2009-09-17 Denys Vlasenkotar: fix --numeric-owner, --no-same-owner, --no-same...
2009-04-21 Denis Vlasenkoswitch_root: improve behavior on error; improve help...
2009-04-21 Denis Vlasenko*: mass renaming of USE_XXXX to IF_XXXX
2009-04-21 Denis Vlasenkotar: support for tar --numeric-owner. By Natanael Copa.
2009-01-20 Denis Vlasenkotar: stop changing net tarfile's mode, GNU tar doesn...
2008-12-12 Denis Vlasenkoheader_verbose_list: show off_t size, not cast to ...
2008-10-25 Denis Vlasenkotar: fix typo in comment
2008-10-24 Denis Vlasenkotar: fix bug 3844: non-root tar does not preserve perms
2008-08-05 Denis Vlasenko*: refactor handling of archived files. "tar f file...
2008-07-21 Denis Vlasenkolibbb: [x]fopen_for_{read,write} introduced and used.
2008-07-10 Denis Vlasenkoopen_transformer: do not return fd, it does not change
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-07-01 Denis Vlasenkosendmail: fix wrong vfork usage here too
2008-07-01 Denis Vlasenkorevert last two commits. vfork cannot be used in subrou...
2008-07-01 Denis Vlasenko*: introduce and use xvfork()
2008-06-28 Denis Vlasenkolibunarchive: stop using static data in archivers ...
2008-06-27 Denis Vlasenko*: introduce and use FAST_FUNC: regparm on i386, otherw...
2008-06-15 Denis Vlasenko*: use llist_pop for traverse-and-free list operation
2008-06-14 Denis Vlasenkotar: fix "unused parameter 'gzip'" warning
2008-05-19 Bernhard Reutner... - use EXIT_{SUCCESS,FAILURE}. No object-code changes
2008-04-29 Denis Vlasenkotar: remove bogus check for "-" (we handle it corrently...
2008-04-21 Denis Vlasenkotar: move vfork into separate function (smaller code)
2008-03-26 Denis Vlasenko*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/
next