summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/current_op.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-17856: Allow mongod users to currentOp and killOp own operationsSpencer Jackson2016-07-291-3/+21
* 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
* SERVER-17817 Make AuthorizationSession a decoration of ClientBasic.Andy Schwerin2015-04-161-1/+1
* SERVER-7775 add currentOp commandAdam Midvidy2015-04-131-0/+166