aboutsummaryrefslogtreecommitdiffstats
path: root/configserver/src/test/java/com/yahoo/vespa/config/server/rpc
Commit message (Expand)AuthorAgeFilesLines
* Correct copyright headersJon Bratseth2023-10-091-1/+1
* Update copyrightJon Bratseth2023-10-096-6/+6
* Rename a class and some methodsHarald Musum2023-08-261-2/+2
* Assert that server is runningHarald Musum2023-08-221-0/+2
* Remove unused method, wait for server thread to finishHarald Musum2023-08-221-8/+2
* Make sure we use a free port when creating RpcServerHarald Musum2023-08-211-25/+43
* Simplify use of HostRegistry and ConfigActivationListenerHarald Musum2023-02-222-3/+3
* Simplify by using host provisioner from TenantRepositoryHarald Musum2023-02-211-2/+0
* Stop using file distribution feature flags, not needed anymoreHarald Musum2023-02-012-2/+2
* Always use lock when adding or deleting files from FileDirectoryHarald Musum2023-01-022-7/+2
* Use lock for adding file reference (controlled by feature flag)Harald Musum2022-11-162-8/+10
* Make sure we use just one FileDirectory (use injection)Harald Musum2022-11-162-2/+4
* Reapply "Remove HostLivenessTracker"Valerij Fredriksen2022-10-142-9/+0
* Revert "Remove HostLivenessTracker"Valerij Fredriksen2022-10-132-0/+9
* Remove HostLivenessTrackerValerij Fredriksen2022-10-132-9/+0
* Add method to use Duration as timeout to make unit explicit, and avoid many m...Henning Baldersheim2022-08-121-1/+1
* Move logic for capability checking/logging to ConnectionAuthContextBjørn Christian Seime2022-07-211-1/+2
* Implement RequireCapabilitiesFilter in jrt + miscBjørn Christian Seime2022-07-201-2/+2
* Move generic crypto helpers from 'c.y.s.tls' to 'c.y.s'Bjørn Christian Seime2022-07-201-1/+1
* Merge Java package 'c.y.s.tls.{auth,json,policy}' into 'c.y.s.tls'Bjørn Christian Seime2022-07-201-1/+1
* Change type from SortedSet to SetBjørn Christian Seime2022-07-151-2/+1
* Return granted capabilities from PeerAuthorizerBjørn Christian Seime2022-07-151-4/+6
* Add extra parameter in meta request when compressiont type is != gzipHarald Musum2022-07-061-1/+10
* Revert "Revert "Make sure to set compression type in file distribution meta r...Harald Musum2022-07-061-1/+16
* Revert "Make sure to set compression type in file distribution meta request [...Harald Musum2022-07-061-16/+1
* Make sure to set compression type in file distribution meta requestHarald Musum2022-07-061-1/+16
* Revert "Support compressing files (not just directories) in file distribution...Harald Musum2022-05-252-11/+9
* Support compressing files (not just directories) in file distributionHarald Musum2022-05-252-9/+11
* Revert "Merge pull request #22072 from vespa-engine/jonmv/unify-hostname-clas...jonmv2022-04-091-1/+1
* Revert "Merge pull request #22068 from vespa-engine/jonmv/unify-hostname-clas...jonmv2022-04-081-1/+1
* Move ID part to HostName in config-provisioningjonmv2022-04-081-1/+1
* Revert "Merge pull request #22065 from vespa-engine/revert-22049-jonmv/unify-...jonmv2022-04-081-2/+2
* Revert "Jonmv/unify hostname classes"Jon Marius Venstad2022-04-081-2/+2
* Use one HostName class (that is not for JSON)Jon Marius Venstad2022-04-081-2/+2
* Update expcted messageHarald Musum2022-02-041-1/+1
* GC use of deprecated junit assertThat and unifyHenning Baldersheim2021-12-214-22/+18
* Update 2020 Oath copyrights.gjoranv2021-10-271-1/+1
* Update Verizon Media copyright notices.gjoranv2021-10-073-3/+3
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
* Revert "Revert "Update use of md5 and xxhash64 in more places [run-systemtest]""Harald Musum2021-09-151-6/+7
* Revert "Update use of md5 and xxhash64 in more places [run-systemtest]"Harald Musum2021-09-151-7/+6
* Update use of md5 and xxhash64 in more placesHarald Musum2021-09-141-6/+7
* Add checksum types in response based on types in requestHarald Musum2021-09-101-5/+51
* Revert "Revert "Use both xxhash64 and md5 for config payload in requests and ...Harald Musum2021-09-091-11/+12
* Revert "Use both xxhash64 and md5 for config payload in requests and response...Harald Musum2021-09-091-12/+11
* Use both xxhash64 and md5 for config payload in requests and responsesHarald Musum2021-09-091-11/+12
* Follow changesHarald Musum2021-09-081-8/+7
* Remove def md5 from ConfigKeyHarald Musum2021-09-081-1/+1
* Allow file distribution rpc requests while bootstrappingHarald Musum2021-08-131-1/+3
* Reduce the lifetime and scope of ConfigInstance.Builder and the ConfigPayloadHenning Baldersheim2021-05-071-2/+2