nextcloud-desktop/src/csync
Olivier Goffart 35f80bd439 csync_vio_local: merge readdir and stat in the same call
For the remote this was already done long time ago
For windows, this was already partially done

The goal is to avoid needless conversion of the path to local encoding.
2017-09-22 16:18:18 +02:00
..
std Move SyncJournalDB to src/common 2017-09-18 14:00:52 +02:00
vio csync_vio_local: merge readdir and stat in the same call 2017-09-22 16:18:18 +02:00
AUTHORS Move csync to src/csync 2017-08-22 11:18:22 +02:00
ChangeLog Move csync to src/csync 2017-08-22 11:18:22 +02:00
CMakeLists.txt Move SyncJournalDB to src/common 2017-09-18 14:00:52 +02:00
config_csync.h.cmake Move csync to src/csync 2017-08-22 11:18:22 +02:00
ConfigureChecks.cmake Move csync to src/csync 2017-08-22 11:18:22 +02:00
COPYING Move csync to src/csync 2017-08-22 11:18:22 +02:00
csync_exclude.cpp Conflicts: Upload them files if env variable says so 2017-09-19 11:45:38 +02:00
csync_exclude.h Move csync to src/csync 2017-08-22 11:18:22 +02:00
csync_log.cpp Compile almost all of csync as C++ 2017-08-22 15:22:56 +02:00
csync_log.h Move csync to src/csync 2017-08-22 11:18:22 +02:00
csync_macros.h Move csync to src/csync 2017-08-22 11:18:22 +02:00
csync_misc.cpp Replace csync_vio_file_stat_t with csync_file_stat_t 2017-09-06 13:08:23 +02:00
csync_misc.h Move csync to src/csync 2017-08-22 11:18:22 +02:00
csync_private.h RemotePermissions: Store in a class rather than in a QByteArray to save memory 2017-09-22 09:29:08 +02:00
csync_reconcile.cpp csync_update/reconcile: replace CSYNC_LOG with qDebug/qInfo 2017-09-22 11:12:19 +02:00
csync_reconcile.h Move csync to src/csync 2017-08-22 11:18:22 +02:00
csync_rename.cpp Replace the custom rbtree by a std::map 2017-09-18 11:46:09 +02:00
csync_rename.h Replace the custom rbtree by a std::map 2017-09-18 11:46:09 +02:00
csync_statedb.cpp RemotePermissions: Store in a class rather than in a QByteArray to save memory 2017-09-22 09:29:08 +02:00
csync_statedb.h Remove the usage of phash in csync 2017-09-18 11:46:09 +02:00
csync_time.c Make csync_file_stat_t public and partly convert to C++ 2017-09-05 17:25:19 +02:00
csync_time.h Make csync_file_stat_t public and partly convert to C++ 2017-09-05 17:25:19 +02:00
csync_update.cpp csync_vio_local: merge readdir and stat in the same call 2017-09-22 16:18:18 +02:00
csync_update.h csync: Keep the csync_file_stat_t instances created during discovery 2017-09-18 11:46:09 +02:00
csync_util.cpp Move SyncJournalDB to src/common 2017-09-18 14:00:52 +02:00
csync_util.h Move csync to src/csync 2017-08-22 11:18:22 +02:00
csync_version.h.in Compile almost all of csync as C++ 2017-08-22 15:22:56 +02:00
csync.cpp Move SyncJournalDB to src/common 2017-09-18 14:00:52 +02:00
csync.h csync: remove unused type 2017-09-22 09:58:55 +02:00
DefineOptions.cmake Move csync to src/csync 2017-08-22 11:18:22 +02:00
INSTALL Move csync to src/csync 2017-08-22 11:18:22 +02:00
README Move csync to src/csync 2017-08-22 11:18:22 +02:00

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

WHAT IS CSYNC?
==============

csync is a lightweight utility to synchronize files between two directories on
a system or between multiple systems.

It synchronizes bidirectionally and allows the user to keep two copies of files
and directories in sync. csync uses widely adopted protocols, such as smb or
sftp, so that there is no need for a server component. It is a user-level
program which means you dont need to be a superuser or administrator.

CONTRIBUTIONS
=============

If you want to contribute to the development of the software then please join
the mailing list. Patches are accepted preferably created with git and we are
always glad to receive feedback or suggestions to the address
csync-devel@csync.org.
More information on the various mailing lists can be found at
http://www.csync.org/communication/.

You can also get the sourcecode straight from the git repository - see
http://git.csync.org/

DOCUMENTATION
=============

As a user you can find a userguide which is shipped with this package or is
available at the website. For developers there is doxygen documentation and
comments in the source code itself. See

http://www.csync.org/userguide/
and
http://www.csync.org/api/