]> git.ipfire.org Git - thirdparty/rsync.git/shortlog
thirdparty/rsync.git
2005-01-24  Wayne DavisonMoved a call to add_cvs_exclude() from the delete code...
2005-01-24  Wayne DavisonAdded code to implement the delete-during handling.
2005-01-24  Wayne DavisonMoved some of the delete code into flist.c since the...
2005-01-24  Wayne DavisonMoved some of the delete code from receiver.c to here...
2005-01-24  Wayne DavisonMention the --omit-dir-times option.
2005-01-24  Wayne DavisonDocument --omit-dir-times.
2005-01-24  Wayne DavisonHonor the new omit_dir_times var.
2005-01-24  Wayne DavisonAdded --omit-dir-times (-O).
2005-01-24  Wayne DavisonMentioned the --dirs and --list-only options.
2005-01-24  Wayne Davison- Changed --keep-dirs (-k) into --dirs (-d).
2005-01-24  Wayne Davison- Changed --keep-dirs (-k) into --dirs (-d).
2005-01-24  Wayne DavisonRenamed keep_dirs, "xfer_dirs".
2005-01-23  Wayne DavisonDocument the new --keep-dirs option.
2005-01-23  Wayne DavisonGo back to requiring -r for deletes to happen.
2005-01-23  Wayne DavisonWhen an option defined with POPT_ARG_VAL is being refus...
2005-01-22  Wayne Davison- Use the new delete_before var.
2005-01-22  Wayne DavisonCheck the "keep_dirs" var instead of "recurse" to decide if
2005-01-22  Wayne Davison- We now set a delete_before variable for the --delete...
2005-01-22  Wayne Davison- Implemented a new handling of the recurse variable...
2005-01-22  Wayne Davison- Mustn't override a user-specified list_only value.
2005-01-22  Wayne DavisonChanged the order of a few of the options in the option...
2005-01-22  Wayne DavisonMustn't override a user-specified list_only value.
2005-01-22  Wayne DavisonChanged a comment.
2005-01-22  Wayne DavisonMoved the /proc/mounts literal string nearer to the...
2005-01-21  Wayne Davison- Changed XMIT_TOP_DIR to XMIT_DEL_START.
2005-01-20  Wayne DavisonDon't mention when the file-list is first allocated...
2005-01-20  Wayne DavisonIn delete_file(): got rid of DEL_NO_RECURSE code and...
2005-01-20  Wayne DavisonDecided that delete_in_dir()'s call to delete_file...
2005-01-20  Wayne DavisonChanged DEL_NO_RECURSE to DEL_RECURSE.
2005-01-20  Wayne DavisonMoved the dry_run check in set_perms() so that it only...
2005-01-20  Wayne DavisonGot rid of the erroneous --dry-run short-circuit in...
2005-01-20  Wayne DavisonIn set_modtime(), the verbose message should be output...
2005-01-20  Wayne Davison- Got rid of the uint64 typedef.
2005-01-20  Wayne DavisonSwitched uint64 vars over to int64.
2005-01-20  Wayne DavisonUse int64 instead of uint64.
2005-01-20  Wayne DavisonImproved a confusing sentence in the description of...
2005-01-20  Wayne DavisonWhen outputting the file list created for the delete...
2005-01-19  Wayne DavisonAdded an example of running mnt-excl remotely via ssh...
2005-01-19  Wayne DavisonA perl script that outputs excludes for all mount point...
2005-01-19  Wayne DavisonMention a change in the verbose output when deleting...
2005-01-19  Wayne Davison- Updated delete_file() to take a flag arg that makes...
2005-01-19  Wayne DavisonDefine the new DEL_* flags.
2005-01-19  Wayne Davison- Moved write_sum_head() to io.c.
2005-01-19  Wayne DavisonGot rid of delete_one() since we can (and do) use the...
2005-01-19  Wayne DavisonMoved write_sum_head() here from generator.c.
2005-01-19  Wayne DavisonNo need for conditional code around do_lstat() anymore.
2005-01-19  Wayne DavisonWhen SUPPORT_LINKS is not defined, we now go ahead...
2005-01-19  Wayne DavisonA slight simplification to the no-implied-dirs change.
2005-01-19  Wayne DavisonUse the new "keep_dirs" var instead of separately check...
2005-01-19  Wayne Davison- Added new int, keep_dirs, which is set if either...
2005-01-18  Paul GreenFix typo in handling of lchown when the host operating...
2005-01-17  Wayne DavisonMention the latest changes.
2005-01-17  Wayne DavisonFor --inplace over protocol-version 29 or greater,...
2005-01-17  Wayne DavisonMention the change in restrictions for --inplace. ...
2005-01-17  Wayne DavisonWe don't need to complain about --inplace being combine...
2005-01-17  Wayne DavisonChanged the checks for --inplace to use the new updatin...
2005-01-17  Wayne DavisonFor --inplace over protocol-version 29 or greater,...
2005-01-17  Wayne Davison- Moved read_sum_head() to io.c (because the generator...
2005-01-17  Wayne DavisonTweaked the read_size var (formerly map_size) that...
2005-01-17  Wayne DavisonMoved read_sum_head() here from sender.c (because the...
2005-01-17  Wayne DavisonMake sure that we don't compute a block size larger...
2005-01-17  Wayne Davison- Changed the map_size parameter to map_file() to be...
2005-01-17  Wayne Davison- Incremented the PROTOCOL_VERSION to 29.
2005-01-17  Wayne DavisonGot rid of an unneeded assert().
2005-01-17  Wayne DavisonAdded a commented-out RSYNC initialization that uses...
2005-01-17  Wayne DavisonPut double-quotes around the --rsync-path arg.
2005-01-17  Wayne DavisonCollapsed two sed invocations into one.
2005-01-15  Wayne DavisonFixed an off-by-one comparison against MAX_BASIS_DIRS.
2005-01-15  Wayne DavisonUse the new FNAMECMP_BASIS_DIR_HIGH to improve a compar...
2005-01-15  Wayne DavisonDefine FNAMECMP_BASIS_DIR_LOW and FNAMECMP_BASIS_DIR_HI...
2005-01-15  Wayne DavisonMake sure that the generator sent us a valid index...
2005-01-15  Wayne DavisonMade basis_dir_cnt non-static.
2005-01-15  Wayne DavisonMade compare_dest non-static.
2005-01-15  Wayne DavisonSome inplace-checking code should have been inside...
2005-01-15  Wayne DavisonSimplified the logic in allow_access() and tweaked...
2005-01-15  Wayne DavisonSimplified one "if" that checks if one of the --FOO...
2005-01-14  Wayne DavisonImproved the docs on --delete and --delete-after.
2005-01-14  Wayne Davison- We now remove the DEST~old~ dir instead of renaming...
2005-01-14  Wayne DavisonMake sure that the presence of a partial-dir file is...
2005-01-14  Wayne DavisonWe also need the "name pipe" from the generator to...
2005-01-14  Wayne DavisonFor the "unexpected tag" or "multiplexing overflow...
2005-01-13  Wayne DavisonAid forward-compatibility in the include/exclude syntax...
2005-01-12  Wayne Davison- Allow multiple source paths to be specified (and...
2005-01-12  Wayne DavisonThis is Joe Smith's rrsync (restricted rsync) perl...
2005-01-11  Wayne DavisonA simple Makefile.
2005-01-11  Wayne DavisonA debug program to help diagnose data-transfer corrupti...
2005-01-10  Wayne DavisonFixed the file_checksum1() function that is compiled...
2005-01-10  Wayne DavisonTwo more fixes.
2005-01-10  Wayne DavisonAdded a "overwriting_basis" arg to finish_transfer().
2005-01-10  Wayne Davison- Call finish_transfer() with its new arg. This ensure...
2005-01-10  Wayne DavisonCall finish_transfer() with its new arg.
2005-01-10  Wayne DavisonMoved the reading of the final MSG_DONE message here...
2005-01-10  Wayne DavisonMoved the reading of the final MSG_DONE message from...
2005-01-06  Wayne DavisonMention new atomic-rsync script.
2005-01-06  Wayne DavisonA perl script to effect an atomic transfer of a set...
2005-01-03  Wayne DavisonDecided that a cross-compling configure should default the
2005-01-03  Wayne DavisonImproved the last addition.
2005-01-03  Wayne DavisonIf lchown() is not available, we only skip the call...
2005-01-03  Wayne Davison- Added a test to see if chown() follows symlinks.
2005-01-03  Wayne DavisonMention lchown() fix.
next