]> git.ipfire.org Git - thirdparty/rsync.git/shortlog
thirdparty/rsync.git
2005-02-20  Wayne DavisonIf we update the contents of a symlink and --remove...
2005-02-20  Wayne Davison- Added --remove-sent-files option.
2005-02-20  Wayne DavisonDocument how refusing "delete" affects --remove-sent...
2005-02-20  Wayne DavisonDocument --remove-sent-files.
2005-02-20  Wayne DavisonTest --remove-sent-files.
2005-02-20  Wayne DavisonDisallow --remove-sent-files with a read-only server.
2005-02-20  Wayne DavisonGot rid of maybe_DEL_TERSE.
2005-02-20  Wayne DavisonTweaked some externs.
2005-02-19  Wayne DavisonTweaked some externs.
2005-02-19  Wayne Davison- Needed to use a name buffer in delete_missing() to...
2005-02-19  Wayne DavisonMade delete_file() backup files it is removing if ...
2005-02-19  Wayne DavisonMoved deletion_count here so that we honor --max-delete in
2005-02-19  Wayne DavisonIf the server refuses a directory, don't allow any...
2005-02-19  Wayne DavisonChanged a couple log_recv() calls back to log_send().
2005-02-19  Wayne DavisonWhen logging PERMS_REPORT messages, send them with...
2005-02-19  Wayne Davison- Always send the itemized-info bytes on to the receive...
2005-02-19  Wayne Davison- Improved the logging of itemized changes for the...
2005-02-19  Wayne DavisonMake use of new variables (log_format_has_i, log_format...
2005-02-19  Wayne DavisonThe FCLIENT log code aviods putting the message into...
2005-02-19  Wayne Davison- Added log_format_has_i.
2005-02-19  Wayne DavisonWe now set daemon_log_format_has_i and daemon_log_forma...
2005-02-19  Wayne DavisonNo more need to clear itemize_changes based on protocol...
2005-02-19  Wayne DavisonChanged some of the values of the MSG_* defines.
2005-02-19  Wayne DavisonWe now use a regular expression to parse the (restored...
2005-02-19  Wayne DavisonDecided to leave the "log format" default the same...
2005-02-19  Wayne DavisonIf the "log format" has a %i in it, set itemize_daemon_...
2005-02-19  Wayne Davison- Don't log a delete message to the daemon log in dry...
2005-02-19  Wayne DavisonDecide whether to log a delete message via the default...
2005-02-19  Wayne Davison- Set new variable, log_format_has_o_or_i.
2005-02-19  Wayne DavisonRules read in from per-dir merge files need to have...
2005-02-19  Wayne DavisonMention the change in the default "log format" daemon...
2005-02-19  Wayne DavisonLog items that are unchanged if verbose > 1.
2005-02-19  Wayne DavisonNotify the remote side about -i (if either specified...
2005-02-19  Wayne Davison- Tweaked the letters output by "%i", including adding...
2005-02-19  Wayne Davison- Changed the calling args to delete_file() to take...
2005-02-19  Wayne Davison- Send the itemized data for every file, changed or...
2005-02-19  Wayne Davison- Allow send_msg() to be called by the delete code...
2005-02-19  Wayne Davison- Call log_delete() instead of outputting a "deleting...
2005-02-19  Wayne DavisonIf the protocol is less than 29, make sure itemize_chan...
2005-02-19  Wayne Davison- Got rid of DEL_DIR define.
2005-02-19  Wayne Davison- Mention that "%o" can now have the value "del."
2005-02-19  Wayne DavisonFixed an inaccuracy in the --archive description.
2005-02-18  Wayne DavisonMore improvements.
2005-02-18  Wayne Davison- Use read_short() and write_short().
2005-02-18  Wayne Davison- Tweaked code in itemize() a bit.
2005-02-18  Wayne DavisonThe '%n' escape needs to append a trailing slash onto...
2005-02-18  Wayne DavisonAdded read_short() and write_short().
2005-02-18  Wayne DavisonImproved the "log format" section some more.
2005-02-18  Wayne DavisonImproved --verbose, --itemize-changes, and --log-format.
2005-02-18  Wayne DavisonFixed/improved the comment before safe_name().
2005-02-18  Wayne DavisonHandle uchar and short as a function return type.
2005-02-18  Wayne Davison- Fixed a few bugs and compile warnings.
2005-02-18  Wayne DavisonFor the server, don't ever intuit verbosity higher...
2005-02-18  Wayne DavisonThe daemon loop needs to call log_open() because it...
2005-02-18  Wayne DavisonMade log_open() non-static and moved log_close() next...
2005-02-17  Wayne DavisonUpdated the default "log format" string and the output...
2005-02-17  Wayne DavisonChanged the default log format.
2005-02-17  Wayne DavisonUse '.' for unchanged attributes in the %i output.
2005-02-16  Wayne DavisonMore improvements for the description of the %i output.
2005-02-16  Wayne DavisonMention the new flag-word for protocol 29.
2005-02-16  Wayne Davison- The itemized flags are now 2 bytes instead of 1.
2005-02-16  Wayne Davison- The itemized flags are now 2 bytes instead of 1.
2005-02-16  Wayne Davison- The itemized flags are now 2 bytes instead of 1.
2005-02-16  Wayne Davison- Auto-set --verbose if --dry-run is specified w/o...
2005-02-16  Wayne DavisonMoved the auto-setting of --verbose when --dry-run...
2005-02-16  Wayne DavisonTweaked ITEM_MISSING_DATA.
2005-02-16  Wayne DavisonNo need to handle itemize_changes anymore.
2005-02-16  Wayne DavisonTweaked the mention of --itemize-changes.
2005-02-16  Wayne Davison- We now accept an itemized-changes flag-byte over...
2005-02-16  Wayne Davison- We now accept an itemized-changes flag byte over...
2005-02-16  Wayne DavisonEnsure that -i is set consistent with the batch's data.
2005-02-16  Wayne Davison- If log_before_transfer is possible, don't force ...
2005-02-16  Wayne Davison- Improved log_formatted() to handle long filenames...
2005-02-16  Wayne DavisonChanged showchg() into itemize(), which now ships off...
2005-02-16  Wayne Davison- Added the new ITEM_* flags for the itemized-changes...
2005-02-16  Wayne DavisonDocumented that -i now sets a default --log-format...
2005-02-16  Wayne DavisonDocumented the new log-format escapes: %n, %L, and %i.
2005-02-16  Wayne DavisonSome tweaks to how --itemize-changes works.
2005-02-15  Wayne DavisonCheck for refusal of --delete-before when it is inferred.
2005-02-15  Wayne DavisonMoved two paragraphs.
2005-02-15  Wayne DavisonMade showchg() use safe_fname().
2005-02-15  Wayne Davison- Mention the addition of --itemize-changes.
2005-02-15  Wayne DavisonDecided on a better option name --itemize-changes ...
2005-02-15  Wayne DavisonImplemented the --what-has-changed functionality.
2005-02-15  Wayne DavisonDon't force -v with -n if -w was specified.
2005-02-15  Wayne DavisonIf -w and -v are both on, don't output the "log the...
2005-02-15  Wayne DavisonAdded --what-has-changed (-w), which summaries the...
2005-02-15  Wayne DavisonDocument --what-has-changed (-w).
2005-02-15  Wayne DavisonFixed a typo.
2005-02-15  Wayne DavisonMake sure that there are no directory-time differences...
2005-02-14  Wayne DavisonHad a report that the __attribute__ code needs to check for
2005-02-14  Wayne DavisonOne arg to matched() is supposed to be an int32.
2005-02-14  Wayne DavisonChanged one size_t var into an int32.
2005-02-14  Wayne DavisonImproved description of --whole-file option.
2005-02-14  Wayne DavisonFixed a mismatch in the compressed-data handling betwee...
2005-02-14  Wayne DavisonChanged various token variables from "int"s to "int32"s.
2005-02-14  Wayne DavisonThe count of chunks should really be an int32, not...
2005-02-14  Wayne DavisonChanged the size_t variables into int32 variables.
2005-02-14  Wayne DavisonDon't let --fuzzy be used with a protocol_version ...
2005-02-14  Wayne DavisonMention --fuzzy.
next