nextcloud-desktop/src/csync
Claudio Cambra 7d9077c9a9 Use unique_ptr over scoped pointer
take is deprecated in scoped pointer

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>

f handle

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>

Use unique_ptr instead of scoped pointer for propagator firstJob

Fixes deprecation warning

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>

Use unique_ptr for discoveryphase, replace take with release

Fix deprecation warn

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>

f unique

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-12-20 16:26:57 +01:00
..
std fix issues reported by compiling windows code with clang-tidy 2023-02-22 16:50:20 +01:00
vio Use unique_ptr over scoped pointer 2024-12-20 16:26:57 +01:00
AUTHORS
ChangeLog
CMakeLists.txt optionally install PDB files when building them 2024-12-12 10:08:15 +01:00
config_csync.h.cmake Remove now unneeded cmake test and define 2020-12-15 11:01:52 +01:00
ConfigureChecks.cmake Do not upload modified PDF file while it is open in Kofax PowerPDF on Windows. Prevents signature verification failure. 2024-02-14 08:25:21 +01:00
COPYING
csync_exclude.cpp Support Windows .lnk files with VFS Cf API. 2024-07-10 10:29:21 +02:00
csync_exclude.h handle case clash conflicts in a similar way to content conflicts 2023-01-25 16:37:35 +01:00
csync_version.h.in Compile almost all of csync as C++ 2017-08-22 15:22:56 +02:00
csync.cpp Cleanup moc_csync.cpp include 2020-12-15 10:59:11 +01:00
csync.h ensure no any user writable permissions in Nextcloud sync folder 2024-11-21 12:06:57 +01:00
DefineOptions.cmake Switch to standard opt-out BUILD_TESTING instead of opt-in UNIT_TESTING 2020-12-15 10:58:36 +01:00
INSTALL.md Rename INSTALL to INSTALL.md 2018-10-08 20:57:34 +02:00
README.md Rename README to README.md 2018-10-08 21:01:08 +02:00

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/