nextcloud-desktop/src/common
Jürgen Weigert 28fe903aee support old sqlite before 3.7.7
quickfix: define the symbol for backwards compat
or FIXME: better solution #ifdef SQLITE_IOERR_SHMMAP where needed...
2017-09-28 19:01:55 +02:00
..
asserts.h Move SyncJournalDB to src/common 2017-09-18 14:00:52 +02:00
c_jhash.h Move SyncJournalDB to src/common 2017-09-18 14:00:52 +02:00
checksums.cpp Use the Qt5 connection syntax (automated with clazy) 2017-09-21 14:05:39 +02:00
checksums.h Move SyncJournalDB to src/common 2017-09-18 14:00:52 +02:00
common.cmake RemotePermissions: Store in a class rather than in a QByteArray to save memory 2017-09-22 09:29:08 +02:00
filesystembase.cpp Move non-csync-dependent parts of FileSystem to src/common 2017-09-18 14:00:52 +02:00
filesystembase.h Move non-csync-dependent parts of FileSystem to src/common 2017-09-18 14:00:52 +02:00
ownsql.cpp OwnSQL: don't parse the error message when we are done 2017-09-26 11:03:23 +02:00
ownsql.h Move SyncJournalDB to src/common 2017-09-18 14:00:52 +02:00
README Move Utility to a new common static library 2017-09-05 17:25:19 +02:00
remotepermissions.cpp RemotePermissions: Store in a class rather than in a QByteArray to save memory 2017-09-22 09:29:08 +02:00
remotepermissions.h RemotePermissions: Store in a class rather than in a QByteArray to save memory 2017-09-22 09:29:08 +02:00
syncjournaldb.cpp support old sqlite before 3.7.7 2017-09-28 19:01:55 +02:00
syncjournaldb.h SyncJournalDb: Reimplement the db_is_empty logic from csync 2017-09-26 11:03:23 +02:00
syncjournalfilerecord.cpp Use SyncJournalDb in csync 2017-09-26 11:03:23 +02:00
syncjournalfilerecord.h Use SyncJournalDb in csync 2017-09-26 11:03:23 +02:00
utility.cpp Use QDateTime::currentDateTimeUtc instead of the non utc version 2017-09-26 16:14:17 +02:00
utility.h Conflicts: Upload them files if env variable says so 2017-09-19 11:45:38 +02:00
utility_mac.cpp Move Utility to a new common static library 2017-09-05 17:25:19 +02:00
utility_unix.cpp remove qt4 code 2017-09-15 07:11:05 +02:00
utility_win.cpp Windows: Make sure that the folder and Desktop.ini have the right attributes (#6018) 2017-09-11 15:32:42 +02:00

This folder contains code covered by the CLA being licensed as LGPL.
This allows it to be linked together with the rest of the LGPL code in csync.