]> Dogcows Code - chaz/tar/shortlog
chaz/tar
2011-09-19  Nathan Stratton... Minor changes.
2011-09-19  Nathan Stratton... Upgrade tar-snapshot-edit script.
2011-08-13  Paul Eggerttar: --owner and --group names and numbers
2011-08-13  Paul Eggert.gitignore: update
2011-07-30  Sergey PoznyakoffFix the --exclude-backups option.
2011-06-07  Paul Eggerttar: simplify birthtime calculations
2011-06-07  Paul Eggerttar: use birthtime rather than ctime when checking...
2011-05-26  Paul Eggert* doc/tar.texi (Old Options): Clarify distinction from...
2011-03-12  Sergey PoznyakoffTestsuite fix.
2011-03-12  Sergey PoznyakoffVersion 1.26
2011-03-07  Paul Eggert--atime-preserve=replace: fix correctness and performan...
2011-02-23  Paul Eggert* doc/tar.texi: Adjust example commands and output...
2011-02-16  Paul Eggerttar: if (p) free (p); -> free (p);
2010-12-14  Sergey PoznyakoffCorrectly store long sparse file names in PAX archives.
2010-12-06  Paul Eggerttests: make the truncate test smaller and less buggy...
2010-11-27  Paul Eggerttests: skip SIGPIPE-dependent tests in environments...
2010-11-25  Paul Eggerttar: work around NetBSD and Tru64 symlink incompatibili...
2010-11-24  Paul Eggerttar: adjust to paxutils change: paxexit.c -> paxexit...
2010-11-24  Paul Eggerttar: remove unused function dir_removed_diag
2010-11-23  Paul Eggerttar: work around FreeBSD symlink incompatibility with...
2010-11-23  Paul Eggert* src/names.c: tar: fix bug with --one-file-system...
2010-11-23  Paul Eggerttests: new test listed04 for --one-file-system --listed...
2010-11-22  Paul Eggertscripts: fix option parsing
2010-11-15  Sergey PoznyakoffIssue a warning if the archive being compared contais...
2010-11-15  Sergey PoznyakoffMinor change.
2010-11-15  Paul Eggerttar: fix --verify option, which broke in 1.24
2010-11-08  Paul EggertMerge branch 'master' of ssh://git.sv.gnu.org/srv/git/tar
2010-11-08  Jim Meyeringtests: avoid spurious failure when VERSION_CONTROL...
2010-11-07  Sergey PoznyakoffVersion 1.25
2010-11-05  Sergey PoznyakoffRun alternative decompression programs if the principal...
2010-11-02  Paul Eggerttests: fix some issues with signals, timestamps, "test...
2010-11-01  Sergey PoznyakoffFix extraction of device nodes.
2010-10-28  Paul Eggerttar: don't cross struct member boundaries with OLDGNU_MAGIC
2010-10-28  Paul Eggerttests: port to sh variants that squirrel away file...
2010-10-27  Sergey PoznyakoffTransform file names when updating and appendig to...
2010-10-27  Paul Eggerttests: port to Solaris diff
2010-10-27  Paul Eggerttar: fix -x --overwrite bug (no --dereference, ! O_NOFO...
2010-10-26  Paul Eggerttar: don't use "((" in shell scripts
2010-10-26  Sergey PoznyakoffMake sure name matching occurs before name transformation.
2010-10-26  Paul Eggerttar: don't assume stdin is open when testing fd limits
2010-10-26  Sergey PoznyakoffFurther fixes in bootstrap.
2010-10-26  Paul Eggerttar: fix bug with -C and extracting directories
2010-10-24  Sergey PoznyakoffVersion 1.24
2010-10-16  Paul Eggerttar: use more-accurate diagnostic when intermediate...
2010-10-16  Paul Eggerttests: port to NFS file servers with clock skew
2010-10-11  Paul Eggertgnulib: sync from latest gnulib, notably bootstrap...
2010-09-24  Paul Eggerttar: -x -C symlink fix
2010-09-24  Paul Eggerttar: --dereference consistency
2010-09-20  Paul Eggerttar: do not crash with --listed-incremental
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: don't check for getdtablesize; use AC_CHECK_FUNCS_ONCE
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: another --atime-preserve race fix
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-09-13  Paul Eggerttar: don't worry about fdopendir closing its argument
2010-09-13  Paul Eggert* NEWS: Fix wording typo in previous change.
2010-09-12  Paul Eggerttar: live within system-supplied limits on file descriptors
2010-09-08  Paul Eggerttar: improve documentation of reliability and security...
2010-09-06  Paul Eggerttar: more reliable directory traversal when creating...
2010-09-05  Paul Eggerttar: remove lint discovered by Sun C compiler
2010-09-04  Paul Eggerttar: restore macros that are used in some cases
2010-09-03  Paul Eggerttar: remove unused macros
2010-08-27  Sergey PoznyakoffFix --remove-files in update/append mode.
2010-08-26  Paul Eggerttar: avoid assumptions about root access and chmod...
2010-08-26  Paul Eggerttar: fix bug with -C and delayed setting of metadata
2010-08-25  Sergey PoznyakoffDon't apply file transformations to volume names.
2010-08-25  Paul Eggerttar: optimize -c --sparse when file is entirely sparse
2010-08-24  Paul Eggerttar: don't assume size of a sparse file chunk fits...
2010-08-24  Paul Eggerttar: use ctime, not mtime, when checking placeholders
2010-08-24  Paul Eggerttar: add comment to link04.at test
2010-08-24  Paul Eggerttar: fix 1.23 Solaris regression related to PRIV_SYS_LI...
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-23  Paul Eggerttar: fix misspelled identifier "set_comression_program_...
2010-08-20  Paul Eggerttar: change interdir_made from int to bool
2010-08-19  Paul Eggerttar: remove trailing white space from source files
2010-08-19  Paul Eggerttar: update licenses to latest versions from www.gnu.org
2010-07-18  Paul Eggert* src/misc.c (struct wd): Fix comment to match code.
2010-07-18  Paul R. Eggerttar: no need to report getcwd error if never using...
2010-07-17  Paul R. Eggerttar: go back to absolutifying filenames in normalize_fi...
2010-07-17  Sergey PoznyakoffAllow for size suffixes in -L and --record-size options.
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-07-11  Sergey PoznyakoffVersion 1.23.90
2010-06-28  Sergey PoznyakoffFix exclusion of long file names when extracting from...
2010-06-27  Sergey PoznyakoffMinor fix.
2010-06-27  Sergey PoznyakoffMinor fix.
2010-06-16  Paul EggertRemove some lint, found by gcc -W etc.
2010-05-17  Sergey PoznyakoffBugfix.
2010-04-02  Sergey PoznyakoffRecode NEWS back to UTF-8
2010-03-31  Sergey PoznyakoffFix the gzip.at test case.
2010-03-28  Sergey PoznyakoffNew option --full-time.
2010-03-27  Sergey PoznyakoffMinor fixes in the testsuite.
2010-03-27  Sergey PoznyakoffFix coredump.
next
This page took 0.052065 seconds and 4 git commands to generate.