summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-31953 Target secondary application of updates and deletes by just _idSpencer T Brody2017-11-171-6/+14
* SERVER-27814 Prints Timestamp consistently, changes toString(), and removes t...Pavithra Vetriselvan2017-11-167-36/+53
* SERVER-31980 Track threads in use rather than tasks executingJonathan Reams2017-11-162-7/+7
* SERVER-30779 do not sign clusterTime in mongos when auth is off or user has a...Misha Tyulenev2017-11-152-7/+12
* SERVER-31810: Make applyOps require privileges for UUIDsSpencer Jackson2017-11-153-19/+57
* SERVER-31792 Generate UUIDs for config servers during initiateMaria van Keulen2017-11-152-12/+11
* SERVER-31897 Fix exhaust queries in the shellJonathan Reams2017-11-151-1/+5
* Revert "SERVER-31808 Query vector<SockAddr> from TransportLayer"Billy Donahue2017-11-1513-106/+77
* Revert "SERVER-31808 fix lint"Billy Donahue2017-11-152-4/+2
* SERVER-31883 update nia test for op_msgJason Carey2017-11-151-22/+41
* SERVER-31808 fix lintJason Carey2017-11-152-2/+4
* SERVER-31808 Query vector<SockAddr> from TransportLayerBilly Donahue2017-11-1513-77/+106
* SERVER-31447 Use correct collation for update lookupCharlie Swanson2017-11-1510-46/+111
* SERVER-31384 applyOps should correctly propagate oplog application modeWilliam Schultz2017-11-159-77/+222
* SERVER-31894 Update system should not use mutablebson::Element operator[](Str...Tess Avitabile2017-11-1512-38/+110
* SERVER-30834 Unit tests for adding shards in AsyncResultsMerger.Matthew Russotto2017-11-141-0/+146
* Revert "SERVER-31447 Use correct collation for update lookup"Max Hirschhorn2017-11-1410-111/+46
* SERVER-31028 Reload shard registry and ensure set of shards hasn't changed wh...Matthew Russotto2017-11-141-0/+11
* SERVER-31805 rollbackViaRefetchNoUUID resyncs uuids correctlyJudah Schvimer2017-11-146-38/+263
* SERVER-31447 Use correct collation for update lookupCharlie Swanson2017-11-1410-46/+111
* SERVER-30834 Look up collation for unsharded collection when running aggregat...Matthew Russotto2017-11-141-0/+36