summaryrefslogtreecommitdiff
path: root/src/mongo/db/client.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74241 remove SessionHandle and similar aliasesMatt Diener2023-02-241-4/+6
* SERVER-70032 Report CPU time in slow query logs and profiler as cpuNanosLouis Williams2023-02-101-4/+4
* Revert "SERVER-70032 Report CPU time in slow query logs and profiler as cpuNa...dziana.hurynovich2023-01-301-4/+4
* SERVER-70032 Report CPU time in slow query logs and profiler as cpuNanosLouis Williams2023-01-271-4/+4
* SERVER-63852 ThreadName rewriteBilly Donahue2022-05-131-2/+2
* SERVER-42971 Restore original thread name upon ThreadClient destructionDaniel Vitor Morilha2021-12-211-0/+2
* SERVER-58502 mongos hello loadBalanced optionBilly Donahue2021-08-301-10/+0
* SERVER-58562 Add a boolean field _isFromLoadBalancer to ClientAlex Li2021-08-191-0/+11
* SERVER-57390 Remove getLastError implementationYoonsoo Kim2021-07-221-1/+0
* SERVER-55190 Generate and attach UUID for each ClientBen Caimano2021-03-171-1/+2
* SERVER-49468 Kill and throw when OperationContexts are overwrittenBen Caimano2020-11-241-11/+0
* SERVER-51278 Introduced ClientStrandBen Caimano2020-11-171-1/+1
* SERVER-47446 Measure cpu time taken by operationsAmirsaman Memaripour2020-10-141-0/+7
* SERVER-50344 Rename Client methods to clarify that they are about being kille...Spencer T Brody2020-08-251-7/+0
* SERVER-46841 Make PeriodicRunner interrupt blocked operations on stopAmirsaman Memaripour2020-03-241-0/+8
* SERVER-45058 Report currentOp.active as false when internal services block on...Amirsaman Memaripour2020-01-231-0/+12
* SERVER-44368 protect opCtx's Locker with Client lockEric Milkie2019-11-041-0/+7
* SERVER-43174 Make migration destination threads killableRandolph Tan2019-09-131-0/+7
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-3/+1
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-3/+3
* Invariant !haveClient with previous client descriptionBen Caimano2019-04-191-3/+11
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-38521 Make the AsyncWorkScheduler be interruptible and support sub-sch...Kaloian Manassiev2019-02-051-0/+4
* SERVER-37893 Remove Client::initThreadIfNotAlready in favor of using the Clie...Gregory Wlodarek2018-11-161-10/+0
* SERVER-36473 Make a dedicated RAII class to manage Client lifetimeGregory Wlodarek2018-11-081-5/+15
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
* SERVER-32498 Client should capture full thread nameJonathan Reams2018-02-051-5/+0
* SERVER-26538 SERVER-26539 Detach from boost::threadAndrew Morrow2017-08-021-8/+9
* SERVER-29852 Store session id and transaction number on all commands' Operati...Kaloian Manassiev2017-06-271-3/+2
* SERVER-28201 Allow detatching of the current ClientJonathan Reams2017-04-191-8/+16
* SERVER-28298 Allow OperationContext objects to be created with an optional Lo...samantharitter2017-04-121-2/+3
* SERVER-27727 Make threadName a native thread_local so debuggers can get to itMathias Stearn2017-03-241-6/+6
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-5/+5
* SERVER-26674 transport::Session objects should be shared_ptr managedsamantharitter2016-11-051-8/+9
* SERVER-25488 merge ClientBasic and ClientKyle Suarez2016-08-081-2/+3
* SERVER-24367 Implement CollectionRangeDeleter task lifetime managementSam Dunietz2016-07-291-1/+1
* Revert "SERVER-24367 Implement CollectionRangeDeleter task lifetime management"Sam Dunietz2016-07-281-1/+1
* SERVER-24367 Implement CollectionRangeDeleter task lifetime managementSam Dunietz2016-07-281-1/+1
* SERVER-24162 Integrate TransportLayerSamantha Ritter2016-07-121-9/+10
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-2/+0
* SERVER-21401 Ensure that Client outlives its associated messaging portJason Rassi2015-11-131-4/+6
* SERVER-19315 Add PRNG to ClientCharlie Swanson2015-07-081-1/+12
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-82/+80
* SERVER-18515 Put OperationContext into mongos client request path.Andy Schwerin2015-06-051-0/+4
* Reapply "SERVER-18277 Clarify locking of Client when accessing its stored Ope...Andy Schwerin2015-06-021-3/+0
* Revert "SERVER-18277 Clarify locking of Client when accessing its stored Oper...Spencer T Brody2015-05-291-0/+3
* SERVER-18277 Clarify locking of Client when accessing its stored OperationCon...Andy Schwerin2015-05-291-3/+0
* SERVER-18277/SERVER-18482 Remove "_remote" field from CurOp.Andy Schwerin2015-05-221-0/+4
* SERVER-17310 Provide stdx polyfill for std::this_thread. Stop using boost::th...Andy Schwerin2015-05-191-1/+2