summaryrefslogtreecommitdiff
path: root/src/mongo/db/dbcommands.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-10026 split getRunner out from the .find() executionHari Khalsa2013-12-041-1/+1
* SERVER-11906: move convertToCapped and cloneCollectionToCapped to own filesEliot Horowitz2013-12-031-145/+0
* SERVER-11665: move getLastError command into its own fileEliot Horowitz2013-12-031-134/+0
* SERVER-10869 Do not log unredacted commands below debug log level 2.Andy Schwerin2013-11-251-1/+1
* SERVER-10026 register the query runner used during md5 computationHari Khalsa2013-11-151-0/+7
* SERVER-10026 catch SendStaleConfigException in MD5Hari Khalsa2013-11-101-4/+13
* SERVER-10026 perform shard filtering as a data access stageHari Khalsa2013-11-091-1/+1
* SERVER-11643: Collection::storageSize and 32-bit fix for 64-bit numbersEliot Horowitz2013-11-091-1/+2
* SERVER-11636: move NamespaceDetails::storageSize to CollectionEliot Horowitz2013-11-091-10/+11
* SERVER-10026 migrate clientsHari Khalsa2013-11-061-35/+30
* Fix permissions check for create command to reflect that insert implies creat...Spencer T Brody2013-11-041-6/+20
* Make cloneCollectionAsCapped require convertToCapped privilegeSpencer T Brody2013-11-041-0/+1
* SERVER-11178: fix 32bit and osx compile numeric castEliot Horowitz2013-11-021-1/+2
* SERVER-11178: IndexScan now uses IndexCatalog classesEliot Horowitz2013-11-021-8/+9
* SERVER-11479 aggregate/collMod should not reject maxTimeMS optionJason Rassi2013-11-011-0/+3
* SERVER-2212 Add addl. maxTimeMS parsing helpers to LiteParsedQueryJason Rassi2013-10-311-1/+1
* SERVER-9513 Rename profileEnable actionType to enableProfilerSpencer T Brody2013-10-291-1/+1
* SERVER-11178: remove index_update.h from places its not needed (most)Eliot Horowitz2013-10-251-1/+0
* SERVER-11178: Introduce IndexCatalog and requirementsEliot Horowitz2013-10-231-170/+0
* SERVER-1891 Hookup audit logging for user management and DDL events.matt dannenberg2013-10-111-0/+1
* SERVER-6246 SERVER-9515 Implement proper authz checks for user and role manag...Spencer T Brody2013-10-101-6/+6
* Revert "SERVER-1891 Hookup audit logging for user management and DDL events."Spencer T Brody2013-10-091-2/+0
* SERVER-1891 Hookup audit logging for user management and DDL events.matt dannenberg2013-10-091-0/+2
* SERVER-6405: fix dropCollection error reportingEliot Horowitz2013-10-091-2/+7
* SERVER-1891 add new ActionTypesmatt dannenberg2013-10-071-2/+2
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-10/+11
* SERVER-10382 add error code if count command is interruptedDavid Storch2013-10-031-0/+1
* move dbhash to its own fileEliot Horowitz2013-10-031-121/+0
* SERVER-2212 Add new fail point maxTimeNeverTimeOutJason Rassi2013-09-251-7/+5
* SERVER-10721 Add error code for running a command that doesn't existSpencer T Brody2013-09-251-0/+1
* SERVER-1105 Use ResourcePattern type when identifying the resource component ...Andy Schwerin2013-09-231-33/+33
* SERVER-6405: move dropCollection into DatabaseEliot Horowitz2013-09-191-4/+15
* SERVER-10743 Add "millis" option, interrupt point to "sleep" commandJason Rassi2013-09-131-6/+19
* SERVER-10650 Add new fail point maxTimeAlwaysTimeOutJason Rassi2013-09-121-0/+10
* SERVER-2212 Separate processing of "$maxTimeMS" from "maxTimeMS"Jason Rassi2013-09-121-1/+27
* 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-21/+31
* SERVER-10026 SERVER-10376 scrub clientcursor vigorouslyHari Khalsa2013-08-071-1/+1
* SERVER-10424: if the only member don't wait for other replicas on shutdownScott Hernandez2013-08-031-1/+4
* SERVER-1891 Consolidate command authorization checking logic.Andy Schwerin2013-07-171-26/+3
* Revert "SERVER-1891 Consolidate command authorization checking logic."Andy Schwerin2013-07-101-3/+26
* SERVER-9468 Pull out bulk of CmdGetLastError::run() into helperJason Rassi2013-07-101-149/+2
* SERVER-1891 Consolidate command authorization checking logic.Andy Schwerin2013-07-101-26/+3
* SERVER-10084 New logging implementation.Andy Schwerin2013-07-091-10/+13
* SERVER-9740 Add checkAuthForCommand method to all commands and use that for a...Spencer T Brody2013-07-091-3/+3
* SERVER-9467 Add mongod support for non-counted commandsJason Rassi2013-07-081-0/+8
* move getSisterNS from Namespace to NamespaceString, as Namespace should only ...Eliot Horowitz2013-07-071-1/+1
* Get authorization_manager.h out of commands.h to improve compile time by movi...Spencer T Brody2013-07-021-0/+1
* SERVER-9005 - swap temp TimerStats for NULLDan Pasette2013-06-251-2/+1
* SERVER-9005 - Only record wtime metrics when w>1Dan Pasette2013-06-241-6/+22