aboutsummaryrefslogtreecommitdiffstats
path: root/filedistribution/src
Commit message (Expand)AuthorAgeFilesLines
* Download packages in parallel in maintainerjonmv2024-01-222-3/+14
* Improve file downloader give-up criterionjonmv2024-01-221-5/+7
* Follow API changesHenning Baldersheim2023-11-161-28/+23
* switch to io.airlift:aircompressorArne Juul2023-10-261-1/+1
* Update copyrightJon Bratseth2023-10-0914-14/+14
* Use try-with-resources for FileReferenceDataHarald Musum2023-08-141-1/+1
* Make sure we don't swallow exceptions when transferring a file failsHarald Musum2023-08-032-56/+1
* Reduce log levelHarald Musum2023-04-252-6/+6
* Define required capabilities for existing JRT RPC methodsBjørn Christian Seime2023-02-091-0/+4
* Stop using file distribution feature flags, not needed anymoreHarald Musum2023-02-013-35/+15
* Revert "Revert "Support zstd as compression type for file references, take 2""Harald Musum2023-01-162-14/+13
* Revert "Support zstd as compression type for file references, take 2"Harald Musum2023-01-162-13/+14
* Go back to previous way of creating new streamsHarald Musum2023-01-131-13/+8
* Revert "Revert "Support zstd as compression type for file references""Harald Musum2023-01-122-19/+23
* Revert "Support zstd as compression type for file references"Harald Musum2023-01-122-23/+19
* Close stream if unknown typeHarald Musum2023-01-121-0/+2
* Support zstd as compression type for file referencesHarald Musum2023-01-122-19/+21
* 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 "Revert "- Reduce usage of guava.""Henning Baldersheim2022-12-011-16/+10
* Revert "- Reduce usage of guava."Henning Baldersheim2022-12-011-10/+16
* - Reduce usage of guava.Henning Baldersheim2022-12-011-16/+10
* Use transferTo for copying streams, avoid GuavaHarald Musum2022-11-301-6/+6
* Split out filedistribution client into its own moduleHarald Musum2022-11-293-399/+0
* Wait longer for downloads to finishHarald Musum2022-11-221-1/+1
* * apply new common bootstrapArne Juul2022-10-241-3/+4
* Revert "Refactor cleanup of file references"Harald Musum2022-10-111-107/+0
* Use try-with-resources when getting file references in pathHarald Musum2022-10-101-16/+17
* Use a Stream to read files, might go OOM otherwiseHarald Musum2022-10-101-28/+25
* Move code for deleting unused file referencesHarald Musum2022-10-071-0/+109
* Add method to use Duration as timeout to make unit explicit, and avoid many m...Henning Baldersheim2022-08-123-4/+6
* Merge pull request #23391 from vespa-engine/hmusum/add-forceDownload-option-t...Henning Baldersheim2022-07-071-0/+5
|\
| * Temporarily add env varioable for forcing download of file referencesHarald Musum2022-07-061-0/+5
* | Revert "Revert "Make sure to set compression type in file distribution meta r...Harald Musum2022-07-067-11/+19
* | Revert "Make sure to set compression type in file distribution meta request [...Harald Musum2022-07-067-19/+11
* | Make sure to set compression type in file distribution meta requestHarald Musum2022-07-067-11/+19
|/
* Wire in use of compression types and flags for file distributionHarald Musum2022-07-064-16/+54
* Support specifying compression type for file distribution requestsHarald Musum2022-07-055-19/+63
* Make sure to return response when request times outHarald Musum2022-06-221-2/+3
* Revoke com.yahoo.config.subscription as public APIHarald Musum2022-06-081-1/+0
* Revert "Support compressing files (not just directories) in file distribution...Harald Musum2022-05-254-60/+23
* Support compressing files (not just directories) in file distributionHarald Musum2022-05-254-23/+60
* Remove unintended checkinHarald Musum2022-05-241-120/+0
* Prepare for different compression algorithms for distributed filesHarald Musum2022-05-245-21/+171
* Make sure to delete directory for decompressed files if something failsHarald Musum2022-05-222-23/+19
* Add SuppressWarnings for removal of config.subscription types.gjoranv2022-02-021-0/+1
* Use lower timeoutHarald Musum2022-01-121-5/+0
* Reduce increase in rpc timeout for each retryHarald Musum2021-12-161-7/+6
* Don't try to download after timeoutHarald Musum2021-12-131-1/+3