summaryrefslogtreecommitdiff
path: root/src/mongo/db/introspect.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
|
* SERVER-34805 Refactor the network libraries and move messages types to ↵Andrew Morrow2018-05-051-1/+1
| | | | rpc/protocol
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-2/+2
| | | | | | This commit is an automated rename of all whole word instances of txn, _txn, and txnPtr to opCtx, _opCtx, and opCtxPtr, respectively in all .cpp and .h files in src/mongo.
* SERVER-21276: Fix various issues with topMartin Bligh2015-11-111-1/+2
|
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-11/+11
|
* SERVER-16431 Simplify DB profile codeKaloian Manassiev2015-01-151-49/+34
|
* Revert "SERVER-16431 Simplify DB profile code"Kaloian Manassiev2014-12-171-34/+49
| | | | This reverts commit c5ebc6be8e3a865655acbc5ecd1cb3b96fdf44ff.
* SERVER-16431 Simplify DB profile codeKaloian Manassiev2014-12-171-49/+34
|
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-3/+3
|
* SERVER-13643 Move Txn pluming above Database and CollectionMathias Stearn2014-04-291-2/+4
|
* SERVER-11611: fix comment about type of returnEliot Horowitz2013-12-281-1/+1
|
* SERVER-11611: profile writing code now uses Collection::insertDocumentEliot Horowitz2013-12-281-3/+9
|
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
|
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-2/+2
|
* SERVER-7814 - log error but don't fail user op if can't profileEliot Horowitz2012-12-021-1/+1
|
* SERVER-7206 change global variable in profiler to be heap-basedEric Milkie2012-11-071-1/+1
|
* pch headerSiddharth Singh2012-08-061-1/+1
|
* SERVER-6222: lazy init profile collectionBen Becker2012-07-021-0/+9
|
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+34