summaryrefslogtreecommitdiff
path: root/exclude.c
Commit message (Expand)AuthorAgeFilesLines
* Make --delete-excluded work better with --filter=merge.Wayne Davison2011-09-151-6/+2
* Add .hg dir exclude to default_cvsignore list.Wayne Davison2011-02-201-1/+1
* Fixed inconsistencies reported by packaging/var-checker.Wayne Davison2010-06-301-1/+1
* Fixed the passing of a '/' modifier for an absolute-path filter rule.Wayne Davison2009-12-301-0/+2
* Update the copyright year.Wayne Davison2009-01-171-1/+1
* Output an FERROR* for a general io_error, and an FWARNING for otherWayne Davison2008-07-311-1/+1
* Improved a length check in parse_merge_name().Wayne Davison2008-03-261-3/+4
* Don't send daemon-config filter-action messages back to the user.Wayne Davison2008-03-241-8/+9
* Added XFLG_DIR2WILD3 flag that the daemon uses to transform anyWayne Davison2008-03-221-2/+17
* A couple fixes in add_rule() for XFLG_ABS_IF_SLASH:Wayne Davison2008-03-221-12/+21
* Change ex_len to pre_len in add_rule().Wayne Davison2008-03-221-9/+9
* Some improvements to the file-name cleaning code:Wayne Davison2008-03-201-1/+1
* Changed the name of the server_filter_list to beWayne Davison2008-03-201-3/+3
* Added "const" to a couple more char * args.Wayne Davison2008-03-161-3/+3
* Include 2008 in the copyright years.Wayne Davison2008-03-011-1/+1
* Got rid of the unused symlink parameter to sanitize_path().Wayne Davison2007-11-201-1/+1
* Including my extern-squishing script, which just found anWayne Davison2007-11-111-1/+0
* Call clean_fname() with new flag arg.Wayne Davison2007-10-311-5/+5
* Fixed problem with anchored filter and an absoluteWayne Davison2007-10-261-5/+4
* Added .git/ to "CVS" excludes.Wayne Davison2007-10-251-1/+1
* Got rid of some old exclude trickery for --list-only w/o -r.Wayne Davison2007-10-071-6/+0
* Use new0() function instead of new() followed by memset().Wayne Davison2007-09-031-2/+1
* Avoid a crash if pop_local_filters() has some pointer gaps.Wayne Davison2007-08-041-10/+14
* Tweaking the license text a bit more.Wayne Davison2007-07-101-2/+3
* Switching to GPL 3.Wayne Davison2007-07-071-3/+2
* Further modifications to the copyright comment section.Wayne Davison2007-02-041-4/+3
* New support function: change_local_filter_dir().Wayne Davison2006-12-281-0/+24
* Don't include MATCHFLG_PERISHABLE in CVS-exclude handling unlessWayne Davison2006-12-281-2/+4
* The exclude code wasn't sending the MATCHFLG_NEGATE (!) char to theWayne Davison2006-11-211-0/+2
* - Added the 'p' (perishable) flag to the filter rules, as suggestedWayne Davison2006-11-111-3/+15
* Tweaked an exit_cleanup() value.Wayne Davison2006-11-111-1/+1
* Cast pat_len to an int when using it as a field width.Wayne Davison2006-10-131-1/+1
* Fixed an infinite loop in parse_rule() when a filter rule is tooWayne Davison2006-10-131-8/+8
* Some minor improvements to parse_merge_name().Wayne Davison2006-10-121-12/+11
* The --delete-excluded code now also drops any merge file that wasWayne Davison2006-09-091-6/+12
* Matt pointed out that the code was not properly dropping excludesWayne Davison2006-09-011-0/+11
* Make sure that --delete-excluded does not elide a per-dir mergeWayne Davison2006-08-311-1/+2
* Fixed an exclude bug with --relative excluding "/".Wayne Davison2006-08-121-2/+2
* Added ".bzr/" to the default CVS exclusions.Wayne Davison2006-05-111-1/+1
* Use the new calling syntax for sanitize_path().Wayne Davison2006-05-031-1/+1
* Updated the FSF's address to an even newer one.Wayne Davison2006-04-251-3/+3
* - Updated the address for the FSF in the opening comment.Wayne Davison2006-04-251-12/+9
* Use the regular delete* vars instead of the saw_delete* varsWayne Davison2006-03-281-4/+2
* Fixed a problem when copying an absolute source path withWayne Davison2006-03-131-1/+1
* - We need to send exclude info from the client to a server-receiverWayne Davison2006-01-281-9/+13
* 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