Fix "just in case" unlink. Prefer renaming of normal files
[rsync/rsync.git] / generator.c
2009-03-13 Wayne DavisonMy version of Matt's improvements related to missing...
2009-03-13 Wayne DavisonMake missing args governed by protect filters, not...
2009-03-07 Wayne DavisonMade --list-only output missing args as a "*missing...
2009-02-28 Wayne DavisonAdded the --delete-missing-args option to delete specified
2009-01-17 Wayne DavisonFixed the delete statistics with --delete-delay and...
2009-01-17 Wayne DavisonFixed a hang in the inc_recurse batch-reading code.
2009-01-03 Wayne DavisonUpdate the copyright year.
2009-01-03 Wayne DavisonMake delete_item() public, moving it into delete.c.
2009-01-03 Wayne DavisonAdded init_stat_x() to avoid duplication of acl/xattr...
2008-11-10 Matt McCutchenAdd flist_find_ignore_dirness() and change delete_in_di...
2008-09-27 Wayne DavisonEnhanced the --stats output:
2008-09-24 Wayne DavisonFixed skipping of unneeded updates in a batch file...
2008-09-02 Wayne DavisonSplit up the ifuncs.h file into 3 .h files.
2008-09-01 Wayne DavisonOutput numbers in 3-digit groups by default (e.g. 1...
2008-08-31 Wayne DavisonImproved the fix that ensures that the generator gets...
2008-08-24 Wayne DavisonMake the !flist_eof assumption explicit before the...
2008-08-14 Wayne DavisonChanged flist_for_ndx() to optionally die with an error
2008-08-02 Wayne DavisonAdded logic to the receiving side to ensure that the...
2008-07-31 Wayne DavisonOutput an FERROR* for a general io_error, and an FWARNI...
2008-07-21 Wayne DavisonInclude the array-size in array externs so that IBM...
2008-07-21 Wayne DavisonChanged the chksum debug flag to deltasum.
2008-07-18 Wayne DavisonUse big_num() in a few more places.
2008-07-17 Wayne DavisonChanged human_num() to big_num() with an extra arg...
2008-07-14 Wayne DavisonAdded the --info=FLAGS an --debug=FLAGS options, which...
2008-07-14 Wayne DavisonFixed the timeout/flush loop-check logic to work proper...
2008-06-26 Wayne DavisonFixed a problem with a file descriptor being left open...
2008-06-23 Wayne DavisonFixed the sending of large files with older rsync versi...
2008-06-13 Wayne DavisonFix the problem with setting xattrs on a directory...
2008-06-09 Wayne DavisonHandle a solo_file of a directory for --delete-during.
2008-06-09 Wayne DavisonFixed an "Internal abbrev error" when dealing with...
2008-05-31 Wayne DavisonMake sure the generator doesn't try to send a negative...
2008-05-22 Wayne DavisonA cuple more fixes for --xattrs combined with --backup...
2008-05-17 Wayne DavisonFixed several issues with preserving xattrs when using...
2008-05-17 Wayne DavisonPreserve the right errno value when trying adjunct...
2008-04-16 Wayne DavisonDon't allow '.' dir to be excluded by the daemon's...
2008-03-28 Wayne DavisonDump an extraneous empty line.
2008-03-26 Wayne DavisonEnsure that a per-dir merge file is also loaded from...
2008-03-24 Wayne DavisonDon't send daemon-config filter-action messages back...
2008-03-20 Wayne DavisonChanged the name of the server_filter_list to be old/master
2008-03-19 Wayne DavisonSome more minor changes for the skip/missing/dry_run...
2008-03-19 Matt McCutchenUnsnarl missing_below/dry_run logic.
2008-03-18 Wayne DavisonUse the missing_below code to make the daemon-exclusions
2008-03-17 Wayne DavisonFixed hard-linking when some of the files can get skipp...
2008-03-17 Wayne DavisonMade the FLAG_MOUNT_DIR bit only honored on a directory.
2008-03-17 Wayne DavisonMoved the --append check so that files that don't need...
2008-03-17 Wayne DavisonMake the --ignore-existing option not overwrite a regul...
2008-03-16 Wayne DavisonFixed a hang when using --remove-source-files in dry...
2008-03-12 Wayne DavisonFixed the 'T' itemized output for a symlink the right...
2008-03-11 Wayne Davison- One more fix for the 'T' itemized output for a symlin...
2008-03-11 Wayne DavisonFixed some itemized logging failures:
2008-03-10 Wayne DavisonFixed the itemizing of perms with -E.
2008-03-05 Wayne DavisonDon't call utimes() on a dir that doesn't need its...
2008-03-01 Wayne DavisonInclude 2008 in the copyright years.
2008-02-28 Wayne DavisonTemporarily set uid_ndx in the delete code if the trans...
2008-02-19 Wayne DavisonTweaked a comparison that "checker" was complaining...
2008-02-18 Wayne DavisonExtended the protocol-30 info-passing code at startup...
2008-02-18 Wayne DavisonSome permssion fixes:
2008-02-18 Wayne DavisonDon't output a duplicate warning when the daemon-config...
2008-02-07 Wayne Davison(Matt) Made a daemon-refused file an FERROR_XFER with...
2008-02-05 Wayne DavisonOnly check F_OWNER() if uid_ndx is non-zero.
2008-02-04 Wayne DavisonFixed a couple DEL_OWNED_BY_US glitches.
2008-02-03 Wayne DavisonDump delete_item()'s "replace" var to reduce recursive...
2008-01-26 Wayne DavisonWhen removing a file/dir that is owned by us but does...
2008-01-13 Wayne DavisonAnother xattr "internal abbrev" fix for an xattr object...
2008-01-11 Wayne DavisonImproved check_for_finished_files() to be really, reall...
2007-12-31 Wayne DavisonFixed a case where the receiver indicates a successful...
2007-11-22 Wayne DavisonNew logging categories added to allow differentiation...
2007-11-21 Wayne DavisonDon't try to delete when list_only is set.
2007-11-19 Wayne DavisonMade some code that handles hard-linking of symlinks be
2007-11-06 Wayne DavisonTweaked an extern.
2007-11-06 Wayne DavisonSome changes to allow an unsorted file list even if...
2007-11-05 Wayne DavisonGot rid of a redundant mtime check.
2007-11-04 Wayne DavisonConditional symlink-checking code in unchanged_attrs...
2007-11-03 Wayne DavisonHave unchanged_attrs() check the mtime on items where...
2007-11-03 Wayne DavisonA better way to count our queued workload.
2007-11-03 Wayne DavisonFixed hang when --hard-links was processing a large...
2007-10-31 Wayne Davison- Handle a dot-dir-containing flist using its parent_nd...
2007-10-29 Wayne DavisonMy version of Matt's cleanup patch from bug 5051. ...
2007-10-28 Wayne DavisonDon't call copy_file() for a dry-run. (Thanks, Matt!)
2007-10-18 Wayne DavisonWe can't decrement the in_progress value for a hard...
2007-10-16 Wayne DavisonWe now report symlink mode changes if HAVE_SETATTRLIST...
2007-10-15 Wayne DavisonIf there's no lchmod(), don't itemize permission differ...
2007-10-14 Wayne DavisonFixed a typo in a comment.
2007-10-08 Wayne Davison- Use the new *_CONTENT_DIR flag names (was *_XFER_DIR).
2007-10-07 Wayne DavisonImproved on the list-only fix and on the other similar...
2007-10-07 Wayne DavisonFix list-only output of dirs w/--relative but w/o ...
2007-09-23 Wayne DavisonChanged "statx" to "stat_x" to try to work around a...
2007-09-23 Wayne DavisonThe --inplace code now properly handles creating a...
2007-09-23 Wayne DavisonUse make_bak_dir() if we get ENOENT while trying to...
2007-09-23 Wayne DavisonMoved list-only output from flist.c to generator.c...
2007-09-22 Wayne DavisonFixed a just-introduced glitch in directory creation...
2007-09-22 Wayne DavisonThe latest --relative --no-implied-dirs code in inc_rec...
2007-09-15 Wayne Davison- Fixed an inc_recurse problem with implied dirs not...
2007-09-15 Wayne Davison- Parse hard-link info as soon as we get it in inc_recu...
2007-09-10 Wayne DavisonAdded an "ndx" arg to all the finish_hard_link() calls.
2007-09-03 Wayne DavisonChanges to allow hard-linking to work in inc_recurse...
2007-09-01 Wayne DavisonMade omit_dir_times a static variable in options.c...
2007-08-01 Wayne DavisonFiles with the same size should also be skipped by...
2007-07-14 Wayne DavisonMake extra-verbose output of touch_up_dirs() only menti...
2007-07-14 Wayne Davison- When --omit-implied-dirs is specified and the creatio...
next