Kenneth Skovhede
|
40dd3c6816
|
Updated all license mentions to MIT
|
2024-02-28 15:45:30 +01:00 |
|
Kenneth Hsu
|
f12858e6a5
|
Mark fields that shouldn't be reassigned as readonly.
This makes it explicit at compile-time that these fields should not be
reassigned outside the constructor.
|
2018-05-25 10:04:52 -07:00 |
|
Kenneth Skovhede
|
94c5e10480
|
Merge branch 'master' into concurrent_processing
# Conflicts:
# Duplicati/Library/Main/Database/LocalBackupDatabase.cs
# Duplicati/Library/Main/Database/LocalDatabase.cs
# Duplicati/Library/Main/Database/RemoteVolumeEntry.cs
# Duplicati/Library/Main/Operation/BackupHandler.cs
# Duplicati/Library/Main/Operation/RecreateDatabaseHandler.cs
# Duplicati/Library/Main/Operation/RepairHandler.cs
# Duplicati/Library/Main/Operation/RestoreControlFilesHandler.cs
|
2016-09-16 10:33:07 +02:00 |
|
Kenneth Skovhede
|
0c68daff6c
|
Fixed all whitespace to be 4 spaces instead of tabs
|
2016-09-15 11:39:27 +02:00 |
|
Kenneth Skovhede
|
f0c0fc3a2e
|
Merge branch 'master' into concurrent_processing
# Conflicts:
# Duplicati/Library/Main/Database/LocalDatabase.cs
# Duplicati/Library/Main/Duplicati.Library.Main.csproj
# Duplicati/Library/Main/Operation/BackupHandler.cs
# thirdparty/CoCoL/CoCoL.dll
|
2016-08-08 15:03:42 +02:00 |
|
Kenneth Skovhede
|
742eab0913
|
Fixed multiple cases where connections and command instances were not disposed.
This should fix all cases of "File is locked" on windows.
|
2016-04-06 20:40:34 +02:00 |
|
Kenneth Skovhede
|
3ff2f1eb98
|
The concurrent processing now seems to work, at least in the base case.
Rewrote the handling of index volumes to create them on-demand instead of in-advance.
This makes it much simpler to handle upload failures.
|
2016-02-22 21:27:12 +01:00 |
|
Kenneth Skovhede
|
3c595b61c9
|
Fixed duplicate logging of operation results
|
2014-07-16 00:57:57 +02:00 |
|
Kenneth Skovhede
|
bd53090ae7
|
Implemented the pause/resume/stop/start methods throughout the calls to allow for interactive control over the tasks
|
2014-05-15 12:47:16 +02:00 |
|
Kenneth Skovhede
|
b69cdcb136
|
Fixed filters to include everything if empty.
Will now include by default if there are only exclude filters.
If there are any include filters, the files are excluded by default.
|
2013-06-30 12:42:13 +02:00 |
|
Kenneth Skovhede
|
2bf912a0af
|
Rewrote the filter system to distinguish between match and result, which allows filter combinations
|
2013-06-29 12:16:30 +02:00 |
|
Kenneth Skovhede
|
1a4410e2c9
|
Implemented restore-control-files
|
2013-05-30 23:00:09 +02:00 |
|
Kenneth Skovhede
|
d696670598
|
Reworked the result reporting to support type safe values
|
2013-05-25 16:40:15 +02:00 |
|
Kenneth Skovhede
|
23744d8915
|
More refactoring and cleanup
|
2013-05-08 21:29:59 +02:00 |
|
Kenneth Skovhede
|
8f704d9445
|
Moved stuff around and dropped the ForestHash namespace
|
2013-05-08 20:17:07 +02:00 |
|