]> git.ipfire.org Git - thirdparty/rsync.git/shortlog
thirdparty/rsync.git
2005-03-12  Wayne DavisonTweaked the name of a variable.
2005-03-11  Wayne DavisonMention --copy-dest.
2005-03-11  Wayne DavisonRe-enabled the --copy-dest part of the test.
2005-03-11  Wayne DavisonAdded --copy-dest logic, and improved the updating...
2005-03-11  Wayne DavisonAdded --copy-dest logic.
2005-03-11  Wayne DavisonTweaked the comment on copy_file().
2005-03-11  Wayne DavisonDocument --copy-dest.
2005-03-10  Wayne Davison- Fixed the reading of the fuzzy xname from the socket.
2005-03-10  Wayne Davison- Changed read_item_attrs() to return the length of...
2005-03-09  Wayne Davison- Improved the error-checking for some delete_item...
2005-03-09  Wayne DavisonMention the latest protocol-29 changes.
2005-03-09  Wayne DavisonWe now handle the reading and writing of extra basis...
2005-03-09  Wayne DavisonGot rid of the name-pipe, so we now read the fnamecmp_t...
2005-03-09  Wayne DavisonMade itemize() output the fnamecmp_type and the fuzzy...
2005-03-09  Wayne DavisonGot rid of the name-pipe from the generator to the...
2005-03-09  Wayne DavisonWhen itemizing, we now set ITEM_LOCAL_CHANGE and ITEM_X...
2005-03-09  Wayne Davison- Made an overflow in read_vstring() return an error...
2005-03-09  Wayne DavisonHandle the new way that 'c' and 'h' get output by ...
2005-03-09  Wayne DavisonComplain if a feature that requires protocol 29 doesn...
2005-03-09  Wayne DavisonMade the dest_option string non-static.
2005-03-09  Wayne DavisonChanged some of the ITEM_* defines.
2005-03-09  Wayne DavisonMention the latest bug-fix.
2005-03-09  Wayne DavisonWe need to mention any change to a directory, not just...
2005-03-09  Wayne DavisonFixed the change-report output for a directory that...
2005-03-09  Wayne DavisonBackward compatibility fix in read_iflags() (for protoc...
2005-03-06  Wayne DavisonBacked out the hack that reversed ITEM_REPORT_XATTRS...
2005-03-05  Wayne Davison- When --max-delete is exceeded, we now count how many...
2005-03-05  Wayne DavisonHandle new IOERR_DEL_LIMIT bit in io_error.
2005-03-05  Wayne DavisonDefine the message for RERR_DEL_LIMIT.
2005-03-05  Wayne DavisonAdded RERR_DEL_LIMIT.
2005-03-05  Wayne DavisonAdded IOERR_DEL_LIMIT.
2005-03-05  Wayne DavisonMention that --max-delete must be non-zero.
2005-03-05  Wayne DavisonMoved the end_progress() call from match.c to sender...
2005-03-05  Wayne DavisonFixed the elapsed time reported for 0-length files.
2005-03-05  Wayne DavisonDon't try to determine the phase we're in by looking...
2005-03-05  Wayne DavisonAdded a hack that uses the ITEM_REPORT_XATTRS bit ...
2005-03-05  Wayne DavisonAdded a hack that sets the ITEM_REPORT_XATTRS bit ...
2005-03-05  Wayne DavisonSwapped the bit-values for ITEM_TRANSFER and ITEM_REPOR...
2005-03-05  Wayne DavisonImproved the description of when "h" is output by %i.
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 v2.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 rsync:// 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...
next