summaryrefslogtreecommitdiff
path: root/src/mongo/base
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "SERVER-55180 Convert SBE from std::string_view to StringData"XueruiFa2021-03-191-0/+18
* SERVER-55180 Convert SBE from std::string_view to StringDataBilly Donahue2021-03-191-18/+0
* Revert "SERVER-45445 Upgrade third_party/fmt (6.1.1 -> 7.1.3)"XueruiFa2021-03-171-14/+4
* SERVER-45445 Upgrade third_party/fmt (6.1.1 -> 7.1.3)Billy Donahue2021-03-171-4/+14
* SERVER-55056 benchmark for StatusBilly Donahue2021-03-112-0/+136
* SERVER-51774 Ensure the donor'sJason Zhang2021-03-021-1/+1
* SERVER-51266 Add BSONType::RegEx support in SBE. Fix $regex aggregation expre...Nikita Lapkov2021-02-111-0/+5
* SERVER-52771 Disallow createIndexes, dropIndexes, and collMod on donor shards...jannaerin2021-02-101-0/+2
* SERVER-52863 Instantiate AuthenticationSession during SASL mechanism negotiationBen Caimano2021-02-091-0/+2
* SERVER-53399 Parse individual window functionsDavid Percy2021-02-041-0/+13
* SERVER-53964 Handle time-series bucket removalGregory Noma2021-01-301-0/+2
* SERVER-52693 Retry on errors in ReshardingCollectionCloner.Max Hirschhorn2021-01-061-4/+5
* SERVER-48814: Implement recipientForgetMigration commandLingzhi Deng2020-12-101-0/+2
* SERVER-52631 Optional StaleEpoch extra infoPierlauro Sciarelli2020-12-101-1/+4
* SERVER-51457: Improve log line for failed speculative auth attemptsVarun Ravichandran2020-12-091-0/+1
* SERVER-40811 make initializers throwyBilly Donahue2020-12-0821-1579/+1050