aboutsummaryrefslogtreecommitdiffstats
path: root/exclude.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Our exclude lists are now comprised of a base structure with a headWayne Davison2004-04-141-84/+48
* The check_exclude() and report_exclude_result() functions now take aWayne Davison2004-04-141-6/+7
* Fixed a potential problem parsing the "!" token from a word-split string.Wayne Davison2004-04-131-3/+4
* A few more improvements to get_exclude_tok() and add_exclude().Wayne Davison2004-04-131-55/+59
* - add_exclude() now takes a flag int and can optionally word-splitWayne Davison2004-04-121-126/+135
* Fixed a bug where an exclude name that got sent over the wire could getWayne Davison2004-04-101-13/+15
* Trivial whitespace tweak.Wayne Davison2004-02-231-1/+1
* Changed a couple sizeof calls and improved some string handling inWayne Davison2004-02-031-13/+17
* Use who_am_i() to qualify some debug messages.Wayne Davison2004-01-271-4/+7
* Use new pathjoin() function.Wayne Davison2004-01-201-6/+4
* Got rid of support for protocols 17 and 18.Wayne Davison2004-01-081-5/+0
* Use buffered I/O to read the exclude list.Wayne Davison2004-01-021-12/+12
* Merged in the security fixes from 2.5.7.Wayne Davison2003-12-061-4/+4
* Changed "remote_version" to "protocol_version".Wayne Davison2003-09-091-2/+2
* Call wildmatch(), not fnmatch().Wayne Davison2003-07-301-12/+3
* Made make_exclude() store anchored config-file excludes with the fullWayne Davison2003-07-011-98/+92
* Fixed some matching bugs; made the logic of the matching code a littleWayne Davison2003-05-011-11/+52
* Some whitespace/indentation cleanup.Wayne Davison2003-04-171-49/+48
* Open the file in BINARY fd mode, handle the normal line-ending charactersWayne Davison2003-03-301-15/+29
* Got rid of O_TEXT_STR and added code to strip '\r' from the end of theWayne Davison2003-01-261-3/+3
* Open config files in text mode when O_TEXT is defined. This helps onDavid Dykstra2003-01-261-2/+2
* Added .svn/ to the cvs_ignore_list and some trailing slashes to theWayne Davison2003-01-091-5/+4
* Patch from J.W. Schultz to have --include-from and --exclude-from onDavid Dykstra2002-08-291-1/+7