aboutsummaryrefslogtreecommitdiffstats
path: root/generator.c
Commit message (Expand)AuthorAgeFilesLines
...
* - Fixed --copy-dest behavior on a system where CAN_HARDLINK_SYMLINKWayne Davison2006-04-181-14/+25
* A slight improvement to the logic in try_dests_non().Wayne Davison2006-04-181-6/+13
* Fixed a bug where special files were not getting hard-linked viaWayne Davison2006-04-171-6/+11
* Use the new CAN_HARDLINK_SYMLINK and CAN_HARDLINK_SPECIAL definesWayne Davison2006-04-171-11/+11
* Don't force S_IWUSR on a solo directory transfer.Wayne Davison2006-03-101-3/+3
* Got rid of unused externs.Wayne Davison2006-02-241-1/+0
* A recently added stat() call needed to be do_stat().Wayne Davison2006-02-241-1/+2
* The create_directory_path() function no longer takes a base_umaskWayne Davison2006-02-241-3/+2
* One more fuzzy tweak.Wayne Davison2006-02-231-1/+3
* Some improved fuzzy-parent-dir logic.Wayne Davison2006-02-231-7/+5
* The new fuzzy-dir logic once again avoids calling get_dirlist()Wayne Davison2006-02-231-3/+9
* Fixed the creation of symlinks and devices when both --relativeWayne Davison2006-02-231-12/+15
* Renamed fuzzy_dirname -> parent_dirname.Wayne Davison2006-02-231-5/+5
* Make sure that the --fuzzy option's dir-scan doesn't generate anWayne Davison2006-02-231-3/+7
* Don't try to help the ACKs for the --remove-sent-file optionWayne Davison2006-02-151-1/+1
* Call increment_active_files() during the first phase of a transferWayne Davison2006-02-151-0/+2
* Call renamed cmp_time() function (was cmp_modtime()).Wayne Davison2006-02-071-5/+5
* Allow itemize() to flag ITEM_REPORT_PERMS anytime the permissionsWayne Davison2006-02-051-3/+1
* The itemize() output now mentions -E permissions changes.Wayne Davison2006-01-311-1/+2
* When permissions aren't being preserved, set them via the newWayne Davison2006-01-311-7/+6
* I realized that there were instances where --force could still beWayne Davison2006-01-301-1/+2
* Allow --force to work even if --recurse was not specified.Wayne Davison2006-01-301-1/+1
* Allow a non-empty dir to be overwritten by a non-dir with all theWayne Davison2006-01-301-4/+5
* - Use the renamed PERMS_* defines: ATTRS_*.Wayne Davison2006-01-291-29/+28
* Handle separated devices and special files.Wayne Davison2006-01-261-2/+5
* Decided to hold off on the potential memory savings of indexedWayne Davison2006-01-251-5/+5
* The uid & gid are now stored using an id_pair structure.Wayne Davison2006-01-241-5/+5
* New -x code had some problems, so restore the old code for nowWayne Davison2006-01-221-14/+14
* - Got rid of the filesystem_dev variable now that --one-file-systemWayne Davison2006-01-211-12/+15
* Call make_file() with one more arg (the base flags).Wayne Davison2006-01-201-1/+1
* Handle the extra output needed when log_format_has_i > 1.Wayne Davison2006-01-201-1/+1
* Added a new arg to the make_file() call.Wayne Davison2006-01-191-2/+2
* In delete_in_dir(), skip a directory that isn't really a directory onWayne Davison2006-01-191-1/+1
* Call f_name() with revised args (which also replaces f_name_to()).Wayne Davison2006-01-141-10/+10
* Got rid of calls to (the soon to vanish) safe_fname() function.Wayne Davison2006-01-131-34/+26
* Fixed a bug in the hard-linking of a group of fifos/devices in aWayne Davison2005-12-161-27/+17
* Improved the compare-dest/link-dest/copy-dest code to make it moreWayne Davison2005-12-151-128/+212
* Moved the DEL_* flags from rsync.h here and got rid of DEL_NO_RECURSE.Wayne Davison2005-11-121-4/+6
* Indent the "prepare_to_open:" and "notify_others:" labels awayWayne Davison2005-11-101-4/+4
* Use the new checksum_len value instead of recomputing theWayne Davison2005-11-101-2/+2
* If a partial-dir file is present but the main file is up-to-date,Wayne Davison2005-11-101-0/+4
* Call delete_in_dir(NULL, NULL, NULL) in do_delete_pass().Wayne Davison2005-11-091-1/+1
* Made recursively deleting extraneous directories more memoryWayne Davison2005-11-091-13/+36
* In the device section, avoid calling unlink() if the stat() failed.Wayne Davison2005-10-301-1/+2
* Added code to implement the --min-size logic.Wayne Davison2005-10-141-1/+11
* Changed the variable names for --existing and --ignore-existing.Wayne Davison2005-09-291-10/+9
* Keeping silent about stat() errors is never a good idea -- it hidesWayne Davison2005-09-291-5/+2
* Tweaked the calculation that goes into sum->count so that it cannotWayne Davison2005-09-061-2/+2
* Don't recreate a device if just the permissions bits have changedWayne Davison2005-08-011-3/+3
* Fixed the handling of hard-linked symlinks and devices.Wayne Davison2005-07-311-7/+29