summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-19068: treat NumberLong()/$numberLong as long long, alwaysScott Hernandez2015-07-071-4/+14
* SERVER-16889 StatusWithMatchExpression replace ME* with unique_ptr<ME>Qingyang Chen2015-07-065-14/+16
* SERVER-19247 remove implicit conversion from NamespaceString to std::stringQingyang Chen2015-07-062-61/+63
* SERVER-19252 Move all mongos catalog types to s/catalogDaniel Alabi2015-07-022-3/+3
* SERVER-18961 avoid iterating the entire working set when preparing for a Wire...David Storch2015-07-019-112/+141
* SERVER-19099 Enforce polyfill usage via lintAndrew Morrow2015-06-301-8/+8
* SERVER-19099 Consistently use concurrency and time names via stdxAndrew Morrow2015-06-301-0/+1
* SERVER-18928: replace "mongo/platform/cstdint.h" with <cstdint>Kang In Cheol2015-06-291-1/+1
* SERVER-16889.5 PlanExecutor::getStats() and PlanStage::getStats() return uniq...Qingyang Chen2015-06-291-2/+5
* SERVER-18846 Make libraries out of various aggregation componentsCharlie Swanson2015-06-262-436/+0
* SERVER-16889 Modernize getExecutor*(), PlanExecutor::make() signaturesQingyang Chen2015-06-268-196/+156
* SERVER-19000 Implement OldThreadPool in terms of ThreadPool.Andy Schwerin2015-06-241-23/+0
* SERVER-5811 implement the killCursors command for mongodDavid Storch2015-06-231-1/+1
* SERVER-16889 CanonicalQuery::canonicalize() return SW<unique_ptr<CQ>>Qingyang Chen2015-06-2310-168/+180
* Revert "SERVER-16889 query subsystem CanonicalQuery::canonicalize use StatusW...Qingyang Chen2015-06-2210-181/+169
* SERVER-16889 query subsystem CanonicalQuery::canonicalize use StatusWith<uniq...Qingyang Chen2015-06-2210-169/+181
* SERVER-18579: Suppress lint.py warningsMark Benvenuto2015-06-201-9/+9
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-06-207-305/+321
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-2075-34673/+36182
* SERVER-19041 Simplify SimpleMutexAndrew Morrow2015-06-196-9/+10
* SERVER-17308 Remove duplicate std::unique_ptr using-declarationsJason Rassi2015-06-198-12/+4
* SERVER-18870 remove unused filter from AND_SORTED and AND_HASH stageQingyang Chen2015-06-191-123/+22
* SERVER-18723 boost -> stdx for condition_variableAdam Midvidy2015-06-182-4/+4
* SERVER-12376 Move $skip and $limit before $project in aggregation pipelineJames Cohan2015-06-181-7/+82
* SERVER-18723 boost -> stdx for threadAdam Midvidy2015-06-184-72/+72
* SERVER-18723 undo boost->stdx change for perftestsAdam Midvidy2015-06-181-5/+6
* SERVER-19000 Rename threadpool::ThreadPool to OldThreadPool.Andy Schwerin2015-06-171-2/+2
* SERVER-18464/SERVER-18437/SERVER-19004 Move targeter ownership to ShardKaloian Manassiev2015-06-172-213/+210
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-175-16/+16
* SERVER-15217 remove unused tests in dbtests/plan_ranking.cppQingyang Chen2015-06-161-217/+0
* SERVER-18292 SERVER-18236 read ReadPreference off of metadata in DBClientRSAdam Midvidy2015-06-164-31/+95
* SERVER-18292 support OP_COMMAND in commands executed using a DBClientCursorAdam Midvidy2015-06-161-9/+4
* SERVER-18866 fix dbtests to work with new global replcoordEric Milkie2015-06-122-1/+8
* SERVER-18866 decorate service context with global replcoordEric Milkie2015-06-122-15/+4
* SERVER-18791 Pull count command parsing into a separate libraryKaloian Manassiev2015-06-111-20/+18
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-1014-31/+18
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-1025-136/+117
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-1027-135/+135
* SERVER-18464 Cleanup unused code and tests from ShardKaloian Manassiev2015-06-102-8/+5
* SERVER-16444 New API for navigating RecordStoresMathias Stearn2015-06-098-58/+62
* SERVER-18815 Make Shard object non-copyable. Get rid of Shard::make(...) and ...Daniel Alabi2015-06-092-24/+23
* SERVER-2454 Improve PlanExecutor::DEAD handlingJames Wahlin2015-06-092-21/+144
* SERVER-18277 Stronger locking rules for CurOp and OpDebug.Andy Schwerin2015-06-051-2/+1
* SERVER-18791 Rename count command's source file to count_cmd.cppKaloian Manassiev2015-06-031-1/+0
* Reapply "SERVER-14995 Move operation id, lockState and client fields to Opera...Andy Schwerin2015-06-023-11/+1
* Revert "SERVER-14995 Move operation id, lockState and client fields to Operat...Spencer T Brody2015-05-293-1/+11
* SERVER-14995 Move operation id, lockState and client fields to OperationContext.Andy Schwerin2015-05-293-11/+1
* SERVER-18438 Remove unused sharding codeKaloian Manassiev2015-05-291-12/+11
* SERVER-17861 Change the default storage engine to wiredTiger.Max Hirschhorn2015-05-282-2/+2
* SERVER-18438 Move replica set monitor tests out of dbtestKaloian Manassiev2015-05-281-1349/+20