summaryrefslogtreecommitdiffstats
path: root/vespaclient-core
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Revert "Balder/again when time is up it is up""Henning Baldersheim2018-02-051-2/+10
|
* Revert "Balder/again when time is up it is up"Henning Baldersheim2018-02-051-10/+2
|
* Add readability.Henning Baldersheim2018-02-051-2/+10
|
* Avoid import by *Henning Baldersheim2018-02-032-4/+4
|
* Try to differentiate between client and server errors.Henning Baldersheim2018-02-032-2/+22
|
* Reduce loglevel to debug.Henning Baldersheim2018-02-031-2/+2
|
* Never log once per requestJon Bratseth2018-01-311-11/+8
|
* The http parameter &totaltimeout can be used to control the overall timeout.Henning Baldersheim2018-01-251-8/+13
| | | | | | If both timeouts are given the lower of the computed and the given &timeout is used per message. Setting &totaltimeout to a negative value enables a fixed timeout given to each message. This mimics todays broken behavior.
* Continually recompute the timeout given to messagebus.Henning Baldersheim2018-01-241-3/+16
| | | | If used by vespafeeder keep old behavior.
* Proper indentation.Henning Baldersheim2018-01-241-36/+37
|
* add jdisc Metric wiringArne Juul2017-12-142-1/+5
| | | | rename metric (will be tagged as a "container" metric anyway)
* 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.
* Revert "Revert "Aressem/remove post install script""Arnstein Ressem2017-09-271-0/+3
|
* Revert "Aressem/remove post install script"Arnstein Ressem2017-09-271-3/+0
|
* Create function to install config definitions.Arnstein Ressem2017-09-271-4/+2
|
* Remove global install of files and put this in the modules that owns them.Arnstein Ressem2017-09-251-0/+5
|
* Revert "Revert "version in def files are deprecated""Harald Musum2017-08-301-1/+0
|
* Revert "version in def files are deprecated"Harald Musum2017-08-301-0/+1
|
* version in def files are deprecatedHarald Musum2017-08-301-1/+0
|
* Update copyright headersJon Bratseth2017-06-1431-31/+31
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1431-31/+31
|
* Update copyright headersJon Bratseth2017-06-1431-31/+31
|
* Remove carriage returnJon Bratseth2017-06-143-3/+3
|
* Revert "Copyright header"Jon Bratseth2017-06-1331-34/+34
|
* Copyright headerJon Bratseth2017-06-1331-34/+34
|
* Transfer ownership.Haakon Dybdahl2017-05-231-1/+1
|
* Add readmesHaakon Dybdahl2017-01-231-0/+1
|
* increase default for maxbusythreadsArne H Juul2017-01-131-1/+1
|
* ensure correct accounting on InterruptedExceptionArne H Juul2017-01-121-7/+12
|
* add back waiting on shutdown()Arne H Juul2017-01-121-1/+7
| | | | | * add a global pending replies counter * wait for all outstanding replies on shutdown
* simplify SharedSender APIArne H Juul2017-01-122-76/+64
| | | | | | | | * require ResultCallback owners to keep their own Pending number * no longer send numPending in handleReply() * remove unused remove() method * get rid of activeOwners map and associated monitor * waitForPending() now just delegates to the Pending number
* remove unused maxPending parameterArne H Juul2017-01-122-35/+11
|
* fix bugArne H Juul2017-01-121-2/+4
| | | | | if abortOnError was false, the old code would always return "true" even with numPending == 0.
* Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert ↵Arnstein Ressem2017-01-091-122/+77
| | | | "Balder/avoid costly notifyall in sharedsender"""""""""
* Revert "Add missing serialVersionUID."Arnstein Ressem2017-01-091-1/+0
|
* Add missing serialVersionUID.Henning Baldersheim2017-01-091-0/+1
|
* Enable clearing and unblocking.Henning Baldersheim2017-01-091-1/+2
|
* Guarantee that numPending will be 0 at least and at most once.Henning Baldersheim2017-01-091-5/+8
|
* Use if guards instead of if/else and correct camel case.Henning Baldersheim2017-01-091-21/+22
|
* Actually use initialCountHenning Baldersheim2017-01-091-2/+2
|
* Simplify since there is no longer any race.Henning Baldersheim2017-01-091-31/+21
|
* Git commit -a -m "Implment an AbstractQueuedSynchronizer do handle up/down ↵Henning Baldersheim2017-01-091-33/+49
| | | | counting.
* Fix race condition in the case of concurrent initial send.Henning Baldersheim2017-01-091-2/+5
|
* Remove unused code.Henning Baldersheim2017-01-091-8/+0
|
* If the owner is gone, it did not happen....Henning Baldersheim2017-01-081-2/+1
|
* Use a constant with a descriptive name.Henning Baldersheim2017-01-081-1/+2
|