summaryrefslogtreecommitdiff
path: root/src/mongo/db/clientlistplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-7/+7
* SERVER-23916: Remove currentOpCtx commandDaniel Gottlieb2016-11-301-115/+0
* SERVER-25488 merge ClientBasic and ClientKyle Suarez2016-08-081-1/+1
* SERVER-24611 Implement ClientMetadata classMark Benvenuto2016-08-041-0/+11
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+2
* 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-21407 explicitly disallow $text/$where extensions during MatchExpressi...David Storch2015-12-221-2/+3
* SERVER-20360: break out logicalOp vs networkOpMartin Bligh2015-10-081-1/+1
* Revert "SERVER-20360: break out logicalOp vs networkOp"Martin Bligh2015-10-071-1/+1
* SERVER-20360: break out logicalOp vs networkOpMartin Bligh2015-10-071-1/+1
* SERVER-19313 Remove some obsoleted usages of boostAndrew Morrow2015-07-091-2/+0
* SERVER-16889 StatusWithMatchExpression replace ME* with unique_ptr<ME>Qingyang Chen2015-07-061-4/+5
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-144/+137
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-3/+2
* SERVER-14995 Move _killPending from CurOp to OperationContext.Andy Schwerin2015-06-021-4/+4
* Reapply "SERVER-14995 Move operation id, lockState and client fields to Opera...Andy Schwerin2015-06-021-8/+5
* 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-5/+8
* SERVER-14995 Move operation id, lockState and client fields to OperationContext.Andy Schwerin2015-05-291-8/+5
* SERVER-18277 Clarify locking of Client when accessing its stored OperationCon...Andy Schwerin2015-05-291-2/+2
* SERVER-18277/SERVER-18482 Remove "_remote" field from CurOp.Andy Schwerin2015-05-221-1/+1
* Revert "Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::g...Ernie Hershey2015-05-181-3/+3
* Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(Opera...Ernie Hershey2015-05-181-3/+3
* SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(OperationCont...Andy Schwerin2015-05-181-3/+3
* SERVER-17817 Make ServiceContext create and manage Client objects.Andy Schwerin2015-04-201-12/+10
* 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-3/+3
* SERVER-17878 Rename GlobalEnvironmentExperiment to ServiceContext.Andy Schwerin2015-04-031-1/+1
* SERVER-17310 Replace boost::*_mutex::scoped_lock with boost::lock_guard.Andy Schwerin2015-03-051-2/+2
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+1
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-0/+4
* SERVER-14062 Remove the global OperationContext registryKaloian Manassiev2014-12-031-92/+111
* SERVER-14462 Make db.currentOp report currently held locks from Lock ManagerKaloian Manassiev2014-11-031-3/+25
* Revert "SERVER-14462 Make db.currentOp report the currently held locks from t...Kaloian Manassiev2014-11-031-25/+3
* SERVER-14462 Make db.currentOp report the currently held locks from the Lock ...Kaloian Manassiev2014-11-031-3/+25
* SERVER-14462 Get rid of LockState::reportState since it is a noop todayKaloian Manassiev2014-11-031-2/+2
* SERVER-15819: fix privilege check on currentOpCtxEliot Horowitz2014-10-311-0/+15
* SERVER-15683: add optional filter to currentOpCtx commandEliot Horowitz2014-10-271-4/+29
* SERVER-15262: fsynclock thread after downgrade to global S should unlock flus...Eliot Horowitz2014-10-211-1/+6
* SERVER-15683: add command to introspect OperationContext and RecoveryUnitEliot Horowitz2014-10-161-0/+46
* SERVER-14376 Move mongoutils::html namespace into mongo::html namespace.Andy Schwerin2014-06-271-2/+2
* SERVER-13961 Add capability to register and discover OperationContextsKaloian Manassiev2014-06-261-29/+53
* SERVER-13961 Convert most usages of LockState from TLS to OperationContextKaloian Manassiev2014-06-131-1/+1
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* Get the dbwebserver code out of the tools and other non-server components.Andy Schwerin2013-07-091-0/+84