summaryrefslogtreecommitdiffstats
path: root/vespa-http-client/src/test/java/com
Commit message (Expand)AuthorAgeFilesLines
* 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-167-22/+26
* 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
* Remove unnecessary latchBjørn Christian Seime2018-06-141-30/+2
* Try to extract error message from non-2xx responsesBjørn Christian Seime2018-06-081-0/+56
* Allow setting http headers through command line interfaceBjørn Christian Seime2018-06-051-0/+33
* Add reporting of endpoint errors to FeedClient.ResultCallbackBjørn Christian Seime2018-04-031-0/+73
* support tls in the command line feed clientandreer2018-02-011-0/+3
* Update copyright headersJon Bratseth2017-06-1431-28/+31
* Revert "Update copyright headers"Jon Bratseth2017-06-1431-31/+28
* Update copyright headersJon Bratseth2017-06-1431-28/+31
* Remove carriage returnJon Bratseth2017-06-1411-11/+11
* Revert "Copyright header"Jon Bratseth2017-06-1331-42/+39
* Copyright headerJon Bratseth2017-06-1331-39/+42
* Improvements based on code review.Haakon Dybdahl2017-03-093-60/+53
* Extend APIs with condition-not-met.Haakon Dybdahl2017-03-062-15/+48
* Add support for dynamic headersBjørn Christian Seime2017-01-092-2/+63
* Simplify construction of HTTP client mockBjørn Christian Seime2017-01-091-52/+44
* Assert fail fast for 401-Unauthorized and 403-ForbiddenBjørn Christian Seime2017-01-051-1/+3
* Revert "Revert "Voffeloff/constant tensor validation""Vegard Sjonfjell2016-10-071-10/+1
* Revert "Voffeloff/constant tensor validation"Vegard Sjonfjell2016-10-051-1/+10
* Merge branch 'master' into voffeloff/move-jsontesthelperVegard Sjonfjell2016-10-051-0/+33
|\
| * Do less work on IOThread.close as it is sequential. Catch exception when docu...Haakon Dybdahl2016-10-051-0/+33
* | Move JsonTestHelper to testutilVegard Sjonfjell2016-10-051-10/+1
|/
* Improve time-out handling for close call.Haakon Dybdahl2016-09-261-0/+31
* Allow servername prefixed with http.Haakon Dybdahl2016-09-211-0/+11
* Updated Runner to use FormatInputStreamvalerijf2016-07-061-35/+0
* Created FormatInputStreat to unify reading from file or stdinvalerijf2016-07-061-0/+113
* Argument --file no longer required by CommandLineArgumentsvalerijf2016-07-061-4/+1
* update author field.Haakon Dybdahl2016-06-171-2/+2
* PublishJon Bratseth2016-06-1530-0/+5049