summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-30170 Embedded can now shutdown and re-initialize.Henrik Edin2018-03-2652-321/+472
* SERVER-33568 Support StringBuilder << streaming for Status and StatusWith<T>Mathias Stearn2018-03-264-11/+41
* SERVER-33508 Fix compile with boost-1.66Mathias Stearn2018-03-261-1/+1
* SERVER-33916 Standardize on 10.2 across all embedded darwin targetsAndrew Morrow2018-03-263-22/+23
* SERVER-33857 call wrap getRedactedCopyForLogging() calls with redact()Gabriel Russell2018-03-261-5/+8
* SERVER-34133: Run WT LSM tests with mmap=false.Daniel Gottlieb2018-03-261-1/+1
* SERVER-33910 Add embedded only commands for listening on system events for tr...Henrik Edin2018-03-263-177/+198
* SERVER-33654 Make sure pollfd has an initializerJonathan Reams2018-03-261-1/+1
* SERVER-23312 Format Python files with yapfJonathan Abrahams2018-03-26131-4036/+3113
* SERVER-32602 Multiversion tests are not running enterprise MongoDB on enterpr...Robert Guo2018-03-261-9/+9
* SERVER-32844 Re-enable rollback waits for background indexes testWilliam Schultz2018-03-262-11/+7
* SERVER-34091 Change boolean type to intWilliam Schultz2018-03-261-1/+1
* SERVER-34125: inMemory should not restrict truncating the oplog.Daniel Gottlieb2018-03-262-3/+10
* SERVER-34126 remove config_version_rollback.jsJudah Schvimer2018-03-263-182/+0
* SERVER-34095 Restrict snapshot reads to multi-statement transactionsJames Wahlin2018-03-262-2/+29
* SERVER-33988 Use memory_order_acquire in Future wait loopMathias Stearn2018-03-262-2/+10
* SERVER-26601 Remove assert.soon wrappers around rawMongoProgramOutputSamy Lanka2018-03-2611-134/+109
* SERVER-34068 Unify commit machinery between snapshot read and multi-document ...Matthew Russotto2018-03-256-41/+139
* SERVER-33269: Fix windows async evergreen variant to only declare one `test_f...Daniel Gottlieb2018-03-251-2/+1
* SERVER-29213: Have WiredTiger support recoverToStableTimestamp.Daniel Gottlieb2018-03-2473-500/+701
* SERVER-34071 SERVER-34071 Don't assume all executors have targetsAndrew Morrow2018-03-241-1/+1
* SERVER-14900 Ensure that operations are logged under the correct componentBernard Gorman2018-03-242-6/+3
* SERVER-14900 Record post-execution CurOp metrics on mongoSBernard Gorman2018-03-2412-10/+69
* SERVER-33718 Explain does not produce a plan for mongoS-only aggregation pipe...Bernard Gorman2018-03-244-22/+68
* SERVER-33834 Add unit tests for WiredTigerRecoveryUnitXiangyu Yao2018-03-235-0/+407
* SERVER-33979 Tag fsm transaction test with uses_transactionXiangyu Yao2018-03-231-6/+3
* SERVER-34091 Make sure we read all committed entries when truncating the oplogWilliam Schultz2018-03-232-1/+12
* SERVER-34097: Prevent compact_keep_indexes.js from running in parallel with a...Nick Zolnierz2018-03-231-0/+7
* SERVER-34071 Apply install aliases to other binaries when in hygienic modeAndrew Morrow2018-03-239-80/+141
* SERVER-34106 Remove all uses of `std::auto_ptr`.ADAM David Alan Martin2018-03-232-4/+4
* SERVER-33854 Avoid accessing invalid memory in applyOpsXiangyu Yao2018-03-234-6/+16
* SERVER-33868 Delete db versions from config.databases on setFCV=3.6jannaerin2018-03-232-4/+33
* SERVER-33309 SERVER-33310 Handle WT_PREPARE_CONFLICT. Add methods inLouis Williams2018-03-2315-63/+496
* SERVER-33815 Migrate existing transactions tests to new suiteWilliam Schultz2018-03-235-405/+44
* SERVER-32979 Fix LintMark Benvenuto2018-03-231-1/+2
* SERVER-34062 powertest.py attempts to access an attribute named address_type ...Jonathan Abrahams2018-03-231-1/+1
* SERVER-33889 Split dcommands and core into libraries for embedded vs standalo...Henrik Edin2018-03-2347-184/+302
* SERVER-27664 Get rid of usages of ShardConnection in commands_public.cppKaloian Manassiev2018-03-231-114/+86
* SERVER-32979 Windows Certificate SelectorsMark Benvenuto2018-03-233-1/+212
* SERVER-33667 Test that readConcern level snapshot is not allowed for agg explainJames Wahlin2018-03-231-15/+29
* SERVER-33425: Removed unused function SessionsCommandFCV34StatusMatthew Saltz2018-03-232-10/+0
* SERVER-33306 Add uses_transactions tag to prepare_transaction.jsLouis Williams2018-03-231-1/+1
* SERVER-32332 remove RSDataSyncBenety Goh2018-03-234-156/+0
* SERVER-32332 replace RSDataSync in ReplicationCoordinatorExternalStateImpl wi...Benety Goh2018-03-232-10/+14
* SERVER-32332 add dedicated task executor for OplogApplierBenety Goh2018-03-232-7/+23
* SERVER-32332 implement OplogApplier for steady state replicationBenety Goh2018-03-232-11/+50
* SERVER-32332 grant internal authorization to threads created for repl task ex...Benety Goh2018-03-231-0/+2
* SERVER-32332 move mmapv1 prefetch override from RSDataSync to SyncTail::oplog...Benety Goh2018-03-222-14/+13
* SERVER-32335 remove unused initial sync functions from ReplicationCoordinator...Benety Goh2018-03-225-61/+1
* SERVER-32335 move initial sync oplog buffer settings from ReplicationCoordina...Benety Goh2018-03-223-34/+45