summaryrefslogtreecommitdiff
path: root/src/mongo/db/client.h
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-17817 Make ServiceContext create and manage Client objects.Andy Schwerin2015-04-201-34/+9
* SERVER-17817 Remove ClientInfo class.Andy Schwerin2015-04-161-0/+3
* SERVER-17817 Move OpDebug function implementations to curop.cpp from client.cpp.Andy Schwerin2015-04-131-1/+1
* SERVER-17817 Make CurOp a decoration of ClientBasic, not a member of Client.Andy Schwerin2015-04-071-7/+0
* SERVER-17817 Remove inoperative code from client.h/cppAndy Schwerin2015-04-061-3/+0
* SERVER-17817 Attach pointer to ServiceContext to ClientBasic.Andy Schwerin2015-04-061-1/+3
* SERVER-17817 Move Locker cache in Client onto a decoration.Andy Schwerin2015-04-061-9/+0
* SERVER-17817 Move replication-specific data from Client into ReplClientInfo d...Andy Schwerin2015-04-061-15/+0
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-168/+0
* SERVER-17499 Unify GodScope and fromDBDirectClient boolJason Rassi2015-03-091-3/+3
* SERVER-17330 move handshake cmd to master/slaveEric Milkie2015-02-251-2/+1
* SERVER-17323 Instantiate storage engine before the LockerKaloian Manassiev2015-02-201-3/+3
* SERVER-13339 Cleanup in preparation for removing unused constructorKaloian Manassiev2015-02-131-33/+31
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-3/+3
* SERVER-16431 Simplify DB profile codeKaloian Manassiev2015-01-151-1/+0
* SERVER-16065 Move AlignedBuilder under MMAP V1Kaloian Manassiev2015-01-121-2/+1
* SERVER-13256 Remove boost/utility from pch.hAndrew Morrow2015-01-051-0/+1
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-0/+1
* SERVER-16502: make getCollection const and not require an OpContextScott Hernandez2015-01-021-3/+1
* Revert "SERVER-16431 Simplify DB profile code"Kaloian Manassiev2014-12-171-0/+1
* SERVER-16431 Simplify DB profile codeKaloian Manassiev2014-12-171-1/+0
* SERVER-16493: Have Client own Locker to amortize initialization costGeert Bosch2014-12-121-2/+11
* SERVER-16429 Add ScopedTransaction to AutoGetCollectionForRead and Map-reduceKaloian Manassiev2014-12-091-0/+1
* SERVER-14062 Remove the global OperationContext registryKaloian Manassiev2014-12-031-0/+17
* SERVER-15310 Kill all user operations on stepdown.Spencer T Brody2014-12-011-0/+1
* SERVER-16192: Add ScopedTransaction to automatically commitAndRestart()Geert Bosch2014-11-211-0/+1
* SERVER-14062 Cleanup Client::hasWrittenSinceCheckpoint and some usages of cc()Kaloian Manassiev2014-11-131-23/+27
* SERVER-16108: Remove extra Timer and std::string in AutoGetCollectionForReadEliot Horowitz2014-11-121-2/+3
* SERVER-15780 more/improve thread namingScott Hernandez2014-11-041-4/+3
* SERVER-15888: WriteContext will switch from MODE_IX to MODE_X if collection d...Eliot Horowitz2014-11-031-0/+4
* SERVER-15888: Ensure MODE_X on implicit DB creationGeert Bosch2014-11-021-68/+103
* SERVER-15880 AutoGetCollectionForRead should always free its collection lockKaloian Manassiev2014-10-301-3/+3
* SERVER-15780 improve thread naming, remove any hex identifiers from namesmatt dannenberg2014-10-281-1/+16
* SERVER-15564 Send config version and member ID with every replSetUpdatePositi...Spencer T Brody2014-10-271-2/+2
* SERVER-15541 SERVER-15652 implement timing-based yieldingDavid Storch2014-10-211-4/+0
* SERVER-14425 Move LockManager out of the newlm namespaceKaloian Manassiev2014-10-101-1/+1
* SERVER-14668: Collection level locking for update pathGeert Bosch2014-10-091-2/+12
* SERVER-14668/SERVER-15294 Collection-level locking for all read pathsKaloian Manassiev2014-10-061-20/+63
* 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-1/+1
* SERVER-14668: Replace uses of DBWrite lock with DBLockGeert Bosch2014-09-251-1/+1
* SERVER-14668 Remove unused includes in client.h and curop.hKaloian Manassiev2014-08-281-4/+1
* SERVER-14668 Move locking related files to be under mongo/db/concurrencyKaloian Manassiev2014-08-131-1/+1
* SERVER-14462 Add back desc and threadId to currentOp() outputKaloian Manassiev2014-08-071-0/+1
* SERVER-10228 SERVER-14779 Add isGod() method to OperationContext; remove isGo...Spencer T Brody2014-08-041-0/+2
* SERVER-13961 RIP Client::lockState()Kaloian Manassiev2014-07-291-9/+1
* SERVER-14442 Make Client responsible for less of replication handshake proces...Spencer T Brody2014-07-231-2/+2
* SERVER-14135 implement processHandshake() in LegacyReplicationCoordinatormatt dannenberg2014-07-031-4/+2