summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-22671 adding migration status to serverStatus' sharding sectionDianna Hohensee2016-08-2417-46/+337
* SERVER-21757 ServerStatus advisoryHostFQDNs should be optionalJonathan Reams2016-08-249-206/+52
* SERVER-25714 Don't wait for db work in executor when upgrading protocol verisonSiyuan Zhou2016-08-233-17/+37
* SERVER-25628 make FileAllocator::get() thread-safejianghua.yjh2016-08-232-7/+2
* SERVER-24508 delete BSONObjCmpDavid Storch2016-08-2361-358/+547
* SERVER-25703 enable dist lock unlock by sessionId AND _idDianna Hohensee2016-08-2310-15/+117
* SERVER-25001 Wire in new _configsvrSplitChunk command so mongod no longer run...Jess Fan2016-08-2325-296/+474
* SERVER-25755 Remove extra logging from TL changeJason Carey2016-08-232-3/+4
* SERVER-25475 SERVER-25155 Don't perform write for FeatureCompabilityVersion u...Spencer T Brody2016-08-231-8/+7
* SERVER-25642 Enhance UnorderedFastKeyTableJason Carey2016-08-233-58/+299
* SERVER-25572 Fix ASAN clean shutdown logicJason Carey2016-08-2315-54/+106
* SERVER-25475 Re-order mongod initialization to avoid segfault.Spencer T Brody2016-08-232-74/+71
* SERVER-25684 Support SNI server names in mongo shellJonathan Reams2016-08-236-2/+28
* SERVER-25715 in shutdown, delete WiredTigerSessions w/o closing the underlyin...Mathias Stearn2016-08-231-4/+7
* SERVER-7200 Limit secondary apply batches to 10% of the oplog sizeMathias Stearn2016-08-237-41/+78
* SERVER-7200 Write oplog entries on secondaries before applyingMathias Stearn2016-08-2326-386/+475
* SERVER-7200 stop consulting shouldShutdown in OpQueueBatcherMathias Stearn2016-08-231-8/+5
* SERVER-25546 move slaveDelay handling into tryPopAndWaitForMoreMathias Stearn2016-08-232-77/+57
* SERVER-7200 Delete unused Status variableMathias Stearn2016-08-231-1/+0
* SERVER-25637 fixed DataReplicatorPassesThroughOplogFetcherFailure to respond ...Benety Goh2016-08-231-13/+1
* SERVER-25637 reset getMore response counter before starting new oplog query i...Benety Goh2016-08-231-0/+2
* SERVER-24439 code cleanup for collation shard targetingTess Avitabile2016-08-2318-190/+172
* SERVER-25705 Add mongoldap enterprise binary to Windows MSIMark Benvenuto2016-08-233-2/+8
* SERVER-25465 Fix crasher in cpasio setup timeoutJason Carey2016-08-223-4/+86
* SERVER-25686 send all moveChunk commands through to the shard to wait for wai...Dianna Hohensee2016-08-224-72/+73
* SERVER-25355 Check majority ReadConcern settings in linearizable readsSiyuan Zhou2016-08-221-2/+17
* SERVER-25514 Prevent a v3.4 mongos from being used to add a v3.2 shardSpencer T Brody2016-08-225-34/+134
* SERVER-24771 Use view namespace in cursors for aggregate/getMoreGeert Bosch2016-08-224-58/+129
* SERVER-25155 Create setFeatureCompatibilityVersion commandTess Avitabile2016-08-1920-20/+870
* SERVER-21168 Update top on database dropKevin Albertson2016-08-193-5/+11
* SERVER-25637 make InitialSyncTest::DataReplicatorPassesThroughOplogFetcherFai...Benety Goh2016-08-191-1/+5
* SERVER-25569 Must hold mutex when iterating through ViewCatalogKyle Suarez2016-08-193-17/+27
* SERVER-25637 made GetInitialSyncProgressReturnsCorrectProgress less flakyBenety Goh2016-08-191-19/+60
* SERVER-25681 fix ViewCatalog reload raceKyle Suarez2016-08-195-19/+15
* SERVER-25585 Delete ClientCursors without holding _mutex to avoid hang.Max Hirschhorn2016-08-191-65/+83
* SERVER-25393 Disallow mongos making connections to older versionsMark Benvenuto2016-08-1916-81/+227
* SERVER-13517 Internal client validates BSON in all command responses and when...Adam Chelminski2016-08-195-3/+28
* SERVER-25190 unit tests for view query transforms to aggregationKyle Suarez2016-08-195-3/+552
* SERVER-25505 Improve LDAP authz bootstrap role creation error messageAndreas Nilsson2016-08-191-0/+3
* SERVER-24508 delete BSONObj::equal()David Storch2016-08-198-44/+27
* SERVER-22175 DBConfig needs to lock mutex whenever accessing _primaryId or _s...Randolph Tan2016-08-193-26/+20
* SERVER-24401 allow DISTINCT_SCAN plans over collator comparison keysDavid Storch2016-08-181-32/+83
* Revert "SERVER-24248 Run multiversion tests with different storage engines"Jonathan Abrahams2016-08-181-17/+10
* SERVER-25637 make DataReplicator replSetGetStatus test less flaky and easier ...Judah Schvimer2016-08-183-17/+14
* SERVER-25559 periodically call gc durring interruptMatt Cotter2016-08-181-1/+10
* SERVER-25637 added logging for getMore responses to InitialSyncTest::playResp...Benety Goh2016-08-181-0/+5
* SERVER-22382 allow mongo --host to take uriMatt Cotter2016-08-1815-87/+277
* SERVER-25384 fixing asan build error for copy elision in scoped_migration_req...Dianna Hohensee2016-08-181-1/+1
* SERVER-23476: restart initialsync/resync if replSetSyncFrom is calledScott Hernandez2016-08-186-14/+29
* Revert "SERVER-25384 fixing asan build error for copy elision in scoped_migra...Kyle Suarez2016-08-181-1/+1