summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1446 from yahoo/balder/2-forgotten-commits-on-last-vespam...Henning Baldersheim2017-01-072-4/+4
|\
| * Revert to the old code.Henning Baldersheim2017-01-071-1/+3
| * Remove unused includesHenning Baldersheim2017-01-071-3/+1
|/
* Merge pull request #1445 from yahoo/revert-1444-revert-1443-balder/vespamallo...Henning Baldersheim2017-01-0726-221/+149
|\
| * Include necessary files for RHEL 6Henning Baldersheim2017-01-071-0/+3
| * Revert "Revert "Balder/vespamalloc should not depend on anything else rebased...Henning Baldersheim2017-01-0726-222/+147
|/
* Merge pull request #1444 from yahoo/revert-1443-balder/vespamalloc-should-not...Henning Baldersheim2017-01-0726-147/+222
|\
| * Revert "Balder/vespamalloc should not depend on anything else rebased 2"Henning Baldersheim2017-01-0726-147/+222
|/
* Merge pull request #1443 from yahoo/balder/vespamalloc-should-not-depend-on-a...Henning Baldersheim2017-01-0726-222/+147
|\
| * Simplify the for loop to a while loop since the old value is updated on failure.Henning Baldersheim2017-01-071-5/+5
| * No need for explicit load as old value is reference.Henning Baldersheim2017-01-071-3/+1
| * Replace with the other msbIdx version found in vespalib::Optimized::msbIdx.Henning Baldersheim2017-01-071-3/+1
| * Use fetch_add/fetch_sub instead of ++/--Henning Baldersheim2017-01-071-2/+2
| * Unify on fetch_add on stat members.Henning Baldersheim2017-01-072-12/+12
| * Remove unnecessary volatile.Henning Baldersheim2017-01-072-5/+2
| * Remove unused code.Henning Baldersheim2017-01-071-16/+1
| * Do not include what you do not need.Henning Baldersheim2017-01-068-28/+9
| * Use std::atomic also for the tagged ptr.Henning Baldersheim2017-01-066-79/+49
| * Include correct set of files.Henning Baldersheim2017-01-061-0/+3
| * remove the indirection due to not all cpus supporting cmpXchg16 in 2007.Henning Baldersheim2017-01-068-84/+29
| * Break dependency on vespalib, use std::atomic instead.Henning Baldersheim2017-01-0614-72/+120
|/
* Merge pull request #1437 from yahoo/revert-1434-revert-1419-balder/implement-...Henning Baldersheim2017-01-062-36/+191
|\
| * 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
| * 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
* | Merge pull request #1439 from yahoo/toregge/block-lid-space-compaction-on-res...Geir Storli2017-01-064-8/+136
|\ \
| * | Only support a single listener.Tor Egge2017-01-061-12/+11
| * | Block lid space compaction during resource starvation (disk & memory usage).Tor Egge2017-01-064-8/+137
| |/
* | Merge pull request #1438 from yahoo/hmusum/add-missing-copyright-headerValerij Fredriksen2017-01-063-2/+4
|\ \ | |/ |/|
| * Add missing copyright headerHarald Musum2017-01-063-2/+4
|/
* Merge pull request #1436 from yahoo/arnej/fix-ws-documentapiHenning Baldersheim2017-01-0648-8643/+8643
|\
| * fix whitespace onlyArne H Juul2017-01-0648-8643/+8643
|/
* Merge pull request #1435 from yahoo/hmusum/refactor-content-handlersValerij Fredriksen2017-01-068-188/+194
|\
| * Refactor content handlers, first stepHarald Musum2017-01-068-188/+194
|/
* Merge pull request #1434 from yahoo/revert-1419-balder/implement-scalable-sen...Henning Baldersheim2017-01-062-188/+37
|\
| * Revert "First pass at a scalable blocking send."Henning Baldersheim2017-01-062-188/+37
|/
* Merge pull request #1419 from yahoo/balder/implement-scalable-sendblockingHenning Baldersheim2017-01-062-37/+188
|\
| * - 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
* | Merge pull request #1433 from yahoo/bratseth/tensor-optimizationsJon Bratseth2017-01-0514-269/+540
|\ \
| * | Type DimensionSizesJon Bratseth2017-01-058-164/+220
| * | Optimize indexed iterator accessJon Bratseth2017-01-055-102/+195