summaryrefslogtreecommitdiff
path: root/src/mongo/db/curop.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-4740 Don't use unsigned for time deltasMathias Stearn2014-05-271-5/+5
* SERVER-13641 break up cloner.cpp into commands and functionality to make usag...Hari Khalsa2014-05-221-2/+0
* SERVER-13641 remove some more killCurrentOp usesHari Khalsa2014-05-221-5/+1
* SERVER-13961 Remove dependency on the TLS client from LockStateKaloian Manassiev2014-05-201-1/+0
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-4/+4
* SERVER-13797 Abstract $where processing and remove usages of getContextKaloian Manassiev2014-05-091-8/+0
* SERVER-13241 system profile will hold plan summary if execution stats object ...Benety Goh2014-03-181-1/+2
* SERVER-13241 increased buffer size for stats in curop from 512 to 2048Benety Goh2014-03-181-5/+10
* SERVER-12774 added nscanned and nscannedObjects to slow query logBenety Goh2014-02-251-0/+1
* REVERT 'SERVER-12774 - added nscanned and nscannedObjects to slow query log'Benety Goh2014-02-221-1/+0
* SERVER-12774 added nscannedObjects to OpDebugBenety Goh2014-02-211-0/+1
* SERVER-12664 Change nUpdated to nMatched in bulk api resultsRandolph Tan2014-02-131-1/+1
* SERVER-12664 Change nUpdated to nMatched in bulk api resultsRandolph Tan2014-02-131-1/+1
* SERVER-10026 BF-120 use safer data types for query curop debugHari Khalsa2014-02-031-68/+68
* SERVER-7754 include query plan debug string in slow query log and db.currentOp()David Storch2014-01-261-0/+1
* re-org structure and catalog directoriesEliot Horowitz2014-01-141-1/+1
* SERVER-12049 Redact sensitive data from slowms outputAndreas Nilsson2014-01-141-3/+7
* SERVER-3443 SERVER-7754 add plan exec stats to system profileHari Khalsa2014-01-141-0/+4
* SERVER-12319 nDocsModified in write commands to nModifiedRandolph Tan2014-01-131-1/+1
* SERVER-3409: Expose number of docs modified (excl. no-ops)Scott Hernandez2013-12-131-1/+1
* SERVER-10995 Leave CurOp::_start untouched when setting maxTimeMSJason Rassi2013-11-131-10/+13
* SERVER-9469: more efficiently set ns in CurOpEliot Horowitz2013-11-091-0/+7
* move catalog on disk representation to catalog/ondiskEliot Horowitz2013-11-051-1/+1
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-1/+1
* SERVER-2212 Add new fail point maxTimeNeverTimeOutJason Rassi2013-09-251-0/+3
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-6399: revert counting to number matched, including noopsScott Hernandez2013-08-091-1/+2
* SERVER-2212 Ability for CurOp objects to be "timer-interruptible"Jason Rassi2013-07-261-0/+74
* SERVER-2212 Add CurOp public method elapsedMicros()Jason Rassi2013-07-261-2/+4
* SERVER-2212 Misc. comments, formattingJason Rassi2013-07-261-2/+9
* Namespace is only for storage, making it clearerEliot Horowitz2013-07-081-1/+1
* split out NamespaceIndex into its own file and clean dependencies a bitEliot Horowitz2013-07-071-1/+1
* SERVER-9808 Fix issues found in CoN static analysisAndreas Nilsson2013-05-301-2/+2
* SERVER-9474 SERVER-9421 fix replset tests with background index buildsEric Milkie2013-05-091-0/+5
* SERVER-8536 reenable index builds for incomplete indexes at startupEric Milkie2013-04-081-0/+9
* SERVER-2771 Revert command handlingKristina2013-01-021-9/+0
* SERVER-2771 Command handlingKristina2012-12-261-0/+9
* SERVER-1739 - add ninserted and ndeletedEliot Horowitz2012-12-211-0/+2
* SERVER-1739 - change path and more things to trackEliot Horowitz2012-12-211-1/+3
* SERVER-4858 give ProgressMeter better printsMatt Dannenberg2012-12-181-1/+4
* SERVER-7572 SERVER-5279 Remove CurOp::info auth checkingSpencer T Brody2012-12-111-1/+0
* SERVER-7610 Introduced relaxed reads on an atomic int and used it on the kill...Alberto Lerner2012-11-191-2/+3
* SERVER-7610 use volatile bool for _killPending flag rather than AtomicInt32Mathias Stearn2012-11-191-2/+2
* SERVER-2771 add synchronous kill functionality for background indexing supportEric Milkie2012-10-101-4/+7
* SERVER-2771 preliminary code cleanup; no functional changeEric Milkie2012-10-101-35/+9
* SERVER-6860 Assertion: 13548:BufBuilder grow() > 64MB when trying to profile ...Randolph Tan2012-09-191-2/+16
* Revert "SERVER-6860 Assertion: 13548:BufBuilder grow() > 64MB when trying to ...Randolph Tan2012-09-181-16/+2
* SERVER-6860 Assertion: 13548:BufBuilder grow() > 64MB when trying to profile ...Randolph Tan2012-09-181-2/+16
* SERVER-4628 - more lock reportingEliot Horowitz2012-06-121-2/+6
* SERVER-4328 - db and global lock and acquisition time for read and writeEliot Horowitz2012-06-121-9/+0