summaryrefslogtreecommitdiff
path: root/src/mongo/db/range_deleter.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27760 Delete old range deleter sourcesNathan Myers2017-05-151-334/+0
* SERVER-27975 Remove many uses of `OwnedPointerVector`ADAM David Alan Martin2017-03-101-1/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-4/+6
* SERVER-24479 Make 'Notification' class be able to return a valueKaloian Manassiev2016-06-101-3/+3
* SERVER-18084 Move mongod metadata management to be under mongo/dbKaloian Manassiev2015-07-111-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-259/+256
* SERVER-19041 Simplify SimpleMutexAndrew Morrow2015-06-191-3/+4
* SERVER-18723 boost -> stdx for condition_variableAdam Midvidy2015-06-181-2/+2
* SERVER-18723 boost -> stdx for threadAdam Midvidy2015-06-181-2/+2
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-3/+2
* SERVER-18515 Put OperationContext into mongos client request path.Andy Schwerin2015-06-051-2/+0
* SERVER-17878 Rename GlobalEnvironmentExperiment to ServiceContext.Andy Schwerin2015-04-031-1/+1
* SERVER-17496 Move sharding admin commands to individual filesKaloian Manassiev2015-03-101-2/+0
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-2/+2
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-2/+3
* SERVER-14062 Add OperationContext argument to RangeDeleterKaloian Manassiev2014-12-031-1/+2
* SERVER-15686 remove unneeded blacklist code and tests from RangeDeleterGreg Studer2014-10-211-36/+0
* SERVER-13648 rangedeleter log waiting cursors at start and after cursor timeoutGreg Studer2014-08-211-1/+1
* SERVER-14657 use RangeDeleter for all migration cleanup in d_migrate.cppRandolph Tan2014-08-151-29/+21
* SERVER-14041 enhance secondaryThrottle parameterRandolph Tan2014-07-161-4/+5
* Revert "SERVER-14041 enhance secondaryThrottle parameter"Randolph Tan2014-07-151-5/+4
* SERVER-14041 enhance secondaryThrottle parameterRandolph Tan2014-07-151-4/+5
* SERVER-14274 SERVER-14135 implement awaitReplication() in LegacyReplicationCo...matt dannenberg2014-06-191-9/+0
* SERVER-13648 better stats from migration cleanupRandolph Tan2014-06-161-10/+88
* SERVER-14069 all killCurrentOp goes through a nice ifaceHari Khalsa2014-06-061-1/+1
* SERVER-14069 introduce globalConfigExperiment for storage/op mgmt, make range...Hari Khalsa2014-06-051-2/+1
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-1/+3
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-3/+1
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-1/+3
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-1/+1
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-5/+5
* SERVER-13641 Pull TransactionExperiment up to top level request processorMathias Stearn2014-05-141-3/+8
* fix RangeDeleter unit testEliot Horowitz2014-01-251-0/+2
* SERVER-10026 remove cc_by_locHari Khalsa2013-12-131-1/+1
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-8598 Add command to cleanup orphaned data created by failed chunk migr...Randolph Tan2013-05-221-0/+291