summaryrefslogtreecommitdiff
path: root/src/mongo/db/client.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-19315 Add PRNG to ClientCharlie Swanson2015-07-081-0/+7
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-104/+117
* SERVER-18723 boost -> stdx for threadAdam Midvidy2015-06-181-3/+2
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-1/+0
* SERVER-18515 Put OperationContext into mongos client request path.Andy Schwerin2015-06-051-0/+6
* Reapply "SERVER-18277 Clarify locking of Client when accessing its stored Ope...Andy Schwerin2015-06-021-3/+21
* Revert "SERVER-18277 Clarify locking of Client when accessing its stored Oper...Spencer T Brody2015-05-291-21/+3
* SERVER-18277 Clarify locking of Client when accessing its stored OperationCon...Andy Schwerin2015-05-291-3/+21
* SERVER-18131 Clean up LastError.Andy Schwerin2015-04-291-1/+0
* Revert "SERVER-18131 Clean up LastError."Andy Schwerin2015-04-231-0/+1
* SERVER-18131 Clean up LastError.Andy Schwerin2015-04-231-1/+0
* 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