summaryrefslogtreecommitdiff
path: root/src/mongo/db/range_deleter_db_env.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-22359 Move ensureShardVersionOkOrThrow to CollectionShardingStateKaloian Manassiev2016-03-101-1/+0
* SERVER-22359 Rename OperationShardVersion to OperationShardingStateKaloian Manassiev2016-03-091-2/+2
* SERVER-19855 Make ShardForceVersionOkModeBlock use the OperationShardVersion ...Spencer T Brody2015-09-171-1/+2
* SERVER-19855 Do not perform shard version checking where not necessarySpencer T Brody2015-08-251-41/+38
* Revert "SERVER-19855 Do not perform shard version checking where not necessary"Benety Goh2015-08-211-38/+41
* SERVER-19855 Do not perform shard version checking where not necessaryKaloian Manassiev2015-08-211-41/+38
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-89/+74
* SERVER-18347 Attach ShardedConnectionInfo as a client decorationAndrew Morrow2015-06-081-1/+1
* SERVER-18515 Put OperationContext into mongos client request path.Andy Schwerin2015-06-051-4/+0
* Reapply "SERVER-14995 Move operation id, lockState and client fields to Opera...Andy Schwerin2015-06-021-1/+1
* Revert "SERVER-14995 Move operation id, lockState and client fields to Operat...Spencer T Brody2015-05-291-1/+1
* SERVER-14995 Move operation id, lockState and client fields to OperationContext.Andy Schwerin2015-05-291-1/+1
* Revert "Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::g...Ernie Hershey2015-05-181-1/+1
* Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(Opera...Ernie Hershey2015-05-181-1/+1
* SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(OperationCont...Andy Schwerin2015-05-181-1/+1
* SERVER-17817 Make ServiceContext create and manage Client objects.Andy Schwerin2015-04-201-19/+2
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-0/+1
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-1/+1
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+3
* SERVER-16659 Collection: rename cursorManager() to getCursorManager()Jason Rassi2015-01-121-1/+1
* SERVER-16764 Make ReplicationCoordinator file names match the type namesSpencer T Brody2015-01-121-1/+1
* SERVER-16520 Rename CollectionCursorCache to CursorManagerJason Rassi2014-12-231-1/+1
* SERVER-14668/SERVER-15294 Collection-level locking for all read pathsKaloian Manassiev2014-10-061-3/+4
* SERVER-15317 Remove extraneous references to deprecated repl headers outside ...Andy Schwerin2014-09-191-1/+1
* SERVER-14668 remove some usages of cc()Hari Khalsa2014-09-041-3/+3
* SERVER-14745 Remove WritebackListenerRandolph Tan2014-08-281-1/+1
* SERVER-14657 use RangeDeleter for all migration cleanup in d_migrate.cppRandolph Tan2014-08-151-9/+18
* SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTBenety Goh2014-08-141-0/+4
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* 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