summaryrefslogtreecommitdiff
path: root/src/mongo/base
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68650 Improve async RPC API naming conventions and fix use of retry po...George Wangensteen2022-10-191-1/+1
* SERVER-69704 remove unused StatusWith::andThen, StatusWith::transformBilly Donahue2022-09-302-534/+0
* SERVER-65315 Enfore mutual exclusion between serverless operationsDidier Nadeau2022-09-291-1/+2
* SERVER-68329 Drop single connection on some errors during connection set upAlex Li2022-09-271-0/+2
* SERVER-62720 Implement checkIfConflictsWithOtherInstances for ReshardingCoord...Abdul Qadeer2022-09-201-0/+3
* SERVER-68753 Make analyzeShardKey command calculate metrics about the monoton...Cheahuychou Mao2022-09-201-0/+2
* Revert "SERVER-65315 Enforce mutual exclusion between serverless operations"Sviatlana Zuiko2022-09-161-1/+1
* SERVER-68555 Add RemoteCommandExecutionError to RCR APIGeorge Wangensteen2022-09-151-0/+2
* SERVER-65315 Enforce mutual exclusion between serverless operationsMatt Broadstone2022-09-151-1/+1
* SERVER-62356 Serialise the creation of sharded Timeseries collection with oth...Paolo Polato2022-09-141-1/+2
* Revert "SERVER-62720 Implement checkIfConflictsWithOtherInstances for Reshard...Abdul Qadeer2022-09-101-4/+1
* SERVER-68887 stringop-overread issue Can not build on the Ubuntu 22.04 LTSUbuntu2022-09-081-6/+15
* SERVER-62720 Implement checkIfConflictsWithOtherInstances for ReshardingCoord...Abdul Qadeer2022-09-071-1/+4
* SERVER-66972 Database critical section does not serialize with ongoing refreshesAntonio Fuschetto2022-08-291-0/+2
* SERVER-69154 fix clang tidy issue static_cast(bug BF-26203 is depend on)Juan Gu2022-08-261-14/+8
* SERVER-68328 Add ResumableChangeStreamError label to ReadConcernMajorityNotAv...Vesselina Ratcheva2022-08-251-1/+1
* Revert "SERVER-67551: Asymmetric Key class"Varun Ravichandran2022-08-231-2/+0
* SERVER-68830 did some tidy clang fixesJuan Gu2022-08-191-4/+3
* SERVER-67551: Asymmetric Key classAdhishree Abhyankar2022-08-111-0/+2
* Revert "SERVER-67551: Creates a class called AsymmetricKeySignatureVerifier."liubov.molchanova2022-08-041-2/+0
* SERVER-67551: Creates a class called AsymmetricKeySignatureVerifier.Adhishree Abhyankar2022-08-031-0/+2
* SERVER-67606 replace instances of ErrorCategory::Interruption in testsMatt Diener2022-07-291-3/+3
* SERVER-68259 Introduce `NonConformantBSON` error code to differentiate new in...Yuhong Zhang2022-07-261-0/+1
* SERVER-67133 Debug mode fixesAlexander Neben2022-07-211-0/+3
* SERVER-9434 Audit and Normalize Process Exit CodesMatt Kneiser2022-07-071-1/+2
* SERVER-65397 Remove featureFlagInternalTransactionsErin Liang2022-06-281-2/+0
* SERVER-64449 Get rid of all references to OBSOLETE_StaleShardVersionKaloian Manassiev2022-06-241-4/+1
* SERVER-67357 deflake test and add better diagnosticsAndrew Shuvalov2022-06-171-0/+4
* SERVER-66724 Create FLE 2 Equality Match ExpressionMark Benvenuto2022-06-161-0/+1
* SERVER-65210 Basic code to read change streams using the change collection.Rishab Joshi2022-06-091-0/+1
* SERVER-66490 Apply pylinters to build system codeTausif Rahman2022-05-251-5/+3
* SERVER-66646 UUID::isUUIDString without regexBilly Donahue2022-05-251-0/+2
* SERVER-66205 Merge `WriteConflictException` and `TemporarilyUnavailableExcept...Amirsaman Memaripour2022-05-101-2/+0
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-063-3/+9
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-281-0/+2
* SERVER-61782 SERVER-63835 Use futures in transaction API run implementation a...Jack Mulrow2022-04-201-0/+3
* SERVER-64793 Make exhaustiveFind asynchronousJason Zhang2022-04-141-0/+2
* SERVER-65491 Use the new ChunkVersion format in the positional pathsKaloian Manassiev2022-04-131-1/+1
* SERVER-63198 Prevent shutdown command from hangingDaniel Morilha2022-04-111-0/+2
* SERVER-63522 Observe DDL operations for user write blockingGabriel Marks2022-04-081-0/+2
* SERVER-65160 Make StaleShardVersion as obsoleteKaloian Manassiev2022-04-041-1/+6
* SERVER-64143 Add retryable write support to FLE 2 CRUDMark Benvenuto2022-04-021-1/+0
* SERVER-64520 Get rid of WriteErrorDetailKaloian Manassiev2022-03-291-1/+1
* SERVER-64950 Use a named ErrorCode when asserting that you can't drop the las...Randolph Tan2022-03-281-0/+1
* Revert "SERVER-64520 Get rid of WriteErrorDetail"Kaloian Manassiev2022-03-241-1/+1
* SERVER-64520 Get rid of WriteErrorDetailKaloian Manassiev2022-03-241-1/+1
* SERVER-63716 Add support for FLE 2 insert in MongoDMark Benvenuto2022-03-211-0/+1
* SERVER-56571 rename and unprotect invariant.hBilly Donahue2022-03-204-15/+4
* SERVER-64553 make StringData comparisons constexprMathias Stearn2022-03-182-17/+18
* SERVER-54352 std::string += StringDataMathias Stearn2022-03-182-0/+13