summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-34636 enable opportunistic writes with sslr3.7.8Jason Carey2018-04-264-3/+59
* SERVER-34483 Avoid taking DBLocks when clearing in-memory database cache in F...Esha Maharishi2018-04-263-21/+18
* SERVER-30841 Lower the logging verbosity in ShardServerCatalogCacheLoaderKaloian Manassiev2018-04-261-61/+54
* SERVER-32198 Change the namespaces stored as StringData to NamespaceStringKaloian Manassiev2018-04-2613-77/+50
* SERVER-34364 remove invariantOK and dassertOKBenety Goh2018-04-262-18/+0
* SERVER-34364 replace references to invariantOK with invariantBenety Goh2018-04-2642-85/+85
* Revert "SERVER-33954 Modified getDatabaseWithRefresh/getCollectionRoutingInfo...Matthew Saltz2018-04-262-97/+13
* SERVER-34653 refactor audit's parseNs(..) to ns()Billy Donahue2018-04-253-22/+22
* SERVER-34639 Background indexes on primaries should advance the minimumVisibl...Louis Williams2018-04-251-6/+8
* SERVER-34385 Unit tests for secondary reads during oplog applicationLouis Williams2018-04-253-5/+219
* SERVER-34585 Enable Free Monitoring on SSL Builders and WindowsMark Benvenuto2018-04-252-4/+9
* Revert "SERVER-28871 remove obsolete Command::isUserManagementCommand"Denis Khodyakov2018-04-253-0/+77
* SERVER-33037 increment command failure counter on throwBilly Donahue2018-04-241-6/+11
* Revert "SERVER-34385 Unit tests for secondary reads during oplog application"Louis Williams2018-04-243-219/+5
* SERVER-34214 TypedCommand _flushRoutingTableCacheUpdates (fixes 052bc57)Billy Donahue2018-04-242-6/+8
* SERVER-34214 TypedCommand for _flushRoutingTableCacheUpdatesBilly Donahue2018-04-242-70/+59
* SERVER-28871 remove obsolete Command::isUserManagementCommandBilly Donahue2018-04-243-77/+0
* SERVER-34385 Unit tests for secondary reads during oplog applicationLouis Williams2018-04-243-5/+219
* SERVER-34638 Get rid of CollectionLock::relockAsDatabaseExclusiver3.7.7Kaloian Manassiev2018-04-242-20/+0
* SERVER-34622 use existing options in _unbridgedNodes if bridge is enabledKyle Suarez2018-04-241-1/+3
* SERVER-34421: isMaster saslSupportedMechs shouldn't error on UserNotFoundSpencer Jackson2018-04-242-7/+16
* SERVER-34582 Replace object level lock for ARSJason Carey2018-04-242-61/+41
* Revert "SERVER-34622 use existing options in _unbridgedNodes if bridge is ena...Kyle Suarez2018-04-241-3/+1
* SERVER-34195 Support speculative readConcern behavior in transactions.Matthew Russotto2018-04-241-0/+11
* SERVER-33297 mongos create will make a capped collection with size 0 if not s...Randolph Tan2018-04-241-0/+5
* SERVER-34622 use existing options in _unbridgedNodes if bridge is enabledKyle Suarez2018-04-241-1/+3
* SERVER-34263 Use WT specific data format version for new unique idxr3.7.6Sulabh Mahajan2018-04-2414-395/+354
* SERVER-34594 Retryable writes should not use multi statement transaction in b...Xiangyu Yao2018-04-231-16/+34
* SERVER-34617 Make NamespaceString::db() return whole ns() when it has no dotsMathias Stearn2018-04-232-2/+2
* SERVER-29908 Move OpObserver and MigrationSourceManager logic out of Collecti...Andy Schwerin2018-04-2311-174/+131
* SERVER-34599 Check status in sharding catalog client's applyChunkOpsDeprecated()Blake Oler2018-04-231-15/+19
* SERVER-34070 Fix invariant in replication recoveryJudah Schvimer2018-04-232-18/+10
* SERVER-34070 Add flag to perform replication recovery as a standaloneJudah Schvimer2018-04-238-18/+70
* SERVER-34578 remove CommandInvocation::secondaryAllowedBilly Donahue2018-04-238-41/+7
* SERVER-34100 - Make the Chunk object not expose implementation details of the...Martin Neupauer2018-04-2323-185/+250
* SERVER-34364 qualify names from std namespaceBenety Goh2018-04-231-29/+28
* SERVER-33991 Pass txnNumber in getMore requests through mongosJack Mulrow2018-04-2318-12/+378
* SERVER-34364 add Status and StatusWith support to invariant()Benety Goh2018-04-234-25/+130
* SERVER-34540 Remove sleeptest from dbtestJonathan Reams2018-04-231-68/+0
* SERVER-34600 uassert if using getParameter to read uninitialized fCVMaria van Keulen2018-04-232-0/+5
* SERVER-33995 Make sure accepting new connections never throws in listenerJonathan Reams2018-04-232-11/+22
* SERVER-32889 Mongo shell injection function for hashing shard keyBen Caimano2018-04-234-1/+126
* SERVER-33954 Modified getDatabaseWithRefresh/getCollectionRoutingInfoWithRefr...Matthew Saltz2018-04-232-13/+97
* SERVER-34571 Ensure _deleteNotifyExec in MigrationChunkClonerSourceLegacy alw...Matthew Saltz2018-04-231-3/+7
* SERVER-34611 fix OplogStartTests for autoIndexId:falseEric Milkie2018-04-231-3/+1
* Import wiredtiger: 43c20b5583d8e38ae127beb8b3930d7577902ad0 from branch mongo...Luke Chen2018-04-233-55/+91
* SERVER-33766 Ensure that secondaries always invalidate the in-memory routing ...jannaerin2018-04-201-1/+0
* SERVER-33766 Ensure that secondaries always invalidate the in-memory routing ...jannaerin2018-04-205-35/+16
* SERVER-34586 Avoid possible double mutex acquisition in ShardServerCatalogCac...Kaloian Manassiev2018-04-201-27/+25
* Revert "SERVER-33616 Avoid possible double mutex acquisition in ShardServerCa...Kaloian Manassiev2018-04-201-25/+27