summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-16114 touch cmd returns an error when storage engine does not support itDan Pasette2014-11-257-18/+25
* SERVER-15552 mapReduce failure to insert to temp ns should abort opJason Rassi2014-11-251-5/+3
* SERVER-16320 Temporarily disable v28_bad_upgrade_order.jsRandolph Tan2014-11-251-2/+3
* SERVER-16200 Eagerly compute StringData lengths and streamline equality checksAndrew Morrow2014-11-252-16/+6
* SERVER-15318 copydb should not use exhaust flag when used against mongosRandolph Tan2014-11-256-16/+85
* SERVER-14062 Add OperationContext to ServerStatusSectionKaloian Manassiev2014-11-2514-39/+79
* SERVER-16304 Shell command startParallelShell should print the process idKaloian Manassiev2014-11-251-3/+4
* SERVER-16255 increase scons minimum version requirementMatt Kangas2014-11-251-1/+1
* SERVER-16315 Nodes should not threaten to veto nodes whose config version is ...Andy Schwerin2014-11-252-7/+15
* SERVER-16306 fix primary to node 0 in auth2.jsEric Milkie2014-11-241-52/+20
* Revert "SERVER-16133 Use RESOURCE_METADATA X lock to set the multiKey index v...Kaloian Manassiev2014-11-243-20/+29
* SERVER-16184 Fix windowsRandolph Tan2014-11-241-1/+2
* SERVER-16184 repeated WriteBackListener error on out-of-order upgradeRandolph Tan2014-11-249-21/+227
* SERVER-16252 DBConnectionPool::flush should fully flush connection poolRandolph Tan2014-11-241-22/+2
* SERVER-15986 SERVER-16283 enable storage engine checkBenety Goh2014-11-241-1/+1
* SERVER-15986 SERVER-16283 improve validation to detect mmapv1 local.ns filesBenety Goh2014-11-243-22/+93
* SERVER-16032 SERVER-15957 Get OperationContext for ReplicationCoordinator::si...Spencer T Brody2014-11-2413-25/+36
* SERVER-16291 allow index filters commands to run on secondaries if slaveOk ex...David Storch2014-11-244-1/+47
* SERVER-16197 Update docs/building.md for 2.8Matt Kangas2014-11-241-6/+14
* Import wiredtiger-wiredtiger-2.4.0-428-gafcc82e.tar.gz from wiredtiger branch...Matt Kangas2014-11-2413-187/+261
* SERVER-16133 Use RESOURCE_METADATA X lock to set the multiKey index valueKaloian Manassiev2014-11-243-29/+20
* SERVER-16143 Remove RESOURCE_DOCUMENT and add a RESOURCE_METADATAKaloian Manassiev2014-11-246-41/+60
* SERVER-16067 Simplify LockHead mode count trackingKaloian Manassiev2014-11-241-97/+74
* SERVER-16067 Move LockRequestList to a separate header fileKaloian Manassiev2014-11-244-207/+237
* SERVER-15804 ensure ramlog contains state changes, syncsource changes, and wr...matt dannenberg2014-11-2412-115/+95
* SERVER-16217 improve replSetReconfig and replSetInitiate error messagesmatt dannenberg2014-11-244-17/+36
* Revert "Revert "post 2.8.0-rc1""Dan Pasette2014-11-237-7/+7
* Revert "post 2.8.0-rc1"r2.8.0-rc1Dan Pasette2014-11-227-7/+7
* SERVER-15986 disable storage engine checkDan Pasette2014-11-221-1/+1
* post 2.8.0-rc1Dan Pasette2014-11-227-7/+7
* TOOLS-327 fix tests relying on --w to use --writeConcernmike o'brien2014-11-215-13/+13
* BUMP 2.8.0-rc1Ernie Hershey2014-11-217-7/+7
* SERVER-16266 Change wiredtiger engine name to wiredTiger.Max Hirschhorn2014-11-2114-27/+75
* SERVER-16279 fix rollback_too_newEric Milkie2014-11-211-28/+20
* 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-15269 db.shutdownServer terminates JS execution cleanlyKaloian Manassiev2014-11-211-25/+9
* 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-206-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-205-2/+43
* 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-205-7/+156
* SERVER-16200 Reuse already computed field name when iteratingAndrew Morrow2014-11-201-1/+5
* SERVER-15946 add repro test for replSetStepDown without force argument will f...matt dannenberg2014-11-201-0/+82
* 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