abraunegg-onedrive/src
Norbert Preining b10e641fe9 allow starting offline in monitor mode (#266)
* SyncEngine: allow for multiple calls to init by saving the state
* Factor out syncengine initialization code so that it can be reused
* Don't exit in monitor when started offline
* Always call initSyncEngine during regular syncs, this will call the SyncEngine init routine which caches the state, thus a quasi no-op.
* Add forgotten http.shutdown
2018-12-04 11:15:44 +11:00
..
config.d Change logging to a separate logfile is no longer the default (#239) 2018-11-24 07:13:16 +11:00
itemdb.d Implement better handling of database errors & database disk space issues (Issue #77) (#80) 2018-08-02 08:28:52 +10:00
log.d Change logging to a separate logfile is no longer the default (#239) 2018-11-24 07:13:16 +11:00
main.d allow starting offline in monitor mode (#266) 2018-12-04 11:15:44 +11:00
monitor.d Initial fix to high CPU usage when running in monitor mode (#165) 2018-09-13 08:43:29 +10:00
onedrive.d Implement --get-O365-drive-id to get correct SharePoint Shared Library (Issue #248) (#260) 2018-12-04 10:59:23 +11:00
progress.d Implement Feature Request: Add a progress bar for large uploads & downloads (Issue #12) (#99) 2018-08-10 07:46:27 +10:00
qxor.d Fix for Issue #23 (#60) 2018-07-11 06:43:45 +10:00
selective.d Fix: skip_file configuration doesn't handle spaces or specified directory paths (Issue #52) (#57) 2018-07-10 13:08:17 +10:00
sqlite.d Implement better handling of database errors & database disk space issues (Issue #77) (#80) 2018-08-02 08:28:52 +10:00
sync.d allow starting offline in monitor mode (#266) 2018-12-04 11:15:44 +11:00
upload.d Handle HTTP request returned status code 412 (Precondition Failed) for session uploads (#227) 2018-11-11 11:15:48 +11:00
util.d Resolve crash with strange filename (Issue #151) (#178) 2018-10-04 09:33:39 +10:00