summaryrefslogtreecommitdiff
path: root/src/mongo/db/client.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-261-7/+8
* Revert "SERVER-70127 change system operations to be killable by default"Sviatlana Zuiko2023-04-251-8/+7
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-251-7/+8
* Revert "SERVER-70127 change system operation threads to be killable by default"Jiawei Yang2023-03-301-7/+7
* SERVER-70127 change system operation threads to be killable by defaultJiawei Yang2023-03-131-7/+7
* SERVER-74241 remove SessionHandle and similar aliasesMatt Diener2023-02-241-7/+7
* SERVER-71910 shrink Session's SSL interfaceMatt Diener2023-02-101-1/+2
* SERVER-63852 ThreadName rewriteBilly Donahue2022-05-131-1/+1
* SERVER-56571 rename and unprotect invariant.hBilly Donahue2022-03-201-1/+1
* SERVER-42971 Restore original thread name upon ThreadClient destructionDaniel Vitor Morilha2021-12-211-0/+3
* SERVER-58502 mongos hello loadBalanced optionBilly Donahue2021-08-301-8/+0
* SERVER-58562 Add a boolean field _isFromLoadBalancer to ClientAlex Li2021-08-191-0/+8
* 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