summaryrefslogtreecommitdiff
path: root/src/mongo/db/db.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-25071 Flush data replication queue as part of clean shutdownMathias Stearn2016-08-261-1/+6
* SERVER-25155 featureCompatibilityVersion document should be created at replic...Tess Avitabile2016-08-241-1/+2
* SERVER-21757 ServerStatus advisoryHostFQDNs should be optionalJonathan Reams2016-08-241-3/+0
* SERVER-25475 SERVER-25155 Don't perform write for FeatureCompabilityVersion u...Spencer T Brody2016-08-231-8/+7
* SERVER-25572 Fix ASAN clean shutdown logicJason Carey2016-08-231-34/+44
* SERVER-25475 Re-order mongod initialization to avoid segfault.Spencer T Brody2016-08-231-73/+70
* SERVER-25155 Create setFeatureCompatibilityVersion commandTess Avitabile2016-08-191-0/+28
* SERVER-25393 Disallow mongos making connections to older versionsMark Benvenuto2016-08-191-4/+4
* SERVER-25402 Fewer binaries depend on interpolated version infoAndrew Morrow2016-08-151-2/+2
* SERVER-25568 shutdown task executors for ShardRegistry and ReplicaSet monitor...Misha Tyulenev2016-08-121-0/+7
* SERVER-21378 add setParameter startupAuthSchemaValidation used to bypass auth...Hai-Kinh Hoang2016-08-041-25/+41
* SERVER-25417 harden checks around using --shardSvr, --overrideShardIdentity, ...Esha Maharishi2016-08-041-10/+3
* SERVER-25210 Deadlock in Master/Slave StartupMark Benvenuto2016-07-251-2/+2
* SERVER-24726 readonly mode should ignore temp collectionsRobert Guo2016-07-141-1/+2
* SERVER-24162 Integrate TransportLayerSamantha Ritter2016-07-121-85/+24
* SERVER-24781 CSRS primary should cleanup dist locks on promotionKaloian Manassiev2016-07-061-2/+6
* SERVER-23750: Connect StorageInterface to ReplicationCoordinatorImplScott Hernandez2016-06-301-3/+6
* SERVER-24418 Make Message and BufBuilder use SharedBuffer for memory managementMathias Stearn2016-06-221-3/+5
* SERVER-24250 Try to wait for server to idle when running under ASANAndrew Morrow2016-06-161-39/+75
* SERVER-23103 Remove the ntservice mockAndrew Morrow2016-06-161-0/+1
* SERVER-23103 Make service contexts responsible for creating DBDirectClientsAndrew Morrow2016-06-161-2/+10
* SERVER-24577 added OperationContext argument to OplogBuffer interfaceBenety Goh2016-06-161-2/+2
* SERVER-22672 Move the sharding balancer to the CSRS primaryKaloian Manassiev2016-06-151-0/+2
* SERVER-23243 Remove time-keeping from listenerWaley Chen2016-06-131-4/+5
* SERVER-24191 Bump wire version number to show command support for write concernLeon Zaruvinsky2016-06-071-2/+2
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-7/+6
* SERVER-24024 If there is no "local" database at startup in queryableBackupMod...Andy Schwerin2016-05-201-0/+3
* SERVER-23448 create an ASIO based MessagingPortMatt Cotter2016-05-201-0/+1
* SERVER-22030 abort if oplog is uncapped when starting in repl modeEric Milkie2016-05-191-0/+3
* SERVER-23116 Change currentFilesCompatible() to return a Status.Max Hirschhorn2016-05-171-4/+14
* SERVER-24071 Introduce ChunkVersion legacy format parserKaloian Manassiev2016-05-101-28/+26
* SERVER-23120 Make ShardRegistry available for use on config serversRandolph Tan2016-05-061-6/+10
* SERVER-22664 Add _overrideShardIdentity configuration for cloud backup serviceRandolph Tan2016-05-051-0/+8
* SERVER-23814 Add sharding state initialization to secondariesRandolph Tan2016-04-261-2/+4
* SERVER-23243 Replace the easy-to-remove usages of Listener::getElapsedTimeMil...Waley Chen2016-04-251-0/+2
* SERVER-23268 remove CatalogManager::ConfigServerMode::SCCCMisha Tyulenev2016-04-211-1/+1
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-1/+3
* Revert "SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD ops"Benety Goh2016-04-211-3/+1
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-1/+3
* SERVER-18038 replaced uses of minvalid.h with repl storage interfaceBenety Goh2016-04-181-0/+1
* SERVER-18038 ReplicationExecutor no longer requires StorageInterface to creat...Benety Goh2016-04-181-1/+0
* SERVER-19200: rename startReplication to startupScott Hernandez2016-04-051-1/+1
* SERVER-23299 When starting mongod, clear temp flags from collections if appro...Andy Schwerin2016-04-041-6/+86
* SERVER-23437 Don't attempt to gracefully close sockets on shutdownAndrew Morrow2016-04-011-5/+0
* SERVER-22661 Add initialization from shard identity docRandolph Tan2016-03-231-0/+2
* SERVER-23103 Unify exit handlingAndrew Morrow2016-03-211-1/+90
* SERVER-20077 requestId field of message header should always be a signed integerWaley Chen2016-03-171-2/+2
* SERVER-23125 MessageHandler has shared ownershipsamantharitter2016-03-171-1/+2
* SERVER-13123 All callers of PlanExecutor::getNext need to deal with error ret...Tess Avitabile2016-02-181-3/+3
* SERVER-22683 support replication.enableMajorityReadConcern=false in configura...Benety Goh2016-02-181-1/+2