aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-http-client
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update abi specs for 7.gjoranv2019-01-231-4/+0
* 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
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-231-2/+2
* 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
* Update ABI specJon Bratseth2019-01-161-2/+4
* Remove dead codeJon Bratseth2019-01-161-18/+0
* Handle multiple results per document in a sync batchJon Bratseth2019-01-1614-63/+90
* Revert "Revert "Enable ABI checking on modules with public APIs""Ilpo Ruotsalainen2019-01-092-0/+488
* Revert "Enable ABI checking on modules with public APIs"Håkon Hallingstad2019-01-042-488/+0
* Merge pull request #7964 from vespa-engine/iruotsalainen/enable-abi-checkIlpo Ruotsalainen2019-01-042-0/+488
|\
| * Move abi-check-plugin configuration to parent.Ilpo Ruotsalainen2018-12-211-12/+0
| * Enable abi-check-plugin on relevant modules.Ilpo Ruotsalainen2018-12-182-0/+500
* | 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
|\
| * Avoid double spacaes all across the skyJon Bratseth2018-10-311-2/+2
| * Space toString fieldsJon Bratseth2018-10-311-3/+3
* | Throw if document ID is missingValerij Fredriksen2018-10-302-12/+30
* | Remove redundant throwsValerij Fredriksen2018-10-301-5/+5
|/
* Use a thread group to avoid any iothreads bumping into a throttled Q.Henning Baldersheim2018-10-185-18/+20
* Merge pull request #7347 from vespa-engine/balder/avoid-deadlocking-yourselfJon Bratseth2018-10-183-5/+15
|\
| * If posting to self, the Q will be unboundedHenning Baldersheim2018-10-172-1/+11
| * Add a parameter that will make the Q unbounded if producer == consumer.Henning Baldersheim2018-10-173-5/+5
* | Avoid holding the global monitor lock while sending blocked document.Henning Baldersheim2018-10-171-5/+9
|/
* Merge pull request #7328 from vespa-engine/jvenstad/fix-bug-in-feed-client-cl...Jon Bratseth2018-10-164-19/+35
|\
| * Address reviewJon Marius Venstad2018-10-162-6/+6
| * Look at oldest send operation, rather than number of running onesJon Marius Venstad2018-10-164-17/+33
* | Increase timeout on closing feed clientJon Marius Venstad2018-10-161-1/+1
|/
* Revert "Revert "Simplify and correct isFilled""Jon Bratseth2018-10-143-3/+4
* Revert "Simplify and correct isFilled"Jon Bratseth2018-10-143-4/+3
* Merge pull request #7299 from vespa-engine/bratseth/prevent-xxe-in-xmlfeedreaderJon Bratseth2018-10-141-7/+8
|\
| * Prevent XXEJon Bratseth2018-10-131-7/+8
* | Simplify and correct isFilledJon Bratseth2018-10-123-3/+4
|/
* Inherit apache httpcomponents version from parent.gjoranv2018-07-181-6/+0
* Remove unnecessary latchBjørn Christian Seime2018-06-141-30/+2
* Try to extract error message from non-2xx responsesBjørn Christian Seime2018-06-082-3/+79
* Use apache header parser + improve error handling of invalid headersBjørn Christian Seime2018-06-061-4/+15
* Allow setting http headers through command line interfaceBjørn Christian Seime2018-06-052-1/+45
* Output result detailsJon Bratseth2018-05-071-1/+3