summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-32487 Embedded CAPI takes a yaml config string instead of argc and argv.Henrik Edin2018-04-1011-76/+178
* SERVER-33349 Add command to get stable checkpoint timestampJudah Schvimer2018-04-1013-12/+93
* Import wiredtiger: 5bfcc924079afdcd6dda22c29b5fa60a14ec3dc9 from branch mongo...Luke Chen2018-04-1021-374/+564
* SERVER-33413 nia countdownlatch misues condvarsJason Carey2018-04-091-7/+9
* SERVER-33457 Index creation in background not allowed in embedded.Henrik Edin2018-04-098-10/+165
* SERVER-34197 Only allow global snapshot reads when test commands are enabledJack Mulrow2018-04-093-1/+9
* SERVER-34194 applyOps update for control chunk should include history arrayJack Mulrow2018-04-092-1/+10
* SERVER-34328 Fix lintWilliam Schultz2018-04-091-15/+14
* SERVER-34328 Remove unused lambda captures.A. Jesse Jiryu Davis2018-04-094-4/+4
* SERVER-34264 Use TRACE_INDEX for logging Index KeyStringSulabh Mahajan2018-04-091-1/+1
* SERVER-33488 conditionally update WT size metadata during startup recoveryKyle Suarez2018-04-076-1/+224
* SERVER-32608 Make secondaries refresh their database metadata from the persis...jannaerin2018-04-062-5/+64
* SERVER-34344 Fix Windows SChannel Certificate ValidationMark Benvenuto2018-04-061-3/+3
* SERVER-34142: Fix fassert codeDaniel Gottlieb2018-04-061-1/+1
* SERVER-34142: Convert background index builds to foreground during oplog reco...Daniel Gottlieb2018-04-065-88/+111
* SERVER-34320 Fix index building in embedded.Henrik Edin2018-04-063-6/+29
* SERVER-33833 Switch OSX builds to native TLS and enable OpenSSL legacy builderSara Golemon2018-04-061-15/+54
* SERVER-34300 log status in SharedStateBase::setError in dassertBenety Goh2018-04-061-1/+1
* SERVER-34300 fixed typo in Future commentsBenety Goh2018-04-061-1/+1
* SERVER-33638 CheckReplDBHash should ignore mapreduce incremental collectionsSamy Lanka2018-04-061-7/+21
* Import wiredtiger: ea986ede145b8c2e3da8f8d11ef25813770c0b39 from branch mongo...Luke Chen2018-04-0652-777/+1763
* SERVER-34237 Allow disabling TLS versions in the shell and disable TLS 1.0 by...Sara Golemon2018-04-051-34/+87
* SERVER-34090 Allow resuming change stream when resume token's document key do...Bernard Gorman2018-04-063-50/+224
* SERVER-22480 Use underscores in member's names in DocumentSourceSortFox Lady2018-04-052-12/+12
* SERVER-33323 Fix pushBack, remove const from size_t, and fix s390xCharlie Swanson2018-04-059-8/+25
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-0566-853/+1376
* SERVER-34145 Persist database version on shardjannaerin2018-04-0512-80/+938
* SERVER-34333 Avoid deadlock implicitly creating db for change streamCharlie Swanson2018-04-051-16/+7
* SERVER-33881 move checkAuthorization to CommandInvocationBilly Donahue2018-04-0511-265/+187
* SERVER-34273 Bring database version checking out from under test flagEsha Maharishi2018-04-052-25/+28
* SERVER-33821 TL changes for NITLJason Carey2018-04-0517-140/+534
* SERVER-33940 Enforce multi-statement transaction only contains allowed commandsTess Avitabile2018-04-051-0/+43
* SERVER-33610 Remove unused resources queueMaria van Keulen2018-04-051-1/+0
* Fix merge conflict errorsWilliam Schultz2018-04-051-1/+0
* SERVER-34325 OperationShardingState should store namespace and db separately,...Esha Maharishi2018-04-053-32/+41
* Revert "SERVER-33323 Use the IDL to serialize the ARM"William Schultz2018-04-0566-1376/+854
* SERVER-34316 Directly take DBLock and CollectionLock in onCannotImplicitlyCre...Esha Maharishi2018-04-051-4/+11
* SERVER-33523 Add timestamp support to CollectionMetadataMartin Neupauer2018-04-0530-68/+417
* SERVER-33610 Recycle 2-phase-locks pending unlock during lock acquisitionMaria van Keulen2018-04-055-5/+188
* SERVER-30992 Integrate mongobridge with ServiceEntryPointJonathan Reams2018-04-053-278/+289
* SERVER-34067 Make the new movePrimary protocol FCV 4.0 compliantBlake Oler2018-04-055-41/+63
* SERVER-34323 Add DatabaseVersion field to unsharded databases when adding sha...Blake Oler2018-04-051-0/+10
* SERVER-20056 Warn when wiredTigerCacheSizeGB is > 80% of RAMMaria van Keulen2018-04-051-0/+14
* SERVER-33212 Support multi-updates in transactions.Matthew Russotto2018-04-051-1/+3
* SERVER-33942 Avoid setting deadline for maxTimeMS on tailable cursorsCharlie Swanson2018-04-056-37/+37
* SERVER-33294 Ignore 'allUsers' when reporting stashed locks with auth disabledBernard Gorman2018-04-052-5/+18
* SERVER-34305 add collection name to duplicate wiredtiger record error messageBenety Goh2018-04-042-1/+6
* SERVER-34301 make Notification<T> bool operation constBenety Goh2018-04-041-3/+3
* SERVER-33294 Report stashed in-use locks for idle sessions in currentOpBernard Gorman2018-04-0517-15/+246
* SERVER-34282 Ban change streams on entire database unless test commands are e...Bernard Gorman2018-04-053-1/+38