Kenneth Skovhede
|
40dd3c6816
|
Updated all license mentions to MIT
|
2024-02-28 15:45:30 +01:00 |
|
Kenneth Hsu
|
f4f676a1de
|
Remove unnecessary variable assignment.
These variables are assigned values that are never read by any
subsequent instruction.
|
2018-09-28 20:13:45 -07: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
|
842fd96543
|
Implemented a new logging system that is more transparent and allows a more granular way of picking log messages.
Added ID's to each log message and each exception to allow later introduction of a Knowledgebase service that explains each error in more detail.
|
2018-03-15 09:12:34 +01:00 |
|
Dan Stahr
|
3ef13d2c57
|
Fixed a condition in ListChangesHandler.
The compare command was failing with ArgumentNullException.
|
2017-06-10 09:34:45 +01:00 |
|
Kenneth Skovhede
|
5bbb484cd3
|
Rewrote ListAffected and ListChanges to support a callback, such that the entire lists are not required to be materialized
|
2017-04-04 23:53:36 +02:00 |
|
Kenneth Skovhede
|
a029890409
|
Implemented better default error messsages
|
2017-01-09 11:35:38 +01:00 |
|
Kenneth Skovhede
|
8d13e698eb
|
Updated copyright notices
|
2015-01-20 21:44:52 +01: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
|
b237e911bb
|
Swapped default compare entries so the output looks more like that from a backup operation
|
2013-09-13 13:26:38 +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
|
e36fa0c441
|
Implemented list-changes
|
2013-06-20 20:17:10 +02:00 |
|