summaryrefslogtreecommitdiff
path: root/generator.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-20Changed the name of the server_filter_list to beWayne Davison1-3/+3
2008-03-19Some more minor changes for the skip/missing/dry_run code.Wayne Davison1-9/+12
2008-03-19Unsnarl missing_below/dry_run logic.Matt McCutchen1-38/+41
2008-03-18Use the missing_below code to make the daemon-exclusionsWayne Davison1-29/+20
2008-03-16Fixed hard-linking when some of the files can get skipped. This addsWayne Davison1-2/+53
2008-03-16Made the FLAG_MOUNT_DIR bit only honored on a directory.Wayne Davison1-2/+2
2008-03-16Moved the --append check so that files that don't need to be transferredWayne Davison1-3/+4
2008-03-16Make the --ignore-existing option not overwrite a regular file withWayne Davison1-6/+7
2008-03-16Fixed a hang when using --remove-source-files in dry-run mode.Wayne Davison1-1/+1
2008-03-11Fixed the 'T' itemized output for a symlink the right way this time.Wayne Davison1-2/+1
2008-03-11- One more fix for the 'T' itemized output for a symlink when we'reWayne Davison1-1/+2
2008-03-10Fixed some itemized logging failures:Wayne Davison1-11/+16
2008-03-09Fixed the itemizing of perms with -E.Wayne Davison1-6/+10
2008-03-04Don't call utimes() on a dir that doesn't need its mtime changed.Wayne Davison1-2/+6
2008-03-01Include 2008 in the copyright years.Wayne Davison1-1/+1
2008-02-27Temporarily set uid_ndx in the delete code if the transfer is notWayne Davison1-32/+53
2008-02-19Tweaked a comparison that "checker" was complaining about.Wayne Davison1-1/+1
2008-02-18Extended the protocol-30 info-passing code at startup, and use it toWayne Davison1-3/+7
2008-02-18Some permssion fixes:Wayne Davison1-2/+7
2008-02-17Don't output a duplicate warning when the daemon-config excludes aWayne Davison1-17/+21
2008-02-07(Matt) Made a daemon-refused file an FERROR_XFER with a better message.Wayne Davison1-5/+3
2008-02-04Only check F_OWNER() if uid_ndx is non-zero.Wayne Davison1-2/+2
2008-02-03Fixed a couple DEL_OWNED_BY_US glitches.Wayne Davison1-2/+2
2008-02-03Dump delete_item()'s "replace" var to reduce recursive stack use.Wayne Davison1-18/+33
2008-01-26When removing a file/dir that is owned by us but does not haveWayne Davison1-12/+37
2008-01-12Another xattr "internal abbrev" fix for an xattr object that isWayne Davison1-4/+0
2008-01-11Improved check_for_finished_files() to be really, really sureWayne Davison1-48/+54
2007-12-31Fixed a case where the receiver indicates a successful update when theWayne Davison1-5/+3
2007-11-22New logging categories added to allow differentiation betweenWayne Davison1-10/+10
2007-11-21Don't try to delete when list_only is set.Wayne Davison1-1/+1
2007-11-18Made some code that handles hard-linking of symlinks beWayne Davison1-1/+1
2007-11-06Tweaked an extern.Wayne Davison1-1/+1
2007-11-06Some changes to allow an unsorted file list even if the iconv optionWayne Davison1-6/+2
2007-11-05Got rid of a redundant mtime check.Wayne Davison1-3/+0
2007-11-04Conditional symlink-checking code in unchanged_attrs() should beWayne Davison1-1/+1
2007-11-03Have unchanged_attrs() check the mtime on items where we canWayne Davison1-0/+8
2007-11-03A better way to count our queued workload.Wayne Davison1-7/+1
2007-11-03Fixed hang when --hard-links was processing a large directoryWayne Davison1-1/+7
2007-10-31- Handle a dot-dir-containing flist using its parent_ndx value.Wayne Davison1-2/+2
2007-10-29My version of Matt's cleanup patch from bug 5051. This makesWayne Davison1-9/+39
2007-10-28Don't call copy_file() for a dry-run. (Thanks, Matt!)Wayne Davison1-1/+1
2007-10-18We can't decrement the in_progress value for a hard-linked file untilWayne Davison1-0/+1
2007-10-16We now report symlink mode changes if HAVE_SETATTRLIST is defined.Wayne Davison1-1/+1
2007-10-15If there's no lchmod(), don't itemize permission differences forWayne Davison1-0/+5
2007-10-14Fixed a typo in a comment.Wayne Davison1-1/+1
2007-10-08- Use the new *_CONTENT_DIR flag names (was *_XFER_DIR).Wayne Davison1-9/+9
2007-10-07Improved on the list-only fix and on the other similar checks that wantWayne Davison1-5/+5
2007-10-07Fix list-only output of dirs w/--relative but w/o --recursive.Wayne Davison1-1/+1
2007-09-23Changed "statx" to "stat_x" to try to work around a build problem on AIX.Wayne Davison1-5/+5
2007-09-23The --inplace code now properly handles creating a backup whenWayne Davison1-14/+28