aboutsummaryrefslogtreecommitdiffstats
path: root/configserver/src/main/java/com/yahoo/vespa/config/server/filedistribution/FileDistributionUtil.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Revert "Revert collect(Collectors.toList())"Henning Baldersheim2022-12-041-1/+1
* Revert collect(Collectors.toList())Henning Baldersheim2022-12-041-1/+1
* collect(Collectors.toList()) -> toList()Henning Baldersheim2022-12-021-1/+1
* Revert "Refactor cleanup of file references"Harald Musum2022-10-111-3/+16
* Use a Stream to read files, might go OOM otherwiseHarald Musum2022-10-101-1/+2
* Move code for deleting unused file referencesHarald Musum2022-10-071-16/+2
* Remove getSupervisor() from ConnectionPool interfaceHarald Musum2021-10-081-58/+6
* Reuse supervisor when we have oneHarald Musum2021-10-071-2/+4
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* setError() -> switchConnection() and remove setError()Harald Musum2021-10-061-3/+0
* Log pool name when switching connectionHarald Musum2021-09-301-1/+1
* Add constructor for naming JRTConnectionPoolHarald Musum2021-06-151-2/+4
* Switch connection only when the current one is failingHarald Musum2021-04-281-1/+1
* Change the way we switch connection when the current one is not workingHarald Musum2021-04-271-1/+1
* Add copyright headersJon Bratseth2021-03-181-0/+1
* Name the transport threads to understand how things are interconnected.Henning Baldersheim2020-08-041-1/+1
* Create one Supervisor instead of a new one on every request.Henning Baldersheim2020-08-031-2/+16
* Add application package file reference to responseHarald Musum2020-07-141-0/+5
* Move method to get file references in a folder to the util class.gjoranv2020-06-091-0/+14
* Move utility to create a connection pool to a new util class.gjoranv2020-06-091-0/+64