summaryrefslogtreecommitdiffstats
path: root/vespa-http-client/src/main
Commit message (Expand)AuthorAgeFilesLines
* Upgrade all Jackson dependencies to 2.12.1Bjørn Christian Seime2021-02-083-12/+28
* 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-303-73/+69
* | 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-041-2/+7
* 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-042-83/+157
* Revert "Drain in a separate thread"Jon Bratseth2020-09-032-157/+83
* Remove in a supported wayJon Bratseth2020-09-021-3/+4
* Drain in a separate threadJon Bratseth2020-09-022-83/+156
* Merge pull request #14229 from vespa-engine/bratseth/http-client-testsJon Bratseth2020-09-025-33/+59
|\
| * Pull up OperationProcessorTesterJon Bratseth2020-09-012-3/+4
| * Migrate IOThread testsJon Bratseth2020-09-014-30/+55
* | Generate a Vtag class in vespa-http-clientJon Bratseth2020-09-013-10/+27
|/
* Drain old connections with exponential dropoff due to reduce costJon Bratseth2020-08-311-10/+15
* Actually close connectionJon Bratseth2020-08-312-4/+15
* Test old connection pollingJon Bratseth2020-08-317-56/+114
* Completely parametrize timeJon Bratseth2020-08-2813-92/+100
* Parametrize clockJon Bratseth2020-08-2811-32/+65
* Time out connections on the IOThread levelJon Bratseth2020-08-288-103/+206
* Remember when we connectedJon Bratseth2020-08-274-10/+28
* Add a gateway connection factoryJon Bratseth2020-08-276-46/+126
* Non-functional changes onlyJon Bratseth2020-08-275-35/+36
* 1000 -> 500.0Henning Baldersheim2020-08-031-1/+1
* Let fast be fastHenning Baldersheim2020-08-032-4/+3
* - Let default idlePollFrequency be unset.Henning Baldersheim2020-08-036-53/+40
* Change default poll frequency when idle form 1000hz to 10hz.Henning Baldersheim2020-08-033-7/+29
* Propagate cluster infoJon Bratseth2020-05-061-1/+1
* Minor fixesJon Bratseth2020-04-162-3/+2
* Randomize chunk sizeJon Bratseth2020-04-151-2/+14
* Nonfunctional changes onlyJon Bratseth2020-04-152-23/+17
* The document queue is always sharedJon Bratseth2020-04-156-52/+51
* Nonfunctional changes onlyJon Bratseth2020-04-155-74/+35
* Merge pull request #12664 from vespa-engine/bratseth/dont-use-phrase-segmenta...Jon Bratseth2020-03-243-41/+39
|\
| * Non-functional changes onlyJon Bratseth2020-03-233-39/+34
| * Non-functional changes onlyJon Bratseth2020-03-231-2/+5
* | Nonfunctional changes only>Jon Bratseth2020-03-242-6/+4
|/
* Only print size related stats when input is fileOla Aunrønning2020-02-191-5/+7
* Read input size from FormatInputStream instead of fileOla Aunrønning2020-02-191-4/+3
* Upgrade Apache httpclient+httpcore to newest versionBjørn Christian Seime2020-01-101-2/+9
* Revert "Bjorncs/java deps cleanup"Harald Musum2020-01-101-2/+2
* Upgrade Apache httpclient and httpcore to newest versionBjørn Christian Seime2020-01-091-2/+2
* Merge pull request #11672 from vespa-engine/bratseth/validate-hostnamesJon Bratseth2020-01-072-11/+21
|\