summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/current_op.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-69715 Enable currentOp to be run in multitenancy modejannaerin2022-10-261-0/+4
* SERVER-70146 Migrate checkAuthForCommand to checkAuthForOperationSara Golemon2022-10-041-4/+4
* SERVER-64359: Implement FLE server-side rewrite for agg command on mongosHana Pearlman2022-03-281-1/+1
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-2/+2
* SERVER-51649 Convert aggregate command input to IDLRuoxin Xu2021-01-071-4/+6
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-1/+1
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-1/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37836 re-evaluate authorization for originating command in getMoreIsabella Siu2019-02-081-2/+11
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36020 Redesign CursorResponseBuilder to allow usage of DocumentSequenceGregory Noma2018-07-241-4/+6
* SERVER-34628 Really remove appendCommandStatusMathias Stearn2018-05-081-1/+1
* SERVER-34653 Add 'AuthorizationSession::isAuthenticated()'Billy Donahue2018-05-021-2/+1
* SERVER-33124 Remove mmapv1 dependency from embedded.Henrik Edin2018-02-081-1/+1
* SERVER-33136 const-ify the command auth accessorsBilly Donahue2018-02-061-1/+1
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-1/+1
* SERVER-19318 Reimplement the currentOp command as a $currentOp aggregationBernard Gorman2017-07-071-146/+26
* SERVER-24529 add current time to currentOp outputTyler Kaye2017-06-121-0/+2
* SERVER-29260 Make BSONObj argument to Command::run() const&Mathias Stearn2017-05-171-1/+1
* SERVER-29075 Add remaining client metadata to the currentOp outputMark Benvenuto2017-05-121-0/+3
* SERVER-28907 Fix hidden argument warnings caused by opCtx renameMaria van Keulen2017-05-041-8/+8
* SERVER-28701 Remove queryOptions argument from Command::run()Mathias Stearn2017-04-121-1/+0
* SERVER-28507 Centralize ignored fields in command implementationsMathias Stearn2017-04-121-2/+5
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-4/+4
* SERVER-26270 Initialize windows stacktraces at startupJonathan Reams2016-11-031-5/+2
* SERVER-26270 Do not call Matcher while holding lock on ServiceContext in curr...Jonathan Reams2016-11-031-12/+24
* SERVER-25903 Use correct client in currentop listMark Benvenuto2016-09-011-1/+1
* SERVER-25488 merge ClientBasic and ClientKyle Suarez2016-08-081-1/+1
* SERVER-24611 Implement ClientMetadata classMark Benvenuto2016-08-041-0/+11
* SERVER-17856: Allow mongod users to currentOp and killOp own operationsSpencer Jackson2016-07-291-3/+21
* SERVER-23349 make CollatorInterface methods constDavid Storch2016-05-041-1/+1
* SERVER-23608 Make MatchExpressionParser take a CollatorInterface*Tess Avitabile2016-04-261-1/+2
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-0/+4
* SERVER-23024 remove isWriteCommandForConfigServer methodMisha Tyulenev2016-03-151-3/+0
* SERVER-19510 Refactor WhereMatchExpression/WhereNoOpMatchExpressionJason Rassi2015-11-061-0/+1
* SERVER-19510 ExtensionsCallbackReal ctor take ptr to NamespaceStringJason Rassi2015-11-051-2/+6
* SERVER-19510 Rename MatchExpressionParser::WhereCallbackJason Rassi2015-11-051-2/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-88/+89
* SERVER-14995 Move _killPending from CurOp to OperationContext.Andy Schwerin2015-06-021-3/+4
* Reapply "SERVER-14995 Move operation id, lockState and client fields to Opera...Andy Schwerin2015-06-021-7/+2
* Reapply "SERVER-18277 Clarify locking of Client when accessing its stored Ope...Andy Schwerin2015-06-021-2/+2
* Revert "SERVER-18277 Clarify locking of Client when accessing its stored Oper...Spencer T Brody2015-05-291-2/+2
* Revert "SERVER-14995 Move operation id, lockState and client fields to Operat...Spencer T Brody2015-05-291-2/+7
* SERVER-14995 Move operation id, lockState and client fields to OperationContext.Andy Schwerin2015-05-291-7/+2
* SERVER-18277 Clarify locking of Client when accessing its stored OperationCon...Andy Schwerin2015-05-291-2/+2
* Revert "Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::g...Ernie Hershey2015-05-181-4/+6
* Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(Opera...Ernie Hershey2015-05-181-6/+4
* SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(OperationCont...Andy Schwerin2015-05-181-4/+6
* SERVER-17817 Make ServiceContext create and manage Client objects.Andy Schwerin2015-04-201-4/+2
* SERVER-15860 Switch replication metadata ops to be replication-specific, rath...matt dannenberg2015-04-171-2/+1