aboutsummaryrefslogtreecommitdiffstats
path: root/generator.c
Commit message (Expand)AuthorAgeFilesLines
* Get rid of some unneeded externs.Wayne Davison2009-10-271-1/+0
* Fix %b and %c so that they count per-transfer bytes again.Wayne Davison2009-10-251-1/+1
* Pass "new_mode" to set_acl() and change its return values.Wayne Davison2009-09-121-2/+2
* Add support for transferring & setting nsec time values.Wayne Davison2009-09-071-1/+1
* Always use lutimes() if it is available.Wayne Davison2009-09-071-2/+2
* Have --fake-super turn a symlink into a file whenWayne Davison2009-09-021-2/+2
* Better compiling if SUPPORT_LINKS is not defined.Wayne Davison2009-09-021-4/+11
* Create non-transferred files in a more atomic manner:Wayne Davison2009-08-291-32/+78
* Have the sender use dead time to pad out the file list.Wayne Davison2009-08-221-3/+7
* Use typedefs for the filter structures.Wayne Davison2009-05-231-1/+1
* Change sending/receiving/storing of the rdev value for special files.Wayne Davison2009-04-261-4/+8
* 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