summaryrefslogtreecommitdiffstats
path: root/messagebus/src/main
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "Keep reply with most severe error when merging error replies"Jon Marius Venstad2021-01-071-2/+2
* Keep reply with most severe error when merging error repliesJon Marius Venstad2021-01-061-2/+2
* Revert "Revert "Jonmv/remove storage policy""Jon Marius Venstad2021-01-053-43/+25
* Revert "Jonmv/remove storage policy"Jon Marius Venstad2021-01-053-25/+43
* More non-functionalJon Marius Venstad2020-12-302-39/+21
* Non-functionalJon Marius Venstad2020-12-301-4/+4
* Turn on reindexing by defaultJon Marius Venstad2020-12-152-4/+4
* Apply suggestions from code reviewJon Marius Venstad2020-12-031-2/+1
* fix javadocJon Marius Venstad2020-12-031-1/+1
* Add unit tests and some doc for DynamicThrottlingPolicyJon Marius Venstad2020-12-021-18/+57
* Fix parentheses in carry expressionJon Marius Venstad2020-12-021-2/+3
* sqrt(weight) provides almost proportional resource sharesJon Marius Venstad2020-12-011-2/+2
* Make throttle policy slightly more aggressiveJon Marius Venstad2020-12-011-1/+1
* Allow one extra pending in a fraction of the resize intervalJon Marius Venstad2020-12-011-2/+2
* Support floating point window size in DynamicThrottlePolicyJon Marius Venstad2020-12-011-1/+3
* Set initial window size to max of min and increment, in dynamic throttle policyJon Marius Venstad2020-12-011-1/+3
* wakeup_trigger_count -> transport_events_before_wakeupHenning Baldersheim2020-11-302-6/+6
* A configurable limit for waking up fnet threadHenning Baldersheim2020-11-302-1/+13
* Non-functional changesJon Marius Venstad2020-11-261-2/+2
* Remove always-false if clauseJon Marius Venstad2020-11-261-4/+1
* Non-functional changesJon Marius Venstad2020-11-263-3/+3
* Don't setup network in tests that don't need itJon Bratseth2020-11-091-22/+25
* Don't setup network in tests that don't need itJon Bratseth2020-11-092-60/+37
* Log warning with exception instead of doing printStackTraceJon Bratseth2020-10-082-20/+17
* Eliminate config self-subscription from MessageBusDocumentAccessJon Marius Venstad2020-09-252-0/+28
* Add DocumentOperationParameters to document session APIJon Marius Venstad2020-09-241-3/+1
* Name the transport threads to understand how things are interconnected.Henning Baldersheim2020-08-041-1/+1
* Nonfunctional, changes onlyJon Bratseth2020-06-241-2/+2
* Nonfunctional changes onlyJon Bratseth2020-06-101-18/+5
* LogLevel -> Level for isLoggable()gjoranv2020-04-253-7/+7
* LogLevel.ERROR -> Level.SEVEREgjoranv2020-04-252-4/+4
* LogLevel.WARNING -> Level.WARNINGgjoranv2020-04-252-6/+6
* LogLevel.INFO -> Level.INFOgjoranv2020-04-252-2/+2
* LogLevel.SPAM -> Level.FINESTgjoranv2020-04-251-1/+1
* LogLevel.DEBUG -> Level.FINEgjoranv2020-04-253-7/+7
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-258-8/+8