summaryrefslogtreecommitdiff
path: root/exclude.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-26Bump the year to 2014.Wayne Davison1-1/+1
2013-12-14Fix a typo that Stefan Beller pointed out.Wayne Davison1-1/+1
2013-01-19Update copyright year.Wayne Davison1-1/+1
2011-09-15Make --delete-excluded work better with --filter=merge.Wayne Davison1-6/+2
2011-02-17Add .hg dir exclude to default_cvsignore list.Wayne Davison1-1/+1
2009-08-10Fix a warning about a %d not getting an int (on some platforms).Wayne Davison1-1/+1
2009-05-23Refactorings to the filter code, most notably:Matt McCutchen1-174/+217
2009-05-23Improved a couple variable names.Wayne Davison1-54/+42
2009-05-23Use typedefs for the filter structures.Wayne Davison1-36/+36
2009-05-23Change filter MATCHFLGs to FILTRULEs.Wayne Davison1-138/+138
2009-01-03Update the copyright year.Wayne Davison1-1/+1
2008-09-01Don't define an array with no size.Wayne Davison1-2/+2
2008-09-01A little tidying up to follow my preferred style.Wayne Davison1-14/+23
2008-09-01Several fixes for merge file handling:Matt McCutchen1-28/+112
2008-07-31Output an FERROR* for a general io_error, and an FWARNING for otherWayne Davison1-1/+1
2008-07-20Include the array-size in array externs so that IBM's code-checkerWayne Davison1-1/+1
2008-07-13Added the --info=FLAGS an --debug=FLAGS options, which allowsWayne Davison1-7/+6
2008-03-26Improved a length check in parse_merge_name().Wayne Davison1-3/+4
2008-03-24Don't send daemon-config filter-action messages back to the user.Wayne Davison1-8/+9
2008-03-22Added XFLG_DIR2WILD3 flag that the daemon uses to transform anyWayne Davison1-2/+17
2008-03-22A couple fixes in add_rule() for XFLG_ABS_IF_SLASH:Wayne Davison1-12/+21
2008-03-22Change ex_len to pre_len in add_rule().Wayne Davison1-9/+9
2008-03-20Some improvements to the file-name cleaning code:Wayne Davison1-1/+1
2008-03-20Changed the name of the server_filter_list to beWayne Davison1-3/+3
2008-03-16Added "const" to a couple more char * args.Wayne Davison1-3/+3
2008-03-01Include 2008 in the copyright years.Wayne Davison1-1/+1
2007-11-20Got rid of the unused symlink parameter to sanitize_path().Wayne Davison1-1/+1
2007-11-11Including my extern-squishing script, which just found anWayne Davison1-1/+0
2007-10-31Call clean_fname() with new flag arg.Wayne Davison1-5/+5
2007-10-26Fixed problem with anchored filter and an absoluteWayne Davison1-5/+4
2007-10-25Added .git/ to "CVS" excludes.Wayne Davison1-1/+1
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