Update copyright years.
[debian/tar] / src / extract.c
2014-01-30 Sergey PoznyakoffUpdate copyright years.
2014-01-28 Sergey PoznyakoffImprove one-top-level functionality
2014-01-27 Connor BehanDetect tarbombs while extracting
2013-09-23 Sergey PoznyakoffChanges for compatibility with Slackware installation...
2013-09-13 Paul Eggerttar: don't warn about zero timestamps
2013-06-28 Paul Eggerttar: port to Mingw Shell
2013-03-12 Sergey PoznyakoffContinue extracting from a separate volume after skippi...
2012-12-31 Paul Eggertmaint: update copyrights for 2013 and as per current...
2012-11-18 Pavel RaiskupAdd SELinux context store/restore/list support.
2012-11-18 Pavel RaiskupSupport for POSIX ACLs
2012-11-18 Pavel RaiskupAdd basic suuport for extended attributes.
2012-06-27 Paul Eggerttar: don't assume root is uid 0
2012-01-18 Paul Eggerttar: quote 'like this', not `like this'
2012-01-18 Paul Eggerttar: port --overwrite symlink test to GNU/Hurd
2012-01-06 Paul Eggerttar: don't assume O_NONBLOCK is benign on regular files
2011-11-26 Sergey PoznyakoffFix --keep-old-files option.
2011-11-17 Sergey PoznyakoffWarn about existing files in keep-old-files mode (compl...
2011-06-07 Paul Eggerttar: simplify birthtime calculations
2011-06-07 Paul Eggerttar: use birthtime rather than ctime when checking...
2010-11-25 Paul Eggerttar: work around NetBSD and Tru64 symlink incompatibili...
2010-11-23 Paul Eggerttar: work around FreeBSD symlink incompatibility with...
2010-11-01 Sergey PoznyakoffFix extraction of device nodes.
2010-10-27 Paul Eggerttar: fix -x --overwrite bug (no --dereference, ! O_NOFO...
2010-10-26 Paul Eggerttar: fix bug with -C and extracting directories
2010-10-16 Paul Eggerttar: use more-accurate diagnostic when intermediate...
2010-09-24 Paul Eggerttar: --dereference consistency
2010-09-19 Paul Eggerttar: prefer openat-style functions
2010-09-18 Paul Eggerttar: add utimens.h includes
2010-09-17 Paul Eggerttar: switch to gnulib fdutimensat module
2010-09-17 Paul Eggerttar: extract permissions for . last
2010-09-17 Paul Eggerttar: extract symlink attributes, close some symlink...
2010-09-16 Paul Eggerttar: tar -x without --incremental no longer sets atime...
2010-09-16 Paul Eggerttar: --atime-preserve fixes for races etc.
2010-09-14 Paul Eggert* configure.ac: tar: close some race conditions when...
2010-08-26 Paul Eggerttar: fix bug with -C and delayed setting of metadata
2010-08-24 Paul Eggerttar: use ctime, not mtime, when checking placeholders
2010-08-24 Paul Eggerttar: fix 1.23 Solaris regression related to PRIV_SYS_LI...
2010-08-20 Paul Eggerttar: change interdir_made from int to bool
2010-07-15 Paul R. Eggerttar: don't crash if getcwd fails
2010-07-11 Sergey PoznyakoffKeep a detailed map of archive members stored in the...
2010-06-28 Sergey PoznyakoffFix exclusion of long file names when extracting from...
2010-06-16 Paul EggertRemove some lint, found by gcc -W etc.
2010-03-27 Sergey PoznyakoffFix dead loop on extracting existing symlinks with...
2010-01-24 Sergey PoznyakoffFix listing of volume labels (in particular in PAX...
2009-10-07 Sergey PoznyakoffFix bugs in handling the --remove-files option.
2009-08-05 Sergey PoznyakoffImplement the --warning option.
2009-08-05 Sergey PoznyakoffFix backup handling and restoring file modes of existin...
2009-06-23 Sergey PoznyakoffMinor fix.
2009-06-18 David BartleyFix Solaris bug where chmod fails if we don't have...
2009-05-14 Sergey PoznyakoffDo not issue errors on existing files when given the...
2008-10-30 Sergey Poznyakoff* NEWS, configure.ac: Version 1.20.91
2007-08-26 Sergey Poznyakoff(apply_nonancestor_delayed_set_stat): Rename st->sb...
2007-06-27 Sergey PoznyakoffRelicense under GPLv3
2007-06-01 Sergey PoznyakoffUpdate calls to transform_member_name
2007-03-30 Sergey Poznyakoff(extract_link, extract_symlink): Use
2006-12-07 Sergey Poznyakoff(extract_file): Call skip_member if open fails.
2006-12-04 Paul Eggert* NEWS: Fix some race conditions with tar -x --same...
2006-11-30 Paul Eggert* NEWS: Remove support for mangled names.
2006-11-29 Paul EggertRemove trailing white space.
2006-10-31 Sergey PoznyakoffCall last_component instead of base_name. The latter...
2006-06-24 Sergey Poznyakoff(extract_volhdr): Add missing return
2006-06-12 Sergey Poznyakoff(check_time): Use volume_start_time when checking
2006-06-02 Sergey Poznyakoff(extract_archive): safer_name_suffix and stripped_prefi...
2006-05-13 Sergey Poznyakoff(extract_volhdr): New function
2006-05-08 Sergey Poznyakoff(rename_directory): New function
2006-04-11 Sergey Poznyakoff(extract_dir): Fix toggling existing directory
2006-02-07 Paul EggertUpdate copyright year to 2006.
2006-01-31 Sergey Poznyakoff(prepare_to_extract): Use is_dumpdir member to check...
2005-12-11 Sergey Poznyakoff(directories_first): Replaced by delay_directory_restor...
2005-12-01 Sergey PoznyakoffObtain root_device here, to make sure it works correctl...
2005-12-01 Sergey PoznyakoffFix restoring of directory timestamps from
2005-11-09 Sergey PoznyakoffUse mv_.* functions uniformly instead of fiddling with...
2005-11-08 Paul Eggert* src/tar.c (NS_PRECISION_FORMAT_MASK): New macro.
2005-11-04 Paul Eggert(set_stat): Rewrite to avoid bug in Forte
2005-09-17 Paul EggertDon't filter time stamps through the resolution supported
2005-09-16 Paul EggertMerge changes from gnulib for file system sub-second...
2005-09-12 Paul EggertTreat fishy-looking hard links like fishy-looking symlinks.
2005-06-22 Paul EggertCarefully crafted invalid headers can cause buffer...
2005-05-21 Sergey PoznyakoffUpdate invocations of safer_name_suffix()
2005-05-15 Paul EggertPort to Solaris 10's treatment of unlinking directories.
2005-05-15 Paul EggertUpdate FSF postal mail address.
2005-05-12 Sergey Poznyakoff(file_newer_p): Return false if file does not exist
2005-04-07 Sergey PoznyakoffMinor fixes to text messages. Proposed by Benno Schulen...
2005-02-05 Sergey Poznyakoff(extract_archive): Do not check for EXTRACT_OVER_PIPE...
2005-02-05 Sergey Poznyakoff(extract_file): Handle to_command_option
2005-02-04 Sergey PoznyakoffFurther rewrite
2005-02-04 Sergey Poznyakoff(extract_archive): Rewritten
2005-02-03 Sergey PoznyakoffUse quote()
2004-09-12 Sergey PoznyakoffNormalized use of remove_any_file().
2004-09-06 Sergey PoznyakoffStarted merging with cpio into paxutils.
2004-08-12 Paul EggertAdjust to changes to gnulib xalloc module.
2004-08-07 Paul EggertInclude <getcwd.h>.
2004-07-10 Paul Eggert(extract_archive): Do not report an error
2004-06-29 Sergey Poznyakoff(extr_init): Save the device number
2004-05-16 Sergey PoznyakoffFix improper use of 'path' word
2004-05-13 Sergey PoznyakoffRenamed strip_path_option to strip_components_option
2004-04-05 Paul EggertMerge recent gnulib changes, and remove some lint.
2004-04-04 Sergey Poznyakoff(extract_archive): Use sparse_member_p instead of GNUTY...
2004-02-29 Sergey PoznyakoffHandle --keep-newer-files option
2004-01-03 Sergey PoznyakoffUpdated invocations of safer_name_suffix
next