summaryrefslogtreecommitdiff
path: root/src/mongo/db/client.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-44368 protect opCtx's Locker with Client lockEric Milkie2019-11-041-1/+9
* SERVER-43174 Make migration destination threads killableRandolph Tan2019-09-131-0/+5
* SERVER-40641 Ensure TTL delete in prepare conflict retry loop does not block ...Gregory Wlodarek2019-05-171-0/+27
* SERVER-40156 Replica sets support Split HorizonsADAM David Alan Martin2019-05-171-1/+4
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-1/+0
* SERVER-38521 Make the AsyncWorkScheduler be interruptible and support sub-sch...Kaloian Manassiev2019-02-051-0/+8
* SERVER-37893 Remove Client::initThreadIfNotAlready in favor of using the Clie...Gregory Wlodarek2018-11-161-11/+0
* SERVER-36473 Make a dedicated RAII class to manage Client lifetimeGregory Wlodarek2018-11-081-11/+27
* SERVER-37651 Move license to top of file for lint to workRamon Fernandez2018-10-221-9/+8
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-0/+32
* SERVER-34541 Remove MessagePort and ListenerAndrew Morrow2018-04-181-1/+0
* SERVER-33300 Integrate TransportLayer with DBClientJonathan Reams2018-03-021-1/+0
* SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin2018-02-141-2/+1
* SERVER-32498 Client should capture full thread nameJonathan Reams2018-02-051-3/+0
* SERVER-26538 SERVER-26539 Detach from boost::threadAndrew Morrow2017-08-021-1/+0
* SERVER-29852 Store session id and transaction number on all commands' Operati...Kaloian Manassiev2017-06-271-3/+1
* SERVER-28201 Allow detatching of the current ClientJonathan Reams2017-04-191-0/+16
* SERVER-28298 Allow OperationContext objects to be created with an optional Lo...samantharitter2017-04-121-1/+7
* SERVER-27727 Make threadName a native thread_local so debuggers can get to itMathias Stearn2017-03-241-3/+3
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-4/+4
* SERVER-26674 transport::Session objects should be shared_ptr managedsamantharitter2016-11-051-12/+13
* SERVER-25488 merge ClientBasic and ClientKyle Suarez2016-08-081-3/+44
* SERVER-21004 Interruptible wait on condition variables with OperationContexts.Andy Schwerin2016-07-131-1/+1
* SERVER-24162 Integrate TransportLayerSamantha Ritter2016-07-121-7/+11
* SERVER-23873 Optimize checking for interruptMathias Stearn2016-05-101-2/+2
* SERVER-21401 Ensure that Client outlives its associated messaging portJason Rassi2015-11-131-3/+18
* 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