abraunegg-onedrive/src
abraunegg 16b751971f
Fix Unable to perform a database vacuum: out of memory when exiting (#2398)
* Due to many poor Internet sources of how to use this application, may folk still do not add --synchronize or --monitor switches because their documentation source fails to detail this. When this is the case, the itemdb does not get fully initialised, but when we exit, we try and clean up, because we have partially initalised, we cannot perform a vacuum of the database which generates an error. This patch adds a flag for this specific scenario, so that if triggered, we do not try to vacuum the database and not triggering a false error.
2023-05-12 18:41:01 +10:00
..
arsd Fix deprecation warnings with dmd 2.103.0 (#2364) 2023-04-03 07:13:11 +10:00
notifications Update src/notifications/README (#1992) 2022-06-07 08:57:39 +10:00
config.d Fix for extra encoded quotation marks surrounding Docker environment variables (#2319) 2023-03-18 09:53:58 +11:00
itemdb.d Fix application crash when exiting due to failure state (#2244) 2022-12-04 20:20:55 +11:00
log.d Extend GitHub version check (#1863) 2022-03-07 14:02:50 +11:00
main.d Fix Unable to perform a database vacuum: out of memory when exiting (#2398) 2023-05-12 18:41:01 +10:00
monitor.d Remove duplicate code for error output functions and enhance error logging output (#1170) 2020-12-09 14:18:16 +11:00
onedrive.d Fix webhook subscription creation for SharePoint Libraries (#2339) 2023-03-18 10:03:49 +11:00
progress.d Fixes in order to compile on an Android host (#1823) 2022-02-01 11:39:14 +11:00
qxor.d Support DMD 2.097.0 as compiler (#1505) 2021-06-07 08:26:36 +10:00
selective.d Fix creation of parent empty directories when parent is excluded by sync_list (#2245) 2022-12-06 06:08:55 +11:00
sqlite.d Resolve issues identified by Valgrind (#910) 2020-05-20 11:37:11 +10:00
sync.d Fix that folders are renamed despite using --dry-run (#2343) 2023-03-27 17:22:48 +11:00
upload.d Fix application crash due to a conversion overflow when calculating file offset for session uploads (#1558) 2021-07-12 05:59:32 +10:00
util.d Update version checks (#2269) 2022-12-20 16:48:15 +11:00