aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-http-client/src/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #11701 from vespa-engine/revert-11693-revert-11681-bjorncs...Bjørn Christian Seime2020-01-091-9/+7
|\
| * Revert "Revert "Bjorncs/apache commons libraries cleanup""Bjørn Christian Seime2020-01-081-9/+7
| * Revert "Bjorncs/apache commons libraries cleanup"Harald Musum2020-01-081-7/+9
| * Merge pull request #11681 from vespa-engine/bjorncs/apache-commons-libraries-...Bjørn Christian Seime2020-01-071-9/+7
| |\
| | * Remove use of common-lang in vespa-http-clientBjørn Christian Seime2020-01-071-9/+7
* | | No HamcrestJon Bratseth2020-01-071-91/+86
|/ /
* | Test properlyJon Bratseth2020-01-071-4/+17
* | Use 'localhost' as hostnameJon Bratseth2020-01-073-11/+12
* | Validate hostnames on setupJon Bratseth2020-01-071-26/+42
|/
* Add/corect copyright headersJon Bratseth2020-01-031-0/+1
* Use mockito-core 3.1.0Håkon Hallingstad2019-10-186-28/+28
* Remove findbugs annotations from code and build path.gjoranv2019-09-091-5/+1
* 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
* doc: -> id:Henning Baldersheim2019-08-161-7/+7
* doc: -> id:Henning Baldersheim2019-08-161-7/+7
* Remove printlnJon Bratseth2019-07-051-1/+0
* Block 1 ms, not 100 ms between cyclesJon Bratseth2019-07-032-2/+2
* Nonfunctional changes onlyJon Bratseth2019-07-031-0/+1
* better tests, not allow both host/endpointKristian Aune2019-05-131-19/+14
* Add endpoint parameterKristian Aune2019-05-101-0/+32
* Allow client to pass custom operationIdHarshil Shukla2019-04-301-2/+2
* Allow client to pass custom operationIdHarshil Shukla2019-04-301-1/+24
* Don't import deprecated classesJon Bratseth2019-04-261-5/+4
* Revert "Merge pull request #9192 from vespa-engine/revert-9190-bratseth/depre...Jon Bratseth2019-04-265-5/+11
* Revert "Bratseth/deprecate httclient session take 2"Henning Baldersheim2019-04-265-11/+5
* Revert "Merge pull request #9188 from vespa-engine/revert-9183-bratseth/depre...Jon Bratseth2019-04-255-5/+11
* Revert "Bratseth/deprecate httpclient session"Harald Musum2019-04-255-11/+5
* Deprecate Session and SessionFactoryJon Bratseth2019-04-255-5/+11
* Let default be 4 for command line invocation.Henning Baldersheim2019-04-111-1/+1
* Test --numPersistentConnectionsPerEndpoint argument.Henning Baldersheim2019-04-111-1/+3
* Change default persisted connections down to 1Jo Kristian Bergum2019-04-042-2/+2
* Client-side modules should be compilable with jdk8Jon Bratseth2019-03-291-3/+0
* Revert "Revert "Bratseth/remove dependencies" (#8885)"Jon Bratseth2019-03-233-54/+128
* Revert "Bratseth/remove dependencies" (#8885)Harald Musum2019-03-223-128/+54
* Remove testutils dependencyJon Bratseth2019-03-222-1/+53
* Remove vespajlib dependencyJon Bratseth2019-03-221-53/+75
* Remove support for vespa http client protocol v2. Always use protocol v3.Tor Egge2019-01-233-28/+4
* Switch default data format for vespa http client to json.Tor Egge2019-01-232-2/+2
* Remove deprecated APIs.Geir Storli2019-01-231-1/+0
* Test multiple operations on a single documentJon Bratseth2019-01-171-1/+9
* Handle multiple results per document in a sync batchJon Bratseth2019-01-168-29/+32
* Add simple sync wrapper clientJon Bratseth2018-12-053-16/+96
* Print warning if deprecated option is given to vespa http client.Tor Egge2018-11-021-0/+29
* Throw if document ID is missingValerij Fredriksen2018-10-301-0/+7
* Remove redundant throwsValerij Fredriksen2018-10-301-5/+5
* Use a thread group to avoid any iothreads bumping into a throttled Q.Henning Baldersheim2018-10-181-12/+6
* If posting to self, the Q will be unboundedHenning Baldersheim2018-10-171-0/+10
* Add a parameter that will make the Q unbounded if producer == consumer.Henning Baldersheim2018-10-171-2/+2
* Look at oldest send operation, rather than number of running onesJon Marius Venstad2018-10-162-6/+13