index
:
platform/upstream/rsync
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_wearable
backup/rsync-3.1.1-20220217
pristine-tar
sandbox/backup/rsync_3.2.3_20240122
sandbox/dh0128.kwak/rsync-3.2.3-20220216
sandbox/rsync_3.2.7
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_4.0_tv
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
tizen_ivi_genivi
upstream
Domain: System / Base;
Donghun Kwak <dh0128.kwak@samsung.com>, hyunjee Kim <hj0426.kim@samsung.com>, JinWang An <jinwang.an@samsung.com>, Kiseok Chang <kiso.chang@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
exclude.c
Age
Commit message (
Expand
)
Author
Files
Lines
2002-02-18
Doc.
Martin Pool
1
-6
/
+4
2002-02-06
Doc: Rusty's /*/* exclude hack produces spurious output with -vv.
Martin Pool
1
-0
/
+5
2002-02-05
Patch from wayned so that add_exclude_list produces clearer debugging
Martin Pool
1
-3
/
+5
2002-01-23
Signedness security patch from Sebastian Krahmer <krahmer@suse.de> --
Martin Pool
1
-1
/
+2
2001-06-21
Fix from Wayne Davison:
Martin Pool
1
-1
/
+1
2001-05-07
imported new snprintf.c from samba, got rid of slprintf
Andrew Tridgell
1
-1
/
+1
2001-02-23
Change from getopt to popt -- requires const-correctness on arguments.
Martin Pool
1
-8
/
+9
2000-10-26
Print strerror when a system error occurs; add a new function rsyserr
Martin Pool
1
-1
/
+4
2000-10-09
Get rid of const modifiers; they're problematic with old compilers.
Martin Pool
1
-1
/
+1
2000-10-09
include/exclude cluestick: with -vv, print out whether files are
Martin Pool
1
-9
/
+41
2000-08-29
a hack to make listing remote sites (by leaving off a target) more
Andrew Tridgell
1
-0
/
+6
2000-01-29
runtime detect fnmatch() bug if ** is used.
Andrew Tridgell
1
-1
/
+11
2000-01-25
the convoluted nest of #ifdefs that is fnmatch.c caught us again. On
Andrew Tridgell
1
-2
/
+4
2000-01-23
removed Daves include-only optimisation. One of the bug reports turned
Andrew Tridgell
1
-53
/
+0
1999-11-08
fixed passing of directory exclude options to remote side (thanks to
Andrew Tridgell
1
-1
/
+4
1999-03-12
Allow + and - in the "include" and "exclude" directives in rsyncd.conf.
David Dykstra
1
-2
/
+50
1999-03-02
Disable the optimization that treats include-only files as a special case
David Dykstra
1
-1
/
+2
1999-02-18
Changed exclude/include matching so that normally wildcards will stop at
David Dykstra
1
-1
/
+2
1999-02-10
Changed the optimized include mode (which kicks in when there are a series
David Dykstra
1
-1
/
+4
1999-02-09
Support '#' and ';' comments in exclude files. It would actually not
David Dykstra
1
-1
/
+6
1998-11-24
Always include "." when processing exclude lists. This avoids confusion
David Dykstra
1
-0
/
+4
1998-11-23
Add "include" and "include from" rsyncd.conf options. Contributed
David Dykstra
1
-0
/
+11
1998-11-14
changed strlcat() and strlcpy() to have the same semantics as the
Andrew Tridgell
1
-1
/
+1
1998-11-04
Fix confusion between RERR_NOSUPPORT and RERR_UNSUPPORTED for exit codes
David Dykstra
1
-1
/
+1
1998-11-03
patch from Alberto Accomazzi <aaccomazzi@cfa.harvard.edu> to add
Andrew Tridgell
1
-2
/
+2
1998-10-26
Fix bug in --include and --include-from which didn't work as advertised;
David Dykstra
1
-15
/
+10
1998-10-26
Optimize server for special case of a long list of includes ("+") followed
David Dykstra
1
-1
/
+53
1998-05-28
use Realloc instead of realloc
Andrew Tridgell
1
-5
/
+1
1998-05-27
- always flush the IO write buffer when reading
Andrew Tridgell
1
-3
/
+3
1998-05-27
added support for --include, --include-from and the +/- syntax
Andrew Tridgell
1
-118
/
+191
1998-05-15
use strlcat() strlcpy() and slprintf() whenever possible to avoid any
Andrew Tridgell
1
-2
/
+2
1998-05-15
added "exclude" and "exclude from" options to rsyncd.conf.
Andrew Tridgell
1
-6
/
+16
1998-05-07
some large systematic changes to make socket conversion easier. The
Andrew Tridgell
1
-4
/
+3
1998-05-05
a leading / in a pattern now means "use a absolute path match". This
Andrew Tridgell
1
-0
/
+2
1998-04-01
fixed a string termination bug in the uidlist handling code. I've also
Andrew Tridgell
1
-3
/
+3
1998-03-26
- added an internal io_error flag. Whenever an io error occurs (such
Andrew Tridgell
1
-2
/
+3
1998-03-23
finished 64 bit file offset support. Hopefully rsync can now transfer
Andrew Tridgell
1
-1
/
+1
1997-12-15
some people are now using rsync as a public server, using various
Andrew Tridgell
1
-1
/
+1
1996-06-30
- hard links
Andrew Tridgell
1
-3
/
+3
1996-06-28
new exit/cleanup code
Andrew Tridgell
1
-1
/
+1
1996-06-26
went to full non-blocking writes for the send_files() process
Andrew Tridgell
1
-1
/
+0
1996-06-22
Initial revision
Andrew Tridgell
1
-0
/
+202