aboutsummaryrefslogtreecommitdiffstats
path: root/configserver/src/main/java/com/yahoo/vespa/config/server/filedistribution/FileDBRegistry.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Remove unnecessary synchronizationHarald Musum2023-01-251-8/+6
* Don't start ApplicationPackageMaintainer if there is only one serverHarald Musum2023-01-251-0/+3
* Synchronize when adding blob as wellHarald Musum2023-01-241-2/+2
* Fix unintended change in previous commitHarald Musum2022-11-161-1/+1
* Make sure we use just one FileDirectory (use injection)Harald Musum2022-11-161-7/+7
* Use more PathJon Marius Venstad2022-04-021-3/+7
* Revert "Move verification down"Håkon Hallingstad2022-04-021-7/+3
* More Path, and ensure the right tmp dir is wiped (path with ./././ is scary)Jon Marius Venstad2022-03-311-3/+7
* Rename back to HostName, and merge the value class and utilitiesJon Marius Venstad2022-03-311-2/+2
* Move HostName -> Hostnames, and DomainName and Hostname to com.yahoo.netJon Marius Venstad2022-03-311-2/+2
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* Simplify by getting rid of FileDistributionProviderHarald Musum2021-08-301-1/+2
* Provide the blob name externallyHenning Baldersheim2021-08-251-2/+1
* - Add testing of FileDBRegistry.Henning Baldersheim2021-08-241-12/+41
* Allow set of distributable files to change after initial deploy.Henning Baldersheim2021-08-191-9/+42
* Factor out blob -> hash genrating code so it is common to all file registries.Henning Baldersheim2021-08-171-2/+1
* Add option for adding blobsHenning Baldersheim2021-06-091-0/+21
* Move some methods on remote session to SessionRepositoryHarald Musum2020-07-071-1/+1
* Avoid using JNI instance of XXHashFactory (fails due to bundled libraries not...Harald Musum2019-04-251-1/+1
* Remove unused methodsHarald Musum2018-04-051-22/+1
* Move it back where it came from.Henning Baldersheim2018-01-251-2/+17
* Do not pregenerate uri yet.Henning Baldersheim2018-01-251-16/+2
* Add option to also send an uri.Henning Baldersheim2018-01-251-0/+37
* Revert "Revert "Wire in deployment so that we can copy the file in when the o...Henning Baldersheim2017-11-131-6/+18
* Revert "Wire in deployment so that we can copy the file in when the old way i...Henning Baldersheim2017-11-101-18/+6
* Wire in deployment so that we can copy the file in when the old way is gone.Henning Baldersheim2017-11-091-6/+18
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* Revert "Use HostName for message bus, but fix HostName to work with dev machi...Eirik Nygaard2016-10-141-1/+1
* Rename getLocalhost to getHostNameHåkon Hallingstad2016-10-131-1/+1
* Run Application with VespaModel instead of MockRootJon Bratseth2016-09-281-8/+0
* PublishJon Bratseth2016-06-151-0/+54