summaryrefslogtreecommitdiff
path: root/exclude.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-05-03Use the new calling syntax for sanitize_path().Wayne Davison1-1/+1
2006-04-25Updated the FSF's address to an even newer one.Wayne Davison1-3/+3
2006-04-25- Updated the address for the FSF in the opening comment.Wayne Davison1-12/+9
2006-03-28Use the regular delete* vars instead of the saw_delete* varsWayne Davison1-4/+2
2006-03-13Fixed a problem when copying an absolute source path withWayne Davison1-1/+1
2006-01-28- We need to send exclude info from the client to a server-receiverWayne Davison1-9/+13
2006-01-21Use the new saw_delete* variables to ensure that the server sideWayne Davison1-2/+4
2006-01-13Got rid of calls to (the soon to vanish) safe_fname() function.Wayne Davison1-5/+4
2006-01-06We need to call clearerr() when getc() returns EOF with errno == EINTR.Wayne Davison1-1/+3
2006-01-02We use the new wildmatch_array() and litmatch_array() functions toWayne Davison1-37/+41
2005-12-24- Renamed match_start -> anchored_match.Wayne Davison1-11/+11
2005-12-17Tweaked the debug output for cvs_filter_list and server_filter_list.Wayne Davison1-2/+2
2005-10-07Support new XFLG_ABS_IF_SLASH flag.Wayne Davison1-5/+9
2005-09-16Really fix '!' in a .cvsignore file this time.Wayne Davison1-1/+2