summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-22411 Add stub implementation of ASIO SChannel integration"Mark Benvenuto2018-02-0726-753/+7
* SERVER-22411 Add stub implementation of ASIO SChannel integrationMark Benvenuto2018-02-0726-7/+753
* SERVER-32756 Enable selection of V2 format unique indexnehakhatri52018-02-079-5/+429
* SERVER-32918 Extract operation fields of OplogEntryBase into chained ReplOper...Siyuan Zhou2018-02-064-22/+73
* SERVER-33102 Implement RFC4013 saslPrep helperSara Golemon2018-02-064-0/+335
* SERVER-32291 Fix SConscript due to file directory changesRandolph Tan2018-02-062-1/+3
* SERVER-32687 DBClientBase::findOneByUUID() returns command status rather than...Benety Goh2018-02-061-3/+4
* SERVER-33132 Doc source shouldn't depend upon implADAM David Alan Martin2018-02-061-1/+3
* SERVER-32862 Prevent zone key field names from possessing invalid prefixesBlake Oler2018-02-062-0/+25
* SERVER-32291 Implement _configsvrCreateCollection commandRandolph Tan2018-02-067-8/+207
* SERVER-32291 Implement collection creation on config serverRandolph Tan2018-02-069-24/+435
* SERVER-33022 make the CatalogCache cache the databaseVersion in the DatabaseI...Esha Maharishi2018-02-065-28/+46
* Revert "Revert "SERVER-32983 persist a version field in new config.databases ...Esha Maharishi2018-02-062-5/+27
* SERVER-32913 add ApplyOps::extractOperationsBenety Goh2018-02-063-1/+144
* SERVER-33136 const-ify the command auth accessorsBilly Donahue2018-02-06172-274/+280
* SERVER-32367 Make AutoGetCollection throw if UUID cannot be resolvedKaloian Manassiev2018-02-0612-164/+169
* SERVER-29908 Move sharding_catalog_manager and tests under db/s/configKaloian Manassiev2018-02-0660-468/+295
* Revert "SERVER-32983 persist a version field in new config.databases entries ...Esha Maharishi2018-02-052-27/+5
* Revert "SERVER-33022 make the CatalogCache cache the databaseVersion in the D...Esha Maharishi2018-02-055-45/+28
* SERVER-33100 Move ICU data initialization to mongo/utilSara Golemon2018-02-054-16/+49
* SERVER-28124 Use std::string for thread name.ADAM David Alan Martin2018-02-051-17/+11
* SERVER-33022 make the CatalogCache cache the databaseVersion in the DatabaseI...Esha Maharishi2018-02-055-28/+45
* SERVER-32983 persist a version field in new config.databases entries in fcv>=4.0Esha Maharishi2018-02-052-5/+27
* SERVER-32518 Establish snapshot timestamp for readConcern snapshotTess Avitabile2018-02-056-36/+61
* SERVER-32771: Add format specifier for $dateFromString expressionNick Zolnierz2018-02-056-70/+442
* SERVER-31979 Include chunk migration stats in `moveChunk.commit` changelog en...jannaerin2018-02-055-7/+17
* SERVER-32969 Include RFC4013 string prep and NFKC normalization in bundled ICUSara Golemon2018-02-055-2/+13
* SERVER-32984 clean up DatabaseType classEsha Maharishi2018-02-0515-181/+94
* SERVER-32970 put back random chunk size initialization in mongos auto split t...Randolph Tan2018-02-052-2/+23
* SERVER-33083 Check that Response is valid before accessing optional fieldMathias Stearn2018-02-051-5/+8
* SERVER-33089 Do not regenerate auth indexes in queryable backup modeSpencer Jackson2018-02-051-0/+8
* SERVER-31768 Don't create the first collection chunk on a primary drained shardjannaerin2018-02-052-46/+88
* SERVER-33084: Aggregate with explain >= 'executionStats' attempts to serializ...Nick Zolnierz2018-02-052-2/+12
* SERVER-32498 Client should capture full thread nameJonathan Reams2018-02-054-12/+4
* SERVER-33024: Set last applied when coming out of initial sync.Daniel Gottlieb2018-02-031-0/+9
* SERVER-33104 remove MONGO_PLATFORM_32 and MONGO_PLATFORM_64Benety Goh2018-02-032-21/+0
* SERVER-32913 remove unused repl writer thread count default for 32-bit platformsBenety Goh2018-02-031-10/+2
* SERVER-32965: Expose per-user SASL mechanism negotiation via isMasterSpencer Jackson2018-02-027-0/+150
* SERVER-32367 Pull UUID and view resolution out of db_raiiKaloian Manassiev2018-02-0212-206/+181
* SERVER-32367 Make the Command::parseNs* methods take StringDataKaloian Manassiev2018-02-0210-192/+129
* SERVER-29908 Move sharding_task_executor under mongo/sKaloian Manassiev2018-02-0256-210/+137
* SERVER-33041: update msi manufacturer informationWisdom Omuya2018-02-021-1/+1
* SERVER-33074 Don't initialize the ScriptEngine for embeddedHenrik Edin2018-02-021-10/+0
* SERVER-33066 Use system as clock source for embedded. It doesn't have a backg...Henrik Edin2018-02-021-2/+0
* SERVER-32913 move applyOps() into repl namespaceBenety Goh2018-02-023-6/+12
* SERVER-30472 writeCheckpointTimestamp needs to include its own write in check...Judah Schvimer2018-02-024-5/+91
* SERVER-32206 timestamp catalog change to declare index multikeyJudah Schvimer2018-02-0216-121/+790
* SERVER-32913 split SyncTail::fillWriterVectorsAndLatestSessionRecords() into ...Benety Goh2018-02-011-21/+28
* SERVER-32461 Remove featureCompatibilityVersion-dependent Query code that is ...Bernard Gorman2018-02-025-209/+48
* SERVER-33019 Update User object and DocumentParser to handle SCRAM-SHA-256Sara Golemon2018-02-0110-83/+251