aboutsummaryrefslogtreecommitdiffstats
path: root/generator.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed a case where the receiver indicates a successful update when theWayne Davison2007-12-311-5/+3
* New logging categories added to allow differentiation betweenWayne Davison2007-11-221-10/+10
* Don't try to delete when list_only is set.Wayne Davison2007-11-211-1/+1
* Made some code that handles hard-linking of symlinks beWayne Davison2007-11-181-1/+1
* Tweaked an extern.Wayne Davison2007-11-061-1/+1
* Some changes to allow an unsorted file list even if the iconv optionWayne Davison2007-11-061-6/+2
* Got rid of a redundant mtime check.Wayne Davison2007-11-051-3/+0
* Conditional symlink-checking code in unchanged_attrs() should beWayne Davison2007-11-041-1/+1
* Have unchanged_attrs() check the mtime on items where we canWayne Davison2007-11-031-0/+8
* A better way to count our queued workload.Wayne Davison2007-11-031-7/+1
* Fixed hang when --hard-links was processing a large directoryWayne Davison2007-11-031-1/+7
* - Handle a dot-dir-containing flist using its parent_ndx value.Wayne Davison2007-10-311-2/+2
* My version of Matt's cleanup patch from bug 5051. This makesWayne Davison2007-10-291-9/+39
* Don't call copy_file() for a dry-run. (Thanks, Matt!)Wayne Davison2007-10-281-1/+1
* We can't decrement the in_progress value for a hard-linked file untilWayne Davison2007-10-181-0/+1
* We now report symlink mode changes if HAVE_SETATTRLIST is defined.Wayne Davison2007-10-161-1/+1
* If there's no lchmod(), don't itemize permission differences forWayne Davison2007-10-151-0/+5
* Fixed a typo in a comment.Wayne Davison2007-10-141-1/+1
* - Use the new *_CONTENT_DIR flag names (was *_XFER_DIR).Wayne Davison2007-10-081-9/+9
* Improved on the list-only fix and on the other similar checks that wantWayne Davison2007-10-071-5/+5
* Fix list-only output of dirs w/--relative but w/o --recursive.Wayne Davison2007-10-071-1/+1
* Changed "statx" to "stat_x" to try to work around a build problem on AIX.Wayne Davison2007-09-231-5/+5
* The --inplace code now properly handles creating a backup whenWayne Davison2007-09-231-14/+28
* Use make_bak_dir() if we get ENOENT while trying to open anWayne Davison2007-09-231-2/+3
* Moved list-only output from flist.c to generator.c so that it worksWayne Davison2007-09-231-3/+38
* Fixed a just-introduced glitch in directory creation with --no-implied-dirs.Wayne Davison2007-09-221-1/+2
* The latest --relative --no-implied-dirs code in inc_recurse modeWayne Davison2007-09-221-9/+9
* - Fixed an inc_recurse problem with implied dirs not getting createdWayne Davison2007-09-151-15/+26
* - Parse hard-link info as soon as we get it in inc_recurse mode.Wayne Davison2007-09-151-2/+5
* Added an "ndx" arg to all the finish_hard_link() calls.Wayne Davison2007-09-101-10/+10
* Changes to allow hard-linking to work in inc_recurse mode.Wayne Davison2007-09-031-5/+17
* Made omit_dir_times a static variable in options.c by encodingWayne Davison2007-09-011-3/+2
* Files with the same size should also be skipped by --append.Wayne Davison2007-08-011-1/+1
* Make extra-verbose output of touch_up_dirs() only mention the dirs.Wayne Davison2007-07-141-4/+4
* - When --omit-implied-dirs is specified and the creation of a directoryWayne Davison2007-07-141-4/+13
* The delete-during code needs to skip directories that don't existWayne Davison2007-07-141-1/+1
* Tweaking the license text a bit more.Wayne Davison2007-07-101-2/+3
* - Do directory touch-ups at the end, even in inc-recurse mode.Wayne Davison2007-07-081-11/+3
* - Incremental recursion mode does not process the dirs while scanning aWayne Davison2007-07-081-28/+39
* Changed "count" to "used" in struct file_list since there canWayne Davison2007-07-071-7/+7
* Switching to GPL 3.Wayne Davison2007-07-071-3/+2
* Switch the checking of preserve_[ug]id var to checking [ug]id_ndx varWayne Davison2007-07-021-6/+6
* Make sure we don't try to output a NULL pointer in a verbose message.Wayne Davison2007-05-231-1/+2
* - Output a -vvv(erbose) message in the touch_up_dirs() loop.Wayne Davison2007-05-231-5/+10
* Cast some F_OWNER()/F_GROUP() values to make sure that we don't getWayne Davison2007-05-211-4/+4
* - Use F_OWNER() and F_GROUP() instead of F_UID() and F_GID().Wayne Davison2007-05-201-5/+5
* Refer to the right sorted/unsorted file list array in touch_up_dirs().Wayne Davison2007-04-261-2/+2
* The --iconv option has now made it to the trunk.Wayne Davison2007-04-261-19/+27
* The improved --xattrs option is landing on the trunk.Wayne Davison2007-04-071-16/+57
* Protocol 30 now uses MD5 checksums instead of MD4.Wayne Davison2007-03-181-1/+1