summaryrefslogtreecommitdiffstats
path: root/messagebus/src/main/java/com
Commit message (Expand)AuthorAgeFilesLines
* Revert "Copyright header"Jon Bratseth2017-06-13103-108/+108
* Copyright headerJon Bratseth2017-06-13103-108/+108
* Next time we will now what happened.....Henning Baldersheim2017-06-131-1/+1
* Code review fixesvalerijf2017-05-121-0/+14
* - Remove dead code.Henning Baldersheim2017-01-161-15/+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-152-5/+40
* Use EmptyReply and SwapState.Henning Baldersheim2017-01-061-17/+7
* Use lambda for thread and l -> L for long constants.Henning Baldersheim2017-01-061-5/+4
* Need only one notify methodHenning Baldersheim2017-01-061-9/+3
* Avoid race condition in waitComplete.Henning Baldersheim2017-01-061-1/+3
* Avoid double negation.Henning Baldersheim2017-01-061-2/+1
* Remove unused import.Henning Baldersheim2017-01-061-1/+0
* Convert to long before multiplying to avoid overflow.Henning Baldersheim2017-01-061-1/+1
* Only do early expire in interval driven thread, not on every reply. Also use ...Henning Baldersheim2017-01-061-12/+22
* Expire stalled messages in BlockedQ earlier.Henning Baldersheim2017-01-061-3/+14
* Revert "Revert "First pass at a scalable blocking send.""Henning Baldersheim2017-01-061-21/+114
* Revert "First pass at a scalable blocking send."Henning Baldersheim2017-01-061-114/+21
* - Added a test for sendBlocking with and without blocking sendQ.Henning Baldersheim2017-01-061-44/+75
* First pass at a scalable blocking send.Henning Baldersheim2017-01-041-12/+74
* Wake up more often to check if room.Henning Baldersheim2017-01-031-2/+2
* Avoid the excessive ping-pong when many threads are blocking.Henning Baldersheim2017-01-031-3/+13
* whitespace fixups.Arne H Juul2017-01-0320-1313/+1313
* Revert rename of public HostName.getLocalhostHåkon Hallingstad2016-10-141-1/+1
* Revert "Revert "Use HostName for message bus, but fix HostName to work with d...hakonhall2016-10-141-10/+1
* Revert "Use HostName for message bus, but fix HostName to work with dev machi...Eirik Nygaard2016-10-141-1/+10
* Rename getLocalhost to getHostNameHåkon Hallingstad2016-10-131-1/+1
* Fall back to picking another resolvable and reachable address if the systemHåkon Hallingstad2016-10-131-10/+1
* Merge pull request #738 from yahoo/bratseth/support-document-api-in-applicationsJon Bratseth2016-09-296-97/+135
|\
| * CleanupJon Bratseth2016-09-293-30/+66
| * Support document-api in applicationJon Bratseth2016-09-284-67/+69
* | Yahoo sets up mac wireless networks such that the local hostname points to anJon Bratseth2016-09-292-2/+13
|/
* Replaced InetAddress.getCanonicalHostName() with HostName.getLocalHost() for ...valerijf2016-08-291-16/+3
* Whitespace changes onlyJon Bratseth2016-08-234-4/+6
* LinuxInetAddress.getLocalHost() no longer throwsArne Juul2016-06-191-6/+1
* Merge branch 'master' into dybis/update-authorHaakon Dybdahl2016-06-176-10/+11
|\
| * Merge pull request #19 from yahoo/bratseth/use-github-name-in-authorHenning Baldersheim2016-06-175-9/+10
| |\
| | * Use github name in @authorJon Bratseth2016-06-165-9/+10
| * | mailto:balder -> baldersheimHenning Baldersheim2016-06-171-1/+1
| |/
* / update author field.Haakon Dybdahl2016-06-171-1/+1
|/
* PublishJon Bratseth2016-06-15102-0/+12669