index
:
android_external_rsync
cm-10.1
cm-10.2
cm-11.0
cm-12.0
cm-12.1
cm-13.0
cm-14.0
cm-14.1
gb-release-7.2
gingerbread
gingerbread-release
ics
jellybean
jellybean-stable
lineage-15.1
lineage-16.0
lineage-17.0
lineage-17.1
master
mr1.1-staging
shipping/cm-11.0
stable/cm-10.2
stable/cm-11.0
stable/cm-11.0-XNF8Y
stable/cm-11.0-XNF9X
stable/cm-11.0-XNG2S
stable/cm-11.0-XNG3C
stable/cm-12.0-YNG1I
stable/cm-12.0-YNG1T
stable/cm-12.0-YNG1TA
stable/cm-12.0-YNG3C
stable/cm-12.0-YNG4N
stable/cm-12.1-YOG3C
stable/cm-12.1-YOG4P
stable/cm-12.1-YOG7D
stable/cm-13.0-ZNH0E
stable/cm-13.0-ZNH2K
stable/cm-13.0-ZNH2KB
stable/cm-13.0-ZNH5Y
staging/cm-12.0-caf
staging/cm-12.1
staging/lineage-15.1
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
exclude.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Don't allow the user to specify a filter file that is excluded
Wayne Davison
2005-01-28
1
-3
/
+12
*
Case uchar pointer to a char pointer when calling strlen().
Wayne Davison
2005-01-28
1
-1
/
+1
*
- Moved the code that turns rule flags into chars into a new
Wayne Davison
2005-01-25
1
-43
/
+54
*
Renamed several exclude-related functions/variables using new
Wayne Davison
2005-01-25
1
-97
/
+96
*
Don't try to allocate zero bytes in push_local_excludes().
Wayne Davison
2005-01-25
1
-0
/
+6
*
Implemented the core of the merge-file and per-dir merge-file support
Wayne Davison
2005-01-25
1
-69
/
+583
*
Changed a comment.
Wayne Davison
2005-01-22
1
-5
/
+3
*
Aid forward-compatibility in the include/exclude syntax by putting
Wayne Davison
2005-01-13
1
-1
/
+1
*
Re-enable the "!" token-handling in a .cvsignore file.
Wayne Davison
2004-10-06
1
-3
/
+4
*
In get_exclude_tok(), if XFLG_DIRECTORY was passed in the xflags,
Wayne Davison
2004-09-22
1
-0
/
+2
*
A minor improvement in check_one_exclude().
Wayne Davison
2004-08-10
1
-7
/
+7
*
Set "eob" correctly in add_exclude_file().
Wayne Davison
2004-08-05
1
-1
/
+1
*
Fixed the comment for get_exclude_tok().
Wayne Davison
2004-05-22
1
-4
/
+3
*
Got rid of a compiler warning (which was only output by certain
Wayne Davison
2004-05-21
1
-1
/
+1
*
Renamed free_exclude_list() to clear_exclude_list().
Wayne Davison
2004-05-16
1
-2
/
+2
*
Moved the setting of ret->match_flags up a little in make_exclude().
Wayne Davison
2004-05-16
1
-2
/
+2
*
- Switched the "include" and "directory" ints into bits in match_flags.
Wayne Davison
2004-05-16
1
-40
/
+46
*
- Complain about an exclude that was too long and then dump it
Wayne Davison
2004-05-15
1
-3
/
+9
*
In the debug output, distinguish between a user-requested clearing
Wayne Davison
2004-05-14
1
-7
/
+7
*
- Changed XFLG_NO_PREFIXES to XFLG_WORDS_ONLY.
Wayne Davison
2004-04-27
1
-8
/
+8
*
Made a comment clearer.
Wayne Davison
2004-04-27
1
-2
/
+2
*
Improved the debug string for the local_exclude_list.
Wayne Davison
2004-04-24
1
-1
/
+1
*
Fixed a comment.
Wayne Davison
2004-04-23
1
-3
/
+2
*
Restore the old include behavior where a command-line include could
Wayne Davison
2004-04-22
1
-2
/
+3
*
Initialize the new debug_type string in each exclude list and output
Wayne Davison
2004-04-22
1
-11
/
+14
*
The debug output for add_exclude() now needs to limit the pattern to
Wayne Davison
2004-04-22
1
-2
/
+2
*
In add_exclude_file(), if we're word-splitting, stop reading a "line"
Wayne Davison
2004-04-17
1
-3
/
+8
*
Our exclude lists are now comprised of a base structure with a head
Wayne Davison
2004-04-14
1
-84
/
+48
*
The check_exclude() and report_exclude_result() functions now take a
Wayne Davison
2004-04-14
1
-6
/
+7
*
Fixed a potential problem parsing the "!" token from a word-split string.
Wayne Davison
2004-04-13
1
-3
/
+4
*
A few more improvements to get_exclude_tok() and add_exclude().
Wayne Davison
2004-04-13
1
-55
/
+59
*
- add_exclude() now takes a flag int and can optionally word-split
Wayne Davison
2004-04-12
1
-126
/
+135
*
Fixed a bug where an exclude name that got sent over the wire could get
Wayne Davison
2004-04-10
1
-13
/
+15
*
Trivial whitespace tweak.
Wayne Davison
2004-02-23
1
-1
/
+1
*
Changed a couple sizeof calls and improved some string handling in
Wayne Davison
2004-02-03
1
-13
/
+17
*
Use who_am_i() to qualify some debug messages.
Wayne Davison
2004-01-27
1
-4
/
+7
*
Use new pathjoin() function.
Wayne Davison
2004-01-20
1
-6
/
+4
*
Got rid of support for protocols 17 and 18.
Wayne Davison
2004-01-08
1
-5
/
+0
*
Use buffered I/O to read the exclude list.
Wayne Davison
2004-01-02
1
-12
/
+12
*
Merged in the security fixes from 2.5.7.
Wayne Davison
2003-12-06
1
-4
/
+4
*
Changed "remote_version" to "protocol_version".
Wayne Davison
2003-09-09
1
-2
/
+2
*
Call wildmatch(), not fnmatch().
Wayne Davison
2003-07-30
1
-12
/
+3
*
Made make_exclude() store anchored config-file excludes with the full
Wayne Davison
2003-07-01
1
-98
/
+92
*
Fixed some matching bugs; made the logic of the matching code a little
Wayne Davison
2003-05-01
1
-11
/
+52
*
Some whitespace/indentation cleanup.
Wayne Davison
2003-04-17
1
-49
/
+48
*
Open the file in BINARY fd mode, handle the normal line-ending characters
Wayne Davison
2003-03-30
1
-15
/
+29
*
Got rid of O_TEXT_STR and added code to strip '\r' from the end of the
Wayne Davison
2003-01-26
1
-3
/
+3
*
Open config files in text mode when O_TEXT is defined. This helps on
David Dykstra
2003-01-26
1
-2
/
+2
*
Added .svn/ to the cvs_ignore_list and some trailing slashes to the
Wayne Davison
2003-01-09
1
-5
/
+4
*
Patch from J.W. Schultz to have --include-from and --exclude-from on
David Dykstra
2002-08-29
1
-1
/
+7
[prev]
[next]