aboutsummaryrefslogtreecommitdiffstats
path: root/messagebus
Commit message (Expand)AuthorAgeFilesLines
* Use a daemon thread have wait for shutdown to complete.Henning Baldersheim2022-01-071-1/+1
* unify java warningsArne H Juul2022-01-061-7/+0
* decouple tests by giving them separate destination session namesArne H Juul2021-12-301-64/+71
* speed up unit testArne H Juul2021-12-171-11/+132
* make it easier to track where the time goes by overriding the log formatArne H Juul2021-12-171-0/+3
* more aggressive waitStateArne H Juul2021-12-171-3/+9
* most unit tests can run with just 1 network threadArne H Juul2021-12-162-3/+5
* improve testserver start/stop logging slightlyArne H Juul2021-12-162-5/+16
* wait a bit more before spamming the logArne H Juul2021-12-151-2/+3
* improve signal-to-noise ratio in informational loggingArne H Juul2021-12-151-4/+10
* log some info to make it possible to see what is going on in unit testsArne H Juul2021-12-151-0/+5
* update ABI for generated buildersArne H Juul2021-12-091-0/+3
* Remove the need for SyncableHenning Baldersheim2021-11-261-2/+1
* add some information while waiting for messagebus networkArne H Juul2021-11-112-1/+15
* Add missiung copyrightsJon Bratseth2021-10-202-0/+2
* fix unstable unit testHÃ¥vard Pettersen2021-10-151-0/+3
* Update Verizon Media copyright notices.gjoranv2021-10-074-4/+4
* Update 2017 copyright notices.gjoranv2021-10-07381-387/+387
* Merge pull request #19285 from vespa-engine/jonmv/shut-down-RPC-when-no-messa...Jon Marius Venstad2021-09-272-16/+25
|\
| * Better namesJon Marius Venstad2021-09-272-12/+14
| * Shut down network when all owners also have detachedJon Marius Venstad2021-09-242-14/+21
* | Simplify with computeIfAbsentHenning Baldersheim2021-09-251-7/+1
* | Avoid using a thread local map as it keeps large objects hanging around as gh...Henning Baldersheim2021-09-241-15/+18
* | As a simple tcp based rpc address is the most common, split into Tcp and Named.Henning Baldersheim2021-09-246-56/+88
|/
* Revert "Revert "Avoid copying data just to compress them when it is not neces...Henning Baldersheim2021-08-301-4/+2
* Revert "Avoid copying data just to compress them when it is not necessary."Henning Baldersheim2021-08-301-2/+4
* Avoid copying data just to compress them when it is not necessary.Henning Baldersheim2021-08-301-4/+2
* Let server session.connect() conncet to net, and use newest destinationJon Marius Venstad2021-08-237-18/+80
* Cut the heaviest dynamic throttle policy mini-benchmarksJon Marius Venstad2021-08-181-4/+4
* Use protocol of latest ownerJon Marius Venstad2021-08-172-8/+8
* Move conditional broadcasting downJon Marius Venstad2021-08-173-19/+18
* Use injectable network multiplexer holder in SessionCache to bridge generationsJon Marius Venstad2021-08-162-10/+6
* Unit test for multiplexerJon Marius Venstad2021-08-161-0/+187
* Insert a NetworkMultiplexer between MessageBus and its NetworkJon Marius Venstad2021-08-163-13/+169
* Remove uneeded overloadJon Marius Venstad2021-08-162-5/+0
* Remove unused variableJon Marius Venstad2021-08-161-4/+2
* Reduce entanglementJon Marius Venstad2021-08-166-16/+12
* Prefer final fields to post-construction modificationJon Marius Venstad2021-08-165-30/+17
* Set owner for send-reply and protocol for reply encoding earlierJon Marius Venstad2021-08-161-13/+18
* More non-functional changse, typosJon Marius Venstad2021-08-163-21/+12
* Non-functional changesJon Marius Venstad2021-08-161-0/+1
* Add bracesHenning Baldersheim2021-07-021-2/+6
* Implement use of multiple rpc targets in mbusHenning Baldersheim2021-07-024-41/+59
* - Control tcp-no-delay explicit.Henning Baldersheim2021-07-022-0/+9
* Use a 128_Ki literalHenning Baldersheim2021-07-021-1/+1
* Support multiple network threads in mbus.Henning Baldersheim2021-07-024-2/+16
* No functional changesJon Bratseth2021-06-282-4/+4
* Update abi specJon Marius Venstad2021-06-151-1/+1
* Revert "Try to reduce test runtime for RoutingTestCase"Harald Musum2021-06-011-34/+12
* Merge pull request #18052 from vespa-engine/bratseth/cleanup-564Harald Musum2021-06-011-2/+3
|\