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
path:
root
/
compat.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Always use lutimes() if it is available.
Wayne Davison
2009-09-07
1
-3
/
+3
*
Refactorings to the filter code, most notably:
Matt McCutchen
2009-05-23
1
-1
/
+1
*
Use typedefs for the filter structures.
Wayne Davison
2009-05-23
1
-1
/
+1
*
Change filter MATCHFLGs to FILTRULEs.
Wayne Davison
2009-05-23
1
-3
/
+3
*
Make symlink iconv work for a local copy.
Wayne Davison
2009-03-29
1
-1
/
+1
*
Update the copyright year.
Wayne Davison
2009-01-03
1
-1
/
+1
*
Skip new symlink conversion step if the remote rsync is not
Wayne Davison
2008-08-02
1
-0
/
+11
*
Added the --info=FLAGS an --debug=FLAGS options, which allows
Wayne Davison
2008-07-13
1
-2
/
+1
*
Fixed some itemized logging failures:
Wayne Davison
2008-03-10
1
-0
/
+4
*
Include 2008 in the copyright years.
Wayne Davison
2008-03-01
1
-1
/
+1
*
Extended the protocol-30 info-passing code at startup, and use it to
Wayne Davison
2008-02-18
1
-8
/
+32
*
Moved the batch option checking until after the protocol-version
Wayne Davison
2008-01-26
1
-0
/
+2
*
Make sure that the inc_recurse value is always set to
Wayne Davison
2007-11-29
1
-2
/
+3
*
Some changes to allow an unsorted file list even if the iconv option
Wayne Davison
2007-11-06
1
-8
/
+5
*
Changed a word in an error message.
Wayne Davison
2007-10-16
1
-1
/
+1
*
Tweaked set_allow_inc_recurse() a bit more.
Wayne Davison
2007-10-16
1
-2
/
+5
*
- Moved the arg-checking relating into set_allow_inc_recurse() and
Wayne Davison
2007-10-16
1
-14
/
+24
*
- Send a flag from the client to the server to indicate if the protocol
Wayne Davison
2007-10-16
1
-0
/
+11
*
Got rid of some unneeded externs.
Wayne Davison
2007-09-23
1
-3
/
+0
*
Fixed name of PTR_EXTRA_CNT (was PTR_EXTRA_LEN).
Wayne Davison
2007-09-22
1
-1
/
+1
*
Relocated the setting of ic_ndx.
Wayne Davison
2007-09-18
1
-4
/
+5
*
- Setup the ic_ndx value here with the other FOO_ndx values.
Wayne Davison
2007-09-18
1
-4
/
+27
*
Used a couple "#if SUBPROTOCOL_VERSION != 0" conditionals.
Wayne Davison
2007-09-09
1
-1
/
+7
*
We don't disable inc_recurse due to -H anymore.
Wayne Davison
2007-09-03
1
-2
/
+1
*
Downgrade the new --append option to --append-verify for protocols < 30.
Wayne Davison
2007-09-01
1
-0
/
+3
*
We don't need a compatibility check for --max-delete anymore.
Wayne Davison
2007-07-15
1
-8
/
+0
*
Using --relative with --no-implied-dirs turns off incremental recursion.
Wayne Davison
2007-07-14
1
-1
/
+4
*
Tweaking the license text a bit more.
Wayne Davison
2007-07-10
1
-2
/
+3
*
Switching to GPL 3.
Wayne Davison
2007-07-07
1
-3
/
+2
*
Make option variables a little clearer by using separate FOO_ndx
Wayne Davison
2007-07-02
1
-4
/
+7
*
If someone forces the use of qsort() via --qsort, disable incremental
Wayne Davison
2007-05-24
1
-1
/
+2
*
Changed the prerelease-protocol support to use an idiom that will not
Wayne Davison
2007-04-23
1
-14
/
+33
*
Batch files need to be written with the new subprotocol value
Wayne Davison
2007-04-21
1
-1
/
+1
*
Added a way to exchange a protocol's sub-protocol value. This will be
Wayne Davison
2007-04-21
1
-0
/
+13
*
Allow a local-server copy to use -X and -A even if a --protocol-version
Wayne Davison
2007-04-07
1
-2
/
+2
*
The improved --xattrs option is landing on the trunk.
Wayne Davison
2007-04-07
1
-0
/
+10
*
Added an explicit option that will disallow the use of
Wayne Davison
2007-03-14
1
-2
/
+4
*
The ACL support has arrived! This version has a brand new protocol
Wayne Davison
2007-03-11
1
-0
/
+10
*
Decided that we don't really want the rule that preserves the
Wayne Davison
2007-03-05
1
-10
/
+0
*
A local server needs to process the auto-exclude rules since we don't
Wayne Davison
2007-03-04
1
-2
/
+3
*
Moved a couple auto-filter rules from options.c into compat.c so
Wayne Davison
2007-03-03
1
-0
/
+22
*
Further modifications to the copyright comment section.
Wayne Davison
2007-02-04
1
-4
/
+3
*
Mention the year 2007 in the copyright declarations.
Wayne Davison
2007-01-31
1
-1
/
+1
*
Changed the variable "incremental" to "inc_recurse".
Wayne Davison
2007-01-27
1
-2
/
+2
*
If prune_empty_dirs is set, don't set incremental.
Wayne Davison
2006-12-29
1
-1
/
+1
*
- Choose --delete-before or --delete-during depending on protocol version.
Wayne Davison
2006-12-28
1
-0
/
+18
*
Renamed flist_extra_cnt to file_extra_cnt.
Wayne Davison
2006-12-18
1
-5
/
+7
*
Moved the flist_extra_cnt stuff from options.c to compat.c so that
Wayne Davison
2006-12-17
1
-0
/
+10
*
Die if we sent --max-delete=0 to a receiving side that is too old.
Wayne Davison
2006-11-11
1
-0
/
+12
*
Updated the FSF's address to an even newer one.
Wayne Davison
2006-04-25
1
-3
/
+3
[next]