summaryrefslogtreecommitdiff
path: root/src/mongo/db/instance.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-14668 remove no-OpCtx DBDirectClient and update all former usersHari Khalsa2014-09-091-5/+0
* SERVER-14668 remove some usages of cc()Hari Khalsa2014-09-041-26/+27
* SERVER-14745 Remove WritebackListenerRandolph Tan2014-08-281-1/+1
* SERVER-14745 Remove WritebackListenerRandolph Tan2014-08-281-20/+16
* SERVER-14668 Move DB-level locks to be on the LockManagerKaloian Manassiev2014-08-251-1/+1
* SERVER-13951 Better scoping for many WUOWsMathias Stearn2014-08-201-2/+0
* SERVER-14219 logOp implicit collection creationMathias Stearn2014-08-201-0/+8
* SERVER-14925 Shutdown command should exit cleanlyMathias Stearn2014-08-201-4/+8
* SERVER-13951 WUOW now takes whole OperationContext, not just RecoveryUnitMathias Stearn2014-08-131-3/+3
* SERVER-13951 Split index building in to UnitOfWork-sized stagesMathias Stearn2014-08-131-7/+19
* SERVER-14668 Move locking related files to be under mongo/db/concurrencyKaloian Manassiev2014-08-131-1/+1
* SERVER-14729 removed MONGO_LOG_DEFAULT_COMPONENT_FILE and MONGO_LOG_DEFAULT_C...Benety Goh2014-08-121-9/+12
* SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTBenety Goh2014-08-121-4/+6
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-13854 Dereference before null check in dbexit at s/server.cppRandolph Tan2014-08-121-1/+1
* SERVER-14853 Port networking library to AAEJason Carey2014-08-121-28/+37
* SERVER-14850 Remove the mutex debugger and associated undefined behaviorAndrew Morrow2014-08-121-7/+0
* SERVER-14838: Fix shutdown failuresMark Benvenuto2014-08-081-21/+25
* SERVER-14462 Add back desc and threadId to currentOp() outputKaloian Manassiev2014-08-071-0/+2
* SERVER-13635: clean database close pathEliot Horowitz2014-08-051-24/+0
* SERVER-6018 Replace AtomicUInt with AtomicUInt32Andrew Morrow2014-08-051-1/+1
* SERVER-10228 SERVER-14779 Add isGod() method to OperationContext; remove isGo...Spencer T Brody2014-08-041-1/+1
* SERVER-14268: Improve server message parsingMark Benvenuto2014-07-301-24/+34
* SERVER-13961 Pass through OperationContext in the JS frameworkKaloian Manassiev2014-07-281-2/+2
* SERVER-13951 Use a WriteUnitOfWork for each document in update and deleteMathias Stearn2014-07-281-4/+0
* SERVER-13635 Use StringData and StringMap in DBHolderMathias Stearn2014-07-281-1/+1
* SERVER-14475 Use loadRelaxed instead of load for inShutdownKaloian Manassiev2014-07-241-1/+1
* SERVER-14413 access global storage mgr via global environmentHari Khalsa2014-07-211-1/+2
* SERVER-13961 Pass OperationContext into WhereCallbackRealKaloian Manassiev2014-07-181-7/+7
* SERVER-14475 Cleanup the shutdown code and indicate shutdown earlierKaloian Manassiev2014-07-181-16/+5
* SERVER-14527 Call setLastError explicitly on wire write failures in mongod.Andy Schwerin2014-07-141-3/+6
* SERVER-14413 box mmapv1 further, retire structure directoryHari Khalsa2014-07-111-2/+2
* SERVER-14503 move replHasDatabases to heartbeat.* from instance.*matt dannenberg2014-07-091-23/+0
* SERVER-14395 Clean up StorageEngine initialization and shutdownMathias Stearn2014-07-091-213/+2
* SERVER-14135 implement shutdown() in LegacyReplicationCoordinatormatt dannenberg2014-07-031-4/+2
* SERVER-14135 implement waitUpToOneSecondForOptimeChange() in LegacyReplicatio...matt dannenberg2014-07-031-1/+2
* SERVER-5092 assign default log component to server modulesBenety Goh2014-07-011-1/+4
* SERVER-14085: Start using WriteUnitOfWorkGeert Bosch2014-07-011-0/+6
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-07-011-3/+3
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Tyler Brock2014-06-301-3/+3
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-281-3/+3
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Kaloian Manassiev2014-06-281-3/+3
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-271-3/+3
* SERVER-13961 Move clean shutdown logic from dbexit to exitCleanly onlyKaloian Manassiev2014-06-271-33/+28
* SERVER-14097 SERVER-14098 execution-level explain for .find() and .count()David Storch2014-06-271-1/+1
* SERVER-13961 Add capability to register and discover OperationContextsKaloian Manassiev2014-06-261-12/+6
* SERVER-14006 Experimental document-level locking for in-place updatesCraig Harris2014-06-201-1/+1
* SERVER-13645 eliminate is_master.hmatt dannenberg2014-06-191-1/+0
* SERVER-13635 SERVER-1153: can choose heap1 at startup, but doesn't remotely w...Eliot Horowitz2014-06-191-5/+5
* SERVER-13635: remove path concept from DatabaseHolder, and move repair and li...Eliot Horowitz2014-06-181-30/+8