rsync/rsync.git
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.
2005-02-06 Wayne DavisonA few tweaks to the FILTER RULES section, including...
2005-02-05 Wayne DavisonFixed an off-by-one error in the prefix-length checking in
2005-02-05 Wayne DavisonImproved the name of a variable.
2005-02-05 Wayne DavisonMention a couple more changes.
2005-02-05 Wayne DavisonAdded the "C" modifier to the itemized list of +/-...
2005-02-04 Wayne DavisonMention the new --filter=-C syntax that lets you positi...
2005-02-04 Wayne Davison- Moved get_cvs_excludes() up above its only use and...
2005-02-04 Wayne DavisonIf we're a "local server" (i.e. we just forked a server...
2005-02-04 Wayne DavisonFixed the way get_rule_prefix() turns the MATCHFLG_WORD...
2005-02-04 Wayne Davison- Added MATCHFLG_CVS_IGNORE.
2005-02-04 Wayne Davison- Moved the cvs_exclude checks into send_filter_list...
2005-02-04 Wayne Davison- Changed filter_rule() to add_rule().
2005-02-04 Wayne Davison- Changed add_filter() to parse_rule() and add_filter_f...
2005-02-04 Wayne DavisonChanged add_filter() to parse_rule() and add_filter_file()
2005-02-04 Wayne DavisonCall get_rule_prefix() with its new arg.
2005-02-04 Wayne DavisonFixed the MODIFIERS_MERGE_FILE define.
2005-02-03 Wayne DavisonChanged delete_missing() to not limit the use of DEL_FO...
2005-02-03 Wayne DavisonAdded an mflags arg to get_filter_tok(), add_filter_fil...
2005-02-03 Wayne DavisonCall add_filter() and add_filter_file() with their...
2005-02-03 Wayne Davison- Got rid of a bunch of XFLG_* options.
2005-02-03 Wayne DavisonUse the new negated exclude to filter out all non-dirs...
2005-02-03 Wayne DavisonDocument the new "!" modifier for include/exclude filte...
2005-02-03 Wayne DavisonImplemented a "!" modifier for filter rules that lets...
2005-02-03 Wayne DavisonAdded MATCHFLG_NEGATE.
2005-02-03 Wayne DavisonMention the latest delete optimization.
2005-02-03 Wayne DavisonChanged delete_files() to use the delete_in_dir() funct...
2005-02-03 Wayne Davison- We now separate the user-specified top-dir flag ...
2005-02-03 Wayne Davison- Changed {XMIT,FLAG}_DEL_START back to {XMIT,FLAG...
2005-02-03 Wayne DavisonCall delete_in_dir() with its new args.
2005-02-03 Wayne DavisonIn hlink_compare(), call f_name_cmp() directly instead...
2005-02-03 Wayne Davison- Improved some comments.
2005-02-03 Wayne Davison- Moved an optimization from file_compare() into f_name...
2005-02-03 Wayne Davison- If recv_files() is sent the index of a directory...
2005-02-02 Wayne DavisonIf the generator sends us the index of a directory...
2005-02-02 Wayne Davison- Fixed a problem with the setting of the --recurse...
2005-02-01 Wayne DavisonIn read_sum_head: output the who_am_i() info in our...
2005-02-01 Wayne DavisonSet am_sender to -1 until the end of the option parsing...
2005-02-01 Wayne DavisonChanged who_am_i() to output "server" or "client" when...
2005-02-01 Wayne DavisonMake sure the %f expansion handles the new dir.root...
2005-02-01 Wayne Davison- Made flist_find() and receive_file_entry() static...
2005-02-01 Wayne Davison- Put "basedir" into a union "dir" and named it "root...
2005-02-01 Wayne DavisonRefer to the old basedir variable as dir.root.
2005-02-01 Wayne DavisonFixed a typo in a variable name.
2005-01-31 Wayne DavisonChanged the "s" modifier to "w" for word-splitting...
2005-01-31 Wayne DavisonChanged the "s" modifier to "w" for a word-splitting...
2005-01-31 Wayne Davison- Mark references to command-line switches with the...
2005-01-31 Wayne DavisonTweaked one or more warning messages.
2005-01-31 Wayne DavisonImproved the exclude tests to make sure that the filter...
2005-01-30 Wayne DavisonAdded "need_first_push" logic to delete_in_dir().
2005-01-30 Wayne DavisonThe --delete-during processing only happens during...
2005-01-30 Wayne Davisondelete_in_dir() now mananges the push/pop levels of...
2005-01-30 Wayne Davison- Now delete_in_dir() calls send_directory(), not send_...
2005-01-30 Wayne Davison- Restored the io_error test to delete_files().
next