summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-32505 Create mobile SE evergreen variant - Linuxr3.7.1Sulabh Mahajan2018-01-1525-4/+106
* SERVER-30815 Add some missing LIBDEPS edgesAndrew Morrow2018-01-133-0/+4
* SERVER-32526 Use KeyString for ChunkMap key instead of BSONObjAndy Schwerin2018-01-134-175/+224
* SERVER-32526 Increase the ChunkManager unit-test coverageKaloian Manassiev2018-01-138-245/+300
* SERVER-32641 uassert, not dassert, for too many KeyString type bitsGeert Bosch2018-01-122-1/+21
* SERVER-29078 Eliminate use of memberHeartbeatData in replication_coordinator_...Matthew Russotto2018-01-127-246/+327
* SERVER-28290 Stepping down due to a higher term seen in a heartbeat should no...Siyuan Zhou2018-01-124-39/+25
* SERVER-32609 Skip reports with no historical dataYves Duhem2018-01-122-6/+20
* SERVER-32631 Deduplicate results in SockAddr::createAll()Sara Golemon2018-01-122-4/+46
* SERVER-32432 Race condition causes seg fault in ReplicationCoordinatorExterna...Siyuan Zhou2018-01-121-2/+8
* SERVER-32308: Add the ability for a $lookup stage to execute on mongos agains...Nick Zolnierz2018-01-1227-2114/+2772
* SERVER-32535 Fix sudo reference for Curator invocation on remote EC2 hostEddie Louie2018-01-121-3/+3
* SERVER-32551: Ensure Transport Layer doesn't use clusterFile as server certSpencer Jackson2018-01-122-6/+42
* SERVER-32519 Add a new wire version for v3.8Dianna Hohensee2018-01-125-11/+34
* SERVER-32519 clean up WireVersion enum uses in the code to use LATEST_WIRE_VE...Dianna Hohensee2018-01-127-109/+177
* SERVER-30815 Add missing libdep for non-enterprise buildsAndrew Morrow2018-01-111-0/+1
* SERVER-32603 Modernize QueryPlanner methods to use unique_ptr.David Storch2018-01-1116-333/+226
* SERVER-32546 Don't fail when no modified tests and no test_list_outfileGeert Bosch2018-01-111-1/+2
* SERVER-32454 Add support for decorations referring to their ownersGeert Bosch2018-01-116-16/+53
* SERVER-30152 Add safe secondary reads targeted tests for mapReduceEsha Maharishi2018-01-113-32/+199
* SERVER-32414 Remove some `stdx::` checks from lintADAM David Alan Martin2018-01-112-47/+39
* SERVER-28123 enable building spidermonkey on iOSGabriel Russell2018-01-11187-192/+8659
* SERVER-31335 cmd assertions check write errorsKevin Albertson2018-01-1120-163/+529
* SERVER-30815 Refactor libraries to reduce cyclesAndrew Morrow2018-01-1017-316/+214
* SERVER-31530 Certain queries using 2d index could incorrecly computeMartin Neupauer2018-01-103-8/+38
* SERVER-32486 Fix DNS diagnostics in Windows.ADAM David Alan Martin2018-01-101-9/+12
* SERVER-31920 refactor validate_collections.js to accept a list of nodes in ad...Robert Guo2018-01-103-121/+131
* SERVER-31917 add more logging to the rollback test fixtureRobert Guo2018-01-108-70/+159
* SERVER-31636 add new tasks for the update fuzzer in evergreen.ymlRobert Guo2018-01-103-6/+82
* Revert "SERVER-21630 run CheckReplDBHash on csrs and shard replset"Max Hirschhorn2018-01-1017-222/+87
* SERVER-32484 CommandRegistryBilly Donahue2018-01-107-59/+89
* SERVER-32474 Fix double logging when using --log=buildlogger.Max Hirschhorn2018-01-106-25/+53
* SERVER-32344 register DropPendingCollectionReaper before running dbtestsAlexander Paderin2018-01-101-0/+6
* SERVER-21710 Add ability to kill pinned cursors on mongodIan Boros2018-01-1010-145/+253
* SERVER-32624 clean up awaitReplication logic in dropDatabase()Benety Goh2018-01-101-38/+20
* SERVER-32624 dropDatabase() waits for collection drops using ReplicationCoord...Benety Goh2018-01-102-5/+13
* SERVER-32570 Clean up stale TODO comments in the query system.David Storch2018-01-096-9/+2
* SERVER-32568 Blacklist migration_sets_fromMigrate_flag.js from the CSRS conti...Kaloian Manassiev2018-01-092-35/+43
* SERVER-30283 Fix integer overflow in PingStats::hit()Chibuikem Amaechi2018-01-092-20/+26
* SERVER-30475 Improvements to service_executor_adaptive_test, tests are still ...Henrik Edin2018-01-091-36/+178
* SERVER-30504 Remove journaling option from writeConcerns tested for config se...Kaitlin Mahar2018-01-091-4/+2
* SERVER-32343 dbtest repl suite restores ReplicationCoordinator settings on te...Alexander Paderin2018-01-091-5/+10
* SERVER-32284 add minSnapshot to failed WC message in ReplicationCoordinator::...Benety Goh2018-01-091-1/+1
* SERVER-32561 Rewrite asserts in rollback_drop_database.jsVesselina Ratcheva2018-01-091-2/+3
* SERVER-28396 Respect logkeeper's POST size limitYves Duhem2018-01-092-50/+179
* SERVER-32409 Android variable file to configure to build with Android NDK sta...Henrik Edin2018-01-092-0/+29
* SERVER-32408 Expose PROGSUFFIX variable so we can change the file ending for ...Henrik Edin2018-01-091-0/+4
* SERVER-30504 Move the logic of the dropCollection command into the new _confi...Kaitlin Mahar2018-01-0821-195/+373
* SERVER-32554 Ensure migration cloner is cancelled in cleanupJack Mulrow2018-01-081-4/+4
* SERVER-32162 Remove non-atomic (push-based replication) support from doTxn.Matthew Russotto2018-01-0810-808/+154