summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-32682 Change GlobalLock timeout type to MillisecondsXiangyu Yao2018-02-0919-89/+89
* SERVER-32918 Set OpType in ReplOperation maker helpers.Siyuan Zhou2018-02-091-0/+3
* SERVER-33125 Work around codegen error in s390x exception unwinding.Justin Seyster2018-02-091-1/+11
* SERVER-30114 Add simple slow spinlock monitoringMark Benvenuto2018-02-094-0/+90
* SERVER-33064 Remove 'allowUnsafeRenamesDuringInitialSync' flagWilliam Schultz2018-02-091-20/+0
* SERVER-33181 Upgrade asio to current masterAndrew Morrow2018-02-0943-115/+10554
* SERVER-30523: dateFromParts should not reject out-of-range numbers for date/t...Nick Zolnierz2018-02-098-86/+207
* SERVER-33160 clean up syncApply() handling of delete opsBenety Goh2018-02-091-37/+21
* SERVER-33105 Fix use-after-move bug in Helpers::findOne()Ian Boros2018-02-081-1/+1
* SERVER-33120 Protect _previousSetOldestTimestamp with _oplogManagerMutexXiangyu Yao2018-02-082-4/+11
* SERVER-28975 Fix typosLouis Williams2018-02-081-1/+1
* SERVER-32950 Global resource should participate in two-phase lockingEric Milkie2018-02-081-4/+4
* SERVER-31477 Add $trim, $ltrim and $rtrim expressions.Charlie Swanson2018-02-085-21/+1029
* SERVER-33160 syncApply() treats delete ops on non-existent namespaces as no-o...Benety Goh2018-02-082-18/+23
* SERVER-29876 Check if partial filter applies when unindexing documentsLouis Williams2018-02-082-4/+24
* SERVER-33160 added syncApply() test cases for CRUD ops on non-existent namesp...Benety Goh2018-02-083-10/+106
* SERVER-33158 Shrink LogicalSession refresh batchesJason Carey2018-02-084-1/+26
* SERVER-32894 Disallow creation of system.indexesTess Avitabile2018-02-083-10/+29
* SERVER-32913 add ApplyOpsCommandInfoBenety Goh2018-02-084-42/+156
* SERVER-33106 set multiKeyPaths and clear plan cache in onCommit hookKyle Suarez2018-02-081-12/+17
* SERVER-33124 Remove mmapv1 dependency from embedded.Henrik Edin2018-02-0816-32/+261
* SERVER-32685 Disable lock and WT transaction yielding under readConcern snaps...Tess Avitabile2018-02-089-39/+92
* SERVER-31979 Chunk migration statistics included in moveChunk.commitjannaerin2018-02-082-3/+4
* Import wiredtiger: a6e72378a60249228730667a2cba9a90c454b786 from branch mongo...Luke Chen2018-02-0854-632/+1462
* Import tools: 217a4963272b01dbdc951f626eaccb4ec9d09f59 from branch masterKelsey Schubert2018-02-0719-141/+553
* SERVER-32395 Make killCursors work against pinned cursors on mongos when auth...Ian Boros2018-02-0717-288/+427
* 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