aboutsummaryrefslogtreecommitdiffstats
path: root/exclude.c
Commit message (Expand)AuthorAgeFilesLines
...
* - 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
* Try to fix ctype issues by always calling these functions asMartin Pool2002-04-111-2/+2
* Correction from Nelson Beebe: argument to functions such as isspace()Martin Pool2002-04-091-21/+22
* Doc.Martin Pool2002-02-181-6/+4
* Doc: Rusty's /*/* exclude hack produces spurious output with -vv.Martin Pool2002-02-061-0/+5
* Patch from wayned so that add_exclude_list produces clearer debuggingMartin Pool2002-02-051-3/+5
* Signedness security patch from Sebastian Krahmer <krahmer@suse.de> --Martin Pool2002-01-231-1/+2
* Fix from Wayne Davison:Martin Pool2001-06-211-1/+1
* imported new snprintf.c from samba, got rid of slprintfAndrew Tridgell2001-05-071-1/+1
* Change from getopt to popt -- requires const-correctness on arguments.Martin Pool2001-02-231-8/+9
* Print strerror when a system error occurs; add a new function rsyserrMartin Pool2000-10-261-1/+4
* Get rid of const modifiers; they're problematic with old compilers.Martin Pool2000-10-091-1/+1
* include/exclude cluestick: with -vv, print out whether files areMartin Pool2000-10-091-9/+41
* a hack to make listing remote sites (by leaving off a target) moreAndrew Tridgell2000-08-291-0/+6
* runtime detect fnmatch() bug if ** is used.Andrew Tridgell2000-01-291-1/+11
* the convoluted nest of #ifdefs that is fnmatch.c caught us again. OnAndrew Tridgell2000-01-251-2/+4
* removed Daves include-only optimisation. One of the bug reports turnedAndrew Tridgell2000-01-231-53/+0
* fixed passing of directory exclude options to remote side (thanks toAndrew Tridgell1999-11-081-1/+4