summaryrefslogtreecommitdiff
path: root/src/mongo/db/dbcommands_admin.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13635 remove dead codeHari Khalsa2014-05-161-1/+1
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-1/+1
* SERVER-13641 Unify Command::newRun into runMathias Stearn2014-05-141-1/+1
* SERVER-13498 Get rid of LockStatusKaloian Manassiev2014-04-151-1/+1
* SERVER-11178 remove catalog hackHari Khalsa2013-12-131-1/+0
* SERVER-11178: move validate command to its own fileEliot Horowitz2013-10-261-367/+0
* SERVER-11178: fix validate for new extent semanticsEliot Horowitz2013-10-231-10/+17
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-3/+4
* SERVER-1105 Use ResourcePattern type when identifying the resource component ...Andy Schwerin2013-09-231-1/+1
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-10026 SERVER-10461 migrate internal coll/ixscan clientsHari Khalsa2013-08-201-6/+11
* SERVER-10084 New logging implementation.Andy Schwerin2013-07-091-2/+3
* split out NamespaceIndex into its own file and clean dependencies a bitEliot Horowitz2013-07-071-1/+0
* SERVER-9699: remove clean commandEliot Horowitz2013-06-241-36/+0
* SERVER-6405: first step of cleaning NamespaceDetailsEliot Horowitz2013-06-141-28/+27
* Clean up includes of authorization headersSpencer T Brody2013-05-221-1/+0
* Split AuthorizationManager into 2 classes: AuthorizationManager and Authoriza...Spencer T Brody2013-05-221-1/+1
* SERVER-8791 SERVER-9212 retire IndexInterfaceHari Khalsa2013-04-251-2/+8
* SERVER-8471 Remove Command::requiresAuthSpencer T Brody2013-03-121-1/+0
* SERVER-7159 Enhance auditing support for record size quantization and deleted...aaron2013-03-081-0/+36
* nsdetails takes a StringData, don't call c_str on std::stringEliot Horowitz2012-12-211-2/+2
* SERVER-7122 Add setParameter option to enable/disable testing commandsSpencer T Brody2012-12-051-3/+17
* SERVER-7122 Assign required privileges to some random commandsSpencer T Brody2012-11-281-1/+20
* SERVER-1752 Move BtreeCursor class definition to its own header file.Aaron2012-11-111-1/+0
* fix a lot of copyright noticesEliot Horowitz2012-10-151-0/+1
* SERVER-7289 add inexpensive tests to validate commandTad Marshall2012-10-111-29/+81
* SERVER-2771 preliminary code cleanup; no functional changeEric Milkie2012-10-101-14/+16
* SERVER-7045 check all extents in validate command, report resultsTad Marshall2012-10-091-6/+12
* SERVER-7047 remove leftover validate code, improve textTad Marshall2012-09-211-7/+7
* SERVER-6636 - increment index number in validateDan Pasette2012-07-291-0/+2
* remove BSONObj::BSONObj( Record* ) in place of BSONObj::make( Record* r ) so ...Eliot Horowitz2012-05-161-1/+1
* 1 and 0 are not boolsEric Milkie2012-05-041-2/+2
* move fsync comman to its own fileEliot Horowitz2012-04-191-94/+0
* make NamespaceDetails::(capped|max) private to work on SERVER-5285Eliot Horowitz2012-04-071-6/+6
* make NamespaceDetails::paddingFactor privateEliot Horowitz2012-04-031-1/+1
* make records in DeletedRecord privateEliot Horowitz2012-03-301-2/+2
* make fields in Record privateEliot Horowitz2012-03-301-1/+1
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-2/+2
* more fixes for ThreadSpanningOpEliot Horowitz2012-03-171-0/+1
* if in ThreadSpanningOp don't profileEliot Horowitz2012-03-161-1/+0
* SERVER-4328 comments and readability. i believe no functional changes.Dwight2012-02-101-5/+5
* SERVER-1423 now is should not be blocked by write lock acquisition attemptsdwight2012-02-041-103/+45
* remove boost filesystem includes from pch.h and be explicit anywhere we use itEliot Horowitz2012-01-051-1/+4
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+550