]> Dogcows Code - chaz/tar/history - src/create.c
Options to control option handling in file lists.
[chaz/tar] / src / create.c
2015-07-13  Paul Eggerttar: fix symlink race and symlink transform bug
2014-12-10  Sergey PoznyakoffFix tar -c -l file file
2014-11-07  Sergey PoznyakoffHonor the pax-option overrides when creating archive.
2014-02-22  Sergey PoznyakoffSupport exclusion patterns from various VCS ignore...
2014-02-13  Sergey PoznyakoffNew option --sort=ORDER
2014-01-30  Sergey PoznyakoffUpdate copyright years.
2013-11-17  Sergey PoznyakoffFix GNU long link header.
2012-12-31  Paul Eggertmaint: update copyrights for 2013 and as per current...
2012-12-23  Paul EggertFix some problems with negative and out-of-range integers.
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-01-18  Paul Eggerttar: quote 'like this', not `like this'
2012-01-06  Paul Eggerttar: don't assume O_NONBLOCK is benign on regular files
2011-08-13  Paul Eggerttar: --owner and --group names and numbers
2011-03-07  Paul Eggert--atime-preserve=replace: fix correctness and performan...
2010-11-23  Paul Eggert* src/names.c: tar: fix bug with --one-file-system...
2010-10-28  Paul Eggerttar: don't cross struct member boundaries with OLDGNU_MAGIC
2010-09-24  Paul Eggerttar: --dereference consistency
2010-09-19  Paul Eggerttar: prefer openat-style functions
2010-09-16  Paul Eggerttar: another --atime-preserve race fix
2010-09-16  Paul Eggerttar: --atime-preserve fixes for races etc.
2010-09-13  Paul Eggerttar: don't worry about fdopendir closing its argument
2010-09-12  Paul Eggerttar: live within system-supplied limits on file descriptors
2010-09-06  Paul Eggerttar: more reliable directory traversal when creating...
2010-09-03  Paul Eggerttar: remove unused macros
2010-08-24  Paul Eggerttar: don't assume size of a sparse file chunk fits...
2010-08-24  Paul Eggerttar: handle files that occur multiple times but have...
2010-08-23  Paul Eggerttar: use nlink_t for link counts
2010-08-23  Paul Eggerttar: don't export names that aren't used elsewhere
2010-08-19  Paul Eggerttar: remove trailing white space from source files
2010-07-11  Sergey PoznyakoffKeep a detailed map of archive members stored in the...
2010-03-08  Sergey PoznyakoffFix eventual memory override and fd exhaustion in create.c
2010-01-24  Sergey PoznyakoffMinor change.
2010-01-24  Sergey PoznyakoffFix listing of volume labels (in particular in PAX...
2010-01-22  Sergey PoznyakoffFix prefix length calculation in ustar mode.
2009-10-14  Sergey PoznyakoffRewrite update algorithm.
2009-10-07  Sergey PoznyakoffUse file's mtime as mtime for its extended header.
2009-10-07  Sergey PoznyakoffFix bugs in handling the --remove-files option.
2009-10-04  Sergey PoznyakoffFix bug in OLDGNU format creation.
2009-09-08  Sergey PoznyakoffAvoid overwriting exit_status with a value indicating...
2009-08-08  Sergey PoznyakoffFix handling of files removed during incremental dumps.
2009-08-08  Sergey PoznyakoffOptimize searches for directory structures by keeping...
2009-08-07  Sergey PoznyakoffImprove listed incremental dumps.
2009-08-05  Sergey PoznyakoffImplement the --warning option.
2009-07-30  Sergey PoznyakoffFix hard links recognition with -c --remove-files
2009-07-30  Sergey PoznyakoffFix handling of hard link targets by -c --transform
2008-10-30  Sergey Poznyakoff* NEWS, configure.ac: Version 1.20.91
2008-10-16  Sergey Poznyakoff* src/common.h (transform_symlinks_option): New global.
2008-07-24  Sergey PoznyakoffFix multivolume archive creation when volume length...
2008-03-31  Sergey Poznyakoff(dump_file0): Count links only for actually dumped...
2008-02-07  Sergey Poznyakoff(dump_file0): Apply transform_name to symlink targets.
2007-10-29  Sergey Poznyakoff(file_count_links): do nothing if hard_dereference_opti...
2007-10-05  Sergey Poznyakoff(dump_regular_file): Fix file padding in case of trunca...
2007-09-26  Sergey Poznyakoff(exclusion_tag_warning, check_exclusion_tags): Remove...
2007-08-26  Sergey Poznyakoff(check_exclusion_tags): Remove declaration of unused...
2007-06-27  Sergey PoznyakoffRelicense under GPLv3
2007-05-19  Sergey PoznyakoffGlobal extended_header removed, use new xheader calls...
2007-05-18  Sergey Poznyakoff(dump_file0): Original ctime cannot be used as a direct...
2007-01-23  Sergey Poznyakoff(struct exclude_tag): rename to exclusion_tag
2006-12-07  Sergey Poznyakoff(dump_dir0): Move checks for exclude tags to
2006-11-30  Sergey Poznyakoff(dump_dir0): Implement --exclude-tag option
2006-11-13  Sergey Poznyakoff(start_header): Pass mtime as a call-specific data...
2006-10-14  Sergey Poznyakoff(dump_regular_file,dump_file0): Set exit_status to
2006-07-24  Sergey Poznyakoff(to_chars_subst): Update comment regarding OLDGNU
2006-07-17  Paul EggertAdjust to recent gnulib changes.
2006-06-25  Sergey PoznyakoffUse ST_IS_SPARSE instead of sparse_file_p (update paxut...
2006-06-21  Sergey Poznyakoff(start_header): Override mtime if requested
2006-06-02  Sergey Poznyakoff(dump_file0): Transform file name
2006-05-25  Sergey Poznyakoff(dump_file,dump_file0): First argument is const char...
2006-02-20  Sergey PoznyakoffFix copyright years
2006-02-20  Sergey Poznyakoff(split_long_name): Fix maximum length estimation. Patch...
2006-02-19  Sergey Poznyakoff(dump_file0): Restore file_count_links,accidentally...
2005-12-09  Sergey Poznyakoff(to_chars_subst): Remove unused variable
2005-12-08  Sergey Poznyakoff(gid_to_chars, major_to_chars, minor_to_chars)
2005-11-29  Paul Eggert* NEWS: New option --atime-preserve=system, which uses...
2005-11-11  Sergey Poznyakoff(write_extended): Change type and meaning of the first...
2005-11-09  Sergey PoznyakoffUse mv_.* functions uniformly instead of fiddling with...
2005-11-07  Sergey Poznyakoff(dump_dir0): Handle incremental backups in pax archives
2005-11-05  Sergey Poznyakoff(dump_file): Call update_parent_directory.
2005-09-17  Paul EggertDon't filter time stamps through the resolution supported
2005-08-01  Sergey Poznyakoff(file_dumpable_p,dump_file0): Fix handling of sparse...
2005-06-22  Paul EggertCarefully crafted invalid headers can cause buffer...
2005-06-13  Sergey Poznyakoff(dump_file0): Check for is_avoided_name() first. Fixes...
2005-05-21  Sergey PoznyakoffUpdate invocations of safer_name_suffix()
2005-05-15  Paul EggertUpdate FSF postal mail address.
2005-05-12  Sergey Poznyakoff(dump_regular_file): Correctly pad archive members...
2005-05-02  Paul EggertAdjust to new hash API.
2005-05-02  Paul Eggert(start_ueader): Adjust to new modechange API.
2005-04-07  Sergey PoznyakoffAssign orig_file_name
2005-03-03  Sergey PoznyakoffCorrectly parse empty uname/gname
2005-02-15  Sergey PoznyakoffReplace strdup with xstrdup
2005-02-04  Sergey Poznyakoff(start_private_header,write_header_name)
2005-02-03  Sergey PoznyakoffUse quote()
2004-10-04  Sergey PoznyakoffNew function check_cache_directory(),
2004-09-06  Sergey PoznyakoffStarted merging with cpio into paxutils.
2004-09-01  Sergey Poznyakoff(dump_file0): Fix bug introduced 2004-02-21.
2004-08-08  Sergey PoznyakoffImproved compatibility with 1.13.25
2004-04-26  Sergey PoznyakoffProduce an error, not warning, if the filename is too...
2004-04-05  Paul EggertMerge recent gnulib changes, and remove some lint.
next
This page took 0.062941 seconds and 6 git commands to generate.