rsync/rsync.git
2005-03-05 Wayne DavisonTurned on -i for itemized output.
2005-03-05 Wayne Davison- Updated to handle the new ITEM_* flags.
2005-03-05 Wayne Davison- Updated to handle the new ITEM_* flags.
2005-03-05 Wayne DavisonA few minor tweaks to improve two error messages and...
2005-03-05 Wayne Davison- Make use of the new ITEM_* flags to mention when...
2005-03-05 Wayne Davison- Made the sock_{in,out} variables non-static.
2005-03-05 Wayne Davison- Changed hlink_list[] to store file-list indexes inste...
2005-03-05 Wayne Davison- Updated itemize() to handle sending of hard-link...
2005-03-05 Wayne Davison- Changed ITEM_UPDATING to ITEM_TRANSFER.
2005-03-05 Wayne DavisonMention latest bug fixes.
2005-03-04 Wayne DavisonIn read_iflags(), we need to set buf to an empty string.
2005-03-04 Wayne DavisonGot rid of some code in the main recv_files() loop...
2005-03-04 Wayne DavisonMoved some code out of the main loop in send_files...
2005-03-04 Wayne DavisonAdded maybe_log_item() for use by the sender and receiver.
2005-03-04 Wayne DavisonDocument the new value of %L.
2005-03-04 Wayne DavisonDocument latest format of %i.
2005-03-04 Wayne DavisonCall log_item() instead of log_recv().
2005-03-04 Wayne DavisonCall log_item() instead of log_send().
2005-03-04 Wayne Davison- Replaced log_send() and log_recv() with log_item().
2005-03-04 Wayne DavisonUse the new "the_file_list" global instead of our ...
2005-03-04 Wayne DavisonTransformed the push/pop functions for the redo-list...
2005-03-04 Wayne DavisonAdded read_vstring() and write_vstring() to io.c instead of
2005-03-04 Wayne Davison- Got rid of the checking of msg_fd_in in read_timeout...
2005-03-03 Wayne DavisonUse the new "the_file_list" global.
2005-03-03 Wayne Davison- Set the new global "the_file_list".
2005-03-03 Wayne DavisonSimplified whole_file variable checking.
2005-03-03 Wayne DavisonImproved some text in --compare-dest and --link-dest.
2005-03-03 Wayne DavisonDon't kluge the value of statret for --whole-file.
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.
next