2015-04-16 |
Sergey Poznyakoff | Fix extraction from concatenated incremental archives. |
blob | commitdiff | raw |
2014-06-29 |
Nathan Stratton... | tar: document xgetcwd test case better |
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-10-23 |
Paul Eggert | Fix core dump on Solaris 10 when "." isn't readable. |
blob | commitdiff | raw | diff to current |
2013-10-03 |
Sergey Poznyakoff | Tiny changes. |
blob | commitdiff | raw | diff to current |
2013-10-01 |
Sergey Poznyakoff | Revamp tar_getcwd/normalize_filename stuff. |
blob | commitdiff | raw | diff to current |
2013-09-26 |
Sergey Poznyakoff | Use relative addressing in deferred unlinks. |
blob | commitdiff | raw | diff to current |
2013-09-25 |
Sergey Poznyakoff | Improve tar_getcwd |
blob | commitdiff | raw | diff to current |
2013-09-24 |
Sergey Poznyakoff | Fix normalize_filename. |
blob | commitdiff | raw | diff to current |
2013-09-15 |
Sergey Poznyakoff | Take into account chdir_fd when extracting from increme... |
blob | commitdiff | raw | diff to current |
2013-01-29 |
Nathan Stratton... | tar: improve compile-time diagnostics |
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-03-11 |
Paul Eggert | tar: remove lint |
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-02-16 |
Paul Eggert | tar: if (p) free (p); -> free (p); |
blob | commitdiff | raw | diff to current |
2010-11-24 |
Paul Eggert | tar: remove unused function dir_removed_diag |
blob | commitdiff | raw | diff to current |
2010-10-24 |
Sergey Poznyakoff | Version 1.24 |
blob | commitdiff | raw | diff to current |
2010-09-24 |
Paul Eggert | tar: -x -C symlink fix |
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-18 |
Paul Eggert | tar: add utimens.h includes |
blob | commitdiff | raw | diff to current |
2010-09-17 |
Paul Eggert | tar: switch to gnulib fdutimensat module |
blob | commitdiff | raw | diff to current |
2010-09-17 |
Paul Eggert | tar: extract permissions for . last |
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-08-26 |
Paul Eggert | tar: fix bug with -C and delayed setting of metadata |
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-07-18 |
Paul Eggert | * src/misc.c (struct wd): Fix comment to match code. |
blob | commitdiff | raw | diff to current |
2010-07-18 |
Paul R. Eggert | tar: no need to report getcwd error if never using... |
blob | commitdiff | raw | diff to current |
2010-07-17 |
Paul R. Eggert | tar: go back to absolutifying filenames in normalize_fi... |
blob | commitdiff | raw | diff to current |
2010-07-15 |
Paul R. Eggert | tar: don't crash if getcwd fails |
blob | commitdiff | raw | diff to current |
2010-06-16 |
Paul Eggert | Remove some lint, found by gcc -W etc. |
blob | commitdiff | raw | diff to current |
2010-03-17 |
Sergey Poznyakoff | Fix --remove-files. |
blob | commitdiff | raw | diff to current |
2010-03-08 |
Kamil Dudka | Fix possible overflow in code_timespec (tiny change) |
blob | commitdiff | raw | diff to current |
2009-10-14 |
Sergey Poznyakoff | Rewrite update algorithm. |
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-09 |
Sergey Poznyakoff | Minor fixes. |
blob | commitdiff | raw | diff to current |
2009-08-08 |
Sergey Poznyakoff | Minor fixes |
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 | Fix backup handling and restoring file modes of existin... |
blob | commitdiff | raw | diff to current |
2007-06-27 |
Sergey Poznyakoff | Relicense under GPLv3 |
blob | commitdiff | raw | diff to current |
2007-05-29 |
Paul Eggert | * src/misc.c (set_file_atime): Use gl_futimens, not... |
blob | commitdiff | raw | diff to current |
2007-04-03 |
Sergey Poznyakoff | Don't include <sys/time.h>, <sys/resource.h>; no longer... |
blob | commitdiff | raw | diff to current |
2006-12-12 |
Paul Eggert | Port to Forte Developer 7 C 5.4 and C99. |
blob | commitdiff | raw | diff to current |
2006-07-04 |
Sergey Poznyakoff | (chdir_arg): Use x2nrealloc to reallocate wd. |
blob | commitdiff | raw | diff to current |
2006-06-20 |
Sergey Poznyakoff | (maybe_backup_file): Second argument is bool |
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-09-17 |
Paul Eggert | Don't filter time stamps through the resolution supported |
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-05-19 |
Sergey Poznyakoff | Remove defines and declarations imported from paxutils |
blob | commitdiff | raw | diff to current |
2005-05-17 |
Paul Eggert | (remove_any_file): Fix typo in previous change. |
blob | commitdiff | raw | diff to current |
2005-05-15 |
Paul Eggert | Port to Solaris 10's treatment of unlinking directories. |
blob | commitdiff | raw | diff to current |
2005-05-15 |
Paul Eggert | Update FSF postal mail address. |
blob | commitdiff | raw | diff to current |
2005-02-05 |
Sergey Poznyakoff | (exec_error,fork_error,dup2_error,pipe_error): Removed... |
blob | commitdiff | raw | diff to current |
2005-02-05 |
Sergey Poznyakoff | (exec_error, fork_error, dup_error,pipe_error): New... |
blob | commitdiff | raw | diff to current |
2005-02-03 |
Sergey Poznyakoff | Add translators' comment |
blob | commitdiff | raw | diff to current |
2005-01-18 |
Sergey Poznyakoff | (stat_fatal): New function |
blob | commitdiff | raw | diff to current |
2004-09-12 |
Sergey Poznyakoff | Normalized use of remove_any_file(). |
blob | commitdiff | raw | diff to current |
2004-09-06 |
Sergey Poznyakoff | Started merging with cpio into paxutils. |
blob | commitdiff | raw | diff to current |
2004-08-31 |
Sergey Poznyakoff | (unquote_string): Unquote '\a' and '\v'. Reported by... |
blob | commitdiff | raw | diff to current |
2004-08-07 |
Paul Eggert | (must_be_dot_or_slash): FILESYSTEM_PREFIX_LEN -> FILE_S... |
blob | commitdiff | raw | diff to current |
2004-08-03 |
Paul Eggert | (quote_n, quote): Remove these redundant functions. |
blob | commitdiff | raw | diff to current |
2004-05-16 |
Sergey Poznyakoff | Fix improper use of 'path' word |
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 |
2004-01-03 |
Sergey Poznyakoff | (maybe_backup_file): Changed return type |
blob | commitdiff | raw | diff to current |
2003-11-17 |
Sergey Poznyakoff | (close_diag,open_diag,read_diag_details) |
blob | commitdiff | raw | diff to current |
2003-09-05 |
Sergey Poznyakoff | Use ngettext where appropriate. |
blob | commitdiff | raw | diff to current |
2003-07-24 |
Sergey Poznyakoff | (chdir_do): Fixed call to restore_cwd |
blob | commitdiff | raw | diff to current |
1997-04-24 |
Paul Eggert | GNU tar 1.12 |
blob | commitdiff | raw | diff to current |
|