summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Import wiredtiger: 48bf8dae7cd96286d176f14feebb7250dcfe1430 from branch mongo...r4.0.12-rc2r4.0.12Luke Chen2019-08-0811-202/+75
* SERVER-42603 Add After=network.target to service filesr4.0.12-rc1Mathew Robinson2019-08-062-0/+2
* SERVER-42603 Remove cyclic dependency in SystemD service filesMathew Robinson2019-08-052-2/+0
* SERVER-39004 Introduce a quota mechanism for the overflow fileAlex Cameron2019-08-0511-2/+126
* SERVER-38395 Python global logger is polluted when importing certain resmokel...Jonathan Abrahams2019-08-013-5/+9
* SERVER-36394 Don't refresh balancer configuration for autosplit if autosplit ...r4.0.12-rc0Matthew Saltz2019-07-311-1/+2
* SERVER-41829 findAndModify ignores filter expressions that are not objectsArun Banala2019-07-315-6/+160
* SERVER-39928 Stop testing with Python 2.6 in drivers nightlyIan Whalen2019-07-301-7/+1
* SERVER-41152 strip white space from auth mechanismsJason Piao2019-07-302-5/+43
* SERVER-39348 Release sessions in TLASIO unittestJason Carey2019-07-291-1/+1
* SERVER-35114 Make it possible to adjust the period of active jobs in the Peri...Ben Caimano2019-07-2922-382/+458
* SERVER-42467 correct initial_sync_test_fixture_test assumptions aroundJudah Schvimer2019-07-291-1/+27
* SERVER-42173 Add Ubuntu 14.04 to v4.0Brian McCarthy2019-07-261-0/+148
* SERVER-40899 Nix chaining in change_stream_update_lookup_read_concernJustin Seyster2019-07-261-0/+7
* Import wiredtiger: b61a3e2a88220f2c84073ff1cbc4d6883aa26c5b from branch mongo...Luke Chen2019-07-2622-127/+407
* SERVER-41587 Improve SECBUFFER_EXTRA handlingMark Benvenuto2019-07-245-17/+75
* SERVER-42232 Adding a new shard renders all preceding resume tokens invalidr4.0.11-rc0r4.0.11Bernard Gorman2019-07-192-3/+130
* SERVER-41913 fix lintEric Milkie2019-07-181-3/+3
* SERVER-42079 all non-primary index build specs should contain {backgroundSeco...Eric Milkie2019-07-181-1/+1
* SERVER-42228 Skip joining flush thread when logs are already incomplete.Max Hirschhorn2019-07-151-16/+29
* SERVER-40535 follow-up fix of the failing testMisha Tyulenev2019-07-151-1/+1
* SERVER-40535 read signing keys with readConcern level majorityMisha Tyulenev2019-07-157-13/+33
* SERVER-42195 Create new lifecycle instance for new stepdown thread.Max Hirschhorn2019-07-121-4/+8
* SERVER-41632 Fix division by zero in shell collStats helperRandolph Tan2019-07-122-4/+10
* SERVER-41913 Avoid in-place modify operations for logged collections.Michael Cahill2019-07-122-5/+11
* SERVER-41016 Calculate deltas for updates to large documents.Michael Cahill2019-07-121-2/+31
* SERVER-42024 Fix opTime race in shards_and_config_return_last_committed_optim...Jack Mulrow2019-07-111-2/+6
* SERVER-41859 logical_time_metadata.js shouldn't assume lastApplied opTime equ...Jack Mulrow2019-07-111-4/+8
* SERVER-42055 Only acquire a collection IX lock to write the lastVote documentMatthew Russotto2019-07-117-25/+77
* SERVER-41680 Add --branch option to fuzzer invocationSandy Gould2019-07-111-1/+1
* SERVER-41036 Make ReadWriteAbility::_canAcceptNonLocalWrites an AtomicWord<bool>Vesselina Ratcheva2019-07-102-12/+12
* SERVER-41069 Add option to disable embedded roles from X509 certificatesJonathan Reams2019-07-094-49/+96
* SERVER-41131 Add StrongWeakFinishLineJason Carey2019-07-093-0/+196
* SERVER-41867 Do not reacquire the catalog cache mutex if getDatabase/getChunk...Kaloian Manassiev2019-07-091-5/+3
* SERVER-41867 Make the callbacks chain in `_scheduleDatabaseRefresh` look like...Kaloian Manassiev2019-07-091-24/+24
* SERVER-41866 On term mismatch do not invoke the getDatabase callback under mu...Kaloian Manassiev2019-07-091-28/+19
* SERVER-33589 Create an initial sync test fixtureSamy Lanka2019-07-087-19/+514
* SERVER-41498 Create ReplicationMetrics classMedha Potluri2019-07-034-0/+145
* SERVER-41869 Rename `struct dbTask` to DBTaskKaloian Manassiev2019-07-032-41/+40
* SERVER-41869 On term mismatch do not invoke the getChunkSince callback under ...Kaloian Manassiev2019-07-0310-79/+52
* SERVER-41062 Always return TransactionTooLarge rather than BSONObjectTooLarge...Siyuan Zhou2019-07-021-16/+17
* SERVER-41497 Create IDL types for ElectionMetrics, ElectionCandidateMetrics a...Medha Potluri2019-07-021-0/+48
* SERVER-40383 Handle week, day edge cases in timelib_date_from_isodateJustin Seyster2019-07-015-59/+258
* SERVER-38457 Fix race in retryable_writes.jsMatthew Saltz2019-07-011-2/+5
* SERVER-38659 Fix race in stepdown testA. Jesse Jiryu Davis2019-07-011-0/+8
* Import wiredtiger: 4a3194b043b8cffb5339c12e1554d0bd42ed1b1f from branch mongo...Luke Chen2019-07-0168-4266/+5987
* SERVER-26531 Change ConfigServerTestFixture::setupChunks to `void`Kaloian Manassiev2019-06-3015-95/+86
* SERVER-26531 Don't reset the control chunk's 'jumbo' flag on migration commitKaloian Manassiev2019-06-303-55/+59
* SERVER-42002 Suppress tests with forbidden characters for windows from running.Davis Haupt2019-06-281-3/+4
* SERVER-41897 Use assert.sameMembers to compare two sets in jstests/ssl/libs/s...Mark Benvenuto2019-06-282-6/+50