aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-http-client
Commit message (Expand)AuthorAgeFilesLines
* Deprecate vespa-http-clientBjørn Christian Seime2021-12-1511-4/+19
* Add custom `@Beta` annotationBjørn Christian Seime2021-12-031-4/+0
* Duplicate results are expected when client fails to observe operations acceptedJon Marius Venstad2021-11-181-4/+4
* Use a custom property for setting relase version for clients.gjoranv2021-11-151-10/+1
* Create implicit summaries for each schema separatelyJon Bratseth2021-11-091-1/+1
* Update mock based tests.Henning Baldersheim2021-11-012-4/+14
* Add --ignoreConditionNotMet to vespa-http-clientHenning Baldersheim2021-11-015-8/+22
* Add notes in README for modules that must be built with JDK 8gjoranv2021-10-291-0/+2
* Update 2020 Oath copyrights.gjoranv2021-10-272-2/+2
* Revert "Remove deps to http-utils and add vespajlib where necessary."gjoranv2021-10-211-1/+1
* Remove duplicate test util class and dependency to hamcrest-json.gjoranv2021-10-203-65/+5
* Update Verizon Media copyright notices.gjoranv2021-10-077-7/+7
* Update 2018 copyright notices.gjoranv2021-10-073-3/+3
* Update 2017 copyright notices.gjoranv2021-10-0781-81/+81
* Optimize fat jar size by excluding unused transitive deps.gjoranv2021-09-301-0/+19
* Remove deps to http-utils and add vespajlib where necessary.gjoranv2021-09-301-1/+1
* Enable timeouts for socket connect/read/writeBjørn Christian Seime2021-06-032-5/+9
* Move client builders to major specific sub packagesJon Marius Venstad2021-03-231-1/+1
* Deploy the vespa-http-client with dependencies.Arnstein Ressem2021-03-031-0/+22
* Upgrade all Jackson dependencies to 2.12.1Bjørn Christian Seime2021-02-085-15/+50
* No functional changesJon Bratseth2021-02-031-2/+2
* Merge pull request #14634 from vespa-engine/jonmv/async-feed-handlerJon Marius Venstad2020-10-011-1/+1
|\
| * Enable compressed responses in feed clientJon Marius Venstad2020-09-301-2/+1
* | Ensure effective poll intervall from 'timeToPoll' is less than configured pol...Bjørn Christian Seime2020-10-011-11/+19
* | Don't disable compression in Apache httpclientBjørn Christian Seime2020-09-301-1/+0
* | Close connection early if no inflight operationsBjørn Christian Seime2020-09-305-80/+103
* | fixup! Increase connection-time-to-live to 30 secondsBjørn Christian Seime2020-09-301-23/+23
* | Increase connection-time-to-live to 30 secondsBjørn Christian Seime2020-09-291-1/+1
* | Ensure content is consumed to allow connection reuseBjørn Christian Seime2020-09-291-11/+9
|/
* Force close if draining fails after connection deadlineBjørn Christian Seime2020-09-281-18/+26
* Fail all queued documents on 401 or 403 (will repeat until done)Jon Marius Venstad2020-09-042-6/+13
* SimplifyJon Marius Venstad2020-09-041-7/+3
* Check whether we should poll every pollIntervalJon Bratseth2020-09-041-3/+12
* Revert "Merge pull request #14263 from vespa-engine/revert-14259-bratseth/dra...Jon Bratseth2020-09-043-86/+157
* Revert "Drain in a separate thread"Jon Bratseth2020-09-033-157/+86
* Remove in a supported wayJon Bratseth2020-09-022-6/+4
* Drain in a separate threadJon Bratseth2020-09-022-83/+156
* Merge pull request #14229 from vespa-engine/bratseth/http-client-testsJon Bratseth2020-09-0213-2064/+308
|\
| * Pull up OperationProcessorTesterJon Bratseth2020-09-015-119/+135
| * Remove slow tests of deprecated SessionJon Bratseth2020-09-015-1627/+0
| * Migrate IOThread testsJon Bratseth2020-09-016-413/+268
* | Generate a Vtag class in vespa-http-clientJon Bratseth2020-09-014-10/+49
|/
* Drain old connections with exponential dropoff due to reduce costJon Bratseth2020-08-312-28/+37
* Actually close connectionJon Bratseth2020-08-313-8/+20
* Test old connection pollingJon Bratseth2020-08-3112-80/+327
* Completely parametrize timeJon Bratseth2020-08-2820-186/+247
* Parametrize clockJon Bratseth2020-08-2817-57/+106
* Time out connections on the IOThread levelJon Bratseth2020-08-2812-131/+240
* Remember when we connectedJon Bratseth2020-08-275-21/+36
* Add a gateway connection factoryJon Bratseth2020-08-278-73/+153