aboutsummaryrefslogtreecommitdiffstats
path: root/config/src/main/java/com/yahoo/vespa/config/UrlDownloader.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Simplify waiting for url when getting configHarald Musum2023-09-181-33/+15
* Add method to use Duration as timeout to make unit explicit, and avoid many m...Henning Baldersheim2022-08-121-1/+2
* Update 2019 Yahoo Holdings copyright notices.gjoranv2021-10-071-1/+1
* Name the transport threads to understand how things are interconnected.Henning Baldersheim2020-08-041-1/+1
* Reapply "Use java.util.logging.Level instead of vespalog's LogLevel."gjoranv2020-04-261-4/+6
* Revert "Use java.util.logging.Level instead of vespalog's LogLevel."Harald Musum2020-04-231-6/+4
* Use java.util.logging.Level instead of vespalog's LogLevel.gjoranv2020-04-231-4/+6
* Simplify and reduce logging.Harald Musum2020-02-191-2/+2
* Add null guardHarald Musum2019-02-281-2/+2
* Only connect if neededHarald Musum2019-02-281-1/+2
* Move connect to where the work is doneHarald Musum2019-02-281-1/+1
* Use connect instead of connectSyncHarald Musum2019-02-251-2/+7
* Add error message to returned error for url downloadLester Solbakken2019-01-101-1/+1
* Increase timeout for url download to 1 hourLester Solbakken2019-01-101-1/+1
* Increase url download timeout to 5 minutesLester Solbakken2019-01-101-1/+1
* Update license headerLester Solbakken2019-01-091-1/+1
* Download files specified in url config fieldLester Solbakken2019-01-091-0/+98