summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37216 Fix Android multiarch builderHenrik Edin2018-09-201-0/+7
* SERVER-36703 Possibility to link mongoc as darwin framework.Henrik Edin2018-09-205-17/+15
* SERVER-36919 Add server setParameter tlsSuppressClientCertificateSara Golemon2018-09-205-3/+20
* SERVER-35418 Allow specifying CAs for incoming and outgoing connections separ...Sara Golemon2018-09-205-31/+101
* SERVER-35629 Use WiredTiger salvage API to repair corrupt metadataLouis Williams2018-09-205-46/+102
* SERVER-36084 Fix unused variableHenrik Edin2018-09-201-1/+0
* SERVER-33912 Make warnings fatal for embedded buildersAndrew Morrow2018-09-201-2/+2
* SERVER-36084 Remove sharding runtime dependency from OpObserverImplHenrik Edin2018-09-2022-172/+316
* SERVER-13946 Put skip stages before fetch stages.Justin Seyster2018-09-192-14/+59
* 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-18105-2476/+2360
* SERVER-36768 Use namespace orphan for the recovered orphaned collectionsXiangyu Yao2018-09-185-11/+27
* SERVER-35782 Repair should move aside unsalvagable data files and create empt...Louis Williams2018-09-1810-115/+328
* SERVER-35731 Prevent a repaired node from re-joining a replica setLouis Williams2018-09-1819-72/+880
* 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-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-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-35630 Throw error message to run repair when detecting missing or corr...Xiangyu Yao2018-09-144-4/+19
* SERVER-36993 Fix crash due to incorrect $or pushdown for indexed $expr.David Storch2018-09-143-1/+46
* 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-142-10/+40
* 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-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-13191-2065/+1365
* 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-34007 Apply embedded licenseAndrew Morrow2018-09-1220-198/+551
* SERVER-33911 Implement collapsed library builds under a new link modelAndrew Morrow2018-09-127-68/+120
* SERVER-36503 Skip dry run during election handoffVesselina Ratcheva2018-09-1211-18/+49
* 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-36332 write to primary from secondary in LogicalSessionsCache for Repl...Misha Tyulenev2018-09-113-52/+24
* SERVER-36435 Make ReplSetTest.kDefaultTimeoutMS accessible everywhere.Justin Seyster2018-09-111-7/+5
* 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-37002 collection rename drops indexes with long names in the target na...Benety Goh2018-09-101-0/+45
* SERVER-27588 Warning to disable defrag of transparent_hugepages when thp is d...Ben Caimano2018-09-071-1/+5
* SERVER-36749 Remove race in Service Executor Adaptive testBen Caimano2018-09-071-3/+9
* SERVER-36906 Connection state now allowed to be kConnectionStateUnknownBen Caimano2018-09-071-4/+0
* SERVER-35216 Expose ReplicaSetManager refresh period to the mongo shellBen Caimano2018-09-073-46/+51
* SERVER-35517 Add failpoint mechanism to the mongo shellBen Caimano2018-09-075-32/+62