aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-http-client
Commit message (Collapse)AuthorAgeFilesLines
* Inherit apache httpcomponents version from parent.gjoranv2018-07-181-6/+0
| | | | + remove unnecessary httpcore dep (transitive from httpclient).
* 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
|
* Java 9: Upgrade maven-shade-plugingjoranv2018-05-031-1/+0
|
* make it possible to disable host name verification (#5722)Andreas Eriksen2018-04-261-0/+8
| | | to work around a temporary misconfiguration
* Nonfunctional changes onlyJon Bratseth2018-04-0623-116/+57
|
* Add reporting of endpoint errors to FeedClient.ResultCallbackBjørn Christian Seime2018-04-038-3/+193
| | | | | Extend the ResultCallback interface with the method onEndpointException which users may implement to observe endpoint failures.
* Expose response info from ServerResponseExceptionBjørn Christian Seime2018-04-031-0/+8
|
* Don't warn/fail on missing serialVersionUIDBjørn Christian Seime2018-04-031-0/+1
|
* Use string concat instead of logging format stringBjørn Christian Seime2018-02-201-4/+4
|
* Fix bug where exception message is not included in log entryBjørn Christian Seime2018-02-191-4/+4
|
* Include version number in user agent nameBjørn Christian Seime2018-02-022-1/+7
|
* Skip Jackson serialization of SSLContext and HostnameVerifierBjørn Christian Seime2018-02-021-0/+3
|
* Allow configuration of hostname verifierBjørn Christian Seime2018-02-022-2/+27
|
* Set user-agent in vespa-http-clientBjørn Christian Seime2018-02-021-0/+1
|
* support tls in the command line feed clientandreer2018-02-012-1/+8
|
* Verify macrosJon Bratseth2018-01-3110-27/+27
|
* Parse generated tensor function treesJon Bratseth2018-01-221-0/+1
| | | | | | | | | To make generated tensor function trees transparent to the config model we need to convert each tensor function node to the corresponding ranking expression node. This is most easily done by parsing the tensor function tree string output as a ranking expression (something which is required to always work in any case).
* Fix ordering issue when there are more then one pending operation for a documentJo Kristian Bergum2017-12-191-3/+7
|
* Revert "Revert "Bratseth/tensorflow models""Jon Bratseth2017-12-181-6/+6
|
* Revert "Bratseth/tensorflow models"gjoranv2017-12-171-6/+6
|
* Merge with masterJon Bratseth2017-12-131-0/+1
|\
| * Split parent + container-dependency-versions from root pom.gjoranv2017-12-011-0/+1
| | | | | | | | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
| * Revert "Gjoranv/split parent2"gjoranv2017-11-301-1/+0
| |
| * Split parent + container-dependency-versions from root pom.gjoranv2017-11-301-0/+1
| | | | | | | | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
| * Revert "Gjoranv/split parent"gjoranv2017-11-291-1/+0
| |
| * Split parent + container-dependency-versions from root pom.gjoranv2017-11-291-0/+1
| | | | | | | | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* | Improve log messagesJon Bratseth2017-11-291-6/+6
|/
* remove long gone SearchRow and SearchColumn policies.Henning Baldersheim2017-10-171-1/+0
|
* Add dependency management for jackson-dataformat-xml.gjoranv2017-10-131-3/+0
| | | | + remove some unnecessary version from vespa-http-client pom.
* Merge pull request #3562 from ↵Arnstein Ressem2017-09-281-0/+2
|\ | | | | | | | | vespa-engine/revert-3561-revert-3554-aressem/remove-post-install-script Revert "Revert "Aressem/remove post install script""
| * Revert "Revert "Aressem/remove post install script""Arnstein Ressem2017-09-271-0/+2
| |
| * Revert "Aressem/remove post install script"Arnstein Ressem2017-09-271-2/+0
| |
| * Remove global install of files and put this in the modules that owns them.Arnstein Ressem2017-09-251-0/+2
| |
* | Return permissions before calling listenerJon Bratseth2017-09-261-7/+4
| | | | | | | | | | | | | | | | | | | | In the wild we have seen code which makes new send requests from ther onCompletion implementation. When permissions to send are not returned until onComplete returns, this can lead to deadlock. Returning permissions earlier removes this possibility and seems semantically correct to me.
* | Nonfunctional changes onlyJon Bratseth2017-09-2632-49/+87
|/
* Update copyright headersJon Bratseth2017-06-1485-81/+85
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1485-85/+81
|
* Update copyright headersJon Bratseth2017-06-1485-81/+85
|
* Remove carriage returnJon Bratseth2017-06-1414-14/+14
|
* Revert "Copyright header"Jon Bratseth2017-06-1385-99/+95
|
* Copyright headerJon Bratseth2017-06-1385-95/+99
|
* convenience method is convenientArne H Juul2017-05-291-3/+1
|
* Transfer ownership.Haakon Dybdahl2017-05-231-1/+0
|
* Avoid expensive pooling of json fieldnames. Works very bad with maps.....Henning Baldersheim2017-03-171-1/+1
|
* Fix race when two threads are competing for head element in document queue.Haakon Dybdahl2017-03-152-22/+27
|
* Fix tostring.Haakon Dybdahl2017-03-091-0/+10
|