summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-29220 Default to archive based linkingAndrew Morrow2017-05-247-3/+10
* SERVER-29348 Handle range deletion write-concern failureNathan Myers2017-05-241-6/+21
* SERVER-29275 ReplicationCoordinator cleans up drop-pending collection when co...Benety Goh2017-05-241-0/+33
* SERVER-29275 ReplicationCoordinatorExternalStateImpl accepts DropPendingColle...Benety Goh2017-05-247-10/+34
* SERVER-29274 include namespace in mmapv1 Namespace 'ns too long' error messageBenety Goh2017-05-241-1/+5
* SERVER-29357 document validators should be allowed on drop-pending collectionsBenety Goh2017-05-241-1/+1
* SERVER-29274 OpObserver::onDropCollection() returns drop optimeBenety Goh2017-05-247-16/+63
* SERVER-29274 logOp() returns optime of generated oplog entryBenety Goh2017-05-242-16/+20
* SERVER-29098 ShardingTaskExecutor::scheduleRemoteCommand should not run passe...Randolph Tan2017-05-242-1/+11
* SERVER-29273 add list of drop-pending namespaces at startup to DropPendingCol...Benety Goh2017-05-232-5/+23
* Revert "SERVER-27293 add list of drop-pending namespaces at startup to DropPe...Benety Goh2017-05-232-23/+5
* SERVER-27293 add list of drop-pending namespaces at startup to DropPendingCol...Benety Goh2017-05-232-5/+23
* SERVER-20092: Add ability for DocumentSourceCursor to coalesce with a stage ...Nick Zolnierz2017-05-2312-51/+275
* SERVER-29274 IndexCatalog::dropAllIndexes() returns void.Benety Goh2017-05-238-40/+20
* SERVER-28575 Profile entry for update/delete should contain entire raw update...Tess Avitabile2017-05-2310-117/+93
* SERVER-29274 moved ReplClientInfo to repl_coordinator_interface libraryBenety Goh2017-05-232-14/+16
* SERVER-29274 update repl and op observer tests to use new ReplicationCoordina...Benety Goh2017-05-238-75/+15
* SERVER-27549 Print message on intentional server crash.Robert Guo2017-05-234-49/+59
* SERVER-29274 move oplogDisabled from oplog.cpp to ReplicationCoordinatorBenety Goh2017-05-233-28/+38
* Revert "SERVER-29274 move oplogDisabled from oplog.cpp to ReplicationCoordina...Benety Goh2017-05-233-38/+28
* SERVER-29273 disable replicated writes when removing drop-pending collectionsBenety Goh2017-05-232-0/+36
* SERVER-29274 move oplogDisabled from oplog.cpp to ReplicationCoordinatorBenety Goh2017-05-233-28/+38
* SERVER-29274 added ReplicationCoordinatorMock constructor to use default sett...Benety Goh2017-05-232-2/+23
* SERVER-29259: Ensure creation of authorization indexesSpencer Jackson2017-05-233-28/+117
* SERVER-28758 Add appendPart and removeLastPart operations to FieldRefJustin Seyster2017-05-224-29/+593
* SERVER-28127 Fix Shared Library link failureRandolph Tan2017-05-222-1/+1
* SERVER-28637 Remove journal files if journaling is toggled off.Susan LoVerso2017-05-221-0/+7
* SERVER-29313 refactor and improve logging for ShardServerCatalogCacheLoaderDianna Hohensee2017-05-223-62/+84
* SERVER-28127 Integrate KeyManager to LogicalClockRandolph Tan2017-05-2217-155/+315
* SERVER-29090 Nodes provide more information on why they reject a voteJudah Schvimer2017-05-224-41/+92
* SERVER-28924 Change databasesCloner to use the 'nameOnly' version of listData...William Schultz2017-05-221-2/+4
* SERVER-29001 use fewer but larger pipeline stages for views max size testsKyle Suarez2017-05-221-44/+39
* SERVER-29233 add missing dependencyBenety Goh2017-05-201-0/+2
* SERVER-28758 createUpdateNodeByMerging throws instead of returning.Justin Seyster2017-05-195-112/+96
* SERVER-28717 Expand $lookup localField when a sub-obj field in an arrayJames Wahlin2017-05-191-22/+32
* SERVER-29233 Deprecate MONGO_WRITE_CONFLICT_RETRY_LOOP_BEGINNathan Myers2017-05-192-0/+26
* SERVER-29072 Add support for $lookup into a sub-pipelineJames Wahlin2017-05-196-74/+380
* SERVER-27115 Allow $type on a renamed field to swap before the rename.David Storch2017-05-193-9/+15
* SERVER-29100 Wait for the same journaling requirement in get_last_error.jsSiyuan Zhou2017-05-191-1/+3
* SERVER-28724 add onStepDown and onStepUp functionality to ShardServerCatalogC...Dianna Hohensee2017-05-1915-112/+334
* SERVER-29273 add DropPendingCollectionReaper to manage drop-pending collectionsBenety Goh2017-05-194-0/+492
* SERVER-29281 Resolve edges related to the dcommands libraryAndrew Morrow2017-05-1915-39/+60
* SERVER-29296 Fix warning in key_string.cppKaloian Manassiev2017-05-191-1/+2
* SERVER-28841 (BF) untangle spurious shared-library dependencyNathan Myers2017-05-192-6/+4
* SERVER-29271 Add log message at end of data clone phase of initial syncJudah Schvimer2017-05-191-0/+3
* SERVER-29254 add findSingleton and putSingleton methods to StorageInterfaceJudah Schvimer2017-05-195-0/+219
* SERVER-29221 Tag some additional libraries as free of init side effectsAndrew Morrow2017-05-195-5/+29
* SERVER-29275 ReplicationCoordinatorExternalState::notifyOplogMetadataWaiters(...Benety Goh2017-05-196-6/+11
* SERVER-28841 (forward-port) simpler CollectionMetadata lifetime managementNathan Myers2017-05-188-320/+290
* SERVER-28865 Replace ReplicationExecutor with ThreadPoolTaskExecutor in Repli...Andy Schwerin2017-05-1819-2288/+159