summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-27869 Create a build artifact of hang_analyzer.py output and upload it...Jonathan Abrahams2017-04-272-145/+221
* SERVER-26634 GDB Pretty-Printers and CommandsMark Benvenuto2017-04-273-1/+405
* SERVER-28710 Unify error handling between send and sendmsg pathsAndrew Morrow2017-04-271-9/+1
* SERVER-28925 Use listDatabases({'nameOnly': true}) in the addShard implementa...Kaloian Manassiev2017-04-262-3/+3
* SERVER-27682 Use variables files to configure toolchainsAndrew Morrow2017-04-252-0/+44
* SERVER-28854 Replace msgBase with msg in assertion detailEsha Maharishi2017-04-251-2/+2
* SERVER-26765 move tests in jstests/views to other suitesKyle Suarez2017-04-2410-210/+24
* SERVER-26765 move views tests into jsCoreKyle Suarez2017-04-2432-178/+493
* SERVER-27408 Allow resmoke to take more than one tag-related arguments.Robert Guo2017-04-244-110/+84
* SERVER-28760 Add egress logging to DBConnectionPoolsamantharitter2017-04-242-7/+62
* SERVER-19677 Add support for running the intel decimal library testAndrew Morrow2017-04-241-2/+3
* SERVER-28850 Fix shadowed variable name in strategy.cppKaloian Manassiev2017-04-241-3/+3
* SERVER-28815 multi_rs.js steps down primary without {force: true}Benety Goh2017-04-211-1/+1
* SERVER-28688 ReplicationCoordinatorExternalStateImpl::shutdown() performs dat...Benety Goh2017-04-211-21/+26
* SERVER-28387 Extend secondary catchup period during stepdown in server-23299-...Judah Schvimer2017-04-211-2/+2
* SERVER-28400 Firefox ESR 45.8.0Mark Benvenuto2017-04-2191-812/+1615
* SERVER-28584: Remove initialsync_{WT|MMAPv1}_dr tasks from sys-perfdalyd2017-04-201-46/+0
* SERVER-28868 Set noCursorTimeout option on cursor in checkOplogs().Max Hirschhorn2017-04-201-2/+4
* SERVER-26741 Retain temp collections when node restarted w/o --replSet.Max Hirschhorn2017-04-202-4/+99
* SERVER-26360 Node should be able to leave RECOVERING after going too staleRamon Fernandez2017-04-204-139/+193
* SERVER-28480 / SERVER-27966 last_vote.js should await replication and call st...Ramon Fernandez2017-04-201-13/+23
* Revert "SERVER-28480/27966 last_vote.js should await replication and call ste...r3.4.4Ramon Fernandez2017-04-201-23/+13
* Revert "SERVER-26360 Node should be able to leave RECOVERING after going too ...Ramon Fernandez2017-04-204-193/+139
* SERVER-28823 Add missing check that dict is NoneBrian Samek2017-04-171-1/+2
* SERVER-26360 Node should be able to leave RECOVERING after going too staleWilliam Schultz2017-04-174-139/+193
* SERVER-28480/27966 last_vote.js should await replication and call stepUp befo...William Schultz2017-04-171-13/+23
* SERVER-27761 track collation in ViewGraphr3.4.4-rc0Kyle Suarez2017-04-146-107/+491
* SERVER-27644 $unwind arrays when performing distinct on a viewKyle Suarez2017-04-143-11/+75
* SERVER-28807 parseShardKeyPattern can leak for bad inputsRandolph Tan2017-04-141-3/+3
* SERVER-28692 Move shell tarball generation to compile taskBrian Samek2017-04-141-10/+29
* SERVER-27866 Add threadId dump in hex base from globalLockManager for PENDING...Eddie Louie2017-04-131-1/+2
* SERVER-27868 Upload debug symbols on all build variants that create separate ...Jonathan Abrahams2017-04-131-10/+33
* SERVER-27866 Add threadId dump in hex base from globalLockManagerEddie Louie2017-04-131-1/+2
* SERVER-27191 hang analyzer should dump lock manager stateMark Benvenuto2017-04-136-1/+32
* SERVER-27684 Remove hang_analyzer timeoutJonathan Abrahams2017-04-131-19/+0
* SERVER-27853 Fetch debug symbols before invoking hang_analyzer.pyJonathan Abrahams2017-04-131-4/+20
* SERVER-28748 Set ulimit in package smoke testingBrian Samek2017-04-132-2/+3
* SERVER-27876 Exclude stacks that are duplicates when dumping stacks onEddie Louie2017-04-131-1/+1
* SERVER-27875 Dump locked critical sections on Windows in hang_analyzer.pyEddie Louie2017-04-131-0/+1
* SERVER-28446 Blacklist top.js from dynamic initial sync suitesTess Avitabile2017-04-132-0/+4
* SERVER-28530 Prevent SSLThreadInfo destruction construction cycleSpencer Jackson2017-04-132-51/+35
* SERVER-28091 Disk stats collection on OS X only captures I/O utilization aver...Jonathan Abrahams2017-04-131-7/+1
* SERVER-20854 Refresh collection metadata on a separate threadKaloian Manassiev2017-04-136-139/+476
* SERVER-28699 ReplSetTest should always awaitSecondaryNodes() at the end of in...Benety Goh2017-04-121-1/+2
* SERVER-22611 Get rid of ChunkDiff and add more CatalogCache testsKaloian Manassiev2017-04-1213-890/+355
* SERVER-22611 Make the catalog cache unit-tests go through the CatalogCacheKaloian Manassiev2017-04-126-276/+382
* SERVER-22611 Make CatalogCache::onStaleConfigError clear the passed cache entryKaloian Manassiev2017-04-121-6/+10
* Import wiredtiger: cb16839cfbdf338af95bed43ca40979ae6e32f54 from branch mongo...Alex Gorrod2017-04-13217-3466/+5489
* SERVER-28519 increasing log verbosity in sharding/authCommands.js for better ...Dianna Hohensee2017-04-121-2/+9
* SERVER-27681 Use CatalogCache to load metadata on shardsKaloian Manassiev2017-04-1223-2032/+718