index
:
delta/rsync.git
b3.0.x
baserock/morph
cvs/branch-2.3
cvs/branch-2.4
cvs/branch-2.5
cvs/branch-2.6.6
cvs/branch-before.2.6
cvs/branch-mbp-merge-rsync+
cvs/branch-mbp-privacy
cvs/branch-mbp-rsyncplus_merge
cvs/branch-mbp-texinfo
cvs/branch-merge-rsync+-2.4.7
cvs/bugfix-2.6.5
master
git.samba.org: rsync.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't use __attribute__((__unused__)) on HP-UX w/o gcc.
Wayne Davison
2004-04-25
1
-0
/
+4
*
Improved the debug string for the local_exclude_list.
Wayne Davison
2004-04-24
1
-1
/
+1
*
Improved the EXCLUDE PATTERNS section some more.
Wayne Davison
2004-04-24
1
-9
/
+34
*
Fixed a comment.
Wayne Davison
2004-04-23
1
-3
/
+2
*
Mention how --update behaves when the type of the file differs on
Wayne Davison
2004-04-23
1
-0
/
+7
*
Recently added caveat is no longer true.
Wayne Davison
2004-04-23
1
-2
/
+0
*
Restore the old include behavior where a command-line include could
Wayne Davison
2004-04-22
3
-7
/
+11
*
Got rid of a wrong paragraph.
Wayne Davison
2004-04-22
1
-6
/
+0
*
Got rid of a bunch of cruft.
Wayne Davison
2004-04-22
1
-47
/
+0
*
Updated the default list of cvs-excluded files and added some extra
Wayne Davison
2004-04-22
1
-6
/
+15
*
Added "debug_type" to the exclude_list_struct.
Wayne Davison
2004-04-22
1
-0
/
+1
*
No need to pass a debug string to check_exclude() anymore.
Wayne Davison
2004-04-22
1
-2
/
+1
*
No need to pass a debug string to check_exclude() anymore. When we
Wayne Davison
2004-04-22
1
-7
/
+4
*
Initialize the new debug_type string in each exclude list and output
Wayne Davison
2004-04-22
1
-11
/
+14
*
Changed check_exclude()'s prototype.
Wayne Davison
2004-04-22
1
-1
/
+1
*
The debug output for add_exclude() now needs to limit the pattern to
Wayne Davison
2004-04-22
1
-2
/
+2
*
A couple minor text improvements.
Wayne Davison
2004-04-19
1
-6
/
+6
*
Mentioned the better handling of option paths when a daemon is not
Wayne Davison
2004-04-18
1
-2
/
+9
*
Made the device-changes section agree with the latest code.
Wayne Davison
2004-04-17
1
-8
/
+7
*
Preparing for release of 2.6.1pre-2
v2.6.1pre2
Wayne Davison
2004-04-17
4
-4
/
+4
*
Mention that --from0 does not affect --cvs-exclude's reading of the
Wayne Davison
2004-04-17
1
-0
/
+2
*
In add_exclude_file(), if we're word-splitting, stop reading a "line"
Wayne Davison
2004-04-17
1
-3
/
+8
*
The inode and dev values in the idev struct are now uint64.
Wayne Davison
2004-04-17
1
-9
/
+7
*
Changed the dev handling for -H back to using an opaque 64-bit
Wayne Davison
2004-04-17
1
-24
/
+14
*
Use "uint64" instead of INO64_T (which is now gone).
Wayne Davison
2004-04-17
1
-1
/
+1
*
Fixed alloc_sanitize_path()'s handling of a rootdir == "/" (the old
Wayne Davison
2004-04-17
1
-5
/
+11
*
Don't say "skipped" if the file is just not being transferred (i.e.
Wayne Davison
2004-04-15
1
-5
/
+5
*
Mention exclude improvements.
Wayne Davison
2004-04-15
1
-0
/
+3
*
Got rid of a couple useless lines.
Wayne Davison
2004-04-15
1
-2
/
+0
*
Moved some externs.
Wayne Davison
2004-04-15
1
-9
/
+7
*
Got rid of zlib/dummy ("dummy" is in the zlib .cvsignore, where it
Wayne Davison
2004-04-15
1
-1
/
+0
*
Our exclude lists are now comprised of a base structure with a head
Wayne Davison
2004-04-14
1
-84
/
+48
*
Added a "next" pointer to "exclude_struct" and added a new structure
Wayne Davison
2004-04-14
1
-0
/
+6
*
Updated the exclude-list code to handle the new linked-list
Wayne Davison
2004-04-14
4
-25
/
+21
*
Updated the exclude-list code to handle the new linked-list
Wayne Davison
2004-04-14
1
-1
/
+1
*
Updated stub version of check_exclude().
Wayne Davison
2004-04-14
1
-1
/
+1
*
Added a description arg to check_exclude().
Wayne Davison
2004-04-14
2
-4
/
+8
*
The check_exclude() and report_exclude_result() functions now take a
Wayne Davison
2004-04-14
1
-6
/
+7
*
Improved the exclude testing by adding tests that exercise --cvs-exclude
Wayne Davison
2004-04-14
1
-0
/
+29
*
Moved (and expanded) a verbose message from clientserver.c to socket.c
Wayne Davison
2004-04-14
2
-17
/
+10
*
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
*
Added an example for --link-dest.
Wayne Davison
2004-04-13
1
-0
/
+5
*
Updated with latest news and some spelling mistakes corrected.
Wayne Davison
2004-04-12
1
-7
/
+18
*
Replaced MISSING_OK, MISSING_FATAL, ADD_INCLUDE, and ADD_EXCLUDE with
Wayne Davison
2004-04-12
1
-5
/
+4
*
- add_exclude() now takes a flag int and can optionally word-split
Wayne Davison
2004-04-12
1
-126
/
+135
*
Use the new XFLG_* flags to call the add_exclude*() functions.
Wayne Davison
2004-04-12
3
-10
/
+12
*
No need to cast st.st_rdev to DEV64_T anymore.
Wayne Davison
2004-04-12
1
-1
/
+1
*
- Use dev_t instead of DEV64_T.
Wayne Davison
2004-04-12
1
-39
/
+61
*
- Got rid of DEV64_T and changed the internal device variables to dev_t.
Wayne Davison
2004-04-12
1
-10
/
+5
[next]