]> git.ipfire.org Git - thirdparty/rsync.git/shortlog
thirdparty/rsync.git
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().
2005-01-29  Wayne Davison- Made delete_files() call send_file_list() and delete_...
2005-01-29  Wayne DavisonIf --recurse wasn't specified, turn off all the --delet...
2005-01-29  Wayne DavisonTweaked check in front of delete_files() call.
2005-01-29  Wayne Davison- Improved the handling of -x with -K.
2005-01-29  Wayne DavisonThe --dirs was sending -k instead of -d.
2005-01-29  Wayne Davison- Document the new "/" modifier for -/+.
2005-01-29  Wayne DavisonRenamed XFLG_ABS_PATH XFLG_ANCHORED2ABS.
2005-01-29  Wayne DavisonMoved the module_id define into clientserver.c.
2005-01-29  Wayne Davison- Renamed make_filter() to filter_rule().
2005-01-29  Wayne Davison- Moved the module_id definition from options.c to...
2005-01-29  Wayne DavisonChange one call to add_cvs_excludes() to add_filter...
2005-01-28  Wayne DavisonA minor change to the HAVE_GETPGRP code.
2005-01-28  Wayne DavisonFixed some typos.
2005-01-28  Wayne DavisonMention a few more things.
2005-01-28  Wayne DavisonPass an unsigned character to isdigit().
2005-01-28  Wayne DavisonDon't allow the user to specify a filter file that...
2005-01-28  Wayne DavisonGot rid of an unreachable free() call.
2005-01-28  Wayne DavisonCast each value referenced from the struct mallinfo...
2005-01-28  Wayne DavisonDon't set unsigned del_heir_name_len to -1 -- it's...
2005-01-28  Wayne DavisonCase uchar pointer to a char pointer when calling strlen().
2005-01-28  Wayne Davison- Use "uchar" instead of "unsigned char".
2005-01-28  Wayne DavisonCall the right stat function based on USE_STAT64_FUNCS.
2005-01-28  Wayne DavisonChanged direct call to fstat() into a call to do_fstat().
next