summaryrefslogtreecommitdiffstats
path: root/vespa-http-client/src
Commit message (Expand)AuthorAgeFilesLines
* 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-021-1/+2
* 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
* 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
* Improve log messagesJon Bratseth2017-11-291-6/+6
* remove long gone SearchRow and SearchColumn policies.Henning Baldersheim2017-10-171-1/+0
* Return permissions before calling listenerJon Bratseth2017-09-261-7/+4
* Nonfunctional changes onlyJon Bratseth2017-09-2632-49/+87
* Update copyright headersJon Bratseth2017-06-1484-80/+84
* Revert "Update copyright headers"Jon Bratseth2017-06-1484-84/+80
* Update copyright headersJon Bratseth2017-06-1484-80/+84
* Remove carriage returnJon Bratseth2017-06-1414-14/+14
* Revert "Copyright header"Jon Bratseth2017-06-1384-98/+94
* Copyright headerJon Bratseth2017-06-1384-94/+98
* convenience method is convenientArne H Juul2017-05-291-3/+1
* 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
* Improvements based on code review.Haakon Dybdahl2017-03-0911-208/+164
* Extend APIs with condition-not-met.Haakon Dybdahl2017-03-0610-25/+95
* Improve log message by transforming back to an exception that is more underst...Haakon Dybdahl2017-02-281-1/+5
* Enable silent upgrade.Haakon Dybdahl2017-02-281-1/+1
* Add support for dynamic headersBjørn Christian Seime2017-01-094-10/+113
* 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
* Make endpoint serizable.Haakon Dybdahl2016-12-121-1/+4
* Improve close method so it waits for operations even when zero retries.Haakon Dybdahl2016-12-121-1/+1
* Add commentHaakon Dybdahl2016-11-221-0/+2
* Silent upgarde feature, client side.Haakon Dybdahl2016-11-223-3/+29
* Move to correct log level.Haakon Dybdahl2016-11-142-9/+5
* Improve log messages.Haakon Dybdahl2016-11-021-2/+2
* Minor improvements.Haakon Dybdahl2016-10-243-8/+6
* Only sleep if there are nothing processed and max concurrent documents.Haakon Dybdahl2016-10-241-24/+37
* 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-054-24/+43
|\
| * Do less work on IOThread.close as it is sequential. Catch exception when docu...Haakon Dybdahl2016-10-053-22/+40
| * Take retries into account as well for extermly slow clusters, that have exper...Haakon Dybdahl2016-09-271-2/+3
* | Move JsonTestHelper to testutilVegard Sjonfjell2016-10-051-10/+1
|/
* Improve time-out handling for close call.Haakon Dybdahl2016-09-262-7/+60
* Allow servername prefixed with http.Haakon Dybdahl2016-09-212-1/+20
* Do not wait forever in close, in some cases the queue will get drained too sl...Haakon Dybdahl2016-09-161-1/+3