summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-32125 Only add/remove UUIDs during upgrade/downgradeGeert Bosch2017-11-301-1/+4
* SERVER-32043 Disallow users from creating new indexes in config.transactionsRandolph Tan2017-11-301-0/+6
* SERVER-32055 Do not take ShardingState mutex when updating config.transactionsRandolph Tan2017-11-301-13/+19
* SERVER-31845 Bypass query subsystem to improve config.transactions update per...Randolph Tan2017-11-304-27/+80
* SERVER-32124: Opt-out the MongoDB checkpoint thread from coordinating with ot...Daniel Gottlieb2017-11-301-3/+4
* Revert "SERVER-32022: Allow disabling majority reads."Daniel Gottlieb2017-11-3012-115/+32
* SERVER-32022: Allow disabling majority reads.Daniel Gottlieb2017-11-2912-32/+115
* Import wiredtiger: 827882209411acf9c96d99c122053283ecb53055 from branch mongo...r3.6.0-rc7Ramon Fernandez2017-11-2912-72/+127
* SERVER-32059 Fix SSL test on windows.ADAM David Alan Martin2017-11-281-1/+3
* SERVER-32059 Fix testADAM David Alan Martin2017-11-281-2/+2
* SERVER-32059 Implement Drivers spec changes to SRVADAM David Alan Martin2017-11-283-44/+170
* SERVER-31965 Fix lintADAM David Alan Martin2017-11-281-0/+1
* SERVER-31965 Correctly handle certificates for SRV URIsADAM David Alan Martin2017-11-284-25/+140
* SERVER-32104 remove failing invariant for 3.6Eric Milkie2017-11-281-1/+0
* Import wiredtiger: 780a2fb15d6c0acb9f5fd942c90d0f0774a37628 from branch mongo...Luke Chen2017-11-2814-30/+86
* SERVER-32029 Only target primary shard for unsharded change stream.Charlie Swanson2017-11-272-7/+20
* SERVER-32041 missed a file when cherry-pickingEric Milkie2017-11-271-1/+1
* SERVER-32041 more efficient logic in setMyLastAppliedOpTimeEric Milkie2017-11-272-6/+22
* Revert "SERVER-32051 Require shard servers and config servers to be replica s...r3.6.0-rc6Ramon Fernandez2017-11-232-15/+5
* SERVER-32077 Fix connection string test.ADAM David Alan Martin2017-11-221-14/+15
* SERVER-32076 Fix DNS Unit testADAM David Alan Martin2017-11-221-2/+2
* Import wiredtiger: 7a7d6ffec48afeef4e1d7b23bceb4015986f47b9 from branch mongo...r3.6.0-rc5Luke Chen2017-11-226-34/+92
* SERVER-32051 Require shard servers and config servers to be replica setsEsha Maharishi2017-11-212-5/+15
* Import tools: 12cce7433c480538ff26caa9c51cec3e04a07e90 from branch masterKelsey Thomas Schubert2017-11-21305-1841/+5672
* SERVER-31476 Server should prohibit establishing a cursor on a read-only viewSiyuan Zhou2017-11-211-0/+2
* SERVER-31934 set orphanCleanupDelaySecs=1 for all testsMisha Tyulenev2017-11-211-1/+1
* SERVER-31866 setFCV should always wait for majority writeConcernJack Mulrow2017-11-216-10/+63
* SERVER-30577 Don't update the stable timestamp if database is in an inconsist...William Schultz2017-11-2116-97/+389
* SERVER-31988 RollbackViaRefetch makes CollectionImpl validator out of sync wi...Judah Schvimer2017-11-216-2/+78
* SERVER-31909 Recipient shard should fail migration if it already has the coll...Esha Maharishi2017-11-211-24/+54
* SERVER-32022: Allow disabling majority reads.Daniel Gottlieb2017-11-217-44/+56
* SERVER-31394 Create passthrough of existing $changeStream tests to run agains...Bernard Gorman2017-11-211-4/+2
* SERVER-31836 Always dispatch sorted tailable awaitdata getMores to the shards...Bernard Gorman2017-11-211-1/+9
* SERVER-32002 rename serverStatus "compressed" section to "compressor"Bruce Lucas2017-11-202-12/+12
* SERVER-32047 Make `forceRoutingTableRefresh` wait for critical section outsid...Kaloian Manassiev2017-11-201-3/+5
* SERVER-32027 Fix unit-tests which rely on having a valid wallclock timeKaloian Manassiev2017-11-209-107/+90
* SERVER-32023 quitExit should call TerminateProcess on WindowsMark Benvenuto2017-11-201-3/+3
* SERVER-32005 IDL augment code with compiler likely macroMark Benvenuto2017-11-203-19/+78
* SERVER-32005 IDL chained struct InlingMark Benvenuto2017-11-202-0/+16
* SERVER-32038 Update host entries for dns query testsMathew Robinson2017-11-202-15/+15
* SERVER-32027 Always include the wall clock time in oplog entriesKaloian Manassiev2017-11-201-5/+2
* SERVER-31354 Support driver API for changeStreams in the shell.Siyuan Zhou2017-11-175-5/+73
* SERVER-32006 add a parameter to wait before secondaries perform noop writeMisha Tyulenev2017-11-176-10/+73
* SERVER-31665 Use correct read concern/preference during update lookupCharlie Swanson2017-11-1717-12/+68
* SERVER-31951 Create RetryChangeStream error codeCharlie Swanson2017-11-171-0/+1
* SERVER-31941 Disallow retryable writes in storage engines that do not support...Jack Mulrow2017-11-177-16/+53
* SERVER-32007 Avoid unnecessary intrusive_ptr<Expression> copies in time expre...David Storch2017-11-172-33/+37
* SERVER-32007 Make evaluation of time-related agg expressions thread safe.David Storch2017-11-171-1/+1
* SERVER-31962 Replace Variables::hasUserDefinedValue() with const val chkJames Wahlin2017-11-177-23/+51
* Import wiredtiger: 923937e6b2bb7ffc1ff86bfaa8c2f130930286de from branch mongo...Ramon Fernandez2017-11-1725-356/+485