nextcloud-desktop/test/csync
Jocelyn Turcotte bfacac8683 Remove the usage of phash in csync
Only store the path since they represent the same thing, and do the
phash conversion during DB lookup like done in libsync.
We could get rid of everything since we also have an index on the path
column, but since it's the primary key this makes the migration non-trivial.
2017-09-18 11:46:09 +02:00
..
csync_tests Remove the usage of phash in csync 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 Replace the custom rbtree by a std::map 2017-09-18 11:46:09 +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 Replace the custom rbtree by a std::map 2017-09-18 11:46:09 +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