aboutsummaryrefslogtreecommitdiffstats
path: root/configserver-client/src/main/java/ai/vespa
Commit message (Collapse)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 ↵Jon Marius Venstad2021-04-263-73/+152
| | | | | | | vespa-engine/jonmv/revert-apache-config-server-client" This reverts commit 9458ad2d810ff988ccc19cd8554bdbc78dabe588, reversing changes made to 6e94e192a07a540bff9b3e13ad05c8d0af093928.
* Revert "Merge pull request #17592 from ↵Jon Marius Venstad2021-04-263-152/+73
| | | | | | | vespa-engine/jonmv/apache-config-server-client" This reverts commit 8be3013179c6418f27bcf3f62dea8995a5e981ed, reversing changes made to 6a9da01a5465826c380d2497e8fa4eb3e51d8e04.
* 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