summaryrefslogtreecommitdiff
path: root/src/mongo/db/db.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37496 Register balancer shutdown task when MongoD is single-threadedJack Mulrow2018-10-291-0/+6
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-171-14/+16
* SERVER-34986 Allow connections to override maxConns based on CIDR rangeJonathan Reams2018-10-121-0/+6
* SERVER-37430 Shut down PeriodicRunner before Sharding and Replication shutdownBlake Oler2018-10-051-5/+5
* SERVER-34923 PeriodicRunnerASIO -> ImplJason Carey2018-09-051-2/+2
* SERVER-32302 Introduce BSONObjStlIterator as a proper stl-style iteratorMathias Stearn2018-07-231-4/+1
* SERVER-34414 Create system indexes using the normal index creation and replic...Matthew Russotto2018-07-231-0/+3
* SERVER-34735 Extract structured data from X509 subject namesSara Golemon2018-06-051-1/+1
* SERVER-34888 Do not store subject name without validationSara Golemon2018-05-211-0/+18
* Revert "SERVER-32677 Fix segmentation fault when converting a replica set to ...Blake Oler2018-05-011-16/+7
* SERVER-32677 Fix segmentation fault when converting a replica set to a replic...Blake Oler2018-02-281-7/+16
* Revert "SERVER-32677 Fix segmentation fault when converting a replica set to ...r3.6.3-rc1r3.6.3Blake Oler2018-02-161-9/+2
* SERVER-28822 Add new dbclient connection pool optionssamantharitter2018-02-081-0/+4
* SERVER-32677 Fix segmentation fault when converting a replica set to a replic...Blake Oler2018-02-061-2/+9
* SERVER-30626 Remove TopologyCoordinator interface.Matthew Russotto2018-01-041-3/+3
* SERVER-31870 Clarify 3.6 upgrade-related startup error messagesMaria van Keulen2017-11-101-6/+13
* SERVER-31631 Bump minimum outgoing wire version for mongod when featureCompat...Tess Avitabile2017-11-091-0/+10
* SERVER-31724 Call TransportLayer shutdown during normal server shutdownJonathan Reams2017-11-021-10/+5
* SERVER-31611: Perform a clean shutdown and downgrade on an interpreted FCV 3.2.Daniel Gottlieb2017-10-271-26/+56
* SERVER-31608 remove FCV gettersJudah Schvimer2017-10-261-1/+2
* SERVER-31607 move validateFeaturesAsMaster out of FeatureCompatibility structJudah Schvimer2017-10-241-1/+1
* SERVER-31607 Remove FeatureCompatibilityVersionInfo structJudah Schvimer2017-10-241-10/+10
* SERVER-31634 FeatureCompatibilityVersion::setIfCleanStartup() should store FC...Tess Avitabile2017-10-241-8/+3
* SERVER-31350: Make enableMajorityReadConcern a noopDaniel Gottlieb2017-10-201-15/+0
* SERVER-31137 Assert the in-memory fCV is initialized on startupMaria van Keulen2017-10-191-10/+27
* SERVER-29452 Handle missing featureCompatibilityVersion documentMaria van Keulen2017-10-161-0/+151
* SERVER-31548 ServiceExecutor should be started before TransportLayerJonathan Reams2017-10-161-4/+4
* SERVER-30242 SERVER-31513 SERVER-31235 Make method to determine if fCV has be...Louis Williams2017-10-161-15/+18
* SERVER-31184 Make servers automatically set up config.system.sessionssamantharitter2017-10-111-0/+2
* SERVER-30131 Ensure collections on local have UUIDsMaria van Keulen2017-10-091-7/+9
* Revert "SERVER-30131 Ensure collections on local have UUIDs"Maria van Keulen2017-10-091-9/+7
* SERVER-30131 Ensure collections on local have UUIDsMaria van Keulen2017-10-091-7/+9
* SERVER-30745 Prohibit unsafe comparisons against featureCompatibilityVersionLouis Williams2017-10-061-4/+3
* SERVER-31405 Remove redundant startup warning for incomplete upgrade/downgradeLouis Williams2017-10-061-26/+0
* SERVER-31308 Add startup deprecation warning for systems using MONGODB-CRSara Golemon2017-10-061-0/+10
* SERVER-31289 Add test only $listLocalCursorsJason Carey2017-10-031-0/+4
* SERVER-31209 Persist targetVersion in FCV document to indicate an upgrade/dow...Louis Williams2017-10-031-9/+25
* Revert "SERVER-31209 Persist targetVersion in FCV document to indicate an upg...Louis Williams2017-09-281-25/+9
* SERVER-31209 Persist targetVersion in FCV document to indicate an upgrade/dow...Louis Williams2017-09-281-9/+25
* SERVER-30977 add clusterTime to standalone replica setMisha Tyulenev2017-09-271-1/+13
* SERVER-31170 Cleanup bench_run.cppKaloian Manassiev2017-09-221-72/+62
* SERVER-30471 Service executors take a timeout in shutdown to honor shutdown g...Henrik Edin2017-09-221-40/+17
* SERVER-30135 Added a synchronous executor to make the code path between the t...Henrik Edin2017-09-221-9/+8
* Revert "Revert "SERVER-21677 Remove "diaglog" support from the server""Dan Pasette2017-09-211-4/+0
* SERVER-31110 Startup warning for incomplete featureCompatibilityVersion upgra...Louis Williams2017-09-211-0/+26
* SERVER-30346 Add startupWarnings for master-slaveKatherine Walker2017-09-211-1/+1
* Revert "SERVER-21677 Remove "diaglog" support from the server"Ian Whalen2017-09-211-0/+4
* SERVER-21677 Remove "diaglog" support from the serverDan Pasette2017-09-201-4/+0
* SERVER-31011 Provide transaction record deletion hookJason Carey2017-09-201-1/+1
* Revert "SERVER-30346 Add startupWarnings for master-slave replication".Katherine Walker2017-09-191-1/+1