summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* BUMP 2.8.0-rc2r2.8.0-rc2Dan Pasette2014-12-037-7/+7
* SERVER-14062 Remove the global OperationContext registryKaloian Manassiev2014-12-0312-354/+264
* SERVER-16161 Log failed heartbeat requests at default verbositySpencer T Brody2014-12-031-1/+1
* SERVER-16375 Prevent truncating of log message about remote node vetoing usSpencer T Brody2014-12-032-8/+8
* SERVER-16160 memberID->memberIdSpencer T Brody2014-12-035-44/+44
* SERVER-16400 Correct bounds in replica set config validation error messageSpencer T Brody2014-12-031-1/+2
* SERVER-16407: Fix lock_mgr_test memory leak for ASAN buildGeert Bosch2014-12-031-0/+1
* SERVER-15875 rename new_find.{h,cpp} to find.{h,cpp}David Storch2014-12-0313-55/+55
* SERVER-16410 suppress missing-braces warning on clangEric Milkie2014-12-031-0/+4
* SERVER-14062 StorageEngine::cleanShutdown should not accept OpCtxKaloian Manassiev2014-12-0317-38/+47
* SERVER-16391 fix minvalid2.js to be primary-agnosticEric Milkie2014-12-031-20/+24
* SERVER-16362: Defer audit doc creation and redaction until we have to log it.Amalia Hawkins2014-12-033-5/+7
* SERVER-16391 archor primary in replset tests, or make agnostic to primary nodeEric Milkie2014-12-0332-133/+143
* SERVER-16233 validate storage engine options at index creationBenety Goh2014-12-032-0/+68
* SERVER-16233 common function to validate both collection and index storage op...Benety Goh2014-12-033-41/+54
* SERVER-16233 storage engine factories support index options validationBenety Goh2014-12-036-0/+28
* SERVER-16233 added WiredTigerIndex::generateCreateString to construct configu...Benety Goh2014-12-034-13/+153
* SERVER-14062 Add OperationContext argument to RangeDeleterKaloian Manassiev2014-12-035-14/+22
* SERVER-16328 Get rid of commitsInWriteLock/earlyCommits MMAP V1 statsKaloian Manassiev2014-12-032-22/+6
* SERVER-16397 Throttle migration rate in mr_during_migrate.jsRandolph Tan2014-12-031-14/+13
* Remove dead code from bgsync.Andy Schwerin2014-12-032-46/+1
* Import wiredtiger-wiredtiger-2.4.0-501-gcaa5e82.tar.gz from wiredtiger branch...Mark Benvenuto2014-12-035-26/+24
* SERVER-15826 convertToCapped doesn't need to take a global lockKaloian Manassiev2014-12-032-9/+28
* SERVER-16389 Clean up behavior of shutdown command waiting for replicationSpencer T Brody2014-12-026-55/+9
* SERVER-16067: Partition intent locks in the lock managerGeert Bosch2014-12-023-82/+321
* Revert "SERVER-16119: faster WT shutdown race avoidance"Kaloian Manassiev2014-12-024-30/+28
* SERVER-16320 disable 2_test_launching_cluster.js until 2.6.6 is releasedEric Milkie2014-12-021-40/+40
* Revert "SERVER-16196 Enable execution of workloads against standalone mongod."Max Hirschhorn2014-12-023-9/+12
* Revert "SERVER-16002 SERVER-16369 Cluster / standalone auth tests."Andreas Nilsson2014-12-027-444/+1
* Revert "SERVER-14062 exitCleanly should not create OperationContext"Kaloian Manassiev2014-12-0210-17/+21
* SERVER-15908 SERVER-15956 fix explain shell helper handling of slaveOk and re...David Storch2014-12-024-8/+202
* Import wiredtiger-wiredtiger-2.4.0-494-ge498f55.tar.gz from wiredtiger branch...Matt Kangas2014-12-0234-498/+1148
* SERVER-14062 exitCleanly should not create OperationContextKaloian Manassiev2014-12-0210-21/+17
* SERVER-16354 Delete the recovery unit in IndexCatalogEntry::setMultikeyKaloian Manassiev2014-12-021-3/+14
* SERVER-16247 Change oplog memory_page_max to 10MBDan Pasette2014-12-021-0/+2
* Add license header to new rocks filesMatt Kangas2014-12-022-4/+52
* SERVER-16376 Make nodes in jstests/gle/get_last_error.js choose their sync so...Andy Schwerin2014-12-021-2/+11
* SERVER-16279 change node B to arbiter in rollback_too_newEric Milkie2014-12-021-2/+2
* SERVER-16259 Rocks storage engine needs to support document lockingIgor Canadi2014-12-0213-96/+455
* SERVER-16002 SERVER-16369 Cluster / standalone auth tests.Bernie Hackett2014-12-027-1/+444
* SERVER-16137 correct commentEric Milkie2014-12-021-1/+1
* SERVER-15886 SubplanStage tries to plan each branch from the cacheDavid Storch2014-12-013-185/+270
* SERVER-16333: don't serialize and deserialize default write concernsEliot Horowitz2014-12-019-25/+21
* ERVER-965: Store the indexes of a collection on another partition/drive than ...Eliot Horowitz2014-12-0110-13/+83
* SERVER-16132: implement directoryperdb under WiredTigerEliot Horowitz2014-12-0116-38/+253
* some safety checks in WT code for txnEliot Horowitz2014-12-014-0/+13
* SERVER-16374 anchor primary to node 0 for toostale.jsEric Milkie2014-12-011-8/+2
* SERVER-16371 fix ssl tests to not share replica set monitors between sub-runsEric Milkie2014-12-014-15/+21
* SERVER-16372 wait for all nodes status update before proceedingEric Milkie2014-12-011-0/+4
* SERVER-16371 clean up unit testsEric Milkie2014-12-013-139/+141