summaryrefslogtreecommitdiff
path: root/src/mongo/db/client.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-16764 Make ReplicationCoordinator file names match the type namesSpencer T Brody2015-01-121-1/+1
* SERVER-16431 Remove extraneous space from OpDebug::report() outputJason Rassi2015-01-091-1/+1
* SERVER-16671: remove logging for write conflict at 0, add counter, fix pauseEliot Horowitz2015-01-061-0/+3
* SERVER-16502: make getCollection const and not require an OpContextScott Hernandez2015-01-021-2/+2
* SERVER-16694 check for shutdown definitively in bgsyncEric Milkie2014-12-301-0/+1
* SERVER-16431 Enable yielding for all storage enginesKaloian Manassiev2014-12-291-7/+2
* SERVER-16493: Have Client own Locker to amortize initialization costGeert Bosch2014-12-121-2/+22
* SERVER-16429 Add ScopedTransaction to AutoGetCollectionForRead and Map-reduceKaloian Manassiev2014-12-091-0/+2
* SERVER-14062 Remove the global OperationContext registryKaloian Manassiev2014-12-031-1/+8
* SERVER-6218 Profiler should only abbreviate query/updateobjJason Rassi2014-11-251-39/+41
* SERVER-16324 OpDebug::report() should read query from OpDebug, not CurOpJason Rassi2014-11-251-2/+1
* SERVER-16192: Add ScopedTransaction to automatically commitAndRestart()Geert Bosch2014-11-211-1/+2
* SERVER-14062 Cleanup Client::hasWrittenSinceCheckpoint and some usages of cc()Kaloian Manassiev2014-11-131-49/+37
* SERVER-16020: Suppress non-applicable profiling data when using WTMark Benvenuto2014-11-131-2/+4
* SERVER-16108: Remove extra Timer and std::string in AutoGetCollectionForReadEliot Horowitz2014-11-121-13/+11
* SERVER-15888: WriteContext will switch from MODE_IX to MODE_X if collection d...Eliot Horowitz2014-11-031-1/+8
* SERVER-15888: Ensure MODE_X on implicit DB creationGeert Bosch2014-11-021-10/+45
* SERVER-15614 Move inProcCmd to a separate file and clean includesKaloian Manassiev2014-10-301-1/+1
* SERVER-15880 AutoGetCollectionForRead should always free its collection lockKaloian Manassiev2014-10-301-22/+9
* SERVER-14462 Clean usages of LockStat from CurOp and ClientKaloian Manassiev2014-10-301-2/+2
* SERVER-15541 SERVER-15652 implement timing-based yieldingDavid Storch2014-10-211-5/+0
* assert codesmatt dannenberg2014-10-201-1/+1
* SERVER-15714: change empty collection name from invariant to massertEliot Horowitz2014-10-201-1/+1
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-14425 Move LockManager out of the newlm namespaceKaloian Manassiev2014-10-101-9/+9
* SERVER-14668: Collection level locking for update pathGeert Bosch2014-10-091-5/+6
* SERVER-14668/SERVER-15294 Collection-level locking for all read pathsKaloian Manassiev2014-10-061-63/+67
* Revert "SERVER-14668: Replace uses of DBWrite lock with DBLock"Geert Bosch2014-10-031-1/+1
* SERVER-14668: Replace uses of DBWrite lock with DBLockGeert Bosch2014-09-301-1/+1
* BF-532: Revert "SERVER-14668: Replace uses of DBWrite lock with DBLock"Geert Bosch2014-09-291-1/+1
* SERVER-14668 Use ensureShardVersionOKOrThrow for collection shard version che...Kaloian Manassiev2014-09-251-9/+1
* SERVER-14668: Replace uses of DBWrite lock with DBLockGeert Bosch2014-09-251-1/+1
* SERVER-15317 Remove extraneous references to deprecated repl headers outside ...Andy Schwerin2014-09-191-1/+0
* SERVER-14668 Make Locker an interfaceKaloian Manassiev2014-09-111-1/+0
* SERVER-14745 Remove WritebackListenerRandolph Tan2014-08-281-1/+1
* SERVER-13951 WUOW now takes whole OperationContext, not just RecoveryUnitMathias Stearn2014-08-131-3/+3
* SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTBenety Goh2014-08-121-2/+6
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-14462 Add back desc and threadId to currentOp() outputKaloian Manassiev2014-08-071-0/+11
* SERVER-14616 replace BSONObj with HandshakeArgs and eliminate redundant hands...matt dannenberg2014-08-051-5/+12
* SERVER-14442 Implement processing of replication handshake in the Replication...Spencer T Brody2014-07-291-2/+4
* SERVER-14442 Use OperationContext to access current client when processing re...Spencer T Brody2014-07-231-2/+2
* SERVER-14442 Make Client responsible for less of replication handshake proces...Spencer T Brody2014-07-231-23/+3
* SERVER-14135 implement processHandshake() in LegacyReplicationCoordinatormatt dannenberg2014-07-031-11/+7
* SERVER-14085: Start using WriteUnitOfWorkGeert Bosch2014-07-011-1/+8
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-07-011-30/+42
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Tyler Brock2014-06-301-42/+30
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-281-30/+42
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Kaloian Manassiev2014-06-281-42/+30
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-271-30/+42