]> Dogcows Code - chaz/tar/history - src/misc.c
Update copyright years.
[chaz/tar] / src / misc.c
2014-01-30  Sergey PoznyakoffUpdate copyright years.
2013-10-23  Paul EggertFix core dump on Solaris 10 when "." isn't readable.
2013-10-03  Sergey PoznyakoffTiny changes.
2013-10-01  Sergey PoznyakoffRevamp tar_getcwd/normalize_filename stuff.
2013-09-26  Sergey PoznyakoffUse relative addressing in deferred unlinks.
2013-09-25  Sergey PoznyakoffImprove tar_getcwd
2013-09-24  Sergey PoznyakoffFix normalize_filename.
2013-09-15  Sergey PoznyakoffTake into account chdir_fd when extracting from increme...
2013-01-29  Nathan Stratton... tar: improve compile-time diagnostics
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-03-11  Paul Eggerttar: remove lint
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-02-16  Paul Eggerttar: if (p) free (p); -> free (p);
2010-11-24  Paul Eggerttar: remove unused function dir_removed_diag
2010-10-24  Sergey PoznyakoffVersion 1.24
2010-09-24  Paul Eggerttar: -x -C symlink fix
2010-09-24  Paul Eggerttar: --dereference consistency
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-16  Paul Eggerttar: another --atime-preserve race fix
2010-09-16  Paul Eggerttar: --atime-preserve fixes for races etc.
2010-08-26  Paul Eggerttar: fix bug with -C and delayed setting of metadata
2010-08-23  Paul Eggerttar: don't export names that aren't used elsewhere
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-15  Paul R. Eggerttar: don't crash if getcwd fails
2010-06-16  Paul EggertRemove some lint, found by gcc -W etc.
2010-03-17  Sergey PoznyakoffFix --remove-files.
2010-03-08  Kamil DudkaFix possible overflow in code_timespec (tiny change)
2009-10-14  Sergey PoznyakoffRewrite update algorithm.
2009-09-08  Sergey PoznyakoffAvoid overwriting exit_status with a value indicating...
2009-08-09  Sergey PoznyakoffMinor fixes.
2009-08-08  Sergey PoznyakoffMinor fixes
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 PoznyakoffFix backup handling and restoring file modes of existin...
2007-06-27  Sergey PoznyakoffRelicense under GPLv3
2007-05-29  Paul Eggert* src/misc.c (set_file_atime): Use gl_futimens, not...
2007-04-03  Sergey PoznyakoffDon't include <sys/time.h>, <sys/resource.h>; no longer...
2006-12-12  Paul EggertPort to Forte Developer 7 C 5.4 and C99.
2006-07-04  Sergey Poznyakoff(chdir_arg): Use x2nrealloc to reallocate wd.
2006-06-20  Sergey Poznyakoff(maybe_backup_file): Second argument is bool
2005-11-29  Paul Eggert* NEWS: New option --atime-preserve=system, which uses...
2005-09-17  Paul EggertDon't filter time stamps through the resolution supported
2005-06-22  Paul EggertCarefully crafted invalid headers can cause buffer...
2005-05-19  Sergey PoznyakoffRemove defines and declarations imported from paxutils
2005-05-17  Paul Eggert(remove_any_file): Fix typo in previous change.
2005-05-15  Paul EggertPort to Solaris 10's treatment of unlinking directories.
2005-05-15  Paul EggertUpdate FSF postal mail address.
2005-02-05  Sergey Poznyakoff(exec_error,fork_error,dup2_error,pipe_error): Removed...
2005-02-05  Sergey Poznyakoff(exec_error, fork_error, dup_error,pipe_error): New...
2005-02-03  Sergey PoznyakoffAdd translators' comment
2005-01-18  Sergey Poznyakoff(stat_fatal): New function
2004-09-12  Sergey PoznyakoffNormalized use of remove_any_file().
2004-09-06  Sergey PoznyakoffStarted merging with cpio into paxutils.
2004-08-31  Sergey Poznyakoff(unquote_string): Unquote '\a' and '\v'. Reported by...
2004-08-07  Paul Eggert(must_be_dot_or_slash): FILESYSTEM_PREFIX_LEN -> FILE_S...
2004-08-03  Paul Eggert(quote_n, quote): Remove these redundant functions.
2004-05-16  Sergey PoznyakoffFix improper use of 'path' word
2004-04-05  Paul EggertMerge recent gnulib changes, and remove some lint.
2004-01-03  Sergey Poznyakoff(maybe_backup_file): Changed return type
2003-11-17  Sergey Poznyakoff(close_diag,open_diag,read_diag_details)
2003-09-05  Sergey PoznyakoffUse ngettext where appropriate.
2003-07-24  Sergey Poznyakoff(chdir_do): Fixed call to restore_cwd
1997-04-24  Paul EggertGNU tar 1.12
This page took 0.281883 seconds and 78 git commands to generate.