summaryrefslogtreecommitdiff
path: root/src/mongo/db/client.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* SERVER-14376 Remove mongoutils::checksum, which was only called in one test.Andy Schwerin2014-06-271-1/+0
* SERVER-13961 Add capability to register and discover OperationContextsKaloian Manassiev2014-06-261-69/+2
* SERVER-13635: remove path concept from DatabaseHolder, and move repair and li...Eliot Horowitz2014-06-181-13/+9
* SERVER-13961 Convert most usages of LockState from TLS to OperationContextKaloian Manassiev2014-06-131-5/+5
* SERVER-13797 Remove Client::getContext and relatedKaloian Manassiev2014-06-101-22/+1
* SERVER-14069 all killCurrentOp goes through a nice ifaceHari Khalsa2014-06-061-1/+0
* SERVER-14135 Use ReplicationCoordinator to determine if replication is enabledSpencer T Brody2014-06-061-2/+5
* SERVER-14079: Add signal handlers to shellMark Benvenuto2014-06-051-2/+1
* SERVER-13961 Remove some usages of Lock::isLockedXXX and dbtempreleaseKaloian Manassiev2014-06-051-11/+4
* SERVER-13961 Remove all 'checking' variants of dbHolderKaloian Manassiev2014-06-021-1/+1
* SERVER-13961 Start using LockState from the OperationContextKaloian Manassiev2014-06-021-2/+4
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-15/+18
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-18/+15
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-15/+18
* 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-13635 Remove Database::_magicMathias Stearn2014-05-201-1/+0
* SERVER-13961 Remove dependency on the TLS client from LockStateKaloian Manassiev2014-05-201-1/+0
* SERVER-13931 do some killCurrentOp cleanupHari Khalsa2014-05-161-7/+0
* SERVER-13635 remove dead codeHari Khalsa2014-05-161-1/+1
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-1/+1
* SERVER-13641 Unify Command::newRun into runMathias Stearn2014-05-141-1/+1
* SERVER-13783 remove likelyInMemory and PageFaultExceptionHari Khalsa2014-04-291-20/+0
* SERVER-13738 RIP StackCheckerMathias Stearn2014-04-251-73/+0
* SERVER-13498 Get rid of LockStatusKaloian Manassiev2014-04-151-1/+1
* SERVER-13500 prevent syncSourceFeedback segfault by not allowing NULL members...matt dannenberg2014-04-091-3/+5
* SERVER-13437 Cannot wait for write concern for createIndexes command on mongosRandolph Tan2014-04-081-9/+11