summaryrefslogtreecommitdiff
path: root/src/mongo/db/db.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-34888 Do not store subject name without validationSara Golemon2018-05-211-0/+18
* SERVER-26741 Retain temp collections when node restarted w/o --replSet.Max Hirschhorn2017-04-191-4/+9
* SERVER-25210 Deadlock in Master/Slave StartupMark Benvenuto2017-04-171-2/+2
* SERVER-25519 move static functions in db.cpp into anonymous namespaceBenety Goh2017-02-081-11/+14
* SERVER-25519 moved checkForCappedOplog from oplog.cpp to db.cppBenety Goh2017-02-081-1/+16
* SERVER-25519 repl::checkForCappedOplog accepts db pointer to local databaseBenety Goh2017-02-081-1/+3
* SERVER-22030 abort if oplog is uncapped when starting in repl modeEric Milkie2017-02-081-0/+3
* SERVER-21378 add setParameter startupAuthSchemaValidation used to bypass auth...Hai-Kinh Hoang2016-08-051-25/+39
* SERVER-23117 Remove path-level multikey information from the KVCatalog.Max Hirschhorn2016-05-271-0/+9
* SERVER-23116 Change currentFilesCompatible() to return a Status.Max Hirschhorn2016-05-271-4/+11
* SERVER-23125 MessageHandler has shared ownershipsamantharitter2016-05-041-1/+2
* SERVER-23299 When starting mongod, clear temp flags from collections if appro...Andy Schwerin2016-04-071-6/+87
* SERVER-22683 support replication.enableMajorityReadConcern=false in configura...Benety Goh2016-02-181-1/+2
* SERVER-14501 moved ReplSettings class implementation from repl_settings.h int...Dianna Hohensee2016-02-181-6/+6
* SERVER-21870: Add space between "supports" and "snapshots" in error messageHannes Magnusson2015-12-131-1/+1
* SERVER-20651 do not allow mongos connect to mongod if mongod does not suppor...Misha Tyulenev2015-11-191-0/+13
* SERVER-21490 give all NetworkInterfaceASIO threads a unique nameAdam Midvidy2015-11-181-1/+1
* SERVER-21401 Ensure that Client outlives its associated messaging portJason Rassi2015-11-131-0/+4
* SERVER-21010 Closing a command prompt running mongo.exe client causes app crashMark Benvenuto2015-11-061-1/+1
* SERVER-20609 do not heap allocate MessageAdam Midvidy2015-10-301-3/+3
* SERVER-21150 move basic init log messages earlierKevin Pulo2015-10-301-25/+26
* SERVER-20406 update topology coordinator settings for read committed support ...Benety Goh2015-10-151-6/+0
* SERVER-2421 SERVER-17739 Add FQDN canonicalization for serverStatus and SPNsSpencer Jackson2015-10-141-0/+3
* SERVER-16609: Move storage_options to its own libraryGeert Bosch2015-10-091-1/+1
* SERVER-20707 Add --enableMajorityReadConcern optionMathias Stearn2015-10-081-0/+14
* SERVER-19934 Sharding config minOpTime recoveryKaloian Manassiev2015-10-071-46/+49
* SERVER-17425 Clarify v:0 index deprecation messageDan Pasette2015-09-251-3/+3
* SERVER-17425 Disallow creation of v0 indexesDan Pasette2015-09-221-0/+9
* SERVER-19333 abandon startup as soon as port binding failsmatt dannenberg2015-09-221-2/+8
* SERVER-19564: Drop unused recordID return from insertDocumentMartin Bligh2015-09-091-1/+1
* SERVER-19585: Implement full-time diagnostic data capture MongoD integrationMark Benvenuto2015-09-081-0/+3
* SERVER-17527 add startup warning when server is started with web interface an...Robert Guo2015-09-081-1/+2
* SERVER-19845 Fix 32-bit compile issue by adding WT enabled defineAndreas Nilsson2015-08-271-0/+3
* SERVER-19845 Remove appendUID, add initialize WiredTiger cust hooksAndreas Nilsson2015-08-261-0/+4
* SERVER-19466 TTLMonitor::doTTLForIndex() use IXSCAN => FETCH => DELETEQingyang Chen2015-08-131-1/+2
* SERVER-19564: revertMartin Bligh2015-08-081-1/+1
* SERVER-19524 SERVER-19739 Additional validation and behavior for replica set ...Spencer T Brody2015-08-081-1/+11
* SERVER-19564: Drop unused recordID return from insertDocumentMartin Bligh2015-08-081-1/+1
* SERVER-19563 kill KillCursor piggyBack codeMathias Stearn2015-07-241-3/+0
* SERVER-19553 Make mongod not use sayPiggyBack for KillCursor messagesMathias Stearn2015-07-241-0/+3
* SERVER-19221 implement async SSL in NetworkInterfaceASIOAdam Midvidy2015-07-221-1/+2
* Revert "SERVER-19221 patch ASIO to not initialize OpenSSL"Adam Midvidy2015-07-221-6/+1
* Revert "SERVER-19221 implement async SSL in NetworkInterfaceASIO"Adam Midvidy2015-07-221-1/+6
* SERVER-19221 implement async SSL in NetworkInterfaceASIOAdam Midvidy2015-07-221-6/+1
* SERVER-19221 patch ASIO to not initialize OpenSSLAdam Midvidy2015-07-221-1/+6
* SERVER-18841 awaitData cursors block rather than busy wait in OP_GET_MORE pathQingyang Chen2015-07-161-2/+0
* SERVER-19165 add setParameter to control choice of NetworkInterfacesamantharitter2015-06-301-2/+2
* SERVER-18022 Read Majority Committed implementation for primary nodesMathias Stearn2015-06-291-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-455/+429
* SERVER-19041 Simplify SimpleMutexAndrew Morrow2015-06-191-0/+1