summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "SERVER-17861 Change the default storage engine to wiredTiger."Max Hirschhorn2015-05-272-2/+2
* SERVER-17861 Change the default storage engine to wiredTiger.Max Hirschhorn2015-05-262-2/+2
* SERVER-18127 Shard class should use ConnectionString for addressesKaloian Manassiev2015-05-262-3/+3
* SERVER-18634 Move config upgrade code inside CatalogManagerLegacyKaloian Manassiev2015-05-263-18/+10
* SERVER-18277/SERVER-18482 Remove "_remote" field from CurOp.Andy Schwerin2015-05-221-2/+1
* SERVER-18277 Prefer getting CurOp via the OperationContext rather than the Cl...Andy Schwerin2015-05-222-5/+3
* Revert "SERVER-17861 Change the default storage engine to wiredTiger."Max Hirschhorn2015-05-222-2/+2
* SERVER-17861 Change the default storage engine to wiredTiger.Max Hirschhorn2015-05-212-2/+2
* SERVER-17577 query planner now makes use of separate limit and batchSize fiel...David Storch2015-05-211-4/+1
* SERVER-18587 cleanup ReadPreference and move it to a separate libraryAdam Midvidy2015-05-211-103/+103
* SERVER-18580 Make OIDTests::FromDate deterministic.Andy Schwerin2015-05-201-8/+8
* SERVER-17310 Provide stdx polyfill for std::this_thread. Stop using boost::th...Andy Schwerin2015-05-191-2/+3
* SERVER-18016 added unit test for SyncTail. some SyncTail cleanupBenety Goh2015-05-191-4/+5
* SERVER-18499 Move ConfigDiffTracker to a separate .cpp fileKaloian Manassiev2015-05-181-7/+0
* Revert "Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::g...Ernie Hershey2015-05-183-13/+13
* Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(Opera...Ernie Hershey2015-05-183-13/+13
* SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(OperationCont...Andy Schwerin2015-05-183-13/+13
* SERVER-18168: Get rid of nested units of work in the RecoveryUnitGeert Bosch2015-05-151-5/+11
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-139-69/+60
* SERVER-17754 Cleanup unused internal client codeKaloian Manassiev2015-05-121-1/+0
* SERVER-18410: Move MMAPv1 specific libraries from util to db/storage/mmap_v1Geert Bosch2015-05-123-7/+6
* SERVER-14608 Optimize out empty match stage in aggregation pipelineCharlie Swanson2015-05-121-4/+27
* SERVER-18137 CollectionType should store fully-qualified namespace as Namespa...Daniel Alabi2015-05-122-2/+2
* Revert "SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent s...Andy Schwerin2015-05-124-6/+5
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-124-5/+6
* Remove unnecessary include of rwlock.hGeert Bosch2015-05-081-0/+1
* SERVER-9666 Remove coreserver libraryAndrew Morrow2015-05-081-1/+0
* SERVER-9666 Remove mongocommon libraryAndrew Morrow2015-05-081-1/+1
* SERVER-16920 Better error messages for ops killed during yieldJames Wahlin2015-05-071-2/+7
* SERVER-18246 getmore on secondary in recovery mode can crash mongosRandolph Tan2015-05-071-1/+1
* SERVER-9666 Move task and rwlock into new libraries under util/concurrencyAndrew Morrow2015-05-061-0/+1
* SERVER-9666 Push paths into new lib under utilAndrew Morrow2015-05-061-0/+1
* SERVER-9666 Push serveronly library into db directoryAndrew Morrow2015-05-061-1/+1
* SERVER-9666 Push coredb library into db directoryAndrew Morrow2015-05-061-1/+1
* SERVER-9666 Split up and push bson library into bson directoryAndrew Morrow2015-05-061-1/+1
* SERVER-17936 optimize out {$skip: 0} aggregation stageCharlie2015-05-061-1/+68