summaryrefslogtreecommitdiff
path: root/src/mongo/db/curop.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-21750 clean up getMore logging and profilingDavid Storch2015-12-111-0/+19
* SERVER-21276: Fix various issues with topMartin Bligh2015-11-111-4/+4
* SERVER-20609 optimize OpDebug and CurOp constructionAdam Midvidy2015-10-301-64/+4
* SERVER-20360: break out logicalOp vs networkOpMartin Bligh2015-10-081-49/+13
* Revert "SERVER-20360: break out logicalOp vs networkOp"Martin Bligh2015-10-071-13/+49
* SERVER-20360: break out logicalOp vs networkOpMartin Bligh2015-10-071-49/+13
* SERVER-19567 make OP_QUERY currentOp entries look like find commandsDavid Storch2015-10-071-65/+91
* SERVER-19566 convert OP_QUERY profiler entries to look like the find commandDavid Storch2015-09-031-15/+104
* SERVER-19567 Compatibility layer for display of find/getMore commands in curr...Qingyang Chen2015-08-071-1/+13
* SERVER-19143 remove ns from OpDebug and synchronize access to NS in curopAdam Midvidy2015-06-291-8/+4
* Revert "SERVER-19143 remove ns from OpDebug and synchronize access to NS in c...Kaloian Manassiev2015-06-261-4/+8
* SERVER-19143 remove ns from OpDebug and synchronize access to NS in curOpAdam Midvidy2015-06-261-8/+4
* SERVER-19106 remove usages of extra in curopMerry Mou2015-06-251-5/+0
* SERVER-18554 log command protocol in OpDebug outputAdam Midvidy2015-06-241-0/+17
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-476/+478
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-1/+1
* SERVER-18515 Finish changing type of OpDebug::ns to std::stringAndy Schwerin2015-06-051-2/+2
* SERVER-18277 Move server status metrics code out of curop.cpp into curop_metr...Andy Schwerin2015-06-051-52/+0
* SERVER-18277 Get references to the Top object out of CurOp.Andy Schwerin2015-06-051-7/+0
* SERVER-18277 Stronger locking rules for CurOp and OpDebug.Andy Schwerin2015-06-051-16/+16
* SERVER-18277 Stop using OldClientContext in BatchExecutor.Andy Schwerin2015-06-041-0/+4
* SERVER-14995 Move _killPending from CurOp to OperationContext.Andy Schwerin2015-06-021-8/+0
* Reapply "SERVER-14995 Move operation id, lockState and client fields to Opera...Andy Schwerin2015-06-021-53/+24
* Reapply "SERVER-18277 Clarify locking of Client when accessing its stored Ope...Andy Schwerin2015-06-021-5/+1
* Revert "SERVER-18277 Clarify locking of Client when accessing its stored Oper...Spencer T Brody2015-05-291-1/+5
* Revert "SERVER-14995 Move operation id, lockState and client fields to Operat...Spencer T Brody2015-05-291-24/+53
* SERVER-14995 Move operation id, lockState and client fields to OperationContext.Andy Schwerin2015-05-291-53/+24
* SERVER-18277 Clarify locking of Client when accessing its stored OperationCon...Andy Schwerin2015-05-291-5/+1
* SERVER-18277/SERVER-18482 Remove "_remote" field from CurOp.Andy Schwerin2015-05-221-9/+6
* SERVER-18277 Prefer getting CurOp via the OperationContext rather than the Cl...Andy Schwerin2015-05-221-4/+9
* SERVER-18184 add awaitData support to the getMore command (oplog only)David Storch2015-05-191-0/+4
* SERVER-18515 Remove dead code from CurOp type.Andy Schwerin2015-05-181-21/+0
* Revert "Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::g...Ernie Hershey2015-05-181-0/+2
* Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(Opera...Ernie Hershey2015-05-181-2/+0
* SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(OperationCont...Andy Schwerin2015-05-181-0/+2
* SERVER-17817 SERVER-17894 Make Top a decoration on ServiceContextBenety Goh2015-04-221-1/+3
* SERVER-17817 Make ServiceContext create and manage Client objects.Andy Schwerin2015-04-201-7/+40
* SERVER-17817 Unconditionally clean up CurOp stack, even during shut down.Andy Schwerin2015-04-141-5/+1
* SERVER-17817 Move OpDebug function implementations to curop.cpp from client.cpp.Andy Schwerin2015-04-131-52/+279
* SERVER-17817 Refix compile error involving using auto when defining static co...Andy Schwerin2015-04-071-1/+1
* SERVER-17817 Fix compile error that clang liked but gcc did not.Andy Schwerin2015-04-071-1/+2
* SERVER-17817 Make CurOp a decoration of ClientBasic, not a member of Client.Andy Schwerin2015-04-071-10/+61
* 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-1/+1
* SERVER-13339 Cleanup in preparation for removing unused constructorKaloian Manassiev2015-02-131-4/+8
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-1/+1
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* SERVER-16671: remove logging for write conflict at 0, add counter, fix pauseEliot Horowitz2015-01-061-0/+5
* SERVER-16431 Enable yielding for all storage enginesKaloian Manassiev2014-12-291-2/+1
* SERVER-16556 CurOp::reset() needs to clear _nsJason Rassi2014-12-171-0/+1