summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37526 IDLify listDatabases commandr4.1.4Sara Golemon2018-10-115-14/+64
* SERVER-36517 Allow wildcard indexes to provide DISTINCT_SCANBernard Gorman2018-10-1115-318/+465
* SERVER-37460 Add type to all currentOp documentsTed Tuckman2018-10-102-0/+3
* SERVER-36478 Use user-provided wtimeout for setFCV commandLouis Williams2018-10-102-5/+13
* SERVER-36465 Support {$ne: null} queries with non-multikey sparse and wildcar...Ian Boros2018-10-1013-94/+260
* SERVER-37531 Fix dependency issue in ssl_manager_opensslShreyas Kalyan2018-10-101-0/+2
* SERVER-37525 Error handling in the exchange can cause invariant failures in d...Martin Neupauer2018-10-102-14/+42
* SERVER-37135: Track and report TLS 1.3Spencer Jackson2018-10-107-2/+27
* SERVER-20603 Add component information to syslog loggingHenrik Edin2018-10-101-0/+4
* SERVER-37182 Correctly handle duplicate fields in $arrayToObjectIan Boros2018-10-102-2/+42
* SERVER-37018 Respond to voteCommit for non-existent transaction with abortTra...Matthew Saltz2018-10-102-2/+7
* SERVER-37018 Refactor unit tests to test TransactionCoordinatorService directlyMatthew Saltz2018-10-107-596/+570
* SERVER-37542 Add support for building wt tool through SCons.Max Hirschhorn2018-10-101-0/+26
* SERVER-37386 Make periodic_runner_impl_test more diagnosableMatthew Saltz2018-10-101-3/+10
* SERVER-37436 Add fields to idleCursor object in curOpTed Tuckman2018-10-101-0/+13
* SERVER-37083 Improve Window secure allocatorMark Benvenuto2018-10-101-1/+7
* SERVER-35879 Deal with abortTransaction and prepareTransaction oplog entries ...Samy Lanka2018-10-093-2/+191
* SERVER-37459 special case for $group with $$ROOT or $$CURRENTIan Boros2018-10-091-1/+11
* Import wiredtiger: d235e0e71ef84c3f9d5a870f08feeff9a7c5581e from branch mongo...Luke Chen2018-10-0918-415/+608
* SERVER-37007 Add planSummary to idleCursorTed Tuckman2018-10-094-5/+35
* SERVER-37223 Invariant sharded txns with snapshot read concern select atClust...Jack Mulrow2018-10-095-101/+106
* SERVER-37223 Place readConcernArgs on opCtx for subsequent statements in shar...Jack Mulrow2018-10-093-31/+54
* SERVER-37210 Mongos should implicitly abort transactions on unhandled errorsJack Mulrow2018-10-0911-62/+341
* SERVER-37394 do not display deadline in timeout messageEric Milkie2018-10-092-16/+8
* SERVER-36895 updated SAN recognition for IP addresses on Mac and OpenSSLShreyas Kalyan2018-10-084-10/+128
* SERVER-37441 Add missing unit testing for wildcard indexes.David Storch2018-10-081-0/+53
* SERVER-37505 Run applyOps with prepare: true in its own batch in MultiApplier.Siyuan Zhou2018-10-082-3/+9
* SERVER-37495 Change Android minimum API level to 21Henrik Edin2018-10-081-1/+1
* SERVER-37168 Use numeric_limits instead of raw ordinalsSara Golemon2018-10-081-2/+4
* SERVER-37076 Aggregation exchange partitioning does not work correctly for do...Martin Neupauer2018-10-084-16/+80
* SERVER-33231 Create initial sync log componentVesselina Ratcheva2018-10-086-4/+10
* SERVER-36270: Add test combining backup cursors and manipulating the truncate...Daniel Gottlieb2018-10-083-25/+14
* SERVER-36799 Move all transactions and retryable writes functionality from Se...Kaloian Manassiev2018-10-0823-1304/+1172
* SERVER-37168 Add validators for IDL fieldsSara Golemon2018-10-053-1/+340
* SERVER-37487 Aborting a prepared transaction must not respect maxTransactionL...Tess Avitabile2018-10-0512-41/+89
* SERVER-37431 Make `logChange` not return `Status`.ADAM David Alan Martin2018-10-0515-174/+152
* SERVER-37004 Add auth to getIdleCursorsTed Tuckman2018-10-053-4/+15
* SERVER-37232 Remove coordinator from catalog asynchronously on commit or abortMatthew Saltz2018-10-048-62/+99
* SERVER-36946 Tighter checks on bounds in query planner unit testsIan Boros2018-10-046-44/+140
* SERVER-31014 Fail initial sync on first collection cloner failureVesselina Ratcheva2018-10-044-31/+25
* SERVER-37294 Remove dependency on clientdriver_network and transport_layer fo...Henrik Edin2018-10-049-57/+74
* SERVER-24620 distinguish HostNotFound, NodeNotFound, and HostUnreachableablack122018-10-044-12/+12
* SERVER-37363 Return Future with commit decision from coordinateCommitMatthew Saltz2018-10-043-19/+45
* SERVER-37299 Remove dependency on s/grid from rw_concern_d.Henrik Edin2018-10-047-363/+466
* SERVER-37474 Add missing thread_pool dependency to free_mon_mongod lib.Henrik Edin2018-10-041-0/+1
* SERVER-37005 Add fields to GenericCursorTed Tuckman2018-10-0417-28/+246
* Import tools: d6c691f3ed621e087db9f064c5ca872fbb7096ca from branch v4.1David Golden2018-10-0448-84/+188
* SERVER-37300 Move the transaction coordinator to separate lib and remove embe...Henrik Edin2018-10-048-16/+179
* SERVER-36911: Ensure that cluster aggregations that fail clean up cursorsNick Zolnierz2018-10-0413-38/+250
* SERVER-37058: Update with numeric field names inside an array can cause valid...Nick Zolnierz2018-10-0411-189/+154