rsync/rsync.git
2005-01-25 Wayne Davison- Use the "--filter=._-" option instead of --exclude...
2005-01-25 Wayne Davison- Moved the code that turns rule flags into chars into...
2005-01-25 Wayne DavisonIn delete_files(), handle new DEL_NO_RECURSE flag ...
2005-01-25 Wayne Davison- The call to delete_file() needs DEL_NO_RECURSE when...
2005-01-25 Wayne DavisonAdded DEL_NO_RECURSE and changed DEL_RECURSE to DEL_FOR...
2005-01-25 Wayne DavisonNeeded to call add_cvs_excludes() from one more code...
2005-01-25 Wayne DavisonRenamed several exclude-related functions/variables...
2005-01-25 Wayne DavisonMention the latest new options.
2005-01-25 Wayne DavisonAdded testing for --filter and merge-file features.
2005-01-25 Wayne DavisonMention that --del is a popt alias for --delete-during...
2005-01-25 Wayne DavisonDocument the latest --delete options, including --delet...
2005-01-25 Wayne Davison- Changed --delete to go back to defaulting to the...
2005-01-25 Wayne DavisonDon't try to allocate zero bytes in push_local_excludes().
2005-01-25 Wayne DavisonDocument the new "filter" parameter.
2005-01-25 Wayne DavisonDocument --filter (-f) and -F, with lots of changes...
2005-01-25 Wayne DavisonSome changes to support the new --filter option:
2005-01-25 Wayne Davison- Added parsing for --filter (-f) and -F.
2005-01-25 Wayne DavisonAdded the "filter" parameter.
2005-01-25 Wayne DavisonThe calls into the exclude system changed a little...
2005-01-25 Wayne DavisonImplemented the core of the merge-file and per-dir...
2005-01-25 Wayne DavisonSome exclude changes for the new --filter option, inclu...
2005-01-25 Wayne DavisonImproved the explanation for --omit-dir-times.
2005-01-24 Wayne DavisonMoved the code that reads the extra byte for a modern...
2005-01-24 Wayne DavisonOptimized away the post-transfer directory loop in...
2005-01-24 Wayne DavisonDocument --delete-before and --delete's new "during...
2005-01-24 Wayne DavisonAdded the delete-during handling (also selected with...
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...
next