Update copyright years.
[debian/tar] / src / tar.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
2014-01-27 Sergey PoznyakoffProvide tar(1) and rmt(8) manpages.
2014-01-22 Sergey Poznyakoffcheckpoint actions: further improvements.
2014-01-22 Sergey PoznyakoffImprove checkpoint interface.
2014-01-03 Paul Eggerttar: update ancient configure cruft
2013-10-03 Sergey PoznyakoffTiny changes.
2013-09-23 Sergey PoznyakoffChanges for compatibility with Slackware installation...
2013-09-21 Sergey PoznyakoffFix error message (complements 0ea6e686)
2013-09-15 Nathan Stratton... Implement the --show-snapshot-field-ranges option
2013-09-15 Sergey PoznyakoffMinor fix
2013-08-04 Sergey PoznyakoffReduce memory consuption when handling the -T option.
2013-06-29 Sergey PoznyakoffFix the compatibility check for the --occurrence option.
2013-06-29 Sergey PoznyakoffImprove checks for incompatible options.
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-12-19 Paul Eggerttar: remove unused externs, or make them static
2012-12-19 Paul Eggertbuild: new configure option --enable-gcc-warnings
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-03-29 Sergey PoznyakoffFix unrecognized option.
2012-03-11 Paul Eggerttar: remove lint
2012-01-18 Paul Eggerttar: quote 'like this', not `like this'
2012-01-11 Paul Eggerttar: fix core dump with --index-file=bad_path
2011-11-26 Sergey PoznyakoffFix --keep-old-files option.
2011-09-28 Paul Eggert2011-09-27 Paul Eggert <eggert@cs.ucla.edu>
2011-08-13 Paul Eggerttar: --owner and --group names and numbers
2011-07-30 Sergey PoznyakoffFix the --exclude-backups option.
2010-10-11 Paul Eggertgnulib: sync from latest gnulib, notably bootstrap...
2010-09-24 Paul Eggerttar: --dereference consistency
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-04 Paul Eggerttar: restore macros that are used in some cases
2010-09-03 Paul Eggerttar: remove unused macros
2010-08-23 Paul Eggerttar: don't export names that aren't used elsewhere
2010-08-23 Paul Eggerttar: fix misspelled identifier "set_comression_program_...
2010-08-19 Paul Eggerttar: remove trailing white space from source files
2010-07-17 Sergey PoznyakoffAllow for size suffixes in -L and --record-size options.
2010-06-16 Paul EggertRemove some lint, found by gcc -W etc.
2010-03-28 Sergey PoznyakoffNew option --full-time.
2010-03-20 Sergey PoznyakoffFix undesired error exit on receiving SIGPIPE.
2010-03-11 Sergey PoznyakoffShut up a gcc warning message.
2010-03-02 Antonio Diaz DiazAdd Lzip support
2010-01-24 Rob VermaasBugfix (tiny change).
2010-01-24 Sergey PoznyakoffImprove handling of --test-label.
2009-10-14 Sergey PoznyakoffMinor changes.
2009-10-10 Sergey PoznyakoffImprove previous changes.
2009-10-07 Sergey PoznyakoffProvide a way to explicitly set mtime for extended...
2009-10-07 Sergey PoznyakoffFix bugs in handling the --remove-files option.
2009-09-16 Sergey PoznyakoffRestore extra help output.
2009-09-08 Sergey PoznyakoffImprove command line option handling.
2009-09-08 Sergey PoznyakoffAvoid overwriting exit_status with a value indicating...
2009-09-08 Sergey PoznyakoffAutomatic detection of seekable archives.
2009-08-12 Sergey PoznyakoffUpdate for new exclude module from gnulib. Add testcase...
2009-08-08 Sergey PoznyakoffFix handling of files removed during incremental dumps.
2009-08-07 Sergey PoznyakoffImprove listed incremental dumps.
2009-08-05 Sergey PoznyakoffImplement the --warning option.
2009-08-05 Carl WorthFix descriptions of some options (tiny change)
2009-06-18 David BartleyFix Solaris bug where chmod fails if we don't have...
2009-06-18 Sergey PoznyakoffEnsure default behavior for SIGPIPE
2009-03-05 Sergey PoznyakoffVersion 1.22
2009-03-04 Sergey PoznyakoffAdd xz support.
2008-12-29 Sergey PoznyakoffFix testsuite and bootstrap. Implement -I.
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-10-07 Sergey Poznyakoff(options): Add --lzop option.
2008-09-24 Sergey PoznyakoffImplement --no-null option.
2008-09-23 Sergey PoznyakoffChangeLog
2008-07-24 Sergey PoznyakoffFix multivolume archive creation when volume length...
2008-06-26 Sergey Poznyakoff* configure.ac, NEWS: Version 1.20.90
2008-06-14 Sergey Poznyakoff(exclude_vcs_files): Support for Bazaar, Mercurial...
2008-05-05 Sergey Poznyakoff(main): Reword the "delayed error" message. New wording...
2008-03-27 Sergey Poznyakoff* src/common.h (check_device_option): New global.
2007-10-29 Sergey Poznyakoff(parse_opt): New options --hard-dereference, --checkpoi...
2007-10-17 Sergey PoznyakoffNew options --auto-compress (-a) and --lzma
2007-09-26 Sergey PoznyakoffNew option --exclude-vcs
2007-08-26 Sergey PoznyakoffDon't include <getline.h>. No longer needed.
2007-06-27 Sergey PoznyakoffRelicense under GPLv3
2007-05-19 Sergey PoznyakoffGlobal extended_header removed, use new xheader calls...
2007-04-03 Sergey Poznyakoff(main): Don't call closeopen.
2007-04-03 Sergey Poznyakoff(main): Move closeopen after decode_options to allow...
2007-03-30 Sergey PoznyakoffFix indentation
2007-01-23 Sergey PoznyakoffNew options --exclude-caches-all, --exclude-caches...
2006-11-30 Sergey Poznyakoff(dump_dir0): Implement --exclude-tag option
2006-11-30 Paul EggertPort to latest gnulib. There were a lot of changes...
2006-11-01 Sergey Poznyakoff(enum read_file_list_state.file_list_skip): New value
2006-10-17 Sergey PoznyakoffFix help output formatting. Thanks Benno Schulenberg.
2006-10-14 Sergey PoznyakoffDo not attempt to close stderr after call to close_stdout.
2006-09-27 Sergey Poznyakoff(doc0, doc1, initialize_argp_doc): Removed. Rely on...
2006-08-08 Paul Eggert* src/tar.c: Work around limitation imposed by gettext...
2006-08-07 Paul Eggertgettext 0.15 rejects this.
2006-07-24 Sergey Poznyakoff(decode_options): Do not require -L with -M -Hpax.
2006-07-06 Sergey Poznyakoff(decode_options): Initialize stdlis
2006-07-04 Sergey Poznyakoff(main): Call closeopen
2006-06-25 Sergey Poznyakoff--sparse-version turns on --sparse
2006-06-23 Sergey PoznyakoffNew option --sparse-version
2006-06-21 Sergey PoznyakoffImplement new option, --mtime, allowing to set
2006-06-12 Sergey PoznyakoffImplement --overwrite-dir option (long ago documented)
next