Commit Graph

28 Commits

Author SHA1 Message Date
Martin
5b28aed036 Replace NULL with nullptr 2021-06-20 20:58:50 +02:00
Martin
8324f9c3a1 Local file backup WIP 2020-12-17 21:25:56 +01:00
Martin
80d7f85f5b Fix SQLGen build 2019-03-20 13:36:10 +01:00
Martin
af54a54bc5 Disable assertions 2018-11-27 01:58:46 +01:00
Martin
01360c7328 Replace regex with manual parsing 2017-04-25 20:19:00 +02:00
Martin
0e7b0f83ba Lazy user token creation 2017-03-21 00:09:24 +01:00
Martin
b8cec01c35 Fix journal replay after index 2017-01-14 00:31:15 +01:00
Martin
77b6ddabd5 Handle single line annotations again 2016-04-30 01:18:42 +02:00
Martin
08326c9e5b Fix sqlgen parsing 2016-04-29 22:11:35 +02:00
Martin
8567c71193 Fix sqlgen parsing 2016-04-29 20:10:38 +02:00
Martin
dd46d9f61e Fixed SQLGen solution and manually parse file instead of using regex 2016-04-29 20:08:17 +02:00
Martin
4394269ff1 Fixed blob handling and allow int64 as raw return value
(cherry picked from commit aded23e70db01a585adc94d274fe7b9d48f74ef8)
2016-01-30 20:57:58 +01:00
Martin
b9ed974904 Enabled assertions in release build 2016-01-13 17:31:37 +01:00
Martin
9bab514e22 Removed UTF16 string (std::wstring) in most places. UTF8 everywhere! 2015-12-13 16:17:36 +01:00
Martin Raiber
9eb1d91fcf Merge remote-tracking branch 'urpc/next' into fileentryindex
Conflicts:
	fsimageplugin/cowfile.cpp
	urbackupclient/ChangeJournalWatcher.cpp
	urbackupclient/ChangeJournalWatcher.h
	urbackupclient/dllmain.cpp
	urbackupserver/dao/ServerBackupDao.cpp
	urbackupserver/dao/ServerBackupDao.h
	urbackupserver/server_get.h
	urbackupserver/server_image.cpp
	urbackupserver/server_writer.cpp
	urbackupserver/server_writer.h
2014-11-02 16:19:11 +01:00
Martin
3c8f96fb6c Copy over file entries from last backup when resuming backup 2014-04-14 22:34:01 +02:00
Martin
6342ceb1b2 Delete incomplete file backups during cleanups 2014-04-08 21:03:25 +02:00
Martin
72fda32da5 Automatically offline clients which are to be deleted 2014-04-08 20:29:45 +02:00
Martin
b70cc08e48 * Handle changes of the backupfolder correctly
* Lazy load database queries
* Bug fixes for symlink pooling
2014-04-01 20:47:29 +02:00
Martin
1efb4fcbbc Delete old logs if they are older than half a year 2014-03-30 22:08:56 +02:00
Martin
76550fcfda Use symbolic links of unchanged folders to speed up incremental file backups on non-btrfs filesystems 2014-03-29 22:07:33 +01:00
Martin
21fa82fc35 Fixed coverity issues 2013-11-02 22:48:10 +01:00
Martin
6e6bad8fed Fixed coverity issues 2013-11-02 21:53:14 +01:00
Martin Raiber
18f4703ef2 Fixed bug where images were not removed during cleanup 2013-07-11 19:46:12 +02:00
Martin
25b1edd9b5 Calculate file hashes on Internet client 2013-05-30 22:01:37 +02:00
Martin
9910ce8308 Refactored cleanup routines 2013-05-09 21:16:42 +02:00
Martin
bc07da6a15 Refactoring cleanup SQL statements 2013-05-06 22:16:49 +02:00
Martin Raiber
82dbb0b839 Initial SQLGen 2013-05-05 23:23:10 +02:00