nextcloud-desktop/test/csync
Jocelyn Turcotte 72e44ce3d7 csync: Keep the csync_file_stat_t instances created during discovery
Now that they use the same structure, avoid _csync_detect_update
having to recreate another instance and transfer everything manually.
Any instance created during discovery should now be used all the way
up to SyncEngine::treewalkFile.

This also makes sure that the path and types are properly set in that
object instead of having to pass everything as separate parameters.

This gets rid of csync_ftw_flags_e which was now converted from,
and to csync_ftw_type_e, already in the csync_file_stat_t.

Issue #1817
2017-09-18 11:46:09 +02:00
..
csync_tests csync: Keep the csync_file_stat_t instances created during discovery 2017-09-18 11:46:09 +02:00
encoding_tests Fix compile errors 2017-09-07 11:02:05 +02:00
log_tests Compile almost all of csync as C++ 2017-08-22 15:22:56 +02:00
std_tests Fix compile errors 2017-09-07 11:02:05 +02:00
vio_tests Fix compile errors 2017-09-07 11:02:05 +02:00
AUTHORS Move csync/tests to test/csync 2017-08-22 11:18:22 +02:00
CMakeLists.txt Use a C++ contructor and destructor for CSYNC 2017-09-06 13:08:23 +02:00
cmdline.c Move csync/tests to test/csync 2017-08-22 11:18:22 +02:00
COPYING Move csync/tests to test/csync 2017-08-22 11:18:22 +02:00
torture.c Move csync/tests to test/csync 2017-08-22 11:18:22 +02:00
torture.h Compile almost all of csync as C++ 2017-08-22 15:22:56 +02:00
valgrind-csync.supp Move csync/tests to test/csync 2017-08-22 11:18:22 +02:00