aboutsummaryrefslogtreecommitdiffstats
path: root/filedistribution
Commit message (Expand)AuthorAgeFilesLines
* Check if file exists before trying to downloadHarald Musum2021-10-203-9/+25
* Fewer retries of starting download of file referenceHarald Musum2021-10-191-20/+9
* Rename methods, add field for future useHarald Musum2021-10-192-10/+12
* Move check for non-null file reference to where it belongsHarald Musum2021-10-172-2/+2
* Add convenience method for checking if file reference already existsHarald Musum2021-10-171-1/+7
* Change default timeout to 3 minutesHarald Musum2021-10-151-1/+5
* Minore refactoringHarald Musum2021-10-151-17/+6
* SimplifyHarald Musum2021-10-152-16/+18
* SimplifyHarald Musum2021-10-151-11/+1
* Lower log levelHarald Musum2021-10-151-2/+2
* Improve download of application package in maintainerHarald Musum2021-10-142-3/+3
* Avoid slf4j configuration issue, use slf4j-nopHarald Musum2021-10-131-0/+6
* Remove getSupervisor() from ConnectionPool interfaceHarald Musum2021-10-082-18/+53
* Merge pull request #19448 from vespa-engine/hmusum/use-documented-environment...Harald Musum2021-10-071-4/+4
|\
| * Use documented environment variablesHarald Musum2021-10-071-4/+4
* | Update Verizon Media copyright notices.gjoranv2021-10-077-7/+7
* | Update 2018 copyright notices.gjoranv2021-10-073-3/+3
* | Update 2017 copyright notices.gjoranv2021-10-076-6/+6
|/
* setError() -> switchConnection() and remove setError()Harald Musum2021-10-062-6/+3
* Let VespaHttpClientBuilder rewrite to https if necessaryHarald Musum2021-10-061-1/+1
* Rewrite to use new apache http clientHarald Musum2021-10-062-18/+32
* Depend on http client with compile scope, used in standalone scriptHarald Musum2021-10-061-1/+1
* more timeout when retryingArne Juul2021-08-301-3/+4
* Use provided apache http client bundle from containerBjørn Christian Seime2021-07-061-4/+6
* Revert "Use provided apache http client bundle from container [run-systemtest]"Harald Musum2021-07-051-6/+4
* Use provided apache http client bundle from containerBjørn Christian Seime2021-07-051-4/+6
* Revert "Reapply "Use provided apache http client bundle from container""Bjørn Christian Seime2021-06-231-6/+4
* Reapply "Use provided apache http client bundle from container"Bjørn Christian Seime2021-06-231-4/+6
* Revert "Reapply "Use provided apache http client bundle from container" [run-...Harald Musum2021-06-221-6/+4
* Revert "Revert "Reapply "Use provided apache http client bundle from containe...Harald Musum2021-06-221-4/+6
* Revert "Reapply "Use provided apache http client bundle from container" [run-...Harald Musum2021-06-221-6/+4
* Merge pull request #18366 from vespa-engine/bjorncs/reapplyBjørn Christian Seime2021-06-221-4/+6
|\
| * Reapply "Use provided apache http client bundle from container"Bjørn Christian Seime2021-06-221-4/+6
* | Merge pull request #18356 from vespa-engine/hmusum/always-set-download-statusHarald Musum2021-06-222-28/+17
|\ \ | |/ |/|
| * Make DownloadStatus immutableHarald Musum2021-06-221-19/+7
| * Use synchronized map, simplifyHarald Musum2021-06-222-7/+9
| * Always setr download status when downloading completedHarald Musum2021-06-222-2/+1
* | Revert "Use provided apache http client bundle from container"Bjørn Christian Seime2021-06-221-6/+4
|/
* Debug unstable unit testHarald Musum2021-06-212-11/+17
* Merge pull request #18294 from vespa-engine/bjorncs/apache-http-client-bundleBjørn Christian Seime2021-06-211-4/+6
|\
| * Use provided apache http client bundle from containerBjørn Christian Seime2021-06-171-4/+6
* | Fix bug, wrong method was calledHarald Musum2021-06-211-7/+7
* | Use unique file reference in testHarald Musum2021-06-211-5/+5
|/
* Remove unnecessary checks for directory, throw if more than 1 file foundHarald Musum2021-06-141-13/+13
* Move some methods from FileReferenceDownloader to FileDownloaderHarald Musum2021-06-143-23/+17
* Temp directory is always the same as download diredctory, simplifyHarald Musum2021-06-144-25/+16
* Create FileReceiver in FileDownloaderHarald Musum2021-06-142-7/+4
* Move more methods into DownloadsHarald Musum2021-06-145-79/+91
* JavadocHarald Musum2021-06-142-2/+8
* Split out download and download status into its own classHarald Musum2021-06-142-88/+95