summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Import wiredtiger: 7aaeaaa054d1ac27a95c79984f7ca69ba739caae from branch mongo...Alex Gorrod2017-06-07680-3776/+10593
* SERVER-27769 Add wallClock time to oplogMisha Tyulenev2017-06-063-5/+53
* SERVER-28445 Compute operationTime in command error responseMisha Tyulenev2017-06-061-14/+12
* SERVER-29458 Fix building on FreeBSDADAM David Alan Martin2017-06-061-0/+8
* Revert "SERVER-29434 Don't accept empty timestamps for readConcern afterClust...Judah Schvimer2017-06-063-117/+0
* SERVER-28897 Update apply_ops1.js to only perform idempotent operations in ap...Matthew Russotto2017-06-063-14/+10
* SERVER-29037: Updated logging in replication coordinator to show new replSetC...Allison Chang2017-06-061-1/+3
* SERVER-29328 Do not mark primitive types as constMark Benvenuto2017-06-062-2/+28
* SERVER-28608 Vendorize the timelib libraryDerick Rethans2017-06-0638-0/+82323
* SERVER-29434 Don't accept empty timestamps for readConcern afterClusterTimeJack Mulrow2017-06-063-0/+117
* SERVER-28458 Unit test wall clock reset admin errorsJack Mulrow2017-06-062-2/+74
* SERVER-24480 Make validate hook run after checkReplDBHashPeter Mauldin2017-06-068-11/+36
* SERVER-2938 Improved lock file error messageGWlodarek2017-06-063-8/+21
* SERVER-27633 Rename reloadShardRegistryUntilSuccess in sharding_initializatio...chorn2017-06-064-7/+8
* Revert "SERVER-28944 change validate() reporting order"Max Hirschhorn2017-06-051-6/+3
* SERVER-28767 UpdateNode::apply uses exceptions instead of Status.Justin Seyster2017-06-0515-1408/+1402
* SERVER-29020 Upgrade vendored copy of ASIO to 524288cb4fcf84664b3dc39cb4424c7...Spencer Jackson2017-06-05964-98240/+109259
* SERVER-28944 change validate() reporting orderRobert Guo2017-06-051-3/+6
* SERVER-28300 Fix lintsamantharitter2017-06-053-6/+8
* SERVER-29073 Allow variable definition within $lookupJames Wahlin2017-06-058-77/+525
* SERVER-29240 Add test to ensure valid index creation for capped collections d...William Schultz2017-06-052-0/+143
* SERVER-29238 Implement ServiceStateMachineJonathan Reams2017-06-0515-194/+900
* SERVER-29192 Prevent 'silentfail' status for dynamic testsYves Duhem2017-06-053-7/+8
* SERVER-28300 Implement mock libraries to test logical session cacheSamantha Ritter2017-06-058-0/+849
* SERVER-28300 Implement the logical session cacheSamantha Ritter2017-06-057-8/+440
* SERVER-28300 Add interfaces for logical session cache supporting typesSamantha Ritter2017-06-055-0/+251
* SERVER-28300 Make PeriodicRunnerASIO more resilientsamantharitter2017-06-052-3/+9
* SERVER-29441 Clean up declaration of the cpuprofiler libraryAndrew Morrow2017-06-052-40/+38
* SERVER-29327: Prevent DBDirectClient from storing MaxTimeMS on cursorsSpencer Jackson2017-06-053-14/+23
* SERVER-29443 Fix iOS and tvOS compilesAndrew Morrow2017-06-052-1/+5
* SERVER-29420 Use SSL headers from toolchain when building tools on OS XAndrew Morrow2017-06-051-0/+2
* SERVER-29253 Migrate cursor manager to the client cursor lib.ADAM David Alan Martin2017-06-0513-53/+44
* SERVER-29442 Reduce --jobs for Solaris compile to avoid OOM failures.Max Hirschhorn2017-06-051-1/+3
* SERVER-29342 Fix build on windosNathan Myers2017-06-022-4/+1
* SERVER-29433 Improve logging during ReplicaSetFixture initializationSpencer T Brody2017-06-021-3/+5
* SERVER-29342 CollectionShardState/RangeDeleter support for safe secondary readsNathan Myers2017-06-0213-159/+352
* SERVER-28596 Upload hanging or failing tests in compile_all to S3Jonathan Abrahams2017-06-022-6/+60
* SERVER-28743: Have WiredTiger data structures be --groupCollections aware.Daniel Gottlieb2017-06-0219-894/+1934
* SERVER-28293 Verify mongod processes $logicalTime like mongosJack Mulrow2017-06-021-26/+28
* SERVER-29237 add maxConnecting in asio connpoolJason Carey2017-06-026-6/+249
* SERVER-28767 Create IncNode/MulNodeJustin Seyster2017-06-0211-79/+2173
* SERVER-24783 resmoke.py now prints running tests when encountering timeoutsPeter Mauldin2017-06-024-20/+66
* SERVER-29094 enable causally_consistent_jscore_passthrough for Windows 2008R2Misha Tyulenev2017-06-021-1/+1
* SERVER-29333 replace incorrect use of getStatusFromCommandResult in ShardServ...Dianna Hohensee2017-06-021-6/+24
* SERVER-29334 remove dotted field name check from BSONObj::okForStorageDianna Hohensee2017-06-024-100/+11
* SERVER-29396 Fix logical clock unit test for kMaxAcceptableLogicalClockDriftS...Kevin Pulo2017-06-021-3/+3
* SERVER-29396 maxAcceptableLogicalClockDriftSecs must be positiveKevin Pulo2017-06-022-15/+15
* Revert "SERVER-29342 CollectionShardState/RangeDeleter support for safe secon...Nathan Myers2017-06-0112-343/+152
* SERVER-29342 CollectionShardState/RangeDeleter support for safe secondary readsNathan Myers2017-06-0112-152/+343
* SERVER-29274 make reaper mandatory in Database::dropCollection()Benety Goh2017-06-015-121/+99