aboutsummaryrefslogtreecommitdiffstats
path: root/configserver-client/src/main/java/ai/vespa
Commit message (Expand)AuthorAgeFilesLines
* Split out the general part of the configserver-clientjonmv2022-04-285-715/+0
* Pass query to status page requestJon Marius Venstad2022-04-072-0/+10
* Support multiple values for same key, in HttpURL.QueryJon Marius Venstad2022-04-072-3/+4
* Use HttpURL for building URLs in config server clientJon Marius Venstad2022-04-072-32/+22
* Update Verizon Media copyright notices.gjoranv2021-10-075-5/+5
* Upgrade httpclient5 to 5.1Bjørn Christian Seime2021-05-251-2/+4
* Revert "Bjorncs/upgrade httpclient5"Bjørn Christian Seime2021-05-251-4/+2
* Upgrade httpclient5 to 5.1Bjørn Christian Seime2021-05-251-2/+4
* Add context to caught IOExceptionsJon Marius Venstad2021-05-142-16/+29
* More lazy debug log message generationJon Marius Venstad2021-04-281-1/+1
* Allow 128 connections per config server and 1024 totalJon Marius Venstad2021-04-271-2/+2
* Allow localhostJon Marius Venstad2021-04-261-1/+7
* Revert "Merge pull request #17603 from vespa-engine/jonmv/revert-apache-confi...Jon Marius Venstad2021-04-263-73/+152
* Revert "Merge pull request #17592 from vespa-engine/jonmv/apache-config-serve...Jon Marius Venstad2021-04-263-152/+73
* Fix signatureJon Marius Venstad2021-04-261-1/+1
* Let null values mean no query, and allow explicitly empty parametersJon Marius Venstad2021-04-262-6/+23
* Split error response handling in distinct partsJon Marius Venstad2021-04-262-64/+124
* Allow appending to pathJon Marius Venstad2021-04-263-4/+6
* Take twoJon Marius Venstad2021-04-222-88/+140
* More generic error response exceptionJon Marius Venstad2021-04-212-52/+20
* Revert "Revert "Jonmv/apache hc5 client""Jon Marius Venstad2021-04-122-46/+56
* Revert "Jonmv/apache hc5 client"Henning Baldersheim2021-04-122-56/+46
* Support lists of path/parameter entriesJon Marius Venstad2021-04-122-7/+16
* Separate handling of responses and exceptionsJon Marius Venstad2021-04-122-39/+40
* Add configserver-client moduleJon Marius Venstad2021-04-095-0/+584