summaryrefslogtreecommitdiffstats
path: root/vespa-http-client
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | | | Time out connections on the IOThread level instead of leaving this to Apache. Keep old connections alive for a while after timeout and keep polling them such that, if the old connection hits a different real behind a VIP than the new connection we'll still get the replies.
* Remember when we connectedJon Bratseth2020-08-275-21/+36
|
* Add a gateway connection factoryJon Bratseth2020-08-278-73/+153
|
* 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
| | | | | - If unset SyncClient will set it to 200hz. - If not set IOThread will use old default of 10hz.
* Change default poll frequency when idle form 1000hz to 10hz.Henning Baldersheim2020-08-034-13/+39
| | | | | The cost of a poll is huge as it implies sending an http post. Synchrous usage might want to reduce this.
* 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 ↵Jon Bratseth2020-03-243-41/+39
|\ | | | | | | | | vespa-engine/bratseth/dont-use-phrase-segmentation-flag Bratseth/dont use phrase segmentation flag
| * 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
| | | | | Use deprecated setSslcontext() in code that may run outside JDisc.
* 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 #11701 from ↵Bjørn Christian Seime2020-01-092-15/+7
|\ | | | | | | | | vespa-engine/revert-11693-revert-11681-bjorncs/apache-commons-libraries-cleanup Reapply "Bjorncs/apache commons libraries cleanup""
| * Revert "Revert "Bjorncs/apache commons libraries cleanup""Bjørn Christian Seime2020-01-082-15/+7
| |
| * Revert "Bjorncs/apache commons libraries cleanup"Harald Musum2020-01-082-7/+15
| |
| * Merge pull request #11681 from ↵Bjørn Christian Seime2020-01-072-15/+7
| |\ | | | | | | | | | | | | vespa-engine/bjorncs/apache-commons-libraries-cleanup Bjorncs/apache commons libraries cleanup
| | * Remove use of common-lang in vespa-http-clientBjørn Christian Seime2020-01-072-15/+7
| | |
* | | No HamcrestJon Bratseth2020-01-071-91/+86
|/ /
* | Merge pull request #11672 from vespa-engine/bratseth/validate-hostnamesJon Bratseth2020-01-076-48/+88
|\ \ | |/ |/| Validate hostnames on setup
| * Make staticJon Bratseth2020-01-071-1/+1
| |
| * Test properlyJon Bratseth2020-01-071-4/+17
| |
| * Use 'localhost' as hostnameJon Bratseth2020-01-073-11/+12
| |
| * Validate hostnames on setupJon Bratseth2020-01-073-37/+63
| |
* | Merge pull request #11665 from vespa-engine/bratseth/non-functional-changesgjoranv2020-01-071-0/+1
|\ \ | |/ |/| Non-functional changes
| * Non-functional changesJon Bratseth2020-01-061-0/+1
| |
* | Remove beta: In heavy use for a yearJon Bratseth2020-01-071-19/+1
|/
* Add/corect copyright headersJon Bratseth2020-01-032-0/+2
|
* Ensure connections are reused when client auth enabledBjørn Christian Seime2019-12-051-0/+1
|
* Allow configuration of PEM files in programmatic APIBjørn Christian Seime2019-12-054-19/+58
|
* Support configuration of PEM encoded credentials in vespa-http-clientBjørn Christian Seime2019-12-021-1/+34
|
* Build http-utils with jdk8 and remove reflection hackBjørn Christian Seime2019-12-022-27/+2
|
* Better error message on missing fieldJon Bratseth2019-11-281-2/+2
|
* Use the new release option in JDK 9+ to ensure JDK 8 compability for client ↵Arnstein Ressem2019-10-221-22/+4
| | | | libraries.
* Use mockito-core 3.1.0Håkon Hallingstad2019-10-186-28/+28
|
* Explicitly return '1' rather than '-1' being wrapped to '255'Frode Lundgren2019-10-021-1/+1
|
* Exit with non-zero status upon command line option errorsFrode Lundgren2019-10-021-1/+1
|