]> git.ipfire.org Git - thirdparty/rsync.git/shortlog
thirdparty/rsync.git
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.
2005-02-14  Wayne DavisonAdded code to read a fuzzy-basis name from the generator.
2005-02-14  Wayne DavisonAdded handling for fuzzy-basis scanning. When a fuzzy...
2005-02-14  Wayne Davison- If send_file_name() gets f set to -2, it skips the...
2005-02-14  Wayne DavisonSet need_name_pipe if --fuzzy was specified.
2005-02-14  Wayne DavisonAdded parsing for the --fuzzy (-y) option.
2005-02-14  Wayne DavisonAdded find_filename_suffix() and fuzzy_distance().
2005-02-14  Wayne DavisonDocument the --fuzzy (-y) option.
2005-02-14  Wayne DavisonChanged #if to use "defined".
2005-02-14  Wayne DavisonIf f_name_cmp() discovers that two directory strings...
2005-02-14  Wayne DavisonDon't check defined-ness of SIZEOF_OFF64_T.
2005-02-14  Wayne DavisonJohn E. Malmberg convinced me to standardize on #ifs...
2005-02-13  Wayne DavisonIn clean_flist(), if a duplicate is found for a dir...
2005-02-13  Wayne DavisonThe dir vs non-dir test now assumes the dir wins.
2005-02-13  Wayne DavisonMention the new sorting method for protocol 29.
2005-02-13  Wayne DavisonAdded a test for the merging of a dir and a non-dir...
2005-02-13  Wayne DavisonAdded some missing commas in some option summary lines.
2005-02-13  Wayne Davison- Made receive_file_entry() return the file_struct...
2005-02-13  Wayne DavisonImproved the call to f_name_cmp().
2005-02-13  Wayne DavisonChanged the prefix on the fnc_state enums.
2005-02-13  Wayne DavisonImproved the summary for the -F option.
2005-02-13  Wayne DavisonImproved the help text for -F.
2005-02-12  Wayne DavisonImproved the description of the --compress (-z) option.
2005-02-12  Wayne DavisonImproved the documentation of the --compress (-z) option.
2005-02-12  Wayne DavisonForgot to make sure that the dir-times on the chkdir...
2005-02-12  Wayne DavisonWhen --dry-run is set, note when a directory is missing...
2005-02-12  Wayne DavisonSome more improvements to exercise rule-restricted...
2005-02-12  Wayne DavisonImproved checkit() and rsync_ls_lR() to work with filen...
2005-02-12  Wayne DavisonMention the protocol change for --delete-excluded.
2005-02-12  Wayne DavisonDocument the new filter rule flags for sender-/receiver...
2005-02-12  Wayne Davison- Added modifiers for the include/exclude rules that...
2005-02-12  Wayne Davison- Define MATCHFLG_SENDER_SIDE and MATCHFLG_RECEIVER_SIDE.
2005-02-12  Wayne DavisonWe don't need to avoid the local filter list in send_fi...
2005-02-12  Wayne Davison- Since send_file_list() is no longer called with f...
next