summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Let getStash return a reference.Henning Baldersheim2017-01-138-32/+31
* Use discardHenning Baldersheim2017-01-131-1/+1
* Need to discard the BlobRefHenning Baldersheim2017-01-132-37/+50
* Now the destructor will actually be run.Henning Baldersheim2017-01-131-1/+0
* Use EXPECT_EQUALHenning Baldersheim2017-01-132-5/+7
* Now the destructor will actually be run.Henning Baldersheim2017-01-131-15/+5
* Now the destructor will actually be run.Henning Baldersheim2017-01-132-7/+7
* Oops, same syntax -> different semantics.Henning Baldersheim2017-01-138-42/+34
* Remove unused includeHenning Baldersheim2017-01-131-1/+0
* replace memorytub with Stash.Henning Baldersheim2017-01-1357-1360/+720
* Move code to .cpp file and include what you need.Henning Baldersheim2017-01-1210-363/+380
* Merge pull request #1485 from yahoo/geirst/get-physical-memory-when-running-o...Geir Storli2017-01-121-3/+11
|\
| * Add workaround for getting physical memory when running on Docker nodes.Geir Storli2017-01-111-3/+11
* | Merge pull request #1490 from yahoo/balder/export-dynamic-symbols-for-binariesArnstein Ressem2017-01-121-0/+1
|\ \
| * | Export dynamic symbols also for binaries.Henning Baldersheim2017-01-111-0/+1
* | | Merge pull request #1440 from yahoo/freva/node-admin-local-zone-applicationHarald Musum2017-01-128-52/+75
|\ \ \
| * | | Deploy node-adminfreva2017-01-066-41/+68
| * | | Do not fail on invalid pathfreva2017-01-062-11/+7
* | | | Merge pull request #1481 from yahoo/balder/faster-and-more-readable-getnextme...Henning Baldersheim2017-01-124-100/+100
|\ \ \ \
| * | | | copy out the stuff you access after erasing the node.Henning Baldersheim2017-01-111-1/+2
| * | | | Rewrite the getNextMessage loop so that is easier to understand and followHenning Baldersheim2017-01-112-42/+29
| * | | | refactor for readability.Henning Baldersheim2017-01-112-27/+32
| * | | | Do not broadcast after fetching a message.Henning Baldersheim2017-01-111-2/+1
| * | | | Use std::moveHenning Baldersheim2017-01-111-13/+13
| * | | | back to using broadcastHenning Baldersheim2017-01-111-1/+1
| * | | | Signal instead of broadcast.Henning Baldersheim2017-01-111-1/+1
| * | | | Use emplace back and std::move to reduce expensive copying of shared pointers.Henning Baldersheim2017-01-113-7/+15
| * | | | Show that we hold the lock.Henning Baldersheim2017-01-112-5/+9
| * | | | Unlock before return.Henning Baldersheim2017-01-111-0/+1
| * | | | Move the pair of shared_ptrs on return since there is multiple return points.Henning Baldersheim2017-01-111-1/+1
| * | | | Move the shared_ptrHenning Baldersheim2017-01-111-2/+2
| * | | | Delay taking a shared_ptr until it is really necessary.Henning Baldersheim2017-01-111-14/+9
| * | | | Unify includesHenning Baldersheim2017-01-111-3/+3
* | | | | Merge pull request #1489 from yahoo/geirst/fix-tensor-deserialization-testJon Bratseth2017-01-111-3/+1
|\ \ \ \ \
| * | | | | Fix and re-enable tensor deserialization test.Geir Storli2017-01-111-3/+1
| | |_|_|/ | |/| | |
* | | | | Merge pull request #1491 from yahoo/balder/make-timin-sensitive-test-more-res...Henning Baldersheim2017-01-111-3/+4
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | - Sample the time before message is created.Henning Baldersheim2017-01-111-3/+4
|/ / / /
* | | | Merge pull request #1486 from yahoo/balder/count-invalid-stacktracesTor Egge2017-01-114-126/+11
|\ \ \ \ | |/ / / |/| | |
| * | | Take overhead into accountHenning Baldersheim2017-01-111-1/+1
| * | | Can not print non existing variable.Henning Baldersheim2017-01-111-2/+2
| * | | Terminate the stackentries and do not count empty as it does not provide any ...Henning Baldersheim2017-01-112-4/+4
| * | | Count and show empty/invalid callstacks.Henning Baldersheim2017-01-111-2/+10
| * | | Remove unused code. No code changes.Henning Baldersheim2017-01-111-16/+0
| * | | Remove unused code. No code changes.Henning Baldersheim2017-01-112-107/+0
|/ / /
* | | Merge pull request #1484 from yahoo/gjoranv/remove-deprecated-chainBjørn Christian Seime2017-01-111-1/+0
|\ \ \
| * | | Remove support for 'chain' under 'http'.gjoranv2017-01-111-1/+0
| |/ /
* | | Merge pull request #1482 from yahoo/gjoranv/ignore-rpmsgjoranv2017-01-111-0/+1
|\ \ \ | |/ / |/| |
| * | Ignore built rpms.gjoranv2017-01-111-0/+1
|/ /
* | Merge pull request #1479 from yahoo/balder/use-method-cache-on-deconstruct-lo...Jon Bratseth2017-01-111-9/+9
|\ \
| * | private ...Henning Baldersheim2017-01-101-1/+1