nextcloud-desktop/src/csync
Christian Kamm 75194d1821
SyncEngine: Make "local discovery?" question available
Also fix the minor bug that was mentioned and add tests.
2018-05-16 16:46:40 +02:00
..
std Remove unused c_strlist 2018-01-13 13:58:17 +01:00
vio slotFolderDiscovered: Fix 'local' always being false 2018-05-16 16:44:36 +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 Fix csync installation on windows 2018-01-13 13:58:17 +01:00
config_csync.h.cmake Csync: remove some unused build system stuff 2018-01-13 13:58:17 +01:00
ConfigureChecks.cmake Csync: remove some unused build system stuff 2018-01-13 13:58:17 +01:00
COPYING Move csync to src/csync 2017-08-22 11:18:22 +02:00
csync.cpp SyncEngine: Make "local discovery?" question available 2018-05-16 16:46:40 +02:00
csync.h Remove table for e2e and add an e2eMangledName column (#169) 2018-02-12 12:50:51 +01:00
csync_exclude.cpp Exclude regex: Use named captures 2018-01-18 10:24:24 +01:00
csync_exclude.h Exclude matching: Speedup the full-path traversal case 2018-01-17 15:05:50 +01:00
csync_macros.h Move csync to src/csync 2017-08-22 11:18:22 +02:00
csync_misc.cpp Get rid of csync_log 2018-01-13 13:58:17 +01:00
csync_misc.h Move csync to src/csync 2017-08-22 11:18:22 +02:00
csync_private.h SyncEngine: Make "local discovery?" question available 2018-05-16 16:46:40 +02:00
csync_reconcile.cpp Properly mark encrypted files for removal 2018-04-09 13:23:52 +02:00
csync_reconcile.h Move csync to src/csync 2017-08-22 11:18:22 +02:00
csync_rename.cpp Reconcile: Rename maps are consistent with update phase #6212 2017-12-06 16:42:11 +01:00
csync_rename.h Reconcile: Rename maps are consistent with update phase #6212 2017-12-06 16:42:11 +01:00
csync_update.cpp SyncEngine: Make "local discovery?" question available 2018-05-16 16:46:40 +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 Remove the unusued csync_file_locked_or_open test in csync_reconcile 2018-01-13 13:58:17 +01:00
csync_util.h Remove the unusued csync_file_locked_or_open test in csync_reconcile 2018-01-13 13:58:17 +01:00
csync_version.h.in Compile almost all of csync as C++ 2017-08-22 15:22:56 +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/