summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18567 Replace usages of the legacy ConnectionString::parseKaloian Manassiev2015-05-228-128/+81
* Revert "SERVER-17861 Change the default storage engine to wiredTiger."Max Hirschhorn2015-05-2212-159/+194
* SERVER-17861 Change the default storage engine to wiredTiger.Max Hirschhorn2015-05-2112-194/+159
* SERVER-18016 fixed race in TaskRunner unit testBenety Goh2015-05-214-54/+65
* SERVER-18035 fixed fetcher wait() to block until fetcher is inactiveBenety Goh2015-05-213-40/+63
* SERVER-18184 add awaitData support to the getMore command for any capped coll...David Storch2015-05-214-24/+127
* SERVER-17577 query planner now makes use of separate limit and batchSize fiel...David Storch2015-05-2115-130/+279
* SERVER-18616 Rename RemoteCommandExecutor to RemoteCommandRunnerSpencer T Brody2015-05-214-9/+9
* SERVER-18587 cleanup ReadPreference and move it to a separate libraryAdam Midvidy2015-05-211-2/+2
* SERVER-18478 Clean up AuthzManagerExternalStateDaniel Alabi2015-05-2115-854/+614
* SERVER-18478 Remove unused update*Credentials and upgradeSchema* from the Aut...Daniel Alabi2015-05-212-176/+0
* SERVER-18606 clear out dead/unused code from oplogreaderEric Milkie2015-05-214-24/+16
* SERVER-16265 add query predicate and aggregation command to the getMore slow ...David Storch2015-05-203-2/+12
* SERVER-18582 fix parameter hiding in ReplSetHeartbeatResponse::initialize()matt dannenberg2015-05-201-3/+3
* SERVER-18152 SERVER-18254 new election code path and heartbeat protocolmatt dannenberg2015-05-1942-1043/+2177
* SERVER-17310 Provide stdx polyfill for std::this_thread. Stop using boost::th...Andy Schwerin2015-05-192-3/+5
* SERVER-18184 add awaitData support to the getMore command (oplog only)David Storch2015-05-1913-55/+227
* SERVER-17544 getMore request parsing now fails if there is an unrecognized fi...David Storch2015-05-192-30/+63
* SERVER-18016 applier should not lock mutex when applying operations and invok...Benety Goh2015-05-193-19/+31
* SERVER-18016 cleaned up SyncTail::syncApplyBenety Goh2015-05-191-68/+66
* SERVER-18016 added unit test for SyncTail. some SyncTail cleanupBenety Goh2015-05-1912-327/+708
* SERVER-18016 added database replication applierBenety Goh2015-05-1916-33/+823
* SERVER-17607 fix incorrect invariant in runCommandsAdam Midvidy2015-05-191-1/+1
* SERVER-17608 implement OP_COMMAND in the shellAdam Midvidy2015-05-181-0/+1
* SERVER-17607 initial OP_COMMAND mongod implementationAdam Midvidy2015-05-186-196/+412
* SERVER-18515 Remove dead code from CurOp type.Andy Schwerin2015-05-182-24/+0
* SERVER-18171: Remove obsolete commentGeert Bosch2015-05-181-6/+0
* SERVER-18355 Make awaitReplication properly respect maxTimeMSSpencer T Brody2015-05-184-34/+44
* Revert "Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::g...Ernie Hershey2015-05-1836-86/+78
* Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(Opera...Ernie Hershey2015-05-1836-78/+86
* SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(OperationCont...Andy Schwerin2015-05-1836-86/+78
* SERVER-18478 Get rid of UpdateGuard and simplify locking for user management ...Daniel Alabi2015-05-1814-274/+89
* SERVER-18457 Support more query operators with {$exists: true} filter.Max Hirschhorn2015-05-162-11/+147
* SERVER-17075: Handle WCE in cloneCollectionAsCappedGeert Bosch2015-05-151-21/+61
* SERVER-18168: Get rid of nested units of work in the RecoveryUnitGeert Bosch2015-05-1521-214/+150
* SERVER-18171: Rename awaitCommit to waitUntilDurableGeert Bosch2015-05-1515-41/+44
* SERVER-18171: Rename commitAndRestart to abandonSnapshotGeert Bosch2015-05-1526-41/+42
* SERVER-18227 Fix minor typosMathias Stearn2015-05-1512-23/+23
* SERVER-18227 Add bypassDocumentValidation support to applyOpsMathias Stearn2015-05-152-6/+10
* SERVER-18373 implement UNREACHABLE using invariantFailed so we know how it failsAdam Midvidy2015-05-155-12/+10
* SERVER-13875 Spec equivalence check ignore text/geo index versionsJason Rassi2015-05-151-1/+3
* SERVER-18420 fix double populating of result in dropCollectionmatt dannenberg2015-05-152-3/+4
* SERVER-18016 added unit test assertion macro to check error code in exceptionBenety Goh2015-05-141-4/+6
* SERVER-18227 Add bypassDocumentValidation option to commands that need itMathias Stearn2015-05-1418-38/+139
* SERVER-18227 Propagate all options when creating collections based on othersMathias Stearn2015-05-144-17/+27
* SERVER-18227 Correctly parse collection options in RS rollback of collmodMathias Stearn2015-05-142-9/+18
* SERVER-18350 Refactor expression_algo.cpp.Max Hirschhorn2015-05-145-413/+386
* SERVER-18464 AuthZ manager reads should use the config shardKaloian Manassiev2015-05-141-15/+14
* SERVER-18127 User cache invalidator job should use the catalog manager to get...Daniel Alabi2015-05-141-13/+10
* SERVER-18016 removed listDatabases() call from Database::duplicateUncasedName()Benety Goh2015-05-141-12/+5