In the debug output, distinguish between a user-requested clearing
[rsync.git] / exclude.c
2004-05-14 Wayne DavisonIn the debug output, distinguish between a user-request...
2004-04-27 Wayne Davison- Changed XFLG_NO_PREFIXES to XFLG_WORDS_ONLY.
2004-04-27 Wayne DavisonMade a comment clearer.
2004-04-24 Wayne DavisonImproved the debug string for the local_exclude_list.
2004-04-23 Wayne DavisonFixed a comment.
2004-04-22 Wayne DavisonRestore the old include behavior where a command-line...
2004-04-22 Wayne DavisonInitialize the new debug_type string in each exclude...
2004-04-22 Wayne DavisonThe debug output for add_exclude() now needs to limit...
2004-04-17 Wayne DavisonIn add_exclude_file(), if we're word-splitting, stop...
2004-04-14 Wayne DavisonOur exclude lists are now comprised of a base structure...
2004-04-14 Wayne DavisonThe check_exclude() and report_exclude_result() functio...
2004-04-13 Wayne DavisonFixed a potential problem parsing the "!" token from...
2004-04-13 Wayne DavisonA few more improvements to get_exclude_tok() and add_ex...
2004-04-12 Wayne Davison- add_exclude() now takes a flag int and can optionally...
2004-04-10 Wayne DavisonFixed a bug where an exclude name that got sent over...
2004-02-23 Wayne DavisonTrivial whitespace tweak.
2004-02-03 Wayne DavisonChanged a couple sizeof calls and improved some string...
2004-01-27 Wayne DavisonUse who_am_i() to qualify some debug messages.
2004-01-20 Wayne DavisonUse new pathjoin() function.
2004-01-08 Wayne DavisonGot rid of support for protocols 17 and 18.
2004-01-02 Wayne DavisonUse buffered I/O to read the exclude list.
2003-12-06 Wayne DavisonMerged in the security fixes from 2.5.7.
2003-09-09 Wayne DavisonChanged "remote_version" to "protocol_version".
2003-07-30 Wayne DavisonCall wildmatch(), not fnmatch().
2003-07-01 Wayne DavisonMade make_exclude() store anchored config-file excludes...
2003-05-01 Wayne DavisonFixed some matching bugs; made the logic of the matchin...
2003-04-17 Wayne DavisonSome whitespace/indentation cleanup.
2003-03-30 Wayne DavisonOpen the file in BINARY fd mode, handle the normal...
2003-01-26 Wayne DavisonGot rid of O_TEXT_STR and added code to strip '\r'...
2003-01-26 David DykstraOpen config files in text mode when O_TEXT is defined...
2003-01-09 Wayne DavisonAdded .svn/ to the cvs_ignore_list and some trailing...
2002-08-29 David DykstraPatch from J.W. Schultz to have --include-from and...
2002-04-11 Martin PoolTry to fix ctype issues by always calling these functio...
2002-04-09 Martin PoolCorrection from Nelson Beebe: argument to functions...
2002-02-18 Martin PoolDoc.
2002-02-06 Martin PoolDoc: Rusty's /*/* exclude hack produces spurious output...
2002-02-05 Martin PoolPatch from wayned so that add_exclude_list produces...
2002-01-23 Martin PoolSignedness security patch from Sebastian Krahmer <krahm...
2001-06-21 Martin PoolFix from Wayne Davison:
2001-05-07 Andrew Tridgellimported new snprintf.c from samba, got rid of slprintf
2001-02-23 Martin PoolChange from getopt to popt -- requires const-correctnes...
2000-10-26 Martin PoolPrint strerror when a system error occurs; add a new...
2000-10-09 Martin PoolGet rid of const modifiers; they're problematic with...
2000-10-09 Martin Poolinclude/exclude cluestick: with -vv, print out whether...
2000-08-29 Andrew Tridgella hack to make listing remote sites (by leaving off...
2000-01-29 Andrew Tridgellruntime detect fnmatch() bug if ** is used.
2000-01-25 Andrew Tridgellthe convoluted nest of #ifdefs that is fnmatch.c caught...
2000-01-23 Andrew Tridgellremoved Daves include-only optimisation. One of the...
1999-11-08 Andrew Tridgellfixed passing of directory exclude options to remote...
1999-03-12 David DykstraAllow + and - in the "include" and "exclude" directives...
1999-03-02 David DykstraDisable the optimization that treats include-only files...
1999-02-18 David DykstraChanged exclude/include matching so that normally wildc...
1999-02-10 David DykstraChanged the optimized include mode (which kicks in...
1999-02-09 David DykstraSupport '#' and ';' comments in exclude files. It...
1998-11-24 David DykstraAlways include "." when processing exclude lists. ...
1998-11-23 David DykstraAdd "include" and "include from" rsyncd.conf options...
1998-11-14 Andrew Tridgellchanged strlcat() and strlcpy() to have the same semant...
1998-11-04 David DykstraFix confusion between RERR_NOSUPPORT and RERR_UNSUPPORT...
1998-11-03 Andrew Tridgellpatch from Alberto Accomazzi <aaccomazzi@cfa.harvard...
1998-10-26 David DykstraFix bug in --include and --include-from which didn...
1998-10-26 David DykstraOptimize server for special case of a long list of...
1998-05-28 Andrew Tridgelluse Realloc instead of realloc
1998-05-27 Andrew Tridgell- always flush the IO write buffer when reading
1998-05-27 Andrew Tridgelladded support for --include, --include-from and the...
1998-05-15 Andrew Tridgelluse strlcat() strlcpy() and slprintf() whenever possibl...
1998-05-15 Andrew Tridgelladded "exclude" and "exclude from" options to rsyncd...
1998-05-07 Andrew Tridgellsome large systematic changes to make socket conversion...
1998-05-05 Andrew Tridgella leading / in a pattern now means "use a absolute...
1998-04-01 Andrew Tridgellfixed a string termination bug in the uidlist handling...
1998-03-26 Andrew Tridgell- added an internal io_error flag. Whenever an io error...
1998-03-23 Andrew Tridgellfinished 64 bit file offset support. Hopefully rsync...
1997-12-15 Andrew Tridgellsome people are now using rsync as a public server...
1996-06-30 Andrew Tridgell- hard links
1996-06-28 Andrew Tridgellnew exit/cleanup code
1996-06-26 Andrew Tridgellwent to full non-blocking writes for the send_files...
1996-06-22 Andrew TridgellInitial revision