aboutsummaryrefslogtreecommitdiffstats
path: root/exclude.c
Commit message (Expand)AuthorAgeFilesLines
* The exclude code wasn't sending the MATCHFLG_NEGATE (!) char to theWayne Davison2006-11-211-0/+2
* - Added the 'p' (perishable) flag to the filter rules, as suggestedWayne Davison2006-11-111-3/+15
* Tweaked an exit_cleanup() value.Wayne Davison2006-11-111-1/+1
* Cast pat_len to an int when using it as a field width.Wayne Davison2006-10-131-1/+1
* Fixed an infinite loop in parse_rule() when a filter rule is tooWayne Davison2006-10-131-8/+8
* Some minor improvements to parse_merge_name().Wayne Davison2006-10-121-12/+11
* The --delete-excluded code now also drops any merge file that wasWayne Davison2006-09-091-6/+12
* Matt pointed out that the code was not properly dropping excludesWayne Davison2006-09-011-0/+11
* Make sure that --delete-excluded does not elide a per-dir mergeWayne Davison2006-08-311-1/+2
* Fixed an exclude bug with --relative excluding "/".Wayne Davison2006-08-121-2/+2
* Added ".bzr/" to the default CVS exclusions.Wayne Davison2006-05-111-1/+1
* Use the new calling syntax for sanitize_path().Wayne Davison2006-05-031-1/+1
* Updated the FSF's address to an even newer one.Wayne Davison2006-04-251-3/+3
* - Updated the address for the FSF in the opening comment.Wayne Davison2006-04-251-12/+9
* Use the regular delete* vars instead of the saw_delete* varsWayne Davison2006-03-281-4/+2
* Fixed a problem when copying an absolute source path withWayne Davison2006-03-131-1/+1
* - We need to send exclude info from the client to a server-receiverWayne Davison2006-01-281-9/+13
* Use the new saw_delete* variables to ensure that the server sideWayne Davison2006-01-211-2/+4
* Got rid of calls to (the soon to vanish) safe_fname() function.Wayne Davison2006-01-131-5/+4
* We need to call clearerr() when getc() returns EOF with errno == EINTR.Wayne Davison2006-01-061-1/+3
* We use the new wildmatch_array() and litmatch_array() functions toWayne Davison2006-01-021-37/+41
* - Renamed match_start -> anchored_match.Wayne Davison2005-12-241-11/+11
* Tweaked the debug output for cvs_filter_list and server_filter_list.Wayne Davison2005-12-171-2/+2
* Support new XFLG_ABS_IF_SLASH flag.Wayne Davison2005-10-071-5/+9
* Really fix '!' in a .cvsignore file this time.Wayne Davison2005-09-161-1/+2
* Use BIGPATHBUFLEN for the length of two line buffers.Wayne Davison2005-07-291-2/+2
* Changed overflow() to overflow_exit().Wayne Davison2005-07-071-1/+1
* A slightly better fix than the last one (though it won't make anyWayne Davison2005-04-261-2/+2
* Fixed problem with -C when we're the sender, the remote is using anWayne Davison2005-04-261-2/+1
* Make sure that "- !" or "+ !" aren't interpreted as a list-clearingWayne Davison2005-04-071-2/+1
* Tweaked an error message.Wayne Davison2005-02-271-1/+1
* Fixed a problem sending include rules to an older rsync.Wayne Davison2005-02-261-3/+3
* Have rule_strcmp() accept and return a uchar*.Wayne Davison2005-02-201-2/+2
* Rules read in from per-dir merge files need to have non-applicableWayne Davison2005-02-191-0/+13
* - Added modifiers for the include/exclude rules that makes themWayne Davison2005-02-121-10/+79
* Changed rule_match() to rule_strcmp(). Likewise for theWayne Davison2005-02-111-7/+7
* Allow a ',' to prefix the MODIFIERS for a single-letter filter rule.Wayne Davison2005-02-081-0/+2
* - Added long-name filter rules.Wayne Davison2005-02-081-2/+39
* Added missing call to safe_fname().Wayne Davison2005-02-071-2/+3
* Fixed an off-by-one error in the prefix-length checking inWayne Davison2005-02-051-6/+7
* Improved the name of a variable.Wayne Davison2005-02-051-3/+3
* - Moved get_cvs_excludes() up above its only use and made it static.Wayne Davison2005-02-041-33/+32
* If we're a "local server" (i.e. we just forked a server for aWayne Davison2005-02-041-4/+5
* Fixed the way get_rule_prefix() turns the MATCHFLG_WORD_SPLIT flagWayne Davison2005-02-041-2/+2
* - Changed filter_rule() to add_rule().Wayne Davison2005-02-041-100/+166
* Fixed the MODIFIERS_MERGE_FILE define.Wayne Davison2005-02-041-1/+1
* Added an mflags arg to get_filter_tok(), add_filter_file(), andWayne Davison2005-02-031-98/+103
* Implemented a "!" modifier for filter rules that lets a rule triggerWayne Davison2005-02-031-8/+12
* Changed the "s" modifier to "w" for a word-splitting merge file.Wayne Davison2005-01-311-1/+1
* - Renamed make_filter() to filter_rule().Wayne Davison2005-01-291-37/+38