1
0
Fork 0
Nextcloud-Desktop/src/common
Dominique Fuchs adc3b1a25c
initialize _modtime to prevent undefined usage
Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
(cherry picked from commit ab3d0141ec)
Signed-off-by: Michael Schuster <michael@schuster.ms>
2019-10-17 19:38:54 +02:00
..
README Move Utility to a new common static library 2017-09-05 17:25:19 +02:00
asserts.h Fixed broken overloading mechanism of variadic templates. See code comment for further information. 2019-10-17 19:34:16 +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-10-17 19:38:53 +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-10-17 19:34:16 +02:00
ownsql.h OwnSql: Fixup after feedback for #6388 2018-07-03 10:33:26 +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-10-17 19:38:54 +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-10-17 19:34:16 +02:00
utility.h Moved macro definition due to timing issues while compiling when relying on header inheritance 2019-10-17 19:34:19 +02:00
utility_mac.cpp utility_mac: Check for NULL from LSSharedFileListItemResolve #6123 2017-11-28 13:35:15 +01:00
utility_unix.cpp Make setLaunchOnStartup debug output more meaningful 2018-01-11 16:11:23 +01:00
utility_win.cpp Use existing fct for RegKeyQuery instead of redundant subroutine 2019-10-17 19:34:17 +02:00

README

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.