aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-feed-client
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade apache 5.1 => 5.2 and add deprecation suppressions.Henning Baldersheim2023-01-261-0/+2
|
* Revert apache 5.1 -> 5.2Henning Baldersheim2023-01-261-22/+9
|
* Increase timeout for unstable testHarald Musum2023-01-261-1/+1
|
* VespaHttpClientBuilder follow builder pattern and add connect and socket ↵Henning Baldersheim2023-01-251-5/+6
| | | | timeout to builder.
* Avoid deprecated RequestConfig.setConnectTimeoutHenning Baldersheim2023-01-251-5/+15
|
* Bump apache httpclient from 5.1 to 5.2.Henning Baldersheim2023-01-251-0/+2
|
* Revert "Merge pull request #25624 from ↵jonmv2023-01-181-2/+2
| | | | | | | vespa-engine/revert-25617-jonmv/private-endpoints" This reverts commit c47ed544a31a6b56f518901247212a47d8eb9d31, reversing changes made to e0191b4d49048f9398395dc8c1c60dfcb383f705.
* Revert "Jonmv/private endpoints"Jon Marius Venstad2023-01-181-2/+2
|
* Revert "Merge pull request #25614 from ↵jonmv2023-01-181-2/+2
| | | | | | | vespa-engine/revert-25587-jonmv/private-endpoints" This reverts commit 7b736f0a09444664cff118eac5b28e608632de72, reversing changes made to 6c457e6dd5993ec2ef15177dab4a16e3d3702b85.
* Revert "Parse, validate and use new zone endpoint syntax"Jon Marius Venstad2023-01-181-2/+2
|
* Parse, validate and use new zone endpoint syntaxjonmv2023-01-171-2/+2
|
* Merge pull request #25602 from vespa-engine/balder/simplify-35Harald Musum2023-01-171-1/+4
|\ | | | | Balder/simplify 35
| * Put back generic param.Henning Baldersheim2023-01-171-1/+1
| |
| * Splitt lambda over multiple lines to easy see what caused exception.Henning Baldersheim2023-01-171-2/+5
| |
* | Increase timeout to fix flaky testHarald Musum2023-01-171-1/+1
|/
* Require non-null compression, and update docjonmv2023-01-101-1/+1
|
* Merge pull request #25451 from vespa-engine/jonmv/update--cli-argsJon Marius Venstad2023-01-093-3/+6
|\ | | | | Update CLI arguments help.tzt for feed client
| * Add "auto" compression modejonmv2023-01-093-3/+6
| |
* | Merge pull request #25457 from vespa-engine/bjorncs/semgrepBjørn Christian Seime2023-01-092-6/+5
|\ \ | |/ |/| Bjorncs/semgrep
| * Ensure that HTTPS clients only use allowed ciphers and protocol versionsBjørn Christian Seime2023-01-092-6/+5
| |
* | Use gzip by default for payloads > 512bjonmv2023-01-092-4/+4
|/
* Revert "Ensure that HTTPS clients only use allowed ciphers and protocol ↵Andreas Eriksen2023-01-062-5/+6
| | | | versions" (#25436)
* Merge pull request #25432 from vespa-engine/jonmv/thread-pool-for-http-dispatchBjørn Christian Seime2023-01-061-30/+35
|\ | | | | Use a thread pool for HTTP dispatch, especially faster with compression
| * Use a thread pool for HTTP dispatch, especially faster with compressionjonmv2023-01-061-30/+35
| |
* | Ensure that HTTPS clients only use allowed ciphers and protocol versionsBjørn Christian Seime2023-01-062-6/+5
|/
* Use --compression gzip insteadjonmv2023-01-043-42/+38
|
* Add new testjonmv2023-01-042-0/+108
|
* Add --gzip-requests to compress request bodies in feed clientjonmv2023-01-033-3/+49
|
* Use optimal defaults for number clients/streams in vespa-feed-clientBjørn Christian Seime2022-12-121-2/+2
|
* Revert "Limit max inflight from outside apache client"Harald Musum2022-12-121-2/+2
|
* Limit max inflight from outside apache clientjonmv2022-12-091-2/+2
|
* Handle old servers in handshakejonmv2022-12-084-17/+58
|
* Read response body, not request bodyjonmv2022-12-071-2/+4
|
* Avoid platform-specific error message in testjonmv2022-12-071-51/+54
|
* ABI spec and backwards compatibilityjonmv2022-12-071-23/+37
|
* Parse error responsesjonmv2022-12-073-22/+51
|
* Revert url-encoder changejonmv2022-12-071-1/+6
|
* Perform a dummy operation when setting up feed client, to catch ↵jonmv2022-12-072-29/+67
| | | | configuration errors
* Upgrade BouncyCastle to 1.72Bjørn Christian Seime2022-10-121-1/+1
| | | | Migrate to artifact names used by 1.71+
* Revert "Replace with <>"jonmv2022-08-191-1/+1
| | | | | | Maven cannot compile this, but IntelliJ does >_< This reverts commit 08ca3bdae1132e4c2b6263d3bd27e2d1837f5b45.
* Replace with <>jonmv2022-08-191-1/+1
|
* Vary starting endpoint, to ensure pinging different ones when first is downjonmv2022-08-191-6/+11
|
* Interleave endpoints, rather than repeat in blocksjonmv2022-08-191-2/+2
|
* Correct parameter, and add version restriction to helpjonmv2022-08-111-1/+1
|
* Add --speedTest to feed client CLI, and dryRun to /doc/v1jonmv2022-08-112-2/+12
|
* Build vespa-feed-client as multi-release JARBjørn Christian Seime2022-07-154-9/+66
| | | | Hardcode ALPN protcol name for JDK8
* Wait a while for bunchmark thread to write stats before shutting it downjonmv2022-06-291-1/+11
|
* Set project version to 8-SNAPSHOTgjoranv2022-06-081-2/+2
|
* Add proxy option to vespa-feed-clientBjørn Christian Seime2022-03-282-12/+17
|
* Effectively join benchmark thread before re3ading statsJon Marius Venstad2022-02-112-8/+10
|