summaryrefslogtreecommitdiffstats
path: root/messagebus/src/main/java/com/yahoo/messagebus/MessageBus.java
Commit message (Expand)AuthorAgeFilesLines
* Let server session.connect() conncet to net, and use newest destinationJon Marius Venstad2021-08-231-2/+17
* Move conditional broadcasting downJon Marius Venstad2021-08-171-9/+3
* Insert a NetworkMultiplexer between MessageBus and its NetworkJon Marius Venstad2021-08-161-13/+25
* Remove uneeded overloadJon Marius Venstad2021-08-161-4/+0
* Reduce entanglementJon Marius Venstad2021-08-161-1/+0
* More non-functional changse, typosJon Marius Venstad2021-08-161-1/+1
* Use a map with better asymptotic behaviour, as comparable speed when smallJon Marius Venstad2021-03-151-2/+2
* LogLevel.INFO -> Level.INFOgjoranv2020-04-251-1/+1
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-251-1/+1
* GC unused metrics instead of guarding it.Henning Baldersheim2019-04-131-15/+0
* Use atomic and synchronized sections to do proper accounting of replies. And ...Henning Baldersheim2019-04-131-1/+6
* Follow intellij advise.Henning Baldersheim2019-04-111-5/+5
* Revert "Balder/send in own thread"Henning Baldersheim2018-10-241-5/+5
* Do not remove public methods.Henning Baldersheim2018-10-231-1/+9
* Remove redundant code.Henning Baldersheim2018-10-221-14/+6
* Fix author tag for SimonBjørn Christian Seime2018-07-051-1/+1
* Remove finalizers from MessageBus componentsTor Brede Vekterli2018-02-231-11/+0
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* Better to just use a single thread.Henning Baldersheim2017-01-151-8/+17
* Use a single thread for sending blocked messages.Henning Baldersheim2017-01-151-0/+29
* whitespace fixups.Arne H Juul2017-01-031-1/+1
* Support document-api in applicationJon Bratseth2016-09-281-22/+22
* PublishJon Bratseth2016-06-151-0/+595