summaryrefslogtreecommitdiff
path: root/generator.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-07Add support for transferring & setting nsec time values.Wayne Davison1-1/+1
2009-09-07Always use lutimes() if it is available.Wayne Davison1-2/+2
2009-09-02Have --fake-super turn a symlink into a file whenWayne Davison1-2/+2
2009-09-02Better compiling if SUPPORT_LINKS is not defined.Wayne Davison1-4/+11
2009-08-29Create non-transferred files in a more atomic manner:Wayne Davison1-32/+78
2009-08-22Have the sender use dead time to pad out the file list.Wayne Davison1-3/+7
2009-05-23Use typedefs for the filter structures.Wayne Davison1-1/+1
2009-04-26Change sending/receiving/storing of the rdev value for special files.Wayne Davison1-4/+8
2009-04-12Fixed the use of --xattrs with --only-write-batch.Wayne Davison1-1/+1
2009-04-11More backup improvements:Wayne Davison1-19/+10
2009-03-13My version of Matt's improvements related to missing source args:Wayne Davison1-3/+3
2009-03-13Make missing args governed by protect filters, not hide.Wayne Davison1-1/+3
2009-03-06Made --list-only output missing args as a "*missing" line.Wayne Davison1-1/+5
2009-02-28Added the --delete-missing-args option to delete specifiedWayne Davison1-0/+7
2009-01-17Fixed the delete statistics with --delete-delay and --delete-after.Wayne Davison1-7/+31
2009-01-17Fixed a hang in the inc_recurse batch-reading code.Wayne Davison1-6/+2
2009-01-03Update the copyright year.Wayne Davison1-1/+1
2009-01-03Make delete_item() public, moving it into delete.c.Wayne Davison1-213/+1
2009-01-03Added init_stat_x() to avoid duplication of acl/xattr init code.Wayne Davison1-6/+2
2008-11-10Add flist_find_ignore_dirness() and change delete_in_dir() to use it.Matt McCutchen1-1/+4
2008-09-26Enhanced the --stats output:Wayne Davison1-9/+25
2008-09-23Fixed skipping of unneeded updates in a batch file whenWayne Davison1-0/+3
2008-09-01Split up the ifuncs.h file into 3 .h files.Wayne Davison1-1/+1
2008-09-01Output numbers in 3-digit groups by default (e.g. 1,234,567).Wayne Davison1-10/+14
2008-08-31Improved the fix that ensures that the generator gets notified about anWayne Davison1-5/+0
2008-08-24Make the !flist_eof assumption explicit before the check_for_io_errWayne Davison1-1/+1
2008-08-14Changed flist_for_ndx() to optionally die with an errorWayne Davison1-3/+2
2008-08-02Added logic to the receiving side to ensure that the --delete-duringWayne Davison1-0/+5
2008-07-31Output an FERROR* for a general io_error, and an FWARNING for otherWayne Davison1-1/+1
2008-07-20Include the array-size in array externs so that IBM's code-checkerWayne Davison1-1/+1
2008-07-20Changed the chksum debug flag to deltasum.Wayne Davison1-4/+4
2008-07-17Use big_num() in a few more places.Wayne Davison1-5/+5
2008-07-17Changed human_num() to big_num() with an extra arg so that it canWayne Davison1-7/+7
2008-07-13Added the --info=FLAGS an --debug=FLAGS options, which allowsWayne Davison1-46/+47
2008-07-13Fixed the timeout/flush loop-check logic to work properly withWayne Davison1-11/+17
2008-06-26Fixed a problem with a file descriptor being left open in theWayne Davison1-2/+5
2008-06-23Fixed the sending of large files with older rsync versions byWayne Davison1-2/+3
2008-06-12Fix the problem with setting xattrs on a directory that has anWayne Davison1-0/+5
2008-06-09Handle a solo_file of a directory for --delete-during.Wayne Davison1-1/+4
2008-06-08Fixed an "Internal abbrev error" when dealing with an xattr valueWayne Davison1-2/+5
2008-05-31Make sure the generator doesn't try to send a negative checksum count toWayne Davison1-7/+18
2008-05-22A cuple more fixes for --xattrs combined with --backup, this time toWayne Davison1-2/+6
2008-05-17Fixed several issues with preserving xattrs when using --backup.Wayne Davison1-0/+7
2008-05-17Preserve the right errno value when trying adjunct functions duringWayne Davison1-9/+15
2008-04-16Don't allow '.' dir to be excluded by the daemon's filter rules.Wayne Davison1-1/+1
2008-03-28Dump an extraneous empty line.Wayne Davison1-1/+0
2008-03-26Ensure that a per-dir merge file is also loaded from implied directoriesWayne Davison1-8/+18
2008-03-24Don't send daemon-config filter-action messages back to the user.Wayne Davison1-1/+1
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