summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-34313 Use hex-encoded string for resume tokenCharlie Swanson2018-04-1315-332/+602
* SERVER-33999 Add auth checks for db or cluster level change streamsCharlie Swanson2018-04-133-2/+397
* SERVER-33412 Error on writes with unsupported transaction optionsMatthew Russotto2018-04-139-157/+327
* SERVER-34437 Remove snapshot query option from clonerjannaerin2018-04-135-26/+3
* SERVER-33951 Abort transactions when the pending writes pass 16MB worth of wr...Matthew Russotto2018-04-139-6/+135
* SERVER-34466 set syncdelay to 5 seconds in kill_primary and kill_secondary pa...Judah Schvimer2018-04-132-0/+2
* SERVER-33534 Re-enable non-replication opObserver functionality within transa...Matthew Russotto2018-04-131-39/+54
* SERVER-34476 Fix OpenSSL linking on FreeBSDADAM David Alan Martin2018-04-131-1/+1
* SERVER-34476 Fix OpenSSL linking on FreeBSDADAM David Alan Martin2018-04-131-0/+2
* SERVER-33145 Test that users can only use transactions they createdTess Avitabile2018-04-131-0/+143
* SERVER-34464 Do not relax document validation during replication recoveryJudah Schvimer2018-04-131-1/+0
* SERVER-34163 Make refreshing a database entry in the CatalogCache asynchronousEsha Maharishi2018-04-136-44/+372
* SERVER-34435 rename versioning.{h,cpp} to database_version_helpers.{h,cpp}Esha Maharishi2018-04-1311-10/+10
* SERVER-34435 DatabaseVersion idl type should not use lexicographic comparisonEsha Maharishi2018-04-135-3/+14
* SERVER-34458 Shards should always persist a database entry after refreshEsha Maharishi2018-04-132-92/+24
* SERVER-34435 Change Versioning class to databaseVersion namespace and related...Esha Maharishi2018-04-136-14/+13
* SERVER-34467 make sure tests create databases before starting change streamsIan Boros2018-04-133-9/+9
* SERVER-33903 test reads on views in transactionsKyle Suarez2018-04-131-0/+51
* SERVER-33903 test aggregations in transactionsKyle Suarez2018-04-133-0/+106
* SERVER-34321 Require stmtId for multi-statement transactions in the shell.Siyuan Zhou2018-04-132-7/+48
* SERVER-34148 TypedCommandBilly Donahue2018-04-135-5/+549
* SERVER-34461: Source OpenSSL source tarball from boxes.10gen.comSpencer Jackson2018-04-131-1/+1
* SERVER-33759 Forbid replication protocol version 0Spencer T Brody2018-04-1324-6428/+421
* SERVER-34157 prevent writes to system collectionsKyle Suarez2018-04-133-0/+64
* SERVER-33989 Add support for afterClusterTime for snapshot reads through mongosJack Mulrow2018-04-135-24/+238
* SERVER-33781 upgrade/downgrade config.chunks metadata with a new history field.Martin Neupauer2018-04-136-56/+422
* SERVER-33821 Replace NetworkInterfaceASIO with NetworkInterfaceTLJonathan Reams2018-04-131-19/+7
* SERVER-33821 Implement NetworkInterfaceTL and AsyncDBClientJonathan Reams2018-04-1318-78/+1385
* SERVER-34446: Remove normalization of SCRAM-SHA-256 prinicpal namesSpencer Jackson2018-04-137-158/+39
* SERVER-33295 fixing lintDianna Hohensee2018-04-131-1/+1
* SERVER-34419 Remove mongoperfAndrew Morrow2018-04-1320-3729/+6
* SERVER-34401: Add support for {forAllDBs: true} to usersInfoSpencer Jackson2018-04-136-7/+34
* SERVER-33295 Periodic task to check for and kill expired transactions.Dianna Hohensee2018-04-1312-4/+402
* SERVER-34192 Allow secondary reads during batch applicationsLouis Williams2018-04-1326-107/+470
* SERVER-34073 Allow creating transactions with readConcerns other than 'snapsh...Tess Avitabile2018-04-138-10/+372
* Revert "SERVER-34157 prevent writes to system collections"Kyle Suarez2018-04-133-61/+0
* SERVER-33548 Enable profiling for batch writes within transactionsTess Avitabile2018-04-1320-59/+394
* Import wiredtiger: 5fc85c47caba5dbd4fc49ad6fa924fee4e3d5695 from branch mongo...Kelsey Schubert2018-04-1319-180/+457
* SERVER-34157 prevent writes to system collectionsKyle Suarez2018-04-133-0/+61
* SERVER-33115 prevent writes to unreplicated collections in a transactionKyle Suarez2018-04-133-3/+87
* SERVER-34279: Perform an FCV upgrade to take stable checkpoints.Daniel Gottlieb2018-04-131-4/+2
* SERVER-32424 Use hybrid cursor caching by default.Don Anderson2018-04-134-29/+60
* SERVER-34088 Add ability to watch all changes for an entire sharded clusterBernard Gorman2018-04-1313-72/+96
* SERVER-34317: Check wiredtiger_open return code before accessing the connection.Daniel Gottlieb2018-04-121-9/+8
* SERVER-34279: Ensure a minValid lastApplied exists for upgrade.Daniel Gottlieb2018-04-128-12/+142
* SERVER-32639 skip signing and validating clusterTime in arbitersMisha Tyulenev2018-04-129-24/+100
* SERVER-34326 follow up: fix lint errorsMisha Tyulenev2018-04-121-9/+11
* SERVER-33114 make change streams unwind applyOps generated by transactionsIan Boros2018-04-1211-285/+916
* SERVER-34432 Allow $changeStream resume attempts to proceed if the initial st...Bernard Gorman2018-04-122-3/+81
* SERVER-34444 Reestablish a new connection to LocalToRemoteOperations after cr...Jonathan Abrahams2018-04-121-5/+8