summaryrefslogtreecommitdiff
path: root/src/mongo/db/range_deleter_db_env.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-14041 enhance secondaryThrottle parameterRandolph Tan2014-07-161-4/+2
* Revert "SERVER-14041 enhance secondaryThrottle parameter"Randolph Tan2014-07-151-2/+4
* SERVER-14041 enhance secondaryThrottle parameterRandolph Tan2014-07-151-4/+2
* SERVER-14500 remove the replSet boolmatt dannenberg2014-07-081-1/+3
* SERVER-14274 SERVER-14135 implement awaitReplication() in LegacyReplicationCo...matt dannenberg2014-06-191-31/+2
* SERVER-13648 better stats from migration cleanupRandolph Tan2014-06-161-22/+31
* SERVER-14062 Move most non-global curop access through OperationContextGeert Bosch2014-05-301-1/+1
* SERVER-13641 Plumb OperationContext through to getCollection and all HelpersMathias Stearn2014-05-301-1/+1
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-2/+3
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-3/+2
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-2/+3
* SERVER-14043 s/namespace replset/namespace repl/matt dannenberg2014-05-271-3/+3
* SERVER-14021 move all replication code into namespace replsetmatt dannenberg2014-05-221-3/+3
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-1/+1
* SERVER-13641 Pull TransactionExperiment up to top level request processorMathias Stearn2014-05-141-2/+4
* SERVER-12422 cleanupOrphaned should not need remote metadata refresh if metad...Randolph Tan2014-02-041-2/+2
* fix RangeDeleter unit testEliot Horowitz2014-01-251-0/+6
* SERVER-12392: Move cursor/runner cache into Collection lifecycle via Collecti...Eliot Horowitz2014-01-241-1/+6
* SERVER-11376 cleanupOrphaned errMsg and log contains moveChunkRandolph Tan2014-01-131-4/+5
* SERVER-12223 cleanupOrphaned command grants authentication of internal __syst...Randolph Tan2014-01-091-2/+0
* SERVER-10670 Make isAuthEnabled a member rather than static function of Autho...Andy Schwerin2013-10-061-3/+1
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-2/+1
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-9437 cleanup RemoveSaverEric Milkie2013-08-261-1/+1
* SERVER-9518 Remove UserName argument from grantInternalAuthorizationSpencer T Brody2013-08-011-2/+1
* SERVER-7455 SERVER-7961 x.509 authentication and keyfile replacementAndreas Nilsson2013-06-131-1/+2
* Revert "SERVER-9518 Make all methods on AuthorizationManager non-static"Spencer T Brody2013-06-051-2/+1
* SERVER-9518 Make all methods on AuthorizationManager non-staticSpencer T Brody2013-06-051-1/+2
* Split AuthorizationManager into 2 classes: AuthorizationManager and Authoriza...Spencer T Brody2013-05-221-1/+2
* SERVER-8598 Add command to cleanup orphaned data created by failed chunk migr...Randolph Tan2013-05-221-0/+146