aboutsummaryrefslogtreecommitdiffstats
path: root/configserver/src/test/java/com/yahoo/vespa/config/server/filedistribution/FileDirectoryTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Return optional from getFileHarald Musum2023-08-161-9/+9
|
* Always use lock when adding or deleting files from FileDirectoryHarald Musum2023-01-021-3/+1
|
* Use lock for adding file reference (controlled by feature flag)Harald Musum2022-11-161-7/+2
| | | | Add method for deleting file references (not used yet)
* No need to add file if it already existsHarald Musum2022-11-151-0/+32
|
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
|
* Fix hash calculation for directory file referencesHarald Musum2018-06-191-11/+19
| | | | Use the path to each file when walking through directory
* Compare hashes correctly and create hash from source fileHarald Musum2018-04-041-2/+11
|
* Handle adding file reference where existing dir has invalid contentHarald Musum2018-04-041-1/+26
|
* Walk file tree to create hash when file reference is a directoryHarald Musum2018-02-081-9/+23
| | | | Legacy code did this before, now we need to do it ourselves
* Handle that a file reference is a directory with many filesHarald Musum2017-12-071-0/+69
Compress on the fly if asked for such a file reference