aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-http-client
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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 ↵Haakon Dybdahl2017-02-281-1/+5
| | | | understandable.
* 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-072-10/+7
|
* Revert "Voffeloff/constant tensor validation"Vegard Sjonfjell2016-10-052-7/+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 ↵Haakon Dybdahl2016-10-053-22/+40
| | | | | | | | document queue is closed on retries. Add a unit test.
| * Take retries into account as well for extermly slow clusters, that have ↵Haakon Dybdahl2016-09-271-2/+3
| | | | | | | | experience failures.
* | Move JsonTestHelper to testutilVegard Sjonfjell2016-10-052-10/+7
|/
* 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 ↵Haakon Dybdahl2016-09-161-1/+3
| | | | slowly.
* Make close finish when network is unavailable.Haakon Dybdahl2016-09-012-25/+23
|
* Catch more errors.Haakon Dybdahl2016-08-081-4/+7
|
* Updated Runner to use FormatInputStreamvalerijf2016-07-062-64/+16
|
* Created FormatInputStreat to unify reading from file or stdinvalerijf2016-07-063-0/+220
|
* Argument --file no longer required by CommandLineArgumentsvalerijf2016-07-062-9/+1
|
* Move parent pom to toplevel directoryEirik Nygaard2016-06-231-1/+0
|
* Merge branch 'master' into dybis/update-authorHaakon Dybdahl2016-06-171-1/+1
|\