summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-33041: update msi manufacturer informationWisdom Omuya2018-02-021-1/+1
| | | | | | Closes #1210 Signed-off-by: Mark Agarunov <mark.agarunov@mongodb.com>
* SERVER-33074 Don't initialize the ScriptEngine for embeddedHenrik Edin2018-02-021-10/+0
|
* SERVER-33066 Use system as clock source for embedded. It doesn't have a ↵Henrik Edin2018-02-021-2/+0
| | | | background thread.
* SERVER-32913 move applyOps() into repl namespaceBenety Goh2018-02-023-6/+12
|
* SERVER-30472 writeCheckpointTimestamp needs to include its own write in ↵Judah Schvimer2018-02-024-5/+91
| | | | checkpoint
* SERVER-32206 timestamp catalog change to declare index multikeyJudah Schvimer2018-02-0216-121/+790
|
* SERVER-32913 split SyncTail::fillWriterVectorsAndLatestSessionRecords() into ↵Benety Goh2018-02-011-21/+28
| | | | fillWriterVectors() and getLatestSessionRecords()
* SERVER-32461 Remove featureCompatibilityVersion-dependent Query code that is ↵Bernard Gorman2018-02-025-209/+48
| | | | only relevant to the 3.4-3.6 transition
* SERVER-33019 Update User object and DocumentParser to handle SCRAM-SHA-256Sara Golemon2018-02-0110-83/+251
|
* SERVER-33012 Create scramSHA256IterationCount setParameterSara Golemon2018-02-019-27/+67
|
* SERVER-32741 Initialize the featureCompatibilityVersion parameter value to 3.6Maria van Keulen2018-02-0116-250/+182
|
* SERVER-33038 Remove dependency on serveronly_repl for embeddedHenrik Edin2018-02-014-3/+24
|
* SERVER-32958 small changes to remaining Command member signatures.Billy Donahue2018-02-0110-43/+45
|
* SERVER-32913 add namespace to applyOperation_inlock dassert message for lock ↵Benety Goh2018-02-011-3/+5
| | | | error
* SERVER-33023 Disable transaction on MMAPv1.Siyuan Zhou2018-02-012-4/+20
| | | | This reverts commit 4232d7725f405f8ccd58d4415c711ba814a991d4.
* SERVER-32063 no auth required for mongos isMasterJason Carey2018-02-011-0/+4
| | | | Unify implementation in mongos with the impl in mongod.
* SERVER-28822 asan fixesJason Carey2018-02-012-1/+21
|
* SERVER-28822 Add new dbclient connection pool optionssamantharitter2018-02-018-80/+487
|
* SERVER-32958 restore LogRotateCmd's adminOnly override.Billy Donahue2018-02-011-0/+3
| | | | | (was accidentally deleted by recent 40e43aca44d4dd251b7a1d0ce44c7cb49dcda93f )
* SERVER-32072 Always roundtrip dbrefs in the shellJason Carey2018-02-014-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 Edin2018-02-016-50/+761
| | | | implements a subset of the interface reporting replication disabled. Uasserts when attempting to perform any replication logic.
* SERVER-18137: Fix lintDaniel Gottlieb2018-02-011-2/+2
|
* SERVER-18137 Use NamespaceString for fully-qualified ns in shardingKevin Pulo2018-02-0187-680/+623
|
* SERVER-18971 fix OpDebug::errInfo rename in service_entry_point_embeddedKevin Pulo2018-02-011-4/+4
|
* SERVER-18971 log command success/failureKevin Pulo2018-02-014-57/+35
|
* SERVER-32675 Make jstest changes for Mobile SE Concurrency issuesSulabh Mahajan2018-02-011-12/+0
|
* Revert "SERVER-33023 Disable transaction on storage engines other than wired ↵Siyuan Zhou2018-01-311-4/+0
| | | | | | tiger" This reverts commit c87300e4c784f3eaaf44153fc49e5936cb98ca11.
* SERVER-32958 Re-remove forceerror commandjannaerin2018-01-311-25/+0
|
* SERVER-33023 Disable transaction on storage engines other than wired tigerSiyuan Zhou2018-01-311-0/+4
|
* SERVER-32406 Fix so the generated version_constants.h is valid C++ when the ↵Henrik Edin2018-01-311-1/+1
| | | | environment_data or any other string contains back slashes.
* SERVER-31484 separate the operation deadline from awaitData deadline in ↵Martin Neupauer2018-01-3115-85/+83
| | | | | | sharded queries. The deadline has been been already separated for non-sharded queries.
* SERVER-32958 reorder headersBilly Donahue2018-01-311-1/+1
|
* SERVER-32958 unrevert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Billy Donahue2018-01-31171-664/+662
| | | | | | w/fix: update a new command to secondaryAllowed This reverts commit d75cb425fbc3cf4b569eb1722c3f8abec45654a2.
* Revert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Judah Schvimer2018-01-31169-658/+660
| | | | This reverts commit be24b0323d3f2d424d9e22337f4221d39001ac31.
* SERVER-32958 slaveOk,slaveOverrideOk replacementBilly Donahue2018-01-31169-660/+658
| | | | declare read_preference dep. update service_entry_opint_embedded
* SERVER-32594 add mechanism to close and reopen the catalogKyle Suarez2018-01-3113-18/+498
|
* SERVER-28887 Cleanup KeysCollectionCacheReader/AndUpdaterBlake Oler2018-01-3110-248/+128
|
* SERVER-32516 remove make_optional typeJudah Schvimer2018-01-311-1/+1
|
* Import tools: 4ec067b2ad33ffc54a558270f8506f8405382379 from branch masterRamon Fernandez2018-01-3176-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 ticketsBruce Lucas2018-01-313-1/+15
|
* SERVER-29771 Remove the forceerror commandjannaerin2018-01-311-25/+0
|
* SERVER-32065 support retryWrites URI param in shellKevin Albertson2018-01-316-9/+50
|
* SERVER-32489 New main library for embedded to link and initialize the system ↵Henrik Edin2018-01-3119-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 commandBlake Oler2018-01-301-4/+1
|
* SERVER-32593 Stepdown after failed moveChunk commit shouldn't crash source ↵Jack Mulrow2018-01-301-0/+20
| | | | shard primary
* SERVER-31409 Create basic multi-version rollback Javascript testVesselina Ratcheva2018-01-302-4/+84
|
* SERVER-32987 Move the contents of the 'uuid' library to be under 'base'Kaloian Manassiev2018-01-3011-33/+2
|
* SERVER-32958 Command::help() returns std::stringBilly Donahue2018-01-30142-666/+665
|
* SERVER-32749 move sspi.h to windows_basic.hMark Benvenuto2018-01-302-3/+5
|
* SERVER-32751 Simplify SSLManagerInterfaceMark Benvenuto2018-01-302-41/+7
|