summaryrefslogtreecommitdiffstats
path: root/vespa-http-client/src
Commit message (Expand)AuthorAgeFilesLines
* Add Vespa TLS support to vespa-http-clientBjørn Christian Seime2019-07-195-22/+68
* Revert "Add Vespa TLS support to vespa-http-client"Bjørn Christian Seime2019-07-184-89/+21
* Add Vespa TLS support to vespa-http-clientBjørn Christian Seime2019-07-174-21/+89
* 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
* Allow client to pass custom operationIdHarshil Shukla2019-04-302-8/+7
* Allow client to pass custom operationIdHarshil Shukla2019-04-302-4/+32
* Don't import deprecated classesJon Bratseth2019-04-262-7/+5
* Revert "Merge pull request #9192 from vespa-engine/revert-9190-bratseth/depre...Jon Bratseth2019-04-2614-42/+69
* Revert "Bratseth/deprecate httclient session take 2"Henning Baldersheim2019-04-2614-69/+42
* Don't import deprecated classJon Bratseth2019-04-251-2/+1
* Revert "Merge pull request #9188 from vespa-engine/revert-9183-bratseth/depre...Jon Bratseth2019-04-2514-40/+68
* Revert "Bratseth/deprecate httpclient session"Harald Musum2019-04-2514-68/+40
* Deprecate Session and SessionFactoryJon Bratseth2019-04-2514-40/+68
* Improve JavadocJon Bratseth2019-04-251-36/+46
* Only command line has a default of 4, programatic usage has a default of 1.Henning Baldersheim2019-04-111-1/+1
* Let default be 4 for command line invocation.Henning Baldersheim2019-04-113-3/+3
* Test --numPersistentConnectionsPerEndpoint argument.Henning Baldersheim2019-04-111-1/+3
* Change default persisted connections down to 1Jo Kristian Bergum2019-04-044-5/+4
* Client-side modules should be compilable with jdk8Jon Bratseth2019-03-292-4/+1
* Revert "Revert "Bratseth/remove dependencies" (#8885)"Jon Bratseth2019-03-2316-86/+146
* Revert "Bratseth/remove dependencies" (#8885)Harald Musum2019-03-2216-146/+86
* Remove testutils dependencyJon Bratseth2019-03-228-16/+53
* Remove vespajlib dependencyJon Bratseth2019-03-223-55/+77
* Remove component dependencyJon Bratseth2019-03-222-3/+9
* Remove dependency on Vespa annotationsJon Bratseth2019-03-223-12/+7
* Ignore fields that are not serializableBjørn Christian Seime2019-03-142-3/+2
* Rename header 'Vespa-Http-Client-Version' -> 'Vespa-Client-Version'Bjørn Christian Seime2019-02-011-1/+1
* Add client version as header to all http requestsBjørn Christian Seime2019-01-312-1/+5
* Nonfunctional changes onlyJon Bratseth2019-01-241-3/+2
* Handle multiple results per document in a sync batchJon Bratseth2019-01-231-0/+17
* Do TODOsJon Bratseth2019-01-231-1/+0
* Remove traces of protocol version 2 from internal http feeder.Tor Egge2019-01-231-1/+1
* Remove support for vespa http client protocol v2. Always use protocol v3.Tor Egge2019-01-238-76/+12
* Switch default data format for vespa http client to json.Tor Egge2019-01-233-3/+3
* Remove deprecated APIs.Geir Storli2019-01-234-35/+0
* Add more javadocJon Bratseth2019-01-171-1/+3
* Test multiple operations on a single documentJon Bratseth2019-01-171-1/+9
* Remove dead codeJon Bratseth2019-01-161-18/+0
* Handle multiple results per document in a sync batchJon Bratseth2019-01-1614-63/+90
* ThreadLocalRandom is recommended over Random in multithreaded environments, t...Håkon Hallingstad2018-12-202-7/+5
* Specify typeJon Bratseth2018-12-061-2/+1
* Add simple sync wrapper clientJon Bratseth2018-12-059-37/+301
* Print warning if deprecated option is given to vespa http client.Tor Egge2018-11-022-3/+42
* Merge pull request #7500 from vespa-engine/bratseth/improve-result-toStringJon Bratseth2018-10-311-3/+3
|\