summaryrefslogtreecommitdiffstats
path: root/messagebus/src/main
Commit message (Expand)AuthorAgeFilesLines
...
* Add disconnect() that unregisters sessionBjørn Christian Seime2022-01-253-0/+5
* TransportThread must always do a handover. If not you might get a deadlock.Henning Baldersheim2022-01-251-1/+1
* We must ensure that we do not end up with a rejected execution that can cause...Henning Baldersheim2022-01-241-3/+3
* Don't retry after resender is destroyedBjørn Christian Seime2022-01-211-10/+15
* Use a daemon thread have wait for shutdown to complete.Henning Baldersheim2022-01-071-1/+1
* more aggressive waitStateArne H Juul2021-12-171-3/+9
* most unit tests can run with just 1 network threadArne H Juul2021-12-161-0/+2
* improve testserver start/stop logging slightlyArne H Juul2021-12-161-1/+14
* 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
* add some information while waiting for messagebus networkArne H Juul2021-11-112-1/+15
* Add missiung copyrightsJon Bratseth2021-10-202-0/+2
* Update Verizon Media copyright notices.gjoranv2021-10-072-2/+2
* Update 2017 copyright notices.gjoranv2021-10-0793-93/+93
* Merge pull request #19285 from vespa-engine/jonmv/shut-down-RPC-when-no-messa...Jon Marius Venstad2021-09-271-15/+20
|\
| * Better namesJon Marius Venstad2021-09-271-11/+13
| * Shut down network when all owners also have detachedJon Marius Venstad2021-09-241-14/+17
* | 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-245-54/+86
|/
* 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-235-12/+50
* Use protocol of latest ownerJon Marius Venstad2021-08-171-7/+6
* Move conditional broadcasting downJon Marius Venstad2021-08-172-13/+9
* Use injectable network multiplexer holder in SessionCache to bridge generationsJon Marius Venstad2021-08-161-6/+5
* Insert a NetworkMultiplexer between MessageBus and its NetworkJon Marius Venstad2021-08-162-13/+168
* Remove uneeded overloadJon Marius Venstad2021-08-161-4/+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
* No functional changesJon Bratseth2021-06-282-4/+4
* Update abi specJon Marius Venstad2021-06-151-1/+1
* No functional changesJon Bratseth2021-06-011-2/+3
* admin/slobrok.0 does not always exist ....... anymore.Henning Baldersheim2021-05-271-1/+1
* Avoid non-positive explicit timeouts in MessageBusVisitorSesssionJon Marius Venstad2021-05-191-1/+1
* More lazy debug log message generationJon Marius Venstad2021-04-281-5/+4
* Use a map with better asymptotic behaviour, as comparable speed when smallJon Marius Venstad2021-03-151-2/+2
* Revert "Revert "Jonmv/reapply document protocol super config [run-systemtest]""Jon Marius Venstad2021-01-281-1/+1
* Revert "Jonmv/reapply document protocol super config [run-systemtest]"Jon Marius Venstad2021-01-281-1/+1
* Revert "Revert "Jonmv/document protocol super config""Jon Marius Venstad2021-01-271-1/+1
* Revert "Jonmv/document protocol super config"Harald Musum2021-01-271-1/+1
* Remove unused classJon Marius Venstad2021-01-181-1/+1
* Ensure minimum window size is never less than 1.0, as that stops the session ...Jon Marius Venstad2021-01-131-2/+8
* Revert "Revert "Keep reply with most severe error when merging error replies""Jon Marius Venstad2021-01-071-2/+2