summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41898 Rename "userImpersonators" to "runBy" in currentOpSpencer Jackson2019-07-091-3/+3
* SERVER-41587 Improve SECBUFFER_EXTRA handlingMark Benvenuto2019-07-094-15/+56
* SERVER-41759 Added test to fuzz KeyStringRoxane2019-07-092-0/+136
* SERVER-41907 Edited log message for assert that sorted data is returned from ...Daniel Solnik2019-07-091-1/+1
* SERVER-41474 Exclude writes to system.profile from Flow ControlMaria van Keulen2019-07-092-0/+18
* SERVER-41907 Assert that keys retrieved from the sorter are in non-decreasing...Daniel Solnik2019-07-091-1/+10
* SERVER-36446 Remove unnecessary debug assert in shard_key_pattern.cppBlake Oler2019-07-092-2/+4
* SERVER-33749 Add idleSessionTimeout flagRoxane2019-07-094-0/+32
* SERVER-30607 Do not log MongoS build info twice at startupKaloian Manassiev2019-07-092-5/+10
* 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-35353: Use MutableOplogEntry class to build up oplog entries progressi...Lingzhi Deng2019-07-0829-1392/+643
* Import wiredtiger: 99e0760cc5f11440b21184874d8dd2ae5bde23d6 from branch mongo...Luke Pearson2019-07-0925-503/+630
* SERVER-34431 MoveDatabaseShardingState into its own mapjannaerin2019-07-0812-138/+186
* SERVER-42001 unset stage should accept single stringXin Hao Zhang2019-07-082-7/+17
* SERVER-42108 Incorrect AIB_COMPONENT for stitch-support testMathew Robinson2019-07-081-2/+2
* SERVER-42055 Only acquire a collection IX lock to write the lastVote documentMatthew Russotto2019-07-087-25/+77
* SERVER-42061 Validate decrypted payload in AEAD decryptSara Golemon2019-07-082-0/+30
* SERVER-38356 added functionality to forbid dropping the oplog, modified tests...Vishnu Kaushik2019-07-081-5/+16
* SERVER-41888: Disallow validate to accept a read concern or afterClusterTimeLingzhi Deng2019-07-081-0/+9
* SERVER-414500 Track number of successful elections for each reason in serverS...Medha Potluri2019-07-087-38/+150
* SERVER-41866 On term mismatch do not invoke the getDatabase callback under mu...Kaloian Manassiev2019-07-081-28/+18
* SERVER-37422 Log balancer start and stop events in action logjannaerin2019-07-081-0/+4
* Revert "SERVER-36605 Use virtualized clock in d_concurrency_test"Eric Milkie2019-07-055-318/+194
* SERVER-41863 make sleep command wait until server clock has advancedIan Boros2019-07-051-24/+45
* SERVER-42079 all non-primary index build specs should contain {backgroundSeco...Eric Milkie2019-07-051-1/+1
* Import wiredtiger: b50d65e8560446e2cd205594e07bbcaa2305b144 from branch mongo...Luke Chen2019-07-0563-2787/+1949
* SERVER-41511 Track the number of stepdowns caused by seeing a higher term in ...Medha Potluri2019-07-035-0/+39
* SERVER-41903 Validate server parameter names during config validationSara Golemon2019-07-032-0/+27
* SERVER-41499 Track number of elections called for each reason in serverStatusMedha Potluri2019-07-0313-16/+478
* SERVER-41943 Validate the given namespace for refineCollectionShardKeyJamie Heppenstall2019-07-033-5/+57
* SERVER-9763 Remove BSONObjBuilder append unsigned methodAlya Berciu2019-07-0335-208/+279
* SERVER-31252 Update comments for pinCursor and checkOutCursor.George Wangensteen2019-07-032-0/+14
* SERVER-36605 Use virtualized clock in d_concurrency_testGregory Noma2019-07-035-194/+318
* SERVER-41683 Only check UUID in movePrimary collection clonerjannaerin2019-07-031-61/+54
* SERVER-39918 Untangle IndexBuildBlock from IndexCatalogImplGregory Noma2019-07-0310-287/+331
* SERVER-40848 Add debug logging to investigate difference in opTime returned b...jannaerin2019-07-033-0/+9
* SERVER-41686 Add unittest to prototype structured logging using boost::log.Henrik Edin2019-07-0340-0/+4601
* SERVER-41938 Refactor mapReduce command in support of alternate execution pathJames Wahlin2019-07-0313-1160/+1430
* SERVER-41899 Support multiple instances of boost::log::coreHenrik Edin2019-07-033-0/+24
* SERVER-41788 put oplog application mode on applier optionsJudah Schvimer2019-07-0216-199/+273
* SERVER-39610 Remove outdated references to the metrics mutex in the Transacti...William Schultz2019-07-023-15/+5
* SERVER-39576 Remove the 'doTxn' commandWilliam Schultz2019-07-0210-917/+2
* SERVER-41561 add SnapshotTooOld error counting metric to serverStatusDianna Hohensee2019-07-027-4/+33
* SERVER-41794 Only log about sslMode being deprecated when it's set for the fi...Jonathan Reams2019-07-023-8/+22
* SERVER-41406 Reduce log verbosity for CollectionCatalogXiangyu Yao2019-07-021-3/+3
* SERVER-41988 ignore prepare conflicts on secondariesPavi Vetriselvan2019-07-022-0/+17
* SERVER-9668 Use SCons install target tags to identify mapping of targets to i...Mathew Robinson2019-07-0210-103/+113
* SERVER-41495 upgrade libfmt to fix a %g issueBilly Donahue2019-07-0216-1482/+1374
* SERVER-41986 add handling of unfinished indexes due to shutdownBenety Goh2019-07-021-3/+12