nextcloud-desktop/src/csync/vio
Jocelyn Turcotte a034ee894c Use SyncJournalDb in csync
This gets rid of the csync_statedb sqlite layer and use
the same code and same connection as the rest of the SyncEngine.

Missing functions are added to SyncJournalDb and change a few minor
things (like changing SyncJournalFileRecord::_modtime to be an int64
instead of a QDateTime, like it was in csync).
2017-09-26 11:03:23 +02:00
..
csync_vio.cpp Use SyncJournalDb in csync 2017-09-26 11:03:23 +02:00
csync_vio.h csync_vio_local: merge readdir and stat in the same call 2017-09-22 16:18:18 +02:00
csync_vio_local.h Replace csync_vio_file_stat_t with csync_file_stat_t 2017-09-06 13:08:23 +02:00
csync_vio_local_unix.cpp csync_vio_local: merge readdir and stat in the same call 2017-09-22 16:18:18 +02:00
csync_vio_local_win.cpp csync_vio_local: merge readdir and stat in the same call 2017-09-22 16:18:18 +02:00