summaryrefslogtreecommitdiff
path: root/generator.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed the use of --xattrs with --only-write-batch.Wayne Davison2009-04-121-1/+1
* More backup improvements:Wayne Davison2009-04-111-19/+10
* My version of Matt's improvements related to missing source args:Wayne Davison2009-03-131-3/+3
* Make missing args governed by protect filters, not hide.Wayne Davison2009-03-131-1/+3
* Made --list-only output missing args as a "*missing" line.Wayne Davison2009-03-061-1/+5
* Added the --delete-missing-args option to delete specifiedWayne Davison2009-02-281-0/+7
* Fixed the delete statistics with --delete-delay and --delete-after.Wayne Davison2009-01-171-7/+31
* Fixed a hang in the inc_recurse batch-reading code.Wayne Davison2009-01-171-6/+2
* Update the copyright year.Wayne Davison2009-01-031-1/+1
* Make delete_item() public, moving it into delete.c.Wayne Davison2009-01-031-213/+1
* Added init_stat_x() to avoid duplication of acl/xattr init code.Wayne Davison2009-01-031-6/+2
* Add flist_find_ignore_dirness() and change delete_in_dir() to use it.Matt McCutchen2008-11-101-1/+4
* Enhanced the --stats output:Wayne Davison2008-09-261-9/+25
* Fixed skipping of unneeded updates in a batch file whenWayne Davison2008-09-231-0/+3
* Split up the ifuncs.h file into 3 .h files.Wayne Davison2008-09-011-1/+1
* Output numbers in 3-digit groups by default (e.g. 1,234,567).Wayne Davison2008-09-011-10/+14
* Improved the fix that ensures that the generator gets notified about anWayne Davison2008-08-311-5/+0
* Make the !flist_eof assumption explicit before the check_for_io_errWayne Davison2008-08-241-1/+1
* Changed flist_for_ndx() to optionally die with an errorWayne Davison2008-08-141-3/+2
* Added logic to the receiving side to ensure that the --delete-duringWayne Davison2008-08-021-0/+5
* Output an FERROR* for a general io_error, and an FWARNING for otherWayne Davison2008-07-311-1/+1
* Include the array-size in array externs so that IBM's code-checkerWayne Davison2008-07-201-1/+1
* Changed the chksum debug flag to deltasum.Wayne Davison2008-07-201-4/+4
* Use big_num() in a few more places.Wayne Davison2008-07-171-5/+5
* Changed human_num() to big_num() with an extra arg so that it canWayne Davison2008-07-171-7/+7
* Added the --info=FLAGS an --debug=FLAGS options, which allowsWayne Davison2008-07-131-46/+47
* Fixed the timeout/flush loop-check logic to work properly withWayne Davison2008-07-131-11/+17
* Fixed a problem with a file descriptor being left open in theWayne Davison2008-06-261-2/+5
* Fixed the sending of large files with older rsync versions byWayne Davison2008-06-231-2/+3
* Fix the problem with setting xattrs on a directory that has anWayne Davison2008-06-121-0/+5
* Handle a solo_file of a directory for --delete-during.Wayne Davison2008-06-091-1/+4
* Fixed an "Internal abbrev error" when dealing with an xattr valueWayne Davison2008-06-081-2/+5
* Make sure the generator doesn't try to send a negative checksum count toWayne Davison2008-05-311-7/+18
* A cuple more fixes for --xattrs combined with --backup, this time toWayne Davison2008-05-221-2/+6
* Fixed several issues with preserving xattrs when using --backup.Wayne Davison2008-05-171-0/+7
* Preserve the right errno value when trying adjunct functions duringWayne Davison2008-05-171-9/+15
* Don't allow '.' dir to be excluded by the daemon's filter rules.Wayne Davison2008-04-161-1/+1
* Dump an extraneous empty line.Wayne Davison2008-03-281-1/+0
* Ensure that a per-dir merge file is also loaded from implied directoriesWayne Davison2008-03-261-8/+18
* Don't send daemon-config filter-action messages back to the user.Wayne Davison2008-03-241-1/+1
* Changed the name of the server_filter_list to beWayne Davison2008-03-201-3/+3
* Some more minor changes for the skip/missing/dry_run code.Wayne Davison2008-03-191-9/+12
* Unsnarl missing_below/dry_run logic.Matt McCutchen2008-03-191-38/+41
* Use the missing_below code to make the daemon-exclusionsWayne Davison2008-03-181-29/+20
* Fixed hard-linking when some of the files can get skipped. This addsWayne Davison2008-03-161-2/+53
* Made the FLAG_MOUNT_DIR bit only honored on a directory.Wayne Davison2008-03-161-2/+2
* Moved the --append check so that files that don't need to be transferredWayne Davison2008-03-161-3/+4
* Make the --ignore-existing option not overwrite a regular file withWayne Davison2008-03-161-6/+7
* Fixed a hang when using --remove-source-files in dry-run mode.Wayne Davison2008-03-161-1/+1
* Fixed the 'T' itemized output for a symlink the right way this time.Wayne Davison2008-03-111-2/+1