aboutsummaryrefslogtreecommitdiffstats
path: root/generator.c
Commit message (Expand)AuthorAgeFilesLines
* Use F_DEPTH() in place of dir.depth.Wayne Davison2006-12-171-11/+11
* Added a basename var to file_struct at the end, making it clearerWayne Davison2006-12-161-4/+4
* Renamed the F_*HLINK* macros to make their purpose clearer.Wayne Davison2006-12-131-5/+5
* Use new BITS_EQUAL() define.Wayne Davison2006-12-121-4/+3
* A minor format tweak.Wayne Davison2006-12-091-4/+2
* - Use the revamped hard-link functions.Wayne Davison2006-12-091-47/+45
* Get rid of some signed/unsigned-comparison compiler warnings.Wayne Davison2006-12-081-5/+5
* - The --delete-delay code now does its own output buffering. ThisWayne Davison2006-12-081-41/+116
* Fixed --delete-delay by making the fprintf() output an unsigned shortWayne Davison2006-12-081-1/+1
* Added missing initialization of new solo_file variable.Wayne Davison2006-12-071-0/+1
* - Set "solo_file" bool and use that for improved clarity.Wayne Davison2006-12-071-6/+10
* Improved the format of the debug output for mknod().Wayne Davison2006-12-071-5/+6
* #ifdef calls to hard-link functions.Wayne Davison2006-12-061-0/+28
* Use the latest F_*() accessors.Wayne Davison2006-12-051-33/+30
* Use new send_msg_int() function.Wayne Davison2006-12-041-5/+2
* - Typical tranfers now save 12-20 bytes per file because several varsWayne Davison2006-12-031-62/+61
* Silenced a compiler warning.Wayne Davison2006-11-231-1/+1
* - Implement new --delete-delay option.Wayne Davison2006-11-221-13/+83
* Use an explicit cast when a value gets stored in a smaller var.Wayne Davison2006-11-211-2/+2
* Added "const" to appropriate char pointers.Wayne Davison2006-11-191-4/+5
* Tweaked a couple comments.Wayne Davison2006-11-111-2/+2
* - Restored some of Matt's suggested logic that I left out, as itWayne Davison2006-11-111-26/+40
* - Make delete_dir_contents() use less stack by recursing directlyWayne Davison2006-11-111-3/+20
* My adaptation of Matt's cleanup of the delete_item() code.Wayne Davison2006-11-111-80/+116
* Allow --max-delete=0 (zero used to be ignored).Wayne Davison2006-11-111-4/+4
* Changed two more references to "st" to "real_st" in the dir-handlingWayne Davison2006-11-101-2/+2
* - Fixed a problem where the real stat struct for a newly-createdWayne Davison2006-11-101-9/+11
* - Improved try_dests_non() so that it works with all non-regularWayne Davison2006-11-101-124/+194
* - 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