summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-2082-15103/+14889
* SERVER-19041 Simplify SimpleMutexAndrew Morrow2015-06-193-9/+9
* SERVER-17308 Remove duplicate std::unique_ptr using-declarationsJason Rassi2015-06-197-16/+10
* SERVER-18036 pipeline command should check collection name before creating na...Benety Goh2015-06-191-2/+3
* SERVER-19033 find command now validates the type of its first parameterDavid Storch2015-06-181-2/+11
* SERVER-18723 boost -> stdx for condition_variableAdam Midvidy2015-06-181-6/+6
* SERVER-18036 fixed NamespaceString usage in some commands, especially in case...Benety Goh2015-06-183-4/+5
* SERVER-18732 boost -> stdx for timed_mutexAdam Midvidy2015-06-171-16/+16
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-172-18/+18
* SERVER-18991 Replace all usages of boost::noncopyable with MONGO_DISALLOW_COP...Andrew Morrow2015-06-161-5/+13
* SERVER-18950 Make LiteParsedQuery return StatusWith<unique_ptr>Kaloian Manassiev2015-06-121-19/+11
* SERVER-18791 Pull count command parsing into a separate libraryKaloian Manassiev2015-06-111-75/+10
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-102-4/+3
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-1018-70/+54
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-1012-44/+44
* SERVER-17259: Handle disappearance of collection during M/RGeert Bosch2015-06-101-3/+3
* SERVER-18807 modified ReplicationCoordinator::canAcceptWritesForDatabases to ...Benety Goh2015-06-095-17/+14
* SERVER-16444 New API for navigating RecordStoresMathias Stearn2015-06-092-8/+6
* SERVER-18815 Make Shard object non-copyable. Get rid of Shard::make(...) and ...Daniel Alabi2015-06-091-1/+1
* SERVER-18347 Store authorized connection in copydb as a client decorationAndrew Morrow2015-06-093-26/+50
* SERVER-2454 Remove trailing whitespaceJames Wahlin2015-06-091-1/+1
* SERVER-2454 Improve PlanExecutor::DEAD handlingJames Wahlin2015-06-094-16/+23
* SERVER-18347 Attach ShardedConnectionInfo as a client decorationAndrew Morrow2015-06-084-19/+28
* SERVER-18277 Do not do database reads under client spinlock.Andy Schwerin2015-06-051-1/+1
* SERVER-18277 Move server status metrics code out of curop.cpp into curop_metr...Andy Schwerin2015-06-051-1/+2
* SERVER-18277 Get references to the Top object out of CurOp.Andy Schwerin2015-06-051-1/+7
* SERVER-18277 Stronger locking rules for CurOp and OpDebug.Andy Schwerin2015-06-054-48/+69
* SERVER-18277 Stop using OldClientContext in BatchExecutor.Andy Schwerin2015-06-042-77/+38
* SERVER-17923 prohibit database/collection actions when bg index is runningEric Milkie2015-06-044-62/+0
* SERVER-18791 Remove the explain field from CountRequestKaloian Manassiev2015-06-031-5/+2
* SERVER-18798 Move FindAndModifyRequest to the request/response libraryKaloian Manassiev2015-06-031-1/+1
* SERVER-18236 hang slaveOk/secondaryOk and readPreference off OpCtxAdam Midvidy2015-06-031-1/+6
* SERVER-18791 Rename count command's source file to count_cmd.cppKaloian Manassiev2015-06-031-4/+5
* SERVER-14995 Move _killPending from CurOp to OperationContext.Andy Schwerin2015-06-021-3/+4
* Reapply "SERVER-14995 Move operation id, lockState and client fields to Opera...Andy Schwerin2015-06-023-11/+13
* Reapply "SERVER-18277 Clarify locking of Client when accessing its stored Ope...Andy Schwerin2015-06-021-2/+2
* SERVER-18748 Move cursor response management under queryKaloian Manassiev2015-05-319-138/+11
* Revert "SERVER-18277 Clarify locking of Client when accessing its stored Oper...Spencer T Brody2015-05-291-2/+2
* Revert "SERVER-14995 Move operation id, lockState and client fields to Operat...Spencer T Brody2015-05-293-12/+12
* SERVER-18738 avoid creating an invalid StatusWith in FindAndModifyCommand::run()Adam Midvidy2015-05-291-5/+6
* SERVER-14995 Move operation id, lockState and client fields to OperationContext.Andy Schwerin2015-05-293-12/+12
* SERVER-18277 Clarify locking of Client when accessing its stored OperationCon...Andy Schwerin2015-05-291-2/+2
* SERVER-17575 find and getMore commands respect BSONObj max user size limitDavid Storch2015-05-282-11/+16
* SERVER-18277/SERVER-18482 Remove "_remote" field from CurOp.Andy Schwerin2015-05-221-4/+3
* SERVER-18328 SERVER-18478 AuthzManagerExternalState for mongos should go thro...Daniel Alabi2015-05-221-10/+29
* SERVER-18589 Implement findAndModify serialization/deserializationRandolph Tan2015-05-221-90/+3
* SERVER-18567 Replace usages of the legacy ConnectionString::parseKaloian Manassiev2015-05-223-65/+29
* SERVER-18184 add awaitData support to the getMore command for any capped coll...David Storch2015-05-212-22/+20
* SERVER-17577 query planner now makes use of separate limit and batchSize fiel...David Storch2015-05-212-7/+6
* SERVER-18478 Clean up AuthzManagerExternalStateDaniel Alabi2015-05-213-307/+600