summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/repltests.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-26685 Tie oplog visibility to durabilityMathias Stearn2016-11-141-25/+5
* SERVER-14501 moved ReplSettings class implementation from repl_settings.h int...Dianna Hohensee2016-02-181-3/+3
* SERVER-19551 Oplog stones.Max Hirschhorn2015-09-111-13/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-1382/+1386
* SERVER-18866 fix dbtests to work with new global replcoordEric Milkie2015-06-121-0/+8
* SERVER-18866 decorate service context with global replcoordEric Milkie2015-06-121-13/+1
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-3/+3
* SERVER-16444 New API for navigating RecordStoresMathias Stearn2015-06-091-20/+16
* SERVER-18016 added unit test for SyncTail. some SyncTail cleanupBenety Goh2015-05-191-4/+5
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-131-2/+2
* SERVER-17573 move OpObserver calls into the datalayer as much as possible and...matt dannenberg2015-04-091-2/+10
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-21/+21
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-14/+14
* SERVER-13896 fix dbtest replmatt dannenberg2015-03-111-0/+1
* SERVER-13896 Replace logOp() with a more operation-aware observer interfacematt dannenberg2015-03-111-1/+0
* SERVER-13339 Cleanup in preparation for removing unused constructorKaloian Manassiev2015-02-131-2/+2
* SERVER-17132: Added SnapshotId and Snapshotted and use them in query to make ...Eliot Horowitz2015-02-021-2/+2
* SERVER-17030 handle WCE in index buildsEric Milkie2015-01-271-2/+0
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+6
* SERVER-16764 Make ReplicationCoordinator file names match the type namesSpencer T Brody2015-01-121-2/+2
* SERVER-16502: make getCollection const and not require an OpContextScott Hernandez2015-01-021-7/+7
* SERVER-14062 Remove the global OperationContext registryKaloian Manassiev2014-12-031-9/+8
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-4/+4
* SERVER-16192: Add ScopedTransaction to automatically commitAndRestart()Geert Bosch2014-11-211-0/+7
* SERVER-15496 Update old unit tests to use new ReplicaSetConfigSpencer T Brody2014-11-201-21/+1
* SERVER-16138: fix dbtest OperationContext assumptionEliot Horowitz2014-11-131-6/+7
* SERVER-15882 Get rid of ensureIndex in dbtests.Andy Schwerin2014-11-051-1/+1
* SERVER-15541 Clean up some usages of WriteUnitOfWorkJason Rassi2014-11-041-4/+4
* SERVER-15707 Fix leaks in C++ unit test frameworkAndrew Morrow2014-10-271-1/+3
* SERVER-15541 SERVER-15652 implement timing-based yieldingDavid Storch2014-10-211-1/+2
* SERVER-13635 lift tailable out of StorageEngine API and handle in query layer.Mathias Stearn2014-10-171-10/+5
* SERVER-15641 Fix memory leaks in C++ dbtestsAndrew Morrow2014-10-151-5/+5
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-14668 split dbdirectclient out of instance.cppHari Khalsa2014-09-111-1/+1
* SERVER-13951 Clean up OperationContext usage in dbtestsMathias Stearn2014-08-261-41/+36
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-251-3/+3
* SERVER-13951 Better scoping for many WUOWsMathias Stearn2014-08-201-10/+10
* SERVER-13951 WUOW now takes whole OperationContext, not just RecoveryUnitMathias Stearn2014-08-131-6/+6
* SERVER-13951 Split index building in to UnitOfWork-sized stagesMathias Stearn2014-08-131-1/+2
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-14429 Don't change replSettings.master after startupSpencer T Brody2014-08-071-4/+10
* SERVER-13961 Cleanup some nested instantiations of OperationContextImpl in replKaloian Manassiev2014-07-181-14/+13
* SERVER-14420 Get rid of global replSettings objectSpencer T Brody2014-07-091-2/+3
* SERVER-14387 Propogate OperationContext through calls requiring document read...Craig Harris2014-07-081-11/+11
* SERVER-14085: Start using WriteUnitOfWorkGeert Bosch2014-07-011-3/+14
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-07-011-8/+8
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Tyler Brock2014-06-301-8/+8
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-281-8/+8
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Kaloian Manassiev2014-06-281-8/+8
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-271-8/+8