aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-feed-client
Commit message (Expand)AuthorAgeFilesLines
* Pre-create all connectionsBjørn Christian Seime2023-07-071-1/+1
* Use large initial windowsBjørn Christian Seime2023-07-071-0/+4
* Ensure client uses multiple connections per endpointBjørn Christian Seime2023-07-071-3/+10
* Create and dispatch request in client's threadpoolBjørn Christian Seime2023-07-071-20/+26
* Only create URI instance onceBjørn Christian Seime2023-07-061-5/+3
* Don't store cookiesBjørn Christian Seime2023-07-061-0/+2
* Enable experimental feeder through feature flagBjørn Christian Seime2023-07-051-1/+12
* Introduce experimental HTTP/2 client implementation based on JettyBjørn Christian Seime2023-07-052-0/+250
* Add client implementation to User Agent headerBjørn Christian Seime2023-07-051-1/+1
* Output warning when attempting to configure proxyBjørn Christian Seime2023-06-301-1/+4
* Use `InternalH2AsyncClient` instead of `MinimalH2AsyncClient`Bjørn Christian Seime2023-06-301-17/+21
* Increase timeout and add some more to exception message when connection failsHarald Musum2023-06-052-5/+10
* Disable string length restriction introduced in Jackson 2.15Bjørn Christian Seime2023-05-091-4/+6
* Manually handle response timeoutBjørn Christian Seime2023-05-051-11/+11
* Allow more I/O threadsBjørn Christian Seime2023-05-051-1/+1
* Ensure socket timeout is longer than response timeoutsBjørn Christian Seime2023-05-051-27/+30
* Revert "Do not retry SSLException for feed operations"Jon Marius Venstad2023-05-021-4/+3
* Fix importsjonmv2023-04-251-3/+0
* Copy request config to mutatejonmv2023-04-251-8/+9
* Set HTTP request timeout in feed client based on given operation timeoutjonmv2023-04-251-8/+10
* Do not retry SSLException for feed operationsjonmv2023-04-211-3/+4
* Build with jdk20Jon Bratseth2023-04-171-0/+6
* Restructure assertions and reduce inner timeout, so we see all errorsjonmv2023-03-311-17/+20
* 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 time...Henning Baldersheim2023-01-251-5/+6
* 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 vespa-engine/revert-25617-jonmv/privat...jonmv2023-01-181-2/+2
* Revert "Jonmv/private endpoints"Jon Marius Venstad2023-01-181-2/+2
* Revert "Merge pull request #25614 from vespa-engine/revert-25587-jonmv/privat...jonmv2023-01-181-2/+2
* 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
|\
| * 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
|\
| * Add "auto" compression modejonmv2023-01-093-3/+6
* | Merge pull request #25457 from vespa-engine/bjorncs/semgrepBjørn Christian Seime2023-01-092-6/+5
|\ \ | |/ |/|
| * 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 versi...Andreas Eriksen2023-01-062-5/+6
* 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 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