summaryrefslogtreecommitdiff
path: root/src/mongo/base
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-58752 Support retrying internal transactions on transient transaction ...Cheahuychou Mao2021-09-011-4/+6
* SERVER-52904 Status faceliftBilly Donahue2021-08-234-375/+351
* SERVER-59230 Fix compile errors in C++20 mode with GCC 11 and clang 12Andrew Morrow2021-08-151-0/+1
* SERVER-57811 Create API to start storage with alternate locationMatthew Russotto2021-08-091-1/+2
* SERVER-58499 Added a new error code LoadBalancerSupportMismatchAlex Li2021-08-061-0/+2
* SERVER-58068 Multi updates interrupted by tenant migration should wait for mi...Jack Mulrow2021-08-041-1/+4
* SERVER-56846 Fail reconfig for shard server if it would change DWCF and CWWC ...Moustafa Maher2021-08-031-0/+1
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-021-2/+2
* SERVER-58338 Return an error if client attempts an OP_QUERY command other tha...Yoonsoo Kim2021-08-021-0/+2
* SERVER-57792 Always supply invalidate event to DSCSEnsureResumeTokenPresent w...Denis Grebennicov2021-07-121-0/+2
* SERVER-50524 Remove Document Validation FCV4.7 gating and remove related syst...Mickey. J Winters2021-07-081-3/+1
* SERVER-56648 Make dropCollection resilient to network partitionsJordi Serra Torrens2021-06-221-0/+1
* SERVER-55686 Prevent resharding coordinator document from exceeding 16MB BSON...Haley Connelly2021-06-031-1/+2
* SERVER-55557 Range deletion of aborted migration can fail after a refine shar...Jordi Serra Torrens2021-05-281-0/+2
* SERVER-56696: Introduce a new change stream stage to handle the topologyRishab Joshi2021-05-201-0/+2
* SERVER-56585 replace MONGO_COMPILER_VARIABLE_UNUSED with c++17 attribute mayb...Benety Goh2021-05-041-1/+1
* SERVER-55614 Make API params optional for cmds in txnsA. Jesse Jiryu Davis2021-05-041-0/+2
* SERVER-51061 Rename WHITELIST macros to ALLOWSara Golemon2021-05-043-6/+6
* SERVER-55829: Use 'illegal_cyclic_or_unresolved_dependences_allowlisted' in S...Varun Ravichandran2021-04-301-1/+1
* SERVER-54937 Removes DocumentSourceChangeStreamCloseCursor dependencies on in...Rishab Joshi2021-04-301-1/+3
* SERVER-54972 Add ActionTypes, ErrorCodes, and OpObserver hook for Runtime Aud...Sara Golemon2021-04-231-0/+3
* SERVER-45445 Upgrade third_party/fmt (6.1.1 -> 7.1.3)Mark Benvenuto2021-04-211-4/+14
* SERVER-54669 Make 10058 a stable/reserved LegacyNotPrimary error codeVesselina Ratcheva2021-04-081-0/+1
* SERVER-54020: ShardInvalidatedForTargeting thrown by resharding's getDestined...Jordi Serra Torrens2021-04-061-0/+6
* SERVER-53923: Enforce reshardingCriticalSectionTimeout parameter.Kshitij Gupta2021-03-311-0/+1
* SERVER-52770 Add abortReshardCollection command for users to cancel the resha...Blake Oler2021-03-291-0/+4
* SERVER-55381 fix StringData::find,rfindBilly Donahue2021-03-232-6/+58
* SERVER-53230: Rename cancelation -> cancellation everywhereTyler Seip2021-03-231-9/+9
* SERVER-55180 Convert SBE from std::string_view to StringDataBilly Donahue2021-03-211-18/+0