[Pkg-owncloud-commits] [ocsync] branch upstream updated (5b5ecc3 -> e1368bf)

Sandro Knauß hefee-guest at alioth.debian.org
Wed Sep 11 19:47:11 UTC 2013


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a change to branch upstream
in repository ocsync.

      from  5b5ecc3   Imported Upstream version 0.80.0
       new  e1368bf   Imported Upstream version 0.90.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .tag                                          |    2 +-
 CMakeLists.txt                                |    4 +-
 ChangeLog                                     |   22 +-
 client/csync_auth.c                           |    6 +-
 client/csync_client.c                         |    2 +-
 cmake/Modules/DefineCMakeDefaults.cmake       |    3 +
 cmake/Modules/DefineCompilerFlags.cmake       |   63 +++--
 config/ocsync_exclude.conf                    |    8 +-
 modules/csync_dummy.c                         |    2 +-
 modules/csync_owncloud.c                      |  257 ++++++++++++++------
 modules/csync_owncloud.h                      |   23 +-
 modules/csync_owncloud_recursive_propfind.c   |   10 +-
 modules/csync_owncloud_util.c                 |   27 +++
 modules/csync_sftp.c                          |    2 +-
 modules/csync_sftp2.c                         |    2 +-
 modules/csync_smb.c                           |    4 +-
 src/csync.c                                   |  241 ++++++++++---------
 src/csync.h                                   |   63 ++++-
 src/csync_exclude.c                           |   46 ++--
 src/csync_exclude.h                           |   19 +-
 src/csync_lock.c                              |    2 +-
 src/csync_log.c                               |    2 +-
 src/csync_log.h                               |    6 +
 src/csync_misc.c                              |    1 +
 src/csync_misc.h                              |    7 +
 src/csync_private.h                           |   14 +-
 src/csync_propagate.c                         |  313 ++++++++++++++++++++-----
 src/csync_propagate.h                         |    5 +
 src/csync_reconcile.c                         |    4 +-
 src/csync_rename.cc                           |    8 +-
 src/csync_rename.h                            |    2 +-
 src/csync_statedb.c                           |  231 ++++++++++++------
 src/csync_time.c                              |   10 +-
 src/csync_update.c                            |   76 ++++--
 src/csync_util.c                              |   92 ++++++--
 src/httpbf/src/httpbf.c                       |   83 +++++--
 src/httpbf/src/httpbf.h                       |   18 +-
 src/httpbf/tests/hbf_send_test.c              |    2 +-
 src/std/c_file.c                              |  100 ++++++--
 src/std/c_file.h                              |   10 +
 src/std/c_macro.h                             |    3 +
 src/std/c_private.h                           |    7 +-
 src/std/c_string.c                            |   31 ++-
 src/std/c_string.h                            |    9 +
 src/vio/csync_vio.c                           |   12 +-
 src/vio/csync_vio.h                           |    2 +-
 src/vio/csync_vio_file_stat.h                 |    4 +-
 src/vio/csync_vio_local.c                     |   37 +--
 src/vio/csync_vio_local.h                     |    2 +-
 src/vio/csync_vio_method.h                    |    2 +-
 tests/csync_tests/check_csync_exclude.c       |   21 +-
 tests/csync_tests/check_csync_statedb_query.c |   11 +-
 tests/csync_tests/check_csync_update.c        |   17 +-
 tests/httpbf_tests/hbf_send_test.c            |    4 +-
 tests/ownCloud/ownCloud/Test.pm               |   13 +-
 tests/ownCloud/t3.pl                          |   19 ++
 tests/ownCloud/t4.pl                          |   25 +-
 57 files changed, 1422 insertions(+), 589 deletions(-)
 mode change 100644 => 100755 tests/ownCloud/t4.pl

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/ocsync.git



More information about the Pkg-owncloud-commits mailing list