aboutsummaryrefslogtreecommitdiffstats
path: root/configserver/src/main/java/com/yahoo/vespa/config/server/application/CompressedApplicationInputStream.java
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Move ArchiveStreamReader and its large dependency from vespajlib to ↵Henning Baldersheim2022-11-261-2/+2
| | | | | | application-model. This avoids it being pulled in to the config-model-fat that make the install larger than necessary.
* Close streams when deployingjonmv2022-11-051-8/+7
|
* Remove support for top-level application/ in application packageHarald Musum2022-06-081-11/+0
|
* Make max application package size configurableMartin Polden2022-04-051-2/+3
|
* Allow single-dot segments in configserverMartin Polden2022-04-041-3/+4
|
* Use ArchiveStreamReader in configserverMartin Polden2022-04-041-67/+53
|
* Update 2019 Oath copyrights.gjoranv2021-10-271-1/+1
|
* More lazy debug log message generationJon Marius Venstad2021-04-281-4/+4
|
* Use java Files class for creating temp dirHarald Musum2020-05-281-3/+8
|
* LogLevel.WARNING -> Level.WARNINGgjoranv2020-04-251-2/+2
|
* LogLevel.DEBUG -> Level.FINEgjoranv2020-04-251-4/+4
|
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-251-1/+1
|
* Move to a more suitable packageHarald Musum2019-06-121-0/+129