From: Wayne Davison Date: Fri, 4 Feb 2005 21:13:06 +0000 (+0000) Subject: - Changed filter_rule() to add_rule(). X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/fdc795015ff2a8adb330a1ee2180f9944b21a997?hp=fdc795015ff2a8adb330a1ee2180f9944b21a997 - Changed filter_rule() to add_rule(). - Improved the debug info coming from add_rule(). - Changed add_filter() to parse_rule() and add_filter_file() to parse_filter_file(). - Changed get_filter_tok() to parse_rule_tok(). - Made the mflags a uint32. - Added an extra arg to get_rule_prefix() to indicate if we're building the options for transmission or other purposes. - The 'C' modifier can now be applied to a '-' rule, so it now sets a new flag: MATCHFLG_CVS_IGNORE. - The send_filter_list() and recv_filter_list() functions now handle all the logic needed to do the right thing for -C (this used to be in main.c). ---