[SCM] rsync branch, master, updated. v3.0.3-123-g21cddef

rsync-cvs at lists.samba.org rsync-cvs at lists.samba.org
Sat Jan 3 20:05:44 GMT 2009


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "rsync".

The branch, master has been updated
       via  21cddef2b460098f5289b9cdbd592bf8f0f9e759 (commit)
       via  b3bf9b9df95137a3a43248be9599d919b04877af (commit)
       via  974e18191c0cc73dbe26e02b98d7f09cf846250a (commit)
       via  09ca0d15d31d93a5964a1db4c387879f31c22831 (commit)
      from  c43c66125e8fd35896a358ccce9687ebcfe82dc5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 21cddef2b460098f5289b9cdbd592bf8f0f9e759
Author: Wayne Davison <wayned at samba.org>
Date:   Sat Jan 3 12:00:02 2009 -0800

    Improved the backup code:
    - Backups do not interfere with an atomic update (when possible).
    - Backing up a file will remove a directory that is in the way
      and visa versa.
    - Unify the backup-dir and non-backup-dir code in backup.c.
    - Improved the backup tests a little bit.

commit b3bf9b9df95137a3a43248be9599d919b04877af
Author: Wayne Davison <wayned at samba.org>
Date:   Sat Jan 3 10:57:14 2009 -0800

    Update the copyright year.

commit 974e18191c0cc73dbe26e02b98d7f09cf846250a
Author: Wayne Davison <wayned at samba.org>
Date:   Sat Jan 3 10:52:50 2009 -0800

    Make delete_item() public, moving it into delete.c.

commit 09ca0d15d31d93a5964a1db4c387879f31c22831
Author: Wayne Davison <wayned at samba.org>
Date:   Sat Jan 3 08:53:59 2009 -0800

    Added init_stat_x() to avoid duplication of acl/xattr init code.

-----------------------------------------------------------------------

Summary of changes:
 Makefile.in           |    2 +-
 NEWS                  |    2 +
 access.c              |    2 +-
 acls.c                |    2 +-
 authenticate.c        |    2 +-
 backup.c              |  196 ++++++++++++++++++---------------------
 batch.c               |    2 +-
 checksum.c            |    2 +-
 chmod.c               |    2 +-
 cleanup.c             |    2 +-
 clientname.c          |    2 +-
 clientserver.c        |    2 +-
 compat.c              |    2 +-
 delete.c              |  248 +++++++++++++++++++++++++++++++++++++++++++++++++
 exclude.c             |    2 +-
 fileio.c              |    2 +-
 flist.c               |    5 +-
 generator.c           |  224 +-------------------------------------------
 hashtable.c           |    2 +-
 hlink.c               |   25 ++----
 ifuncs.h              |   11 ++
 io.c                  |    2 +-
 loadparm.c            |    2 +-
 log.c                 |    2 +-
 main.c                |    2 +-
 match.c               |    2 +-
 options.c             |    4 +-
 pipe.c                |    2 +-
 progress.c            |    2 +-
 receiver.c            |    4 +-
 rounding.c            |    2 +-
 rsync.c               |   14 +--
 rsync.h               |   17 ++++
 sender.c              |    2 +-
 socket.c              |    2 +-
 syscall.c             |    2 +-
 t_stub.c              |    2 +-
 t_unsafe.c            |    2 +-
 testsuite/backup.test |   16 ++--
 tls.c                 |    2 +-
 token.c               |    2 +-
 uidlist.c             |    2 +-
 util.c                |    2 +-
 wildtest.c            |    2 +-
 xattrs.c              |    2 +-
 45 files changed, 431 insertions(+), 401 deletions(-)
 create mode 100644 delete.c


hooks/post-receive
--
rsync


More information about the rsync-cvs mailing list