nextcloud-desktop/src
2012-07-11 16:48:38 +02:00
..
std use lstat instead of stat to stat files. Avoids problems with links. 2012-07-11 16:48:38 +02:00
vio make proper logging of the module capabilities. 2012-07-09 16:46:14 +02:00
CMakeLists.txt cmake: Make Log4C optional. 2012-04-17 11:21:03 +02:00
csync.c fixed spaces and logging if timesync is needed for the module. 2012-07-11 16:03:31 +02:00
csync.h Add a vio capabilites function to let a module define its capabilities. 2012-07-04 13:56:24 +02:00
csync_config.c Win32: Added some specific headers to c_private.h to fix build. 2012-04-17 10:47:56 +02:00
csync_config.h
csync_exclude.c owncloud: set _fmode variable to set file ops to binary mode. 2012-04-17 10:40:21 +02:00
csync_exclude.h
csync_lock.c Add ability to log to a callback for the csync library. 2012-06-26 18:28:07 +02:00
csync_lock.h
csync_log.h Add ability to log to a callback for the csync library. 2012-06-26 18:28:07 +02:00
csync_macros.h
csync_misc.c win32: Use wide character variant of GetSpecialFolderPath to get home. 2012-06-26 18:28:18 +02:00
csync_misc.h Add csync_fnmatch 2012-03-02 17:04:02 +01:00
csync_private.h Add a vio capabilites function to let a module define its capabilities. 2012-07-04 13:56:24 +02:00
csync_propagate.c Add module capability about if a post copy size check is required. 2012-07-04 15:03:15 +02:00
csync_propagate.h Document the propagation functions. 2009-05-25 12:58:34 +02:00
csync_reconcile.c Fix config checks. 2012-03-02 17:04:02 +01:00
csync_reconcile.h Fix the documentation of the reconciliation. 2009-05-25 12:58:00 +02:00
csync_statedb.c Win32: Disabled Query per inode, always returning NULL. 2012-04-17 10:49:29 +02:00
csync_statedb.h
csync_time.c Added a csync_errno function to provide more info for clients. 2012-06-26 18:24:08 +02:00
csync_time.h Moved error_code to context for thread savety. 2012-05-04 12:07:20 +02:00
csync_update.c Added logging of the time values. 2012-07-11 16:05:40 +02:00
csync_update.h Add a group for update detection functions. 2009-05-25 11:58:31 +02:00
csync_util.c Fix use of strerror_r on non GNU platforms. 2012-03-19 12:40:43 +01:00
csync_util.h