aboutsummaryrefslogtreecommitdiffstats
path: root/configserver/src/main/java/com/yahoo/vespa/config/server/http/LogRetriever.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Set HTTP timeouts for log retrievingjonmv2023-09-081-7/+9
* Avoid deprecated apache http 5.2 methods, by adding it to the builder.Henning Baldersheim2023-01-261-1/+1
* Upgrade apache 5.1 => 5.2 and add deprecation suppressions.Henning Baldersheim2023-01-261-0/+1
* Revert apache 5.1 -> 5.2Henning Baldersheim2023-01-261-2/+1
* More consistent naming of set/build methodsHenning Baldersheim2023-01-251-1/+1
* VespaHttpClientBuilder follow builder pattern and add connect and socket time...Henning Baldersheim2023-01-251-1/+1
* Bump apache httpclient from 5.1 to 5.2.Henning Baldersheim2023-01-251-0/+1
* Return empty log for 2 minutes after deploy time if unable to get logs from l...Harald Musum2022-06-201-2/+2
* Update configserver/src/main/java/com/yahoo/vespa/config/server/http/LogRetri...Harald Musum2022-06-181-1/+1
* Return empty log if getting log fails and we just deployedHarald Musum2022-06-181-2/+15
* Rename argumentHarald Musum2022-05-251-2/+2
* Move to apacahe http client version 5Harald Musum2021-10-271-4/+3
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
* Close response after reading its body >_<Jon Marius Venstad2021-04-121-2/+2
* Revert "Revert "Close closeable http responses""Jon Marius Venstad2021-04-121-4/+5
* Revert "Close closeable http responses"Harald Musum2021-04-121-5/+4
* Close closeable http responsesJon Marius Venstad2021-04-121-4/+5
* Move client builders to major specific sub packagesJon Marius Venstad2021-03-231-1/+1
* Avoid unnecesary logging: Reduce log level or removeHarald Musum2020-08-311-4/+1
* Move ProxyResponse to its own class so it can be reusedHarald Musum2020-01-161-25/+0
* Log instead of throwing UncheckedIOExceptionOla Aunrønning2019-11-201-2/+5
* Get logs using httpsMorten Tokle2019-09-111-2/+2
* Don't mock on the wire levelJon Bratseth2019-05-221-0/+1
* Add logretriever argument and cleanupJon Bratseth2019-05-221-0/+4
* Do not close client before proxied response is returnedValerij Fredriksen2019-03-071-2/+4
* Set Content-Type and Content-EncodingValerij Fredriksen2019-03-071-27/+18
* Add copyright headerJon Bratseth2018-10-011-0/+1
* Set content type for logs response (#6978)Harald Musum2018-09-171-2/+15
* Check if container is running on logserverOla Aunrønning2018-09-101-1/+1
* Add functionality for retrieving logsOla Aunrønning2018-09-101-0/+41