nextcloud-desktop/src/common
Dominique Fuchs 96da4674f9 Updated .desktop file naming scheme
Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
2019-09-26 12:36:05 +02:00
..
asserts.h Fixed broken overloading mechanism of variadic templates. See code comment for further information. 2019-09-08 01:09:22 +02:00
c_jhash.h Removed disabling of msvc warning to prevent generating a unknown option for other compilers in turn. Now detect specifically GCC in ifdef 2019-09-09 13:46:46 +02:00
checksums.cpp Prepend "nextcloud" for all logging categories 2017-12-28 17:33:10 -02:00
checksums.h Checksum: Ignore unkown OC-Checksum header when downloading... 2017-11-20 10:51:15 +01: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 Windows: Release handle/fd when file open fails #6699 2018-09-10 21:17:20 +02:00
filesystembase.h Merge pull request #299 from nextcloud/upstream/pr/6349 2018-05-30 08:03:04 +02:00
ownsql.cpp Renamed conversion function to make intention more clear. Also defaulted to 'controlled truncation' to not stupidly crash. TBD/TODO: Better handling for such things. 2019-09-08 02:20:24 +02:00
ownsql.h OwnSql: Fixup after feedback for #6388 2018-07-03 10:33:26 +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 Merge branch 'master' into upstream/pr/6360 2018-10-19 16:13:09 +02:00
syncjournaldb.h initialize _modtime to prevent undefined usage 2019-09-09 19:23:30 +02:00
syncjournalfilerecord.cpp Unify item type enum 2017-12-15 18:02:04 +01:00
syncjournalfilerecord.h Conflicts: Change tags to be more user friendly #6365 2018-06-11 14:40:40 +02:00
utility.cpp Numoerous safe conversions implemented. Added additional Utility::convertSizeToDWORD for windows builds. 2019-09-08 11:33:20 +02:00
utility.h Moved macro definition due to timing issues while compiling when relying on header inheritance 2019-09-08 19:46:08 +02:00
utility_mac.cpp utility_mac: Check for NULL from LSSharedFileListItemResolve #6123 2017-11-28 13:35:15 +01:00
utility_unix.cpp Updated .desktop file naming scheme 2019-09-26 12:36:05 +02:00
utility_win.cpp Use existing fct for RegKeyQuery instead of redundant subroutine 2019-09-08 13:44:00 +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.