aboutsummaryrefslogtreecommitdiffstats
path: root/generator.c
Commit message (Expand)AuthorAgeFilesLines
* - Fixed an error-handling path in try_dests_reg().Wayne Davison2006-10-221-1/+4
* - Use the new FNONE enum instead of a literal 0 value.Wayne Davison2006-10-131-8/+10
* Removed the changes in symlink handling in non-chroot daemon mode asWayne Davison2006-10-121-1/+1
* If new_root_dir is set, itemize the output of the "." dir as aWayne Davison2006-10-111-2/+9
* If the combination of --dry-run, --link-dest, and -H finds a matchingWayne Davison2006-10-091-1/+4
* I decided that combining --link-dest with -I doesn't make much senseWayne Davison2006-09-301-8/+1
* Decided that I like remove-source-files better than remove-sender-files.Wayne Davison2006-06-301-8/+8
* Handle the --remove-sender-files option by sending MSG_SUCCESS forWayne Davison2006-06-301-9/+23
* If we fail to create a new directory, skip trying to updateWayne Davison2006-06-051-7/+29
* - Got rid of the FNAME logcode enum.Wayne Davison2006-06-011-7/+7
* - Use the renamed stdout_format_has_i variable.Wayne Davison2006-05-291-13/+10
* Tweaked a couple things in try_dests_reg().Wayne Davison2006-05-161-6/+4
* Some demon_log_* variables changed into logfile_* variables that areWayne Davison2006-05-091-6/+6
* - Don't check HAVE_LINK directly, use SUPPORT_HARD_LINKS instead.Wayne Davison2006-05-051-7/+7
* Cast file->mode to an int when printing it via %o.Wayne Davison2006-05-051-1/+1
* Fix generator.c to avoid calling do_link() on systems that do not supportPaul Green2006-05-041-1/+4
* - Call safe_stat() instead of do_stat() when a sanitizing daemon mightWayne Davison2006-05-031-7/+1
* Moved the sanitizing of a symlink's link string here from flist.c.Wayne Davison2006-05-021-0/+6
* Fixed a problem in the --link-dest processing where -I (--ignore-times)Wayne Davison2006-05-021-1/+10
* Updated the FSF's address to an even newer one.Wayne Davison2006-04-251-3/+3
* - Updated the address for the FSF in the opening comment.Wayne Davison2006-04-251-22/+22
* Fixed a typo in the new code.Wayne Davison2006-04-181-1/+1
* - 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