summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/taskmanager/tasks/RecompressArchive.java
Commit message (Collapse)AuthorAgeFilesLines
* [RecompressArchive] Add forceRoot flag to chown/chgrp to rootSimon Rettberg2020-12-101-1/+4
|
* [RecompressArchive] Properly implement duplicate filename detectionSimon Rettberg2020-11-031-25/+79
| | | | Implements #3670
* [RecompressArchive] Handle exception when adding file to archiveSimon Rettberg2016-12-011-2/+8
|
* [RecompressArchive] Fix potential concurrent modification caseSimon Rettberg2015-10-291-1/+2
|
* [RecompressArchive] Use temporary file for compression, only move to ↵Simon Rettberg2015-01-271-6/+17
| | | | destination on success
* Initial commitSimon Rettberg2014-06-031-0/+193