rsync/rsync.git
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...
2005-02-11 Wayne DavisonDon't use underscores in the example filter rules.
2005-02-11 Wayne DavisonMade "i" a size_t in receive_sums().
2005-02-11 Wayne DavisonA minor tweak for the dry_run logic.
2005-02-11 Wayne DavisonImproved the "refuse options" section, including an...
2005-02-11 Wayne Davison- Several improvements in describing how options imply...
2005-02-11 Wayne DavisonChanged rule_match() to rule_strcmp(). Likewise for the
2005-02-11 Wayne Davison- Added some new refused_* variables that note if certa...
2005-02-11 Wayne DavisonHave partial_dir_fname() also check if the dir is excluded
2005-02-11 Wayne DavisonIf a --delay-update can't use the partial-dir (e.g...
2005-02-09 Wayne DavisonImproved the --modify-window description.
2005-02-09 Wayne DavisonImproved several items and added a new section describi...
2005-02-09 Wayne Davison- Decided that flist_find() should be public, not static.
2005-02-08 Wayne DavisonAlso test the new long-named filter rules.
2005-02-08 Wayne DavisonMention the new long-name filter rules.
2005-02-08 Wayne DavisonAllow a ',' to prefix the MODIFIERS for a single-letter...
2005-02-08 Wayne Davison- Added long-name filter rules.
2005-02-07 Wayne DavisonFixed a typo.
2005-02-07 Wayne Davison- Added more calls to safe_fname().
2005-02-07 Wayne DavisonAdded missing calls to safe_fname() and full_fname().
2005-02-07 Wayne DavisonMade NS define make use of safe_fname().
2005-02-07 Wayne DavisonAdded missing call to safe_fname().
2005-02-07 Wayne DavisonAdding more calls to safe_fname().
2005-02-07 Wayne DavisonNeeded to call safe_fname() when listing the remote...
2005-02-06 Wayne DavisonOne more tweak.
next