summaryrefslogtreecommitdiff
path: root/src/mongo/base
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47327 Add composition member functions to StatusWithJacob Evans2020-09-292-0/+537
* SERVER-51084 tweak range loop variable types to fix xcode buildBilly Donahue2020-09-251-6/+6
* SERVER-50787 Update donorStartMigration command to have a "polling" interfaceCheahuychou Mao2020-09-221-0/+2
* SERVER-50938 TenantMigrationAccessBlocker should extend enable_shared_from_th...Esha Maharishi2020-09-211-0/+2
* SERVER-50931 Add an InternalOnly error categoryBilly Donahue2020-09-151-19/+12
* SERVER-49204 Implement donorForgetMigration commandCheahuychou Mao2020-09-091-0/+2
* SERVER-50527 Change NotMasterError category to NotPrimaryErrorPavi Vetriselvan2020-09-081-7/+7
* SERVER-50410 Change NotMasterOrSecondary error code name to NotPrimaryOrSecon...Pavi Vetriselvan2020-09-041-1/+1
* SERVER-50409 Change NotMasterNoSlaveOk error name to NotPrimaryNoSecondaryOkPavi Vetriselvan2020-09-031-1/+1
* SERVER-50411 Change NoConfigMaster error code name to NoConfigPrimaryPavi Vetriselvan2020-09-031-1/+1
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-031-1/+1
* SERVER-49499 Upgrade/downgrade behavior and testing for generating document v...Mindaugas Malinauskas2020-08-311-1/+3
* SERVER-48523 Unconditionally check the first entry in the oplog when attempti...Bernard Gorman2020-08-271-0/+1
* SERVER-44401 Optimize validateBSONGeert Bosch2020-08-141-2/+3
* Revert "SERVER-44401 Optimize validateBSON"Gregory Wlodarek2020-08-141-3/+2
* SERVER-44401 Optimize validateBSONGeert Bosch2020-08-131-2/+3
* SERVER-49181 Make writes call MigratingTenantAccessBlocker::checkIfCanWriteOr...Cheahuychou Mao2020-08-031-1/+1
* SERVER-49176 Make op observer for "commit" and "abort" writes update Migratin...Cheahuychou Mao2020-08-031-4/+6
* SERVER-49800 fix use-after-move violations in testsBenety Goh2020-08-012-15/+15
* SERVER-21254 Get rid of the DuplicateKeyValue error codeBynn Lee2020-07-101-3/+3
* SERVER-48781 Introduce 'DocumentValidationErrorExtraInfo' and shell support f...Mihai Andrei2020-07-071-1/+3
* Revert "SERVER-48781 Introduce 'DocumentValidationErrorExtraInfo' and shell s...Mihai Andrei2020-07-021-2/+1
* SERVER-48864 VersionedAPIErrorCodesPV992020-07-021-0/+6
* SERVER-48781 Introduce 'DocumentValidationErrorExtraInfo' and shell support f...Mihai Andrei2020-07-011-1/+2
* SERVER-49087 add support for testing MovePrimaryInProgressMisha Tyulenev2020-06-301-1/+1
* SERVER-48938 Create MigratingTenantAccessBlocker classEsha Maharishi2020-06-291-0/+3
* SERVER-46962 Blacklist sync sources that are shutting downPavi Vetriselvan2020-06-261-1/+4
* SERVER-49085 add MovePrimaryIsInProgress error codeMisha Tyulenev2020-06-251-0/+1
* SERVER-49053 remove makeStatusWithBilly Donahue2020-06-242-49/+35
* SERVER-46962 add optional parameter when creating ErrorExtraInfo classPavi Vetriselvan2020-06-228-7/+102
* SERVER-48511 Improve ConnectionPool error messagesAmirsaman Memaripour2020-06-171-0/+3
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-0/+3
* SERVER-48367 Remove all _envp usageBilly Donahue2020-06-114-74/+19
* SERVER-28068: Prevent nodes from going into rollback due to falling off the s...Xuerui Fa2020-05-211-0/+4
* SERVER-48200 RandomCursor should explicitly check for EBUSY when opening a WT...Eric Milkie2020-05-191-1/+2
* SERVER-46881 Forbid adding nodes to initializer graph after starting initiali...Kevin Pulo2020-05-186-111/+456
* SERVER-47992 Make disableResumableRangeDeleter just prevent ranges from being...Esha Maharishi2020-05-181-0/+2
* SERVER-46154 Pull the InProgressLookup outside of ReadThroughCacheKaloian Manassiev2020-05-171-1/+0
* SERVER-47802 Destroy opCtx after responding to clientsAmirsaman Memaripour2020-05-141-1/+2
* SERVER-44049 constexpr StringData(ptr,len) constructorBilly Donahue2020-05-082-18/+39
* SERVER-46796 Propagate specific errors during transaction prepare to the clientGregory Noma2020-04-281-1/+4
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-262-2/+2
* SERVER-47394 Disconnect from client on SplitHorizonChange errorJason Chan2020-04-221-1/+5
* SERVER-47475 Make PeriodicJob aware of cancelation at global shutdownAmirsaman Memaripour2020-04-211-0/+1
* SERVER-44954 Streamable RSM uses exhaust isMasterjannaerin2020-04-171-0/+1
* SERVER-47121: Introduce pre/post handshake error handling in the RSMLamont Nelson2020-04-101-3/+4
* SERVER-46894 Wait for the current config to be committed before running recon...Siyuan Zhou2020-04-041-0/+1
* SERVER-47076 Clean up log lines in mongo/utilCheahuychou Mao2020-03-271-1/+1
* SERVER-46503 inline namespace mongo::literalsBilly Donahue2020-03-251-11/+18
* Revert "SERVER-44954 Streamable RSM uses exhaust isMaster"jannaerin2020-03-251-1/+0