summaryrefslogtreecommitdiff
path: root/exclude.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Complain about an exclude that was too long and then dump itWayne Davison2004-05-151-3/+9
* In the debug output, distinguish between a user-requested clearingWayne Davison2004-05-141-7/+7
* - Changed XFLG_NO_PREFIXES to XFLG_WORDS_ONLY.Wayne Davison2004-04-271-8/+8
* Made a comment clearer.Wayne Davison2004-04-271-2/+2
* Improved the debug string for the local_exclude_list.Wayne Davison2004-04-241-1/+1
* Fixed a comment.Wayne Davison2004-04-231-3/+2
* Restore the old include behavior where a command-line include couldWayne Davison2004-04-221-2/+3
* Initialize the new debug_type string in each exclude list and outputWayne Davison2004-04-221-11/+14
* The debug output for add_exclude() now needs to limit the pattern toWayne Davison2004-04-221-2/+2
* In add_exclude_file(), if we're word-splitting, stop reading a "line"Wayne Davison2004-04-171-3/+8