summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-33008 Slice Authorization frameworkADAM David Alan Martin2018-05-1168-2299/+2922
* Import tools: 0373beacadd1b314e2da616acefc5804889eb92c from branch v4.0David Golden2018-05-1113-46/+411
* SERVER-34851 Disallow index selection for identical min & max values on findJames Wahlin2018-05-114-21/+3
* SERVER-34923 PeriodicRunnerASIO -> ImplJason Carey2018-05-1017-598/+483
* SERVER-34345 Make it easy to provide validator functions for server parametersSpencer T Brody2018-05-103-22/+71
* SERVER-34934 Update reference to MongoDB "3.8" in MONGODB-CR startup errorSara Golemon2018-05-101-1/+1
* SERVER-34912 Windows MSI custom action for YAML file should not impersonateMark Benvenuto2018-05-102-1/+2
* SERVER-34653 linearize control flow in Command::_checkAuthorizationImpl.Billy Donahue2018-05-102-38/+31
* SERVER-34362 ReplicaSetCoordinatorExternalStateImpl::_dropAllTempCollections(...Matthew Russotto2018-05-101-1/+1
* SERVER-33678 make regex options a factor in query shapesIan Boros2018-05-102-0/+31
* SERVER-32375 Use readConcern local for config metadata operationsBlake Oler2018-05-1020-15/+116
* SERVER-32045 Set write concern on operation context before calling addShard i...Jack Mulrow2018-05-101-1/+2
* SERVER-34249 Oplog query on uninitiated replica set node can cause seg fault.Matthew Russotto2018-05-101-0/+8
* SERVER-34780 Change --recoverFromOplogAsStandalone to setParameterJudah Schvimer2018-05-106-29/+23
* SERVER-34456 Unit test for getKeySize()nehakhatri52018-05-103-12/+19
* Revert "SERVER-31024 Log renameCollection at storage layer to cover more cases"Benety Goh2018-05-092-15/+4
* SERVER-34900 initial sync uses same batch limits as steady state replicationBenety Goh2018-05-091-3/+1
* SERVER-34900 add ReplicationCoordinatorExternalState::getInitialSyncBatchLimi...Benety Goh2018-05-095-0/+23
* SERVER-31024 Log renameCollection at storage layer to cover more casesXiangyu Yao2018-05-092-4/+15
* SERVER-32334 ReplicationRecoveryImpl::_applyToEndOfOplog() applies operations...Benety Goh2018-05-091-14/+45
* SERVER-32334 add OplogApplier::multiApplyBenety Goh2018-05-092-0/+22
* SERVER-34910 Rename TransientTxnError label to TransientTransactionError.Siyuan Zhou2018-05-091-5/+5
* SERVER-34695: Fix retry logic in strategy.cpp for SnapshotErrorNick Zolnierz2018-05-092-92/+99
* SERVER-32335 make SyncTail::OpQueue accept the maximum number of ops in a batch.Benety Goh2018-05-092-4/+5
* SERVER-32045 Propagate addShard writeConcern when sending setFCV to new shardjannaerin2018-05-092-14/+22
* SERVER-34909 MSI upgrade codes for 3.7 should apply to 4.0Kelsey Schubert2018-05-091-1/+1
* SERVER-34889 Improve BSONObj lifetime management in Free MonitoringMark Benvenuto2018-05-093-8/+22
* SERVER-34767: Randomized KeyString decode test can hit dassert in DecimalNick Zolnierz2018-05-093-5/+65
* SERVER-34653 mark some commands as requiresAuth==falseBilly Donahue2018-05-093-0/+11
* SERVER-32334 add OplogBuffer adaptor for DBDirectClient oplog queryBenety Goh2018-05-091-30/+119
* SERVER-32335 initial sync calls common batching logic in OplogApplierBenety Goh2018-05-091-55/+4
* SERVER-34880 Make readConcern:local wait for write concern on a read-only tra...Matthew Russotto2018-05-091-7/+6
* SERVER-34900 initial sync uses SyncTail::BatchLimits to hold oplog applicatio...Benety Goh2018-05-094-5/+13
* SERVER-32335 add DataReplicatorExternalState::getNextApplierBatch()Benety Goh2018-05-095-0/+46
* SERVER-32335 add OplogApplier::getNextApplierBatch()Benety Goh2018-05-092-0/+61
* SERVER-32335 move BatchLimits from SyncTail to OplogApplierBenety Goh2018-05-092-13/+17
* SERVER-34808 appendComnnectionStats should check whether connection pool existsJonathan Reams2018-05-094-4/+16
* SERVER-34888 Do not store subject name without validationSara Golemon2018-05-094-9/+42
* SERVER-32943 Query during background index build can lead to suboptimal cache...James Wahlin2018-05-091-0/+4
* SERVER-32334 make calculateBatchLimitBytes a static function of SyncTailBenety Goh2018-05-092-14/+18
* SERVER-34900 BatchLimits construction should not reference SyncTail runtime s...Benety Goh2018-05-091-2/+6
* SERVER-34900 make batch limit byte and operation count defaults publicBenety Goh2018-05-091-5/+10
* SERVER-34900 remove unused constant SyncTail::replBatchLimitSecondsBenety Goh2018-05-091-1/+0
* SERVER-32335 initial sync includes applyOps commands with other CRUD ops when...Benety Goh2018-05-081-2/+4
* SERVER-34901 extend lifetime of tlconnectionsJason Carey2018-05-088-16/+21
* SERVER-34706 Write unit test to verify transactions oplog entries are created...Matthew Russotto2018-05-081-0/+259
* SERVER-34772 ban creation of tailable cursors in transactionsIan Boros2018-05-081-0/+5
* SERVER-34721 Make interrupted_batch_insert.js more robustJustin Seyster2018-05-081-0/+2
* SERVER-33874 Unifiy hostname resolution in TransportLayerASIOJonathan Reams2018-05-085-100/+207
* SERVER-34256 Expose TransientTxnError error labels in response.Siyuan Zhou2018-05-082-11/+53