nextcloud-desktop/src/csync
Michael Schuster 456c1eadbe
Simplify nullptr comparisons where appropriate
Make the codebase consistent, we already have a lot of implicit pointer comparisons.

Exception: Stay explicit on return's, example:
  return _db != nullptr;

Signed-off-by: Michael Schuster <michael@schuster.ms>
2020-06-11 00:27:30 +02:00
..
std Simplify nullptr comparisons where appropriate 2020-06-11 00:27:30 +02:00
vio Simplify nullptr comparisons where appropriate 2020-06-11 00:27:30 +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 cmake: Remove references of now unused WITH_TESTING 2018-05-16 13:00:17 +02: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 Simplify nullptr comparisons where appropriate 2020-06-11 00:27:30 +02:00
csync.h Replace NULL by nullptr in all C++ files 2020-06-08 20:07:50 +02:00
csync_exclude.cpp Use = default for trivial ctors and dtors 2020-05-25 21:33:24 +02:00
csync_exclude.h Manual exclude are anchored to _localPath by default 2019-08-15 03:00:26 +01:00
csync_macros.h CSync: Remove unused error codes 2018-06-04 15:41:38 +02:00
csync_misc.cpp CSync: Remove unused error codes 2018-06-04 15:41:38 +02:00
csync_misc.h Move csync to src/csync 2017-08-22 11:18:22 +02:00
csync_private.h csync: Simplify csync_walk_local_tree/csync_walk_remote_tree 2018-06-04 15:41:38 +02:00
csync_reconcile.cpp Replace NULL by nullptr in all C++ files 2020-06-08 20:07:50 +02:00
csync_reconcile.h CSync: reconcile never returns an error 2018-06-04 15:41:38 +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 Simplify nullptr comparisons where appropriate 2020-06-11 00:27:30 +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 Simplify nullptr comparisons where appropriate 2020-06-11 00:27:30 +02:00
csync_util.h Remove the last redundant void arg I left behind 2020-05-28 18:57:20 +02: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.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/