summaryrefslogtreecommitdiff
path: root/exclude.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-07Got rid of some old exclude trickery for --list-only w/o -r.Wayne Davison1-6/+0
2007-09-03Use new0() function instead of new() followed by memset().Wayne Davison1-2/+1
2007-08-04Avoid a crash if pop_local_filters() has some pointer gaps.Wayne Davison1-10/+14
2007-07-10Tweaking the license text a bit more.Wayne Davison1-2/+3
2007-07-07Switching to GPL 3.Wayne Davison1-3/+2
2007-02-04Further modifications to the copyright comment section.Wayne Davison1-4/+3
2006-12-28New support function: change_local_filter_dir().Wayne Davison1-0/+24
2006-12-28Don't include MATCHFLG_PERISHABLE in CVS-exclude handling unlessWayne Davison1-2/+4
2006-11-21The exclude code wasn't sending the MATCHFLG_NEGATE (!) char to theWayne Davison1-0/+2
2006-11-11- Added the 'p' (perishable) flag to the filter rules, as suggestedWayne Davison1-3/+15
2006-11-11Tweaked an exit_cleanup() value.Wayne Davison1-1/+1
2006-10-13Cast pat_len to an int when using it as a field width.Wayne Davison1-1/+1
2006-10-13Fixed an infinite loop in parse_rule() when a filter rule is tooWayne Davison1-8/+8
2006-10-12Some minor improvements to parse_merge_name().Wayne Davison1-12/+11
2006-09-09The --delete-excluded code now also drops any merge file that wasWayne Davison1-6/+12
2006-09-01Matt pointed out that the code was not properly dropping excludesWayne Davison1-0/+11
2006-08-31Make sure that --delete-excluded does not elide a per-dir mergeWayne Davison1-1/+2
2006-08-12Fixed an exclude bug with --relative excluding "/".Wayne Davison1-2/+2
2006-05-11Added ".bzr/" to the default CVS exclusions.Wayne Davison1-1/+1
2006-05-03Use the new calling syntax for sanitize_path().Wayne Davison1-1/+1
2006-04-25Updated the FSF's address to an even newer one.Wayne Davison1-3/+3
2006-04-25- Updated the address for the FSF in the opening comment.Wayne Davison1-12/+9
2006-03-28Use the regular delete* vars instead of the saw_delete* varsWayne Davison1-4/+2
2006-03-13Fixed a problem when copying an absolute source path withWayne Davison1-1/+1
2006-01-28- We need to send exclude info from the client to a server-receiverWayne Davison1-9/+13
2006-01-21Use the new saw_delete* variables to ensure that the server sideWayne Davison1-2/+4
2006-01-13Got rid of calls to (the soon to vanish) safe_fname() function.Wayne Davison1-5/+4
2006-01-06We need to call clearerr() when getc() returns EOF with errno == EINTR.Wayne Davison1-1/+3
2006-01-02We use the new wildmatch_array() and litmatch_array() functions toWayne Davison1-37/+41
2005-12-24- Renamed match_start -> anchored_match.Wayne Davison1-11/+11
2005-12-17Tweaked the debug output for cvs_filter_list and server_filter_list.Wayne Davison1-2/+2
2005-10-07Support new XFLG_ABS_IF_SLASH flag.Wayne Davison1-5/+9
2005-09-16Really fix '!' in a .cvsignore file this time.Wayne Davison1-1/+2
2005-07-29Use BIGPATHBUFLEN for the length of two line buffers.Wayne Davison1-2/+2
2005-07-07Changed overflow() to overflow_exit().Wayne Davison1-1/+1
2005-04-26A slightly better fix than the last one (though it won't make anyWayne Davison1-2/+2
2005-04-26Fixed problem with -C when we're the sender, the remote is using anWayne Davison1-2/+1
2005-04-07Make sure that "- !" or "+ !" aren't interpreted as a list-clearingWayne Davison1-2/+1
2005-02-27Tweaked an error message.Wayne Davison1-1/+1
2005-02-26Fixed a problem sending include rules to an older rsync.Wayne Davison1-3/+3
2005-02-20Have rule_strcmp() accept and return a uchar*.Wayne Davison1-2/+2
2005-02-19Rules read in from per-dir merge files need to have non-applicableWayne Davison1-0/+13
2005-02-12- Added modifiers for the include/exclude rules that makes themWayne Davison1-10/+79
2005-02-11Changed rule_match() to rule_strcmp(). Likewise for theWayne Davison1-7/+7
2005-02-08Allow a ',' to prefix the MODIFIERS for a single-letter filter rule.Wayne Davison1-0/+2
2005-02-08- Added long-name filter rules.Wayne Davison1-2/+39
2005-02-07Added missing call to safe_fname().Wayne Davison1-2/+3
2005-02-05Fixed an off-by-one error in the prefix-length checking inWayne Davison1-6/+7
2005-02-05Improved the name of a variable.Wayne Davison1-3/+3
2005-02-04- Moved get_cvs_excludes() up above its only use and made it static.Wayne Davison1-33/+32