summaryrefslogtreecommitdiff
path: root/src/mongo/db/db.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-28427 Implement timeouts for the TicketHolderGeert Bosch2017-05-051-2/+2
* SERVER-27727 Note location where thread is marked idleMathias Stearn2017-05-021-1/+1
* SERVER-27727 Hide idle threads in hang analyzer (extras)Mathias Stearn2017-05-021-1/+3
* SERVER-26741 Retain temp collections when node restarted w/o --replSet.Max Hirschhorn2017-04-201-4/+13
* SERVER-27301 converted OpObserver into an interface. ServiceContext should al...Benety Goh2017-01-051-2/+2
* SERVER-23759 wait for repl startup before shutting downEric Milkie2017-01-041-0/+7
* SERVER-26715 Set default values for WireSpec min/max valuesJonathan Reams2016-11-081-6/+0
* SERVER-7306 Mongod as windows service should not claim to be 'started' until ...Mark Benvenuto2016-10-281-2/+5
* SERVER-26420 fix shell to not send internalClient info in isMasterDavid Storch2016-10-241-0/+2
* SERVER-26659 only use stricter key pattern validation for v:2 or new index bu...David Storch2016-10-201-8/+0
* SERVER-26468 Create internalValidateFeaturesAsMaster startup parameterTess Avitabile2016-10-181-1/+2
* SERVER-26305 Use interruptible condition variables in ReplicationCoordinatorI...Andy Schwerin2016-10-131-1/+0
* Revert "SERVER-26305 Use interruptible condition variables in ReplicationCoor...Benety Goh2016-10-061-0/+1
* SERVER-26305 Use interruptible condition variables in ReplicationCoordinatorI...Andy Schwerin2016-10-051-1/+0
* SERVER-26411 Move balancer sources under mongo/db/sKaloian Manassiev2016-10-051-1/+1
* Revert "SERVER-26411 Move balancer sources under mongo/db/s"Benety Goh2016-10-051-1/+1
* SERVER-26411 Move balancer sources under mongo/db/sKaloian Manassiev2016-10-051-1/+1
* SERVER-16292 Wait to fork until the server is listeningsamantharitter2016-09-221-3/+4
* SERVER-25969 make slaves and secondaries always use BSON 1.1 validationDavid Storch2016-09-201-1/+5
* SERVER-26168 Do not use AutoGetCollectionForRead during repairDatabaseAndChec...Kaloian Manassiev2016-09-201-1/+10
* SERVER-25458 unit tests for ShardingState::initializeShardingAwarenessIfNeededEsha Maharishi2016-09-151-2/+6
* SERVER-24991 log redaction for commands, concurrency, exec, indexThomas Schubert2016-09-021-15/+15
* SERVER-25519 move static functions in db.cpp into anonymous namespaceBenety Goh2016-08-311-11/+14
* SERVER-25519 moved checkForCappedOplog from oplog.cpp to db.cppBenety Goh2016-08-311-1/+16
* SERVER-25519 repl::checkForCappedOplog accepts db pointer to local databaseBenety Goh2016-08-311-1/+3
* Revert "SERVER-25519 repl::checkForCappedOplog accepts db pointer to local da...Benety Goh2016-08-301-3/+1
* Revert "SERVER-25519 moved checkForCappedOplog from oplog.cpp to db.cpp"Benety Goh2016-08-301-16/+1
* SERVER-25519 moved checkForCappedOplog from oplog.cpp to db.cppBenety Goh2016-08-301-1/+16
* SERVER-25519 repl::checkForCappedOplog accepts db pointer to local databaseBenety Goh2016-08-301-1/+3
* 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