Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-33041: update msi manufacturer information | Wisdom Omuya | 2018-02-02 | 1 | -1/+1 |
| | | | | | | Closes #1210 Signed-off-by: Mark Agarunov <mark.agarunov@mongodb.com> | ||||
* | SERVER-33074 Don't initialize the ScriptEngine for embedded | Henrik Edin | 2018-02-02 | 1 | -10/+0 |
| | |||||
* | SERVER-33066 Use system as clock source for embedded. It doesn't have a ↵ | Henrik Edin | 2018-02-02 | 1 | -2/+0 |
| | | | | background thread. | ||||
* | SERVER-32913 move applyOps() into repl namespace | Benety Goh | 2018-02-02 | 3 | -6/+12 |
| | |||||
* | SERVER-30472 writeCheckpointTimestamp needs to include its own write in ↵ | Judah Schvimer | 2018-02-02 | 4 | -5/+91 |
| | | | | checkpoint | ||||
* | SERVER-32206 timestamp catalog change to declare index multikey | Judah Schvimer | 2018-02-02 | 16 | -121/+790 |
| | |||||
* | SERVER-32913 split SyncTail::fillWriterVectorsAndLatestSessionRecords() into ↵ | Benety Goh | 2018-02-01 | 1 | -21/+28 |
| | | | | fillWriterVectors() and getLatestSessionRecords() | ||||
* | SERVER-32461 Remove featureCompatibilityVersion-dependent Query code that is ↵ | Bernard Gorman | 2018-02-02 | 5 | -209/+48 |
| | | | | only relevant to the 3.4-3.6 transition | ||||
* | SERVER-33019 Update User object and DocumentParser to handle SCRAM-SHA-256 | Sara Golemon | 2018-02-01 | 10 | -83/+251 |
| | |||||
* | SERVER-33012 Create scramSHA256IterationCount setParameter | Sara Golemon | 2018-02-01 | 9 | -27/+67 |
| | |||||
* | SERVER-32741 Initialize the featureCompatibilityVersion parameter value to 3.6 | Maria van Keulen | 2018-02-01 | 16 | -250/+182 |
| | |||||
* | SERVER-33038 Remove dependency on serveronly_repl for embedded | Henrik Edin | 2018-02-01 | 4 | -3/+24 |
| | |||||
* | SERVER-32958 small changes to remaining Command member signatures. | Billy Donahue | 2018-02-01 | 10 | -43/+45 |
| | |||||
* | SERVER-32913 add namespace to applyOperation_inlock dassert message for lock ↵ | Benety Goh | 2018-02-01 | 1 | -3/+5 |
| | | | | error | ||||
* | SERVER-33023 Disable transaction on MMAPv1. | Siyuan Zhou | 2018-02-01 | 2 | -4/+20 |
| | | | | This reverts commit 4232d7725f405f8ccd58d4415c711ba814a991d4. | ||||
* | SERVER-32063 no auth required for mongos isMaster | Jason Carey | 2018-02-01 | 1 | -0/+4 |
| | | | | Unify implementation in mongos with the impl in mongod. | ||||
* | SERVER-28822 asan fixes | Jason Carey | 2018-02-01 | 2 | -1/+21 |
| | |||||
* | SERVER-28822 Add new dbclient connection pool options | samantharitter | 2018-02-01 | 8 | -80/+487 |
| | |||||
* | SERVER-32958 restore LogRotateCmd's adminOnly override. | Billy Donahue | 2018-02-01 | 1 | -0/+3 |
| | | | | | (was accidentally deleted by recent 40e43aca44d4dd251b7a1d0ce44c7cb49dcda93f ) | ||||
* | SERVER-32072 Always roundtrip dbrefs in the shell | Jason Carey | 2018-02-01 | 4 | -31/+83 |
| | | | | | | | | dbrefs in the shell can see silent casts from int -> float due to a lack of special case logic that regular bson objects receive. For a fix, hook up the special lookup routines in js bsoninfo type into the js dbrefinfo types. | ||||
* | SERVER-32854 Replication Coordinator implementation for embedded. It ↵ | Henrik Edin | 2018-02-01 | 6 | -50/+761 |
| | | | | implements a subset of the interface reporting replication disabled. Uasserts when attempting to perform any replication logic. | ||||
* | SERVER-18137: Fix lint | Daniel Gottlieb | 2018-02-01 | 1 | -2/+2 |
| | |||||
* | SERVER-18137 Use NamespaceString for fully-qualified ns in sharding | Kevin Pulo | 2018-02-01 | 87 | -680/+623 |
| | |||||
* | SERVER-18971 fix OpDebug::errInfo rename in service_entry_point_embedded | Kevin Pulo | 2018-02-01 | 1 | -4/+4 |
| | |||||
* | SERVER-18971 log command success/failure | Kevin Pulo | 2018-02-01 | 4 | -57/+35 |
| | |||||
* | SERVER-32675 Make jstest changes for Mobile SE Concurrency issues | Sulabh Mahajan | 2018-02-01 | 1 | -12/+0 |
| | |||||
* | Revert "SERVER-33023 Disable transaction on storage engines other than wired ↵ | Siyuan Zhou | 2018-01-31 | 1 | -4/+0 |
| | | | | | | tiger" This reverts commit c87300e4c784f3eaaf44153fc49e5936cb98ca11. | ||||
* | SERVER-32958 Re-remove forceerror command | jannaerin | 2018-01-31 | 1 | -25/+0 |
| | |||||
* | SERVER-33023 Disable transaction on storage engines other than wired tiger | Siyuan Zhou | 2018-01-31 | 1 | -0/+4 |
| | |||||
* | SERVER-32406 Fix so the generated version_constants.h is valid C++ when the ↵ | Henrik Edin | 2018-01-31 | 1 | -1/+1 |
| | | | | environment_data or any other string contains back slashes. | ||||
* | SERVER-31484 separate the operation deadline from awaitData deadline in ↵ | Martin Neupauer | 2018-01-31 | 15 | -85/+83 |
| | | | | | | sharded queries. The deadline has been been already separated for non-sharded queries. | ||||
* | SERVER-32958 reorder headers | Billy Donahue | 2018-01-31 | 1 | -1/+1 |
| | |||||
* | SERVER-32958 unrevert "SERVER-32958 slaveOk,slaveOverrideOk replacement" | Billy Donahue | 2018-01-31 | 171 | -664/+662 |
| | | | | | | w/fix: update a new command to secondaryAllowed This reverts commit d75cb425fbc3cf4b569eb1722c3f8abec45654a2. | ||||
* | Revert "SERVER-32958 slaveOk,slaveOverrideOk replacement" | Judah Schvimer | 2018-01-31 | 169 | -658/+660 |
| | | | | This reverts commit be24b0323d3f2d424d9e22337f4221d39001ac31. | ||||
* | SERVER-32958 slaveOk,slaveOverrideOk replacement | Billy Donahue | 2018-01-31 | 169 | -660/+658 |
| | | | | declare read_preference dep. update service_entry_opint_embedded | ||||
* | SERVER-32594 add mechanism to close and reopen the catalog | Kyle Suarez | 2018-01-31 | 13 | -18/+498 |
| | |||||
* | SERVER-28887 Cleanup KeysCollectionCacheReader/AndUpdater | Blake Oler | 2018-01-31 | 10 | -248/+128 |
| | |||||
* | SERVER-32516 remove make_optional type | Judah Schvimer | 2018-01-31 | 1 | -1/+1 |
| | |||||
* | Import tools: 4ec067b2ad33ffc54a558270f8506f8405382379 from branch master | Ramon Fernandez | 2018-01-31 | 76 | -1105/+2774 |
| | | | | | | | | | | | | | ref: 49d61f9a36..4ec067b2ad for: 3.7.2 TOOLS-1765 mongoreplay crashes with out of memory recording from 8GB pcap file TOOLS-1773 Change mongoreplay encoding format TOOLS-1776 mongoreplay hangs on open connection when finishing playback TOOLS-1794 Add ability to filter a certain duration in mongoreplay TOOLS-1905 Need to update spacemonkeygo/openssl fork to support newer OpenSSL libraries TOOLS-1932 Incorrect shebang line for build.sh TOOLS-1938 Rationalize Evergreen build variants | ||||
* | SERVER-32875 Don't stall ftdc due to running out of tickets | Bruce Lucas | 2018-01-31 | 3 | -1/+15 |
| | |||||
* | SERVER-29771 Remove the forceerror command | jannaerin | 2018-01-31 | 1 | -25/+0 |
| | |||||
* | SERVER-32065 support retryWrites URI param in shell | Kevin Albertson | 2018-01-31 | 6 | -9/+50 |
| | |||||
* | SERVER-32489 New main library for embedded to link and initialize the system ↵ | Henrik Edin | 2018-01-31 | 19 | -454/+2635 |
| | | | | with. Replaces mongodmain and allow us to start reducing dependencies. Embedded types for service_context and service_entry_point. | ||||
* | SERVER-22039 Fix printShardingSize command | Blake Oler | 2018-01-30 | 1 | -4/+1 |
| | |||||
* | SERVER-32593 Stepdown after failed moveChunk commit shouldn't crash source ↵ | Jack Mulrow | 2018-01-30 | 1 | -0/+20 |
| | | | | shard primary | ||||
* | SERVER-31409 Create basic multi-version rollback Javascript test | Vesselina Ratcheva | 2018-01-30 | 2 | -4/+84 |
| | |||||
* | SERVER-32987 Move the contents of the 'uuid' library to be under 'base' | Kaloian Manassiev | 2018-01-30 | 11 | -33/+2 |
| | |||||
* | SERVER-32958 Command::help() returns std::string | Billy Donahue | 2018-01-30 | 142 | -666/+665 |
| | |||||
* | SERVER-32749 move sspi.h to windows_basic.h | Mark Benvenuto | 2018-01-30 | 2 | -3/+5 |
| | |||||
* | SERVER-32751 Simplify SSLManagerInterface | Mark Benvenuto | 2018-01-30 | 2 | -41/+7 |
| |