summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-34286 Ensure that operations never unexpectedly exceed the truncation ...Bernard Gorman2019-03-242-6/+22
* SERVER-37255 Fix invariant when reconfig races with electionA. Jesse Jiryu Davis2019-03-225-70/+140
* Revert "SERVER-33248 Allow choosing a sync source that we are up to date with...Tess Avitabile2019-03-229-312/+95
* SERVER-39580 Skip checking collection UUIDs and repairing the FCV document if...Gregory Wlodarek2019-03-222-21/+26
* SERVER-39217 SecureTransport with Intermediate CASara Golemon2019-03-221-84/+189
* SERVER-37722 Check for quiet flag when logging connection end messageJonathan2019-03-221-3/+5
* SERVER-37389 Give different messages for different connection failure reasonsJonathan Ma2019-03-221-3/+6
* SERVER-35219 Change the sleep on the destination side into a cond var wait on...Randolph Tan2019-03-206-22/+187
* SERVER-40094 Do not prematurely reject resume attempt in DSShardCheckResumabi...r4.0.7-rc1r4.0.7Bernard Gorman2019-03-201-7/+18
* SERVER-40195 Pin all Gradle dependenciesMathew Robinson2019-03-181-2/+2
* SERVER-39259 Mobile SE: Adjust SQLite Pragmas for Improved PerformanceMatt Lord2019-03-1610-17/+284
* Import wiredtiger: db5942dc1dc27f35f334ff3fb4d103b0cceb7968 from branch mongo...r4.0.7-rc0Luke Chen2019-03-1432-312/+1297
* SERVER-35138 service_state_machine will log backtrace for uncaught exceptionsJonathan Ma2019-03-131-4/+2
* SERVER-39830 Fix race between run() and stop() in periodic runnerAndrew Morrow2019-03-131-5/+3
* SERVER-38538 Fix thread safety issues in periodic runnersHenrik Edin2019-03-134-14/+15
* SERVER-39303 Fix several useless Client* checksJason Carey2019-03-121-2/+2
* SERVER-34422-ThreadMetrics: ServerStatus now returns the number of active cli...Tyler Kaye2019-03-123-0/+22
* SERVER-40010 Make only FCV 4.0 secondaries ask the primary to flush the datab...Kaloian Manassiev2019-03-121-0/+11
* SERVER-39481 don't expose a MongoStatus constructor in JSGabriel Russell2019-03-122-12/+5
* SERVER-39490 opWriteConcernCounters can cause undefined behavior due to overflowTess Avitabile2019-03-112-8/+8
* SERVER-38745 convert MigrationDestinationManager::cloneCollectionIndexesAndOp...Benety Goh2019-03-091-28/+37
* SERVER-39771 TextMatchExpression crashes instead of serializing in some casesJames Wahlin2019-03-082-1/+26
* SERVER-38319 fix windows compiler error C2885Benety Goh2019-03-071-3/+3
* SERVER-38319 Propagate URI options from DBClientRS through all codepathsMathias Stearn2019-03-079-149/+213
* SERVER-38038 mongo shell should support all ErrorExtraInfo codesMathias Stearn2019-03-075-5/+16
* SERVER-39650 Ensure internal options cannot be specified in a raw aggregate c...Anton Korshunov2019-03-073-6/+56
* SERVER-37179 Wait for specified write concern whenever commitTransaction retu...Siyuan Zhou2019-03-051-10/+34
* SERVER-39823 Free Monitoring may ignore re-register requests on secondariesMark Benvenuto2019-03-053-8/+21
* SERVER-37179 Pull out starting transaction from session checkout and push it ...Siyuan Zhou2019-03-0420-163/+204
* SERVER-39571 mongod cannot verify certificates from the CNG providerMark Benvenuto2019-03-011-3/+12
* SERVER-39058 Synchronize user set modification in AuthorizationSession with C...Shreyas Kalyan2019-03-0116-32/+63
* SERVER-38414 Upgrade/Downgrade testing for change stream high water marksBernard Gorman2019-03-013-54/+15
* SERVER-39410 Re-enable batching in DSCursor for change stream cursorsBernard Gorman2019-03-015-18/+61
* SERVER-38975 Include UUID in high water marks from shards where the collectio...Bernard Gorman2019-03-0115-33/+271
* SERVER-38412 Allow resuming from a high-water-mark pseudo resume tokenBernard Gorman2019-03-0115-130/+191
* SERVER-38411 Propagate postBatchResumeToken through mongoS to clientBernard Gorman2019-03-0119-84/+285
* SERVER-38413 Always set an initial postBatchResumeToken on mongoDBernard Gorman2019-03-018-73/+183
* SERVER-38410 Allow ARM to consume postBatchResumeTokenBernard Gorman2019-02-2814-155/+382
* SERVER-38530 Add getResumeToken shell helperBernard Gorman2019-02-281-2/+32
* SERVER-38408 Return postBatchResumeToken with each mongoD change stream batchBernard Gorman2019-02-2825-50/+377
* SERVER-34789 Also backport resume token format version 1Nick Zolnierz2019-02-286-45/+179
* SERVER-39014 Handle running the MSI installer when already installed.Henrik Edin2019-02-281-1/+2
* SERVER-38722 Make CollectionCloner tolerate QueryPlanKilled error on collecti...David Storch2019-02-282-41/+56
* SERVER-39847 Migrating session info can trigger fassert when destination shar...Randolph Tan2019-02-282-21/+71
* SERVER-39871 Make catalog_raii_test more resistant to clock issues on WindowsGeert Bosch2019-02-271-1/+3
* SERVER-37846 Disallow using arbiters to satisfy numeric write concern when wr...Vesselina Ratcheva2019-02-272-0/+104
* SERVER-39056 Further refine readWriteAnyDatabaseShreyas Kalyan2019-02-262-1/+7
* SERVER-35449 Return the oldest read timestamp used by any open transactionJason Chan2019-02-2615-0/+71
* SERVER-39612 better validation for fields in geoNearIan Boros2019-02-261-0/+4
* SERVER-35732 Fix dbStats.fsUsedSize behavior for database with hyphenated namesXiangyu Yao2019-02-258-5/+34