summaryrefslogtreecommitdiff
path: root/src/mongo/db/clientlistplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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