summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-36761 Add requires_replication tag to repair_invalidates_replica_set_c...Louis Williams2018-09-201-1/+1
* Import wiredtiger: f7763ad374e3537ae0f589f1a17533f6262f12b2 from branch mongo...Luke Chen2018-09-20106-1380/+5222
* SERVER-13946 Put skip stages before fetch stages.Justin Seyster2018-09-193-14/+122
* SERVER-36747 ssl_client_certificate_warning_suppression.js - wait for log mes...Mark Benvenuto2018-09-191-0/+12
* SERVER-36732 amend writeVesselina Ratcheva2018-09-191-1/+1
* SERVER-36704 Logical session support for embedded, behaves as standalone mongodHenrik Edin2018-09-1917-80/+221
* SERVER-37042 SERVER-36897: Handle errors from cursor.next in checkOplogsDavid Bradford2018-09-191-45/+70
* SERVER-32198 Get rid of CollectionShardingState::collectionIsShardedHenrik Edin2018-09-18107-2500/+2379
* SERVER-36768 Use namespace orphan for the recovered orphaned collectionsXiangyu Yao2018-09-187-13/+118
* SERVER-36127 use w:majority instead of w:2 in apply_batch_only_goes_forward.jsJudah Schvimer2018-09-181-4/+4
* SERVER-35782 Repair should move aside unsalvagable data files and create empt...Louis Williams2018-09-1813-142/+488
* SERVER-35731 Prevent a repaired node from re-joining a replica setLouis Williams2018-09-1824-74/+1209
* SERVER-37105 Make it clear from the stack trace whether a command is running ...Spencer T Brody2018-09-171-9/+13
* SERVER-36746 Don't erroneously skip drain mode if a stepdown attempt fails.Spencer T Brody2018-09-175-64/+124
* SERVER-36456 MongoD does not support kerberos on WindowsMark Benvenuto2018-09-171-0/+4
* SERVER-34864 FTDC should ignore irrelevant schema changesMark Benvenuto2018-09-179-32/+257
* SERVER-35657 Do not delay journal flushes when operations are waiting for opl...Louis Williams2018-09-172-8/+22
* SERVER-36531 Lock acquisition may throw despite use of UninterruptibleLockGua...Louis Williams2018-09-142-2/+51
* SERVER-34577 isEphemeralForTest does not support majority readConcernHenrik Edin2018-09-141-1/+1
* SERVER-36691 Only recover orphaned collection idents when starting with repairXiangyu Yao2018-09-142-5/+34
* SERVER-35696 Provide a way to recover data files when lacking _mdb_catalog da...Xiangyu Yao2018-09-146-0/+122
* SERVER-37127: Update sys-perf baselinesdalyd2018-09-141-1/+1
* SERVER-35630 Throw error message to run repair when detecting missing or corr...Xiangyu Yao2018-09-148-21/+249
* SERVER-36993 Fix crash due to incorrect $or pushdown for indexed $expr.David Storch2018-09-144-1/+71
* SERVER-36722 Added remote bintray repository, just dryRun for now.Henrik Edin2018-09-143-17/+65
* SERVER-34577 Parse read and write concern for command invocation in embedded....Henrik Edin2018-09-146-17/+108
* SERVER-36827 Warning about "No SSL certificate validation can be performed" i...Shreyas Kalyan2018-09-141-1/+1
* SERVER-36452 Avoid compile failures on OS X if system headers add more SSLPro...Geert Bosch2018-09-141-0/+1
* SERVER-35784 Fix ambiguously named test fixture.ADAM David Alan Martin2018-09-141-5/+5
* SERVER-35078 Build darwin-ish SDKs with bitcodeAndrew Morrow2018-09-147-13/+44
* SERVER-36732 Wait for secondaries to be up and electable in election handoff ...Vesselina Ratcheva2018-09-131-0/+7
* SERVER-36634 Change FCV check to check for CommandNotFound in configsvrShardC...jannaerin2018-09-135-122/+158
* SERVER-35222 Make sure that SessionsCollectionConfigServer will shard config....Randolph Tan2018-09-131-1/+1
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Henrik Edin2018-09-13193-2067/+1372
* SERVER-36942 Differentiate invalid hostname from invalid certificateSara Golemon2018-09-133-3/+8
* SERVER-36621 Make embedded tests log to stdoutAndrew Morrow2018-09-122-2/+7
* SERVER-36943 Use a magic linker flag so we don't drop out debug info on darwi...Andrew Morrow2018-09-121-0/+4
* SERVER-34007 Apply embedded licenseAndrew Morrow2018-09-1220-198/+551
* SERVER-33911 Implement collapsed library builds under a new link modelAndrew Morrow2018-09-1213-261/+287
* SERVER-36503 Skip dry run during election handoffVesselina Ratcheva2018-09-1212-21/+51
* Import tools: 8b4d050b856c5e16013487b5ee6ae9f2e62f5625 from branch v4.0David Golden2018-09-122-187/+208
* SERVER-36987 ChunkVersion::minorVersion truncates to 16 bitRandolph Tan2018-09-123-16/+29
* SERVER-37048 Hold global intent lock whenever accessing the oplog collection ...Spencer T Brody2018-09-128-33/+9
* SERVER-37050 wait for replication in session_collection_auto_healingMisha Tyulenev2018-09-111-0/+10
* SERVER-36332 write to primary from secondary in LogicalSessionsCache for Repl...Misha Tyulenev2018-09-115-68/+39
* SERVER-36435 Make ReplSetTest.kDefaultTimeoutMS accessible everywhere.Justin Seyster2018-09-113-11/+20
* Revert "SERVER-37048 Hold global intent lock whenever accessing the oplog col...Spencer T Brody2018-09-118-7/+33
* SERVER-37048 Hold global intent lock whenever accessing the oplog collection ...Spencer T Brody2018-09-108-33/+7
* SERVER-34500 Wait for replication after setFCV in database_versioning_upgrade...Jack Mulrow2018-09-101-0/+3
* SERVER-37002 collection rename drops indexes with long names in the target na...Benety Goh2018-09-102-2/+95