aboutsummaryrefslogtreecommitdiffstats
path: root/exclude.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't allow the user to specify a filter file that is excludedWayne Davison2005-01-281-3/+12
* Case uchar pointer to a char pointer when calling strlen().Wayne Davison2005-01-281-1/+1
* - Moved the code that turns rule flags into chars into a newWayne Davison2005-01-251-43/+54
* Renamed several exclude-related functions/variables using newWayne Davison2005-01-251-97/+96
* Don't try to allocate zero bytes in push_local_excludes().Wayne Davison2005-01-251-0/+6
* Implemented the core of the merge-file and per-dir merge-file supportWayne Davison2005-01-251-69/+583
* Changed a comment.Wayne Davison2005-01-221-5/+3
* Aid forward-compatibility in the include/exclude syntax by puttingWayne Davison2005-01-131-1/+1
* Re-enable the "!" token-handling in a .cvsignore file.Wayne Davison2004-10-061-3/+4
* In get_exclude_tok(), if XFLG_DIRECTORY was passed in the xflags,Wayne Davison2004-09-221-0/+2
* A minor improvement in check_one_exclude().Wayne Davison2004-08-101-7/+7
* Set "eob" correctly in add_exclude_file().Wayne Davison2004-08-051-1/+1
* Fixed the comment for get_exclude_tok().Wayne Davison2004-05-221-4/+3
* Got rid of a compiler warning (which was only output by certainWayne Davison2004-05-211-1/+1
* Renamed free_exclude_list() to clear_exclude_list().Wayne Davison2004-05-161-2/+2
* Moved the setting of ret->match_flags up a little in make_exclude().Wayne Davison2004-05-161-2/+2
* - Switched the "include" and "directory" ints into bits in match_flags.Wayne Davison2004-05-161-40/+46