summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* BUMP 2.8.0-rc1Ernie Hershey2014-11-211-1/+1
* SERVER-16266 Change wiredtiger engine name to wiredTiger.Max Hirschhorn2014-11-2113-25/+73
* SERVER-16199 Use WT bulk cursor for bulk index buildsMathias Stearn2014-11-214-37/+199
* SERVER-16254 Add invariantOK and improve invariantWTOKMathias Stearn2014-11-215-8/+32
* SERVER-16192: Add ScopedTransaction to automatically commitAndRestart()Geert Bosch2014-11-2153-1/+167
* SERVER-16257 - replSetInitiate races with initial sync, resulting in no primaryScott Hernandez2014-11-2110-33/+52
* SERVER-16248 fix unit test for getIteratorForRepairDan Pasette2014-11-211-0/+8
* SERVER-16248 Disable getIteratorForRepair in WiredTigerDan Pasette2014-11-205-12/+10
* SERVER-15997 Register the ReplicationCoordinatorImpl as a killop listenerSpencer T Brody2014-11-201-2/+4
* SERVER-15997 Avoid overloading _signalStepDownWaitersSpencer T Brody2014-11-202-5/+5
* SERVER-15986 prevent server from starting up when non-active storage engine f...Benety Goh2014-11-203-1/+31
* SERVER-15986 added storage_engine_metadata - reads and writes storage engine ...Benety Goh2014-11-203-0/+623
* SERVER-15997 Make sure stepdown can be interrupted with killopSpencer T Brody2014-11-204-7/+60
* SERVER-16200 Reuse already computed field name when iteratingAndrew Morrow2014-11-201-1/+5
* SERVER-15861 add secondaryCatchUpPeriodSecs argument to replSetStepDownmatt dannenberg2014-11-202-7/+45
* SERVER-15675 Stages should clear their OperationContext in saveState()Jason Rassi2014-11-2018-4/+44
* SERVER-15675 PlanStage::invalidate() needs OperationContextJason Rassi2014-11-2079-209/+210
* SERVER-15675 Remove OperationContext from UpdateRequest/DeleteRequestJason Rassi2014-11-2021-106/+108
* SERVER-15946 Don't acquire MMAPV1Flush lock when locking global shared lock f...Spencer T Brody2014-11-201-8/+13
* SERVER-15946 Get rid of GlobalSharedLockAcquirer in favor of taking the globa...Spencer T Brody2014-11-208-148/+17
* SERVER-15496 Remove legacy replication codeSpencer T Brody2014-11-2051-7129/+46
* SERVER-15496 Update old unit tests to use new ReplicaSetConfigSpencer T Brody2014-11-208-105/+195
* SERVER-15496 Get rid of replLocalAuth()Spencer T Brody2014-11-207-28/+14
* Import wiredtiger-wiredtiger-2.4.0-399-g225aa81.tar.gz from wiredtiger branch...Matt Kangas2014-11-2014-228/+316
* SERVER-14886 BSONElementIterator::next() set array offset correctlyJason Rassi2014-11-203-1/+113
* Revert "SERVER-16217 improve replSetReconfig and replSetInitiate error messages"Eric Milkie2014-11-193-32/+13
* SERVER-16204 rocks storage engine should handle nested recovery unitssdong2014-11-192-3/+27
* SERVER-16217 improve replSetReconfig and replSetInitiate error messagesmatt dannenberg2014-11-193-13/+32
* SERVER-16244 do not compare pointer addressesEric Milkie2014-11-191-1/+0
* SERVER-16234 clear oplog before starting initial syncEric Milkie2014-11-192-26/+43
* SERVER-16205 initialize KV in the constructor, rather than in _finishInitEric Milkie2014-11-192-30/+20
* start periodic tasks after rebuilding indexes and starting replicationEric Milkie2014-11-191-22/+23
* Revert "SERVER-5957: record oplog msg when primary"Kaloian Manassiev2014-11-196-34/+0
* SERVER-16194 Add a lockGlobalBegin capability for the global lockKaloian Manassiev2014-11-194-141/+174
* SERVER-16113 Add additional WT options to smoke.py and jstestsErnie Hershey2014-11-192-0/+8
* SERVER-16196 Add FSM-based concurrency tests to parallel suite.Max Hirschhorn2014-11-191-0/+97
* Revert "SERVER-16199 Use WT bulk cursor for bulk index builds"Mathias Stearn2014-11-192-174/+23
* SERVER-5957: record oplog msg when primaryScott Hernandez2014-11-196-0/+34
* SERVER-15995: just loop if removed, don't logScott Hernandez2014-11-191-1/+9
* SERVER-16102 Get repl mutex out of critical path for secondary slaveok reads.Andy Schwerin2014-11-192-14/+27
* Import wiredtiger-wiredtiger-2.4.0-385-g35c6df1.tar.gz from wiredtiger branch...Matt Kangas2014-11-1948-552/+1032
* Fix server_options_testMark Benvenuto2014-11-181-1/+1
* SERVER-16209 test fixMatt Kangas2014-11-181-4/+4
* SERVER-16211 Fix Rocks storage engine compilationsdong2014-11-182-11/+20
* SERVER-16194 Add a lockBegin/Complete capability to the LockerKaloian Manassiev2014-11-183-92/+120
* SERVER-16194 Use MMAP V1 locker for the perf testing benchmarkKaloian Manassiev2014-11-181-1/+1
* SERVER-16209 LogComponent::kWrites -> kWriteMatt Kangas2014-11-1811-13/+13
* SERVER-16209 LogComponent::kJournaling -> kJournalMatt Kangas2014-11-189-12/+12
* SERVER-16209 LogComponent::kNetworking -> kNetworkMatt Kangas2014-11-1820-23/+23
* SERVER-16209 LogComponent::kIndexing -> kIndexMatt Kangas2014-11-1817-18/+18