rsync/rsync.git
2005-03-03 Wayne DavisonMoved the checks for --ignore-existing and --update...
2005-03-03 Wayne Davison- Got rid of the SID_* flags -- use the ITEM_* flags...
2005-03-03 Wayne DavisonAdded ITEM_NO_DEST_AND_NO_UPDATE for use by the generator's
2005-03-02 Wayne DavisonFixed the --compare-dest docs.
2005-03-02 Wayne DavisonWhen using multiple --compare-dest options, rsync shoul...
2005-03-02 Wayne DavisonFixed a bug in the --dry-run output when using --link...
2005-03-02 Wayne DavisonIf the multi-dest loop falls back to the best_match...
2005-03-02 Wayne DavisonTweaked the description for --rsync-path.
2005-03-02 Wayne DavisonA little more tweaking to the multi-dest option loop.
2005-03-02 Wayne DavisonMention that specifying "/dir/**" is a safer way than...
2005-03-01 Wayne DavisonImproved the description of --rsync-path.
2005-03-01 Wayne DavisonMade the multi-FOO-dest loop a little nicer.
2005-03-01 Wayne DavisonExplicitly mention that "del." does include the trailin...
2005-03-01 Wayne DavisonFixed two glitches Paul pointed out.
2005-03-01 Wayne DavisonPreparing for release of 2.6.4pre2
2005-03-01 Wayne DavisonMention the latest changes.
2005-03-01 Wayne DavisonA few improvements to the new check_for_hostspec()...
2005-03-01 Wayne DavisonMade the argv/argc parsing a little nicer.
2005-03-01 Wayne Davison- Look for last '@' in a user@host spec.
2005-03-01 Wayne DavisonRemoved section on parsing IPv6 literal addresses.
2005-03-01 Wayne DavisonChanged remote_filesfrom_file to filesfrom_host.
2005-03-01 Wayne Davison- Changes needed to handle new filesfrom_host variable.
2005-03-01 Wayne DavisonChanges needed to use check_for_hostspec() in place...
2005-03-01 Wayne Davison- Changed find_colon() into check_for_hostspec(), exten...
2005-03-01 Wayne DavisonEnhanced the option-parsing failure mode to handle...
2005-02-28 Wayne DavisonMade a couple sentences about syntax clearer.
2005-02-28 Wayne DavisonImproved a couple sentences.
2005-02-28 Wayne DavisonSay "rsync 2.6.4" instead of "protocol 29".
2005-02-28 Wayne DavisonTweaked a comment.
2005-02-27 Wayne DavisonImproved do_lseek()'s failure message.
2005-02-27 Wayne DavisonComplain if the run-terminating keep-alive packets...
2005-02-27 Wayne DavisonDon't loop forever when the receiver is waiting around...
2005-02-27 Wayne DavisonMake sure that allowed_lull will not be computed as...
2005-02-27 Wayne DavisonImproved a couple sentences.
2005-02-27 Wayne Davison- Made the calls to maybe_send_keepalive() happen at...
2005-02-27 Wayne DavisonAdded 2 args to do_hard_links() so that it can call...
2005-02-27 Wayne DavisonMention the backup fix for redone files with --inplace.
2005-02-27 Wayne DavisonWe need to turn off make_backups for the redo phase...
2005-02-27 Wayne DavisonTweaked an error message.
2005-02-27 Wayne Davison- Seems to me that sigusr2_handler() should call close_...
2005-02-26 Wayne DavisonOne more comment fix.
2005-02-26 Wayne DavisonFixed comment.
2005-02-26 Wayne DavisonImproved a couple sentences.
2005-02-26 Wayne DavisonSet kluge_around_eof to a -1 for the receiver's needs.
2005-02-26 Wayne DavisonIf kluge_around_eof is < 0, we go into an msleep()...
2005-02-26 Wayne DavisonExplicitly set kluge_around_eof to a 1 when it is needed.
2005-02-26 Wayne DavisonAdded keep-alive checking during the directory-touching...
2005-02-26 Wayne DavisonSet kludge_around_eof when the receiver is trying to...
2005-02-26 Wayne DavisonImproved the comment for kludge_around_eof.
2005-02-26 Wayne DavisonAdded "set -x".
2005-02-26 Wayne DavisonDecided I like "set -x" after all.
2005-02-26 Wayne DavisonDon't allow keep-alive sending if --read-batch is enabled.
2005-02-26 Wayne DavisonMention the new keep-alive handling and the devices...
2005-02-26 Wayne DavisonFixed a line-ordering problem.
2005-02-26 Wayne DavisonHandle keep-alive messages at the end of the transfer...
2005-02-26 Wayne Davison- Moved all the file-deletion code here from flist...
2005-02-26 Wayne Davison- Moved file-deletion code into generator.c.
2005-02-26 Wayne DavisonMoved the delete-after support into generator.c.
2005-02-26 Wayne DavisonMoved the delete-before support into generator.c.
2005-02-26 Wayne Davison- Moved the initialization of "itemizing", "maybe_PERMS...
2005-02-26 Wayne DavisonCalling maybe_send_keepalive() for protocol_version...
2005-02-26 Wayne Davison- Moved the description of '%i's output into the rsync...
2005-02-26 Wayne Davison- We now mention what "%i" outputs under --itemize...
2005-02-26 Wayne DavisonMention the change in when --log-format outputs and...
2005-02-26 Wayne DavisonCall log_delete() from delete_file() anytime that DEL_T...
2005-02-26 Wayne DavisonThe log_delete() function may now be called even when...
2005-02-26 Wayne DavisonMake sure that our protocol-28 compatibility is OK.
2005-02-26 Wayne DavisonFixed a problem sending include rules to an older
2005-02-25 Wayne Davison- Call maybe_send_keepalive() if timeouts are enabled.
2005-02-25 Wayne Davison- Added variable "ignore_timeout" that lets the generat...
2005-02-25 Wayne DavisonAccept the new keep-alive (no-op) packet.
2005-02-25 Wayne DavisonDon't add st_size from a device to stats.total_size.
2005-02-25 Wayne DavisonMention how --backup sometimes implies --omit-dir-times.
2005-02-25 Wayne DavisonUse the new am_starting_up value in who_am_i().
2005-02-25 Wayne DavisonGot rid of kluged value for am_sender, and instead...
2005-02-25 Wayne DavisonFixed some typos.
2005-02-23 Wayne DavisonPreparing for release of 2.6.4pre1
2005-02-23 Wayne DavisonTweaked an entry.
2005-02-23 Wayne Davison- Fixed a problem with full_fname() when curr_dir was...
2005-02-23 Wayne DavisonOne more tweak to the need_name_pipe logic.
2005-02-23 Wayne DavisonCommenting out link-dest test for now.
2005-02-23 Wayne DavisonGot rid of --copy-dest references.
2005-02-23 Wayne DavisonChanged --copy-dest to --link-dest.
2005-02-23 Wayne DavisonGot rid of --copy-dest for now -- I think it should...
2005-02-22 Wayne DavisonFixed a problem with the last change.
2005-02-22 Wayne DavisonWe need the name-pipe for --inplace these days.
2005-02-22 Wayne DavisonAlways set the SID_USING_ALT_BASIS appropriately for...
2005-02-22 Wayne DavisonMore cleanups.
2005-02-22 Wayne DavisonTrying to fix bug #2357.
2005-02-22 Wayne DavisonWe now look for the ITEM_USING_ALT_BASIS flag for an...
2005-02-22 Wayne DavisonWe now set the ITEM_USING_ALT_BASIS flag for an --inpla...
2005-02-22 Wayne DavisonAdded ITEM_USING_ALT_BASIS.
2005-02-22 Wayne DavisonDocument an alternate way to achieve the effect of...
2005-02-22 Wayne DavisonWhen preforming a recursive delete, push/pop the per...
2005-02-22 Wayne DavisonSort the dir-list returned by get_dirlist() and the...
2005-02-22 Wayne Davison- Iterate through the deletion list in reverse order...
2005-02-22 Wayne DavisonOnly rename a directory with the backup suffix if we...
2005-02-22 Wayne DavisonIn make_simple_backup(), if the rename() failed because...
2005-02-22 Wayne DavisonA couple changes in delete_file() make us more compatib...
2005-02-21 Wayne DavisonAdded function check for vasprintf.
next