summaryrefslogtreecommitdiff
path: root/src/mongo/base
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-51770 add std::error_code functions to errno_utilBilly Donahue2022-03-161-14/+21
* SERVER-64427 init-order fiasco in SecureAllocatorBilly Donahue2022-03-111-25/+41
* SERVER-63498 Upconvert InternalTransactionNotSupported errors during fcv down...Jason Zhang2022-03-101-1/+1
* SERVER-63712 Add support for FLE 2 insert into MongoSMark Benvenuto2022-03-041-0/+3
* SERVER-63945 Make `ObjectIsBusy` a `CursorInvalidatedError` errorGregory Noma2022-03-041-1/+1
* SERVER-59186 Use transaction API for all current changing a document's shard ...Jack Mulrow2022-02-281-0/+2
* SERVER-54595 StringData(const char*, size_t) only checks invariant in debugMatt Diener2022-02-232-2/+6
* SERVER-60839 Add TemporarilyUnavailable errorJosef Ahmad2022-02-151-0/+2
* SERVER-63192 Add slice, split, and sliceAndAdvance APIs to CDRCSara Golemon2022-02-085-1/+237
* SERVER-61088 Make transaction participants check if txnRetryCounter is suppor...Jason Zhang2022-02-031-0/+2
* SERVER-61964 Give a name to the error code for a transient backup cursor open...Matthew Russotto2022-02-021-0/+1
* SERVER-62879 Rename ErrorCode `CannotEnableIndexConstraint` to `CannotConvert...Yuhong Zhang2022-01-241-1/+1
* SERVER-60917 Make transaction participants throw RetryableTransactionInProgre...Cheahuychou Mao2022-01-141-1/+3
* SERVER-61821 Retire usage of `OwnedPointerMap`Yuhong Zhang2022-01-133-216/+0
* SERVER-60059 Add a Mongo PackagedTaskGeorge Wangensteen2022-01-131-0/+2
* SERVER-62429 Add `CollectionUUIDMismatch` error codeGregory Noma2022-01-111-0/+2
* SERVER-61879 Refreshes to recover migrations must never join ongoing refreshesJordi Serra Torrens2022-01-101-0/+2
* SERVER-29262 Retire usage of `OwnedPointerVector` in `write_ops`.Faustoleyva542021-12-013-555/+0
* SERVER-60685 Add Interruption category to 'TransactionCoordinatorReachedAbort...Luis Osta2021-11-221-1/+1
* SERVER-61392 Create CannotEnableIndexConstraint error code and its ErrorExtra...Yuhong Zhang2021-11-151-0/+2
* SERVER-61392 Update error_codes filename in the script and templateYuhong Zhang2021-11-151-2/+2
* SERVER-60530 Throw InternalTransactionNotSupported instead of InvalidOptions ...Jason Zhang2021-10-131-0/+2
* SERVER-59702 Add TxnRetryCounterTooOld to the list of VoteAbort errorsJonathan Lee2021-09-301-1/+1
* SERVER-60246 Log errno when mlock() failssergey.galtsev2021-09-281-1/+2
* SERVER-59175 Make Windows support GCMSpencer Jackson2021-09-282-0/+20
* SERVER-59638 Throw BadValue if MinKey or MaxKey is appended to BSONCo…Henrik Edin2021-09-081-0/+2
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-081-1/+1