summaryrefslogtreecommitdiffstats
path: root/messagebus
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* At 0 you are already out of time.Henning Baldersheim2017-01-061-1/+1
* Revert "Revert "First pass at a scalable blocking send.""Henning Baldersheim2017-01-062-37/+188
* Revert "First pass at a scalable blocking send."Henning Baldersheim2017-01-062-188/+37
* - Added a test for sendBlocking with and without blocking sendQ.Henning Baldersheim2017-01-062-60/+149
* 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-0329-2400/+2400
* Further decouple some hpp files, config and the attributevector.Henning Baldersheim2016-12-2012-73/+80
* Only include what you needHenning Baldersheim2016-12-1984-335/+134
* Do not include fastos.h in header files.Henning Baldersheim2016-12-191-1/+3
* Do not include fastos.h in header files.Henning Baldersheim2016-12-191-4/+4
* Split in hash_xxx, array, lru, cache ++ in hpp files. To reduce clinon buildHenning Baldersheim2016-12-154-10/+3
* Avoid pulling in all of slobrok and config everywhere.Henning Baldersheim2016-12-1210-37/+38
* Split out so documentprotocol.h does not pull in everything.Henning Baldersheim2016-12-125-3/+7
* Include what you need as gcc 6 provides less.Henning Baldersheim2016-12-121-2/+3
* No need to include log.h when not loggingHenning Baldersheim2016-12-1247-133/+16
* Reduce inlining of large destructors.Henning Baldersheim2016-11-244-18/+11
* Removed TestApp::GetSourceDirectoryArnstein Ressem2016-11-021-3/+3
* We only need one vtagHenning Baldersheim2016-10-219-138/+31
* Nonfunctional changesJon Bratseth2016-10-171-0/+1
* Remove the XXXFactory indirection. Just use static method on Alloc.Henning Baldersheim2016-10-161-4/+5
* 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
* Checkpoint 1Henning Baldersheim2016-10-031-4/+4
* 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-293-24/+28
|/
* Remove all usage of boost::noncopyable.Henning Baldersheim2016-09-1429-60/+83
* Revert "Revert "Aressem/move messagebus test tests to separate module""Arnstein Ressem2016-09-1476-1738/+1
* Revert "Aressem/move messagebus test tests to separate module"Henning Baldersheim2016-09-1476-1/+1738
* Fixing more tests.Arnstein Ressem2016-09-131-0/+1
* In progress moving messagebus/test -> messagebus_testArnstein Ressem2016-09-1275-1738/+0
* Replaced InetAddress.getCanonicalHostName() with HostName.getLocalHost() for ...valerijf2016-08-291-16/+3
* Merge pull request #459 from yahoo/bratseth/yql-doublequotesgjoranv2016-08-254-4/+6
|\
| * Whitespace changes onlyJon Bratseth2016-08-234-4/+6
* | Name dependencies for script tests.Arnstein Ressem2016-08-241-1/+2
* | Aressem/cmake more out of source tests (#441)Arnstein Ressem2016-08-231-3/+3
|/
* Arnej/cleanup errexit usage 2 (#248)Arne H Juul2016-06-286-12/+6