aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-http-client
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Remove findbugs annotations from code and build path.gjoranv2019-09-092-10/+1
| | | | | - jsr305 is needed by guava, which declares it as optional dep. - Remaining modules with annotations do not affect the container.
* Update javadoc after changes in https://github.com/vespa-engine/vespa/pull/10483Harald Musum2019-09-043-4/+0
|
* Don't never run testsJon Marius Venstad2019-09-024-18/+3
|
* Handle inherited variants with different dimensionsJon Bratseth2019-08-221-3/+3
|
* doc: -> id:Henning Baldersheim2019-08-161-7/+7
|
* doc: -> id:Henning Baldersheim2019-08-161-7/+7
|
* Change wordingJo Kristian Bergum2019-08-091-1/+1
|
* Improve log messages and include response codeJo Kristian Bergum2019-08-091-6/+15
|
* Duration.toSeconds() is only available on Java 9+Bjørn Christian Seime2019-07-261-1/+1
|
* Make 'connection time to live' a configurable parameterBjørn Christian Seime2019-07-263-3/+32
|
* Revert "Adjust connection time to live to be more TLS friendly"Bjørn Christian Seime2019-07-261-1/+1
|
* Reduce connection time to live to 1 minuteBjørn Christian Seime2019-07-261-1/+1
|
* Adjust connection time to live to be more TLS friendlyBjørn Christian Seime2019-07-251-1/+1
|
* Add Vespa TLS support to vespa-http-clientBjørn Christian Seime2019-07-196-22/+95
| | | | | | | | Use setters for directly assigning ssl context and hostname validator to client builder. This ensures that all connection settings applied to the builder are actual used to construct the client. Previously, the connection settings for timeout and total connections were ignored if ssl was configured.
* Revert "Add Vespa TLS support to vespa-http-client"Bjørn Christian Seime2019-07-185-116/+21
| | | | This reverts commit 4ed7063aa9a5c3d961231484178945ed3ecef441.
* Add Vespa TLS support to vespa-http-clientBjørn Christian Seime2019-07-175-21/+116
| | | | | | | | Use setters for directly assigning ssl context and hostname validator to client builder. This ensures that all connection settings applied to the builder are actual used to construct the client. Previously, the connection settings for timeout and total connections were ignored if ssl was configured.
* Remove printlnJon Bratseth2019-07-051-1/+0
|
* Block 1 ms, not 100 ms between cyclesJon Bratseth2019-07-036-30/+59
|
* Nonfunctional changes onlyJon Bratseth2019-07-032-10/+14
|
* Nonfunctional changes onlyJon Bratseth2019-07-031-52/+30
|
* Nonfunctional changes onlyJon Bratseth2019-07-033-87/+67
|
* better tests, not allow both host/endpointKristian Aune2019-05-132-19/+18
|
* Add endpoint parameterKristian Aune2019-05-103-12/+73
| | | | - and allow building an endpoint from URL