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
2004-08-10
A minor improvement in check_one_exclude().
Wayne Davison
1
-7
/
+7
2004-08-05
Set "eob" correctly in add_exclude_file().
Wayne Davison
1
-1
/
+1
2004-05-22
Fixed the comment for get_exclude_tok().
Wayne Davison
1
-4
/
+3
2004-05-21
Got rid of a compiler warning (which was only output by certain
Wayne Davison
1
-1
/
+1
2004-05-16
Renamed free_exclude_list() to clear_exclude_list().
Wayne Davison
1
-2
/
+2
2004-05-16
Moved the setting of ret->match_flags up a little in make_exclude().
Wayne Davison
1
-2
/
+2
2004-05-16
- Switched the "include" and "directory" ints into bits in match_flags.
Wayne Davison
1
-40
/
+46
2004-05-15
- Complain about an exclude that was too long and then dump it
Wayne Davison
1
-3
/
+9
2004-05-14
In the debug output, distinguish between a user-requested clearing
Wayne Davison
1
-7
/
+7
2004-04-27
- Changed XFLG_NO_PREFIXES to XFLG_WORDS_ONLY.
Wayne Davison
1
-8
/
+8
2004-04-27
Made a comment clearer.
Wayne Davison
1
-2
/
+2
2004-04-24
Improved the debug string for the local_exclude_list.
Wayne Davison
1
-1
/
+1
2004-04-23
Fixed a comment.
Wayne Davison
1
-3
/
+2
2004-04-22
Restore the old include behavior where a command-line include could
Wayne Davison
1
-2
/
+3
2004-04-22
Initialize the new debug_type string in each exclude list and output
Wayne Davison
1
-11
/
+14
2004-04-22
The debug output for add_exclude() now needs to limit the pattern to
Wayne Davison
1
-2
/
+2
2004-04-17
In add_exclude_file(), if we're word-splitting, stop reading a "line"
Wayne Davison
1
-3
/
+8
2004-04-14
Our exclude lists are now comprised of a base structure with a head
Wayne Davison
1
-84
/
+48
2004-04-14
The check_exclude() and report_exclude_result() functions now take a
Wayne Davison
1
-6
/
+7
2004-04-13
Fixed a potential problem parsing the "!" token from a word-split string.
Wayne Davison
1
-3
/
+4
2004-04-13
A few more improvements to get_exclude_tok() and add_exclude().
Wayne Davison
1
-55
/
+59
2004-04-12
- add_exclude() now takes a flag int and can optionally word-split
Wayne Davison
1
-126
/
+135
2004-04-10
Fixed a bug where an exclude name that got sent over the wire could get
Wayne Davison
1
-13
/
+15
2004-02-23
Trivial whitespace tweak.
Wayne Davison
1
-1
/
+1
2004-02-03
Changed a couple sizeof calls and improved some string handling in
Wayne Davison
1
-13
/
+17
2004-01-27
Use who_am_i() to qualify some debug messages.
Wayne Davison
1
-4
/
+7
2004-01-20
Use new pathjoin() function.
Wayne Davison
1
-6
/
+4
2004-01-08
Got rid of support for protocols 17 and 18.
Wayne Davison
1
-5
/
+0
2004-01-02
Use buffered I/O to read the exclude list.
Wayne Davison
1
-12
/
+12
2003-12-06
Merged in the security fixes from 2.5.7.
Wayne Davison
1
-4
/
+4
2003-09-09
Changed "remote_version" to "protocol_version".
Wayne Davison
1
-2
/
+2
2003-07-30
Call wildmatch(), not fnmatch().
Wayne Davison
1
-12
/
+3
2003-07-01
Made make_exclude() store anchored config-file excludes with the full
Wayne Davison
1
-98
/
+92
2003-05-01
Fixed some matching bugs; made the logic of the matching code a little
Wayne Davison
1
-11
/
+52
2003-04-17
Some whitespace/indentation cleanup.
Wayne Davison
1
-49
/
+48
2003-03-30
Open the file in BINARY fd mode, handle the normal line-ending characters
Wayne Davison
1
-15
/
+29
2003-01-26
Got rid of O_TEXT_STR and added code to strip '\r' from the end of the
Wayne Davison
1
-3
/
+3
2003-01-26
Open config files in text mode when O_TEXT is defined. This helps on
David Dykstra
1
-2
/
+2
2003-01-09
Added .svn/ to the cvs_ignore_list and some trailing slashes to the
Wayne Davison
1
-5
/
+4
2002-08-29
Patch from J.W. Schultz to have --include-from and --exclude-from on
David Dykstra
1
-1
/
+7
2002-04-11
Try to fix ctype issues by always calling these functions as
Martin Pool
1
-2
/
+2
2002-04-09
Correction from Nelson Beebe: argument to functions such as isspace()
Martin Pool
1
-21
/
+22
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
[next]