summaryrefslogtreecommitdiff
path: root/src/mongo/db/db.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-9/+7
* SERVER-26965 Use RAII type for turning off replicated writesMatthew Russotto2017-03-131-3/+1
* SERVER-27749 Integrate LogicalTimeMetadataRandolph Tan2017-03-071-3/+5
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-42/+42
* SERVER-27768 Implement HMAC key for signing Logical clock's storage & distrib...Jack Mulrow2017-03-021-1/+3
* SERVER-28094 Remove the StaticObserverAndrew Morrow2017-02-271-3/+0
* SERVER-27855 Attach all NetworkInterface instances with EgressHooksRandolph Tan2017-02-171-1/+8
* SERVER-27746: Integrate LogicalClock with oplogMisha Tyulenev2017-02-151-0/+5
* SERVER-27828: Pass ServiceContext to oplog and ReplicationCoordinator methods...Misha Tyulenev2017-02-081-0/+1
* SERVER-27764 Remove `initSNMP` function pointer.ADAM David Alan Martin2017-02-021-0/+1
* SERVER-26741 Retain temp collections when node restarted w/o --replSet.Max Hirschhorn2017-01-271-4/+13
* SERVER-27800 Change ReplicationCoordinatorImpl and ReplicationExecutor constr...Andy Schwerin2017-01-251-3/+3
* SERVER-27710 Move SNMP init hook out of db.cpp.ADAM David Alan Martin2017-01-191-7/+1
* SERVER-27490 Stop consulting storage engine isDurable flag in ReplicationCoor...Andy Schwerin2017-01-071-1/+1
* SERVER-23103 Remove remaining logic from instance.cppAndrew Morrow2016-12-141-23/+0
* SERVER-23103 Move DiagLog to its own libraryAndrew Morrow2016-12-141-0/+1
* SERVER-23759 wait for repl startup before shutting downEric Milkie2016-12-131-0/+7
* SERVER-27301 converted OpObserver into an interface. ServiceContext should al...Benety Goh2016-12-071-2/+2
* SERVER-27225 de-duplicate ForkServer symbolMatt Cotter2016-12-051-1/+2
* SERVER-23514 remove code and tests from SERVER-23299Eric Milkie2016-11-211-90/+0
* 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