summaryrefslogtreecommitdiff
path: root/src/mongo/db/dbcommands.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-9804 add numeric code to getLastError error when primary steps downEric Milkie2013-05-291-0/+1
* SERVER-7377 support w:majority on solitary serverMatt Dannenberg2013-05-241-0/+6
* Split AuthorizationManager into 2 classes: AuthorizationManager and Authoriza...Spencer T Brody2013-05-221-1/+2
* SERVER-9417 opReplicatedEnough should assert on step downEliot Horowitz2013-04-221-0/+8
* SERVER-7772 rename and move header to is_master.hEric Milkie2013-04-161-2/+2
* SERVER-8536 fix index build restarts for a few commandsEric Milkie2013-04-151-9/+7
* SERVER-8536 reenable index builds for incomplete indexes at startupEric Milkie2013-04-081-2/+119
* SERVER-9050 GLE with w:1 on config servers shouldn't report "norepl" errorSpencer T Brody2013-03-211-1/+3
* SERVER-8790 Move NamespaceDetailsTransient::getCursor() and NamespaceDetailsT...aaron2013-03-151-2/+3
* SERVER-8790 Rename queryoptimizer to query_optimizer_internal.aaron2013-03-151-1/+0
* SERVER-7772 move repl_block into repl and rename to write_concernEric Milkie2013-03-141-1/+1
* SERVER-7772 move oplog into db/repl/Eric Milkie2013-03-141-0/+1
* SERVER-8938 Remove noauth global from code, move into AuthorizationManagerSpencer T Brody2013-03-131-2/+4
* SERVER-8471 Remove Command::requiresAuthSpencer T Brody2013-03-121-9/+1
* SERVER-8920: Add new fields to dbStats command for pdfile versionEliot Horowitz2013-03-121-0/+8
* SERVER-7772 repl_startEric Milkie2013-03-111-1/+0
* SERVER-8486 prevent empty dbnames in command params from crashing auth'd mongodEric Milkie2013-02-121-1/+5
* SERVER-8278 Change replicatedTo to writtenTo and add primary to listKristina2013-02-071-2/+2
* SERVER-8374 Mongos incorrectly parses read preference spec with $query syntaxRandolph Tan2013-02-071-1/+1
* SERVER-8815 Add scale value checking to db.printCollectionStatsdaveh862013-01-111-2/+2
* SERVER-8119: add a timer for how long getLastError wtime takesEliot Horowitz2013-01-091-4/+16
* SERVER-2771 Revert command handlingKristina2013-01-021-113/+2
* more logging for dropDatabaseEliot Horowitz2013-01-011-1/+2
* SERVER-7668 further cleanup related to extending range boundsKevin Matulef2012-12-271-3/+5
* SERVER-2771 Command handlingKristina2012-12-261-2/+113
* SERVER-6700 allow updates to TTL expiration time using collModKevin Matulef2012-12-241-17/+67
* SERVER-7572 Remove includes of security header filesSpencer T Brody2012-12-231-1/+0
* SERVER-8019 - GLE w should fail fast on config serversEliot Horowitz2012-12-221-0/+7
* make GLE wtih master/slave w=majority report nicer so addUser can checkEliot Horowitz2012-12-221-1/+2
* Moved StaleConfigException's to their own module.Alberto Lerner2012-12-211-1/+1
* Moved ShardChunkVersion to its own module and renamed.Alberto Lerner2012-12-211-0/+1
* SERVER-7907 Fix typoSpencer T Brody2012-12-211-1/+1
* SERVER-7907 - prevent GLE with non-integer w settings to inf. loop in master/...Eliot Horowitz2012-12-211-0/+5
* SERVER-1739 - clean db profiling api in Database and fix nscannedEliot Horowitz2012-12-211-1/+1
* SERVER-7572 Remove doauth argument from Client::ContextSpencer T Brody2012-12-211-2/+2
* nsdetails takes a StringData, don't call c_str on std::stringEliot Horowitz2012-12-211-13/+13
* SERVER-7778 move replIndexPrefetch to rs.cpp and using new parameter frameworkEliot Horowitz2012-12-211-42/+0
* remove all references to unimplemented _ageOutEliot Horowitz2012-12-211-10/+0
* SERVER-7572 Remove more references to AuthenticationInfoSpencer T Brody2012-12-201-10/+2
* SERVER-7572 Remove more old-style authorization checksSpencer T Brody2012-12-201-7/+0
* SERVER-7572 Remove code that expects an AuthTable to have been sent with any ...Spencer T Brody2012-12-191-23/+0
* Set ok:0 when command isn't foundSpencer T Brody2012-12-181-16/+18
* Consolidate duplicate implementations of code to execute commandsSpencer T Brody2012-12-181-41/+45
* SERVER-7572 SERVER-5279 Remove CurOp::info auth checkingSpencer T Brody2012-12-111-1/+1
* SERVER-7881 SERVER-7572 SERVER-7122 Preserve backwards compatibility with old...Spencer T Brody2012-12-101-2/+2
* SERVER-7572 Change a bunch of commands to not require auth in old authorizati...Spencer T Brody2012-12-071-0/+4
* SERVER-7572 Only call addRequiredPrivileges on commands if auth is enabledSpencer T Brody2012-12-071-1/+1
* Check authorization in the new AuthorizationManager SERVER-7572Spencer T Brody2012-12-071-3/+13
* SERVER-7122 Add setParameter option to enable/disable testing commandsSpencer T Brody2012-12-051-28/+52
* SERVER-7567 Print actual value passed to w in getLastError messageShaun Verch2012-11-281-1/+4