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