summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/repltests.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-07-281-1389/+1392
* SERVER-17132: Added SnapshotId and Snapshotted and use them in query to make ...Eliot Horowitz2015-02-041-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
* SERVER-14116 logging cleanup - removed out()Benety Goh2014-06-041-4/+4
* SERVER-13961 Start using LockState from the OperationContextKaloian Manassiev2014-06-021-106/+114
* SERVER-13641 Plumb OperationContext through to getCollection and all HelpersMathias Stearn2014-05-301-9/+10
* SERVER-14065 use namespace mongo::repl in dbtests pertaining to replicationmatt dannenberg2014-05-271-13/+15
* SERVER-14043 s/namespace replset/namespace repl/matt dannenberg2014-05-271-13/+13
* SERVER-14021 move all replication code into namespace replsetmatt dannenberg2014-05-221-13/+13
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-7/+7
* SERVER-13807 Remove old query framework related to shard targetingSiyuan Zhou2014-05-051-1/+0
* SERVER-13643 pull TransactionExperiment above (most) catalog stuffHari Khalsa2014-04-301-1/+1
* SERVER-13643 Plumb TransactionExperiment though logOpMathias Stearn2014-04-301-1/+1
* SERVER-13084,SERVER-13632,SERVER-13634 Remove DiskLoc methods hitting diskKaloian Manassiev2014-04-291-2/+2
* SERVER-13643 Move Txn pluming above Database and CollectionMathias Stearn2014-04-291-10/+17
* SERVER-13645 move replication_server_status.h/.cpp to repl_settings.h/.cppmatt dannenberg2014-04-231-1/+1
* SERVER-13084: remove Client::database and make many things not use thread loc...Eliot Horowitz2014-04-171-3/+6
* SERVER-13084: move iterator into record layerEliot Horowitz2014-04-101-6/+5