summaryrefslogtreecommitdiffstats
path: root/vespa-http-client/src/main
Commit message (Expand)AuthorAgeFilesLines
* 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-1448-47/+48
* Revert "Update copyright headers"Jon Bratseth2017-06-1448-48/+47
* Update copyright headersJon Bratseth2017-06-1448-47/+48
* Remove carriage returnJon Bratseth2017-06-143-3/+3
* Revert "Copyright header"Jon Bratseth2017-06-1348-51/+50
* Copyright headerJon Bratseth2017-06-1348-50/+51
* 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-098-148/+111
* Extend APIs with condition-not-met.Haakon Dybdahl2017-03-068-10/+47
* 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-092-8/+50
* 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
* Do less work on IOThread.close as it is sequential. Catch exception when docu...Haakon Dybdahl2016-10-052-22/+7
* Take retries into account as well for extermly slow clusters, that have exper...Haakon Dybdahl2016-09-271-2/+3
* Improve time-out handling for close call.Haakon Dybdahl2016-09-261-7/+29
* Allow servername prefixed with http.Haakon Dybdahl2016-09-211-1/+9
* Do not wait forever in close, in some cases the queue will get drained too sl...Haakon Dybdahl2016-09-161-1/+3
* 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-061-29/+16
* Created FormatInputStreat to unify reading from file or stdinvalerijf2016-07-061-0/+102
* Argument --file no longer required by CommandLineArgumentsvalerijf2016-07-061-5/+0
* Merge branch 'master' into dybis/update-authorHaakon Dybdahl2016-06-171-1/+1
|\
| * Use github name in @authorJon Bratseth2016-06-161-1/+1
* | update author field.Haakon Dybdahl2016-06-1718-19/+19
|/
* PublishJon Bratseth2016-06-1548-0/+5355