- Mar 02, 2018
-
-
Niko Ehrenfeuchter authored
Fixes #31
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
Try to move the corresponding transfer package out of the processing location to prevent it from being picked up again and producing the same problem again, move it to the error location instead and reset the transfer variables.
-
Niko Ehrenfeuchter authored
If a new directory is found in incoming but the move operation to processing failed for some reason, the timestamp and username directories (and potentially some partially moved data?) would remain in processing. To prevent confusion about those "incomplete" transfer candidates they are moved to the "ERROR" location.
-
Niko Ehrenfeuchter authored
Use a list to keep track of directories in the incoming directories that couldn't be moved to the processing location and ignore them until the service is restarted.
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
Refers to #9
-
Niko Ehrenfeuchter authored
-
- Mar 01, 2018
-
-
Niko Ehrenfeuchter authored
Refers to #3, #11, #15
-
Niko Ehrenfeuchter authored
-
- Feb 28, 2018
-
-
Niko Ehrenfeuchter authored
-
- Feb 26, 2018
-
-
Niko Ehrenfeuchter authored
-
- Feb 16, 2018
-
-
Niko Ehrenfeuchter authored
Refers to #18
-
Niko Ehrenfeuchter authored
Refers to #18
-
Niko Ehrenfeuchter authored
Refers to #18
-
- Feb 11, 2018
-
-
Niko Ehrenfeuchter authored
-
- Feb 08, 2018
-
-
Niko Ehrenfeuchter authored
Restoring the "heartbeat" functionality without the overhead of serializing the XML every second.
-
- Feb 06, 2018
-
-
Niko Ehrenfeuchter authored
Closes #9
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
Currently there are no references to the object before a transfer has started, so it is safe to only initialize it in the StartTransfer() method.
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
-
- Feb 02, 2018
-
-
Niko Ehrenfeuchter authored
Refers to #3, #4
-
Niko Ehrenfeuchter authored
Refers to #4
-
Niko Ehrenfeuchter authored
Having the total progress is much more useful than for the individual files, especially for transfers with many files. Closes #26
-
Niko Ehrenfeuchter authored
Refers to #3
-
- Feb 01, 2018
-
-
Niko Ehrenfeuchter authored
Refers to #3
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
-
- Jan 31, 2018
-
-
Niko Ehrenfeuchter authored
All projects (and namespaces) should start with an "ATx" prefix, having a capital "AT" and a lowercase "x".
-
Niko Ehrenfeuchter authored
Refers to #25
-
Niko Ehrenfeuchter authored
Refers to #3, #4
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
All outputs of any kind of duration should be using a human readable variant of the time span. Fixes #25
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
Since they only depend on current configuration settings they should as well be accessible through the config class. This way they can be used in a consistent fashion across different projects.
-
Niko Ehrenfeuchter authored
This allows us to re-use the summary method in other tools like the tray application.
-
Niko Ehrenfeuchter authored
-