A couple changes in delete_file() make us more compatible with
[rsync/rsync.git] / backup.c
2005-02-14 Wayne DavisonJohn E. Malmberg convinced me to standardize on #ifs...
2005-02-07 Wayne DavisonAdding more calls to safe_fname().
2005-01-25 Wayne DavisonRenamed several exclude-related functions/variables...
2005-01-19 Wayne DavisonNo need for conditional code around do_lstat() anymore.
2004-10-01 Wayne DavisonThe device-handling code is no longer omitted based...
2004-09-20 Wayne DavisonOutput the same backup-message prefix when verbose...
2004-09-20 Wayne DavisonGot rid of a superfluous static buffer.
2004-09-07 Wayne DavisonMoved the code that determines the backup filename...
2004-09-07 Wayne DavisonWhen we say we're skipping a non-regular file, actually...
2004-07-26 Wayne DavisonMade a comment better.
2004-07-22 Wayne DavisonIf we sucessfully renamed a file that has multiple...
2004-06-10 Wayne DavisonThe mkdir code should be using do_stat(), not do_lstat...
2004-05-15 Wayne DavisonChanged rprintf() calls that included strerror() to...
2004-05-13 Wayne DavisonDon't force the modtime on our backup dirs -- the dirs...
2004-05-04 Wayne DavisonCalls to make_bak_dir() should only happen when we...
2004-03-13 Wayne DavisonCheck robust_rename()'s return value using < 0.
2004-02-23 Wayne DavisonA couple fixes from Shinichi Maruyama.
2004-02-17 Wayne DavisonMoved the EXDEV handling into robust_rename().
2004-02-11 Wayne Davison- Revised and optimized the directory-making code.
2004-02-11 Wayne DavisonGot rid of hard-link message (since I don't think it...
2004-02-10 J.W. SchultzSimplified test for hardlink in make_backup debug messa...
2004-02-10 J.W. SchultzMake idev, hlink and file_struct + strings use allocation
2004-02-02 Wayne DavisonChanged args to make_file() and free_file().
2004-01-25 Wayne DavisonChanged F_HEAD to F_HLINDEX.
2004-01-20 Wayne DavisonUse new stringjoin() and pathjoin() functions.
2004-01-12 Wayne DavisonChanged the hard-link check.
2004-01-11 Wayne DavisonUse the new union-ified flist_struct values.
2004-01-05 Wayne DavisonA few formatting tweaks.
2003-09-11 Wayne DavisonImproved file-related error messages by using the new
2003-08-22 Wayne DavisonMake extra backup dirs mode 0700, not 0755.
2003-08-01 Wayne DavisonUse the new backup_suffix_len and backup_dir_len variab...
2003-07-31 J.W. SchultzWhitespace and indentation fixes.
2003-07-01 Wayne DavisonCall make_file() using the revised arg syntax and new...
2002-05-09 David DykstraSubmit enhancement from Michael Zimmerman to allow...
2001-05-07 Andrew Tridgellimported new snprintf.c from samba, got rid of slprintf
2000-10-26 Martin PoolPrint strerror when a system error occurs; add a new...
2000-08-19 Andrew Tridgelladded an explicit noexcludes flag to make_file()
2000-08-19 Andrew Tridgellfixed backup_dir bug introduced with recent memory...
2000-07-29 Andrew Tridgelloptimisations from Rich Salz <rsalz@caveosystems.com>
2000-01-30 Andrew Tridgellpatch from Jim Delahanty <mail_us@swbell.net> to ensure...
2000-01-27 Andrew Tridgellpatch from James Delahanty <jimd@gie.com> to make ...
2000-01-24 Andrew Tridgelladded --backup-dir option from Bob Edwards
1999-08-30 Andrew Tridgellseparated out the make_backup code in preparation for...