summaryrefslogtreecommitdiff
path: root/src/mongo/db/client.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-55190 Generate and attach UUID for each ClientBen Caimano2021-03-171-0/+7
* SERVER-49468 Kill and throw when OperationContexts are overwrittenBen Caimano2020-11-241-16/+7
* SERVER-50412 implement helloOk protocol negotiation on mongodPavi Vetriselvan2020-11-051-0/+20
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-1/+0
* SERVER-51074 VectorClock is not gossiped correctly on newly started sessionsTommaso Tocci2020-09-241-4/+0
* SERVER-50344 Rename Client methods to clarify that they are about being kille...Spencer T Brody2020-08-251-11/+7
* SERVER-46200 implement basic VectorClock serviceKevin Pulo2020-05-121-0/+4
* SERVER-46841 Make PeriodicRunner interrupt blocked operations on stopAmirsaman Memaripour2020-03-241-0/+16
* SERVER-45058 Report currentOp.active as false when internal services block on...Amirsaman Memaripour2020-01-231-0/+6
* SERVER-45212 Add try_lock() to SpinLockAmirsaman Memaripour2020-01-161-0/+3
* Revert "SERVER-45212 Add try_lock() to SpinLock"Amirsaman Memaripour2020-01-141-3/+0
* SERVER-45212 Add try_lock() to SpinLockAmirsaman Memaripour2020-01-131-0/+3
* 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