summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* SERVER-18244: Refactor AuthorizationManagerExternalState creationSpencer Jackson2015-05-061-5/+1
* SERVER-18126 MetadataLoader needs to use the catalog manager for reading chun...Daniel Alabi2015-05-061-34/+69
* SERVER-17592 Move legacy dist lock code under catalogRandolph Tan2015-05-052-2/+2
* SERVER-18066 Clean up unowned_ptr<T> (formerly ptr<T>)Mathias Stearn2015-05-041-45/+0
* SERVER-18156 SettingsType should do all validation and default value determin...Daniel Alabi2015-04-301-2/+3
* SERVER-18099 Refactor buildinfo/version reportingJonathan Reams2015-04-302-3/+1
* SERVER-17947 Avoid using WriteUnitOfWork as a member variable.Max Hirschhorn2015-04-291-3/+2
* SERVER-9666 Push dbtest targets into dbtest directoryAndrew Morrow2015-04-291-0/+122
* SERVER-18131 Clean up LastError.Andy Schwerin2015-04-294-25/+10
* SERVER-17592 Refactor legacy logic into distributed lock managerRandolph Tan2015-04-242-6/+12
* Revert "SERVER-18131 Clean up LastError."Andy Schwerin2015-04-234-10/+25
* SERVER-18131 Clean up LastError.Andy Schwerin2015-04-234-25/+10
* SERVER-18122 Move sharding global settings retrieval to the catalog managerDaniel Alabi2015-04-231-1/+1
* SERVER-18024 Move collection metadata loading under the catalog managerKaloian Manassiev2015-04-213-18/+14