summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-34789: Using resume token from 'invalidate' notification for 'resumeAf...Nick Zolnierz2018-06-2711-104/+434
* SERVER-35601 startup setting of maxTargetSnapshotHistoryWindowInSeconds shoul...Dianna Hohensee2018-06-273-0/+36
* SERVER-35735 Single shard transaction support for basic crud opsRandolph Tan2018-06-268-17/+212
* SERVER-35784 Fix ambiguously named test fixture.ADAM David Alan Martin2018-06-261-5/+5
* SERVER-35788 Fix `noexcept` qualification in `std::function`.ADAM David Alan Martin2018-06-261-3/+3
* SERVER-34563 Handle DNS names correctly in SRV record processing.ADAM David Alan Martin2018-06-266-81/+865
* SERVER-35745 _getNextSessionMods doesn't include oplogReplay flag to query ne...Randolph Tan2018-06-261-3/+8
* SERVER-35362 Make Session decorable and add Transaction Coordinator and Parti...Esha Maharishi2018-06-266-1/+219
* SERVER-35792 Make ChunkSplitStateDriver::prepareSplit atomically swap bytes w...Matthew Saltz2018-06-264-6/+15
* SERVER-35791 Fix InitiateSplitLeavesBytesWrittenUnchanged test in ChunkSplitS...Matthew Saltz2018-06-261-4/+9
* Revert "SERVER-35735 Single shard transaction support for basic crud ops"Randolph Tan2018-06-267-206/+14
* SERVER-34160 Exit shell cleanly on SIGHUPJonathan Reams2018-06-261-0/+3
* SERVER-35735 Single shard transaction support for basic crud opsRandolph Tan2018-06-267-14/+206
* SERVER-35773 Remove references to the CatalogCache from MetadataManagerKaloian Manassiev2018-06-2611-104/+77
* SERVER-33651 Fix duplicate error codesKaloian Manassiev2018-06-261-1/+1
* SERVER-33651 Confirm FULL synchronous mode and F_FULLFSYNC with MobileSulabh Mahajan2018-06-261-11/+66
* SERVER-35398 Remove Mobile SE's capped collection codeSulabh Mahajan2018-06-262-214/+18
* put dec in right placeNathan Louie2018-06-251-1/+1
* test formattingNathan Louie2018-06-251-60/+28
* line changeNathan Louie2018-06-252-9/+9
* unit testsNathan Louie2018-06-252-3/+144
* cr commentsNathan Louie2018-06-251-1/+5
* initial reviewNathan Louie2018-06-252-6/+11
* added to classNathan Louie2018-06-252-0/+40
* SERVER-35292 Add total number of started transactions to serverStatusNathan Louie2018-06-252-4/+4
* SERVER-35388 Improve misleading error messages for operations banned in trans...Samy Lanka2018-06-2514-25/+56
* SERVER-35734 Integrate new ChunkWritesTracker and ChunkSplitStateDriver with ...Matthew Saltz2018-06-2511-98/+84
* SERVER-35747 Don't check for timestamps on non timestamp supported SEsMaria van Keulen2018-06-252-0/+10
* SERVER-32064 Disable implicit sessions when checking db version during connect()Jack Mulrow2018-06-251-7/+16
* SERVER-35676 Handle integer overflow when validating numInitialChunksCheahuychou Mao2018-06-251-1/+2
* SERVER-35563 Refactor register/remove UUID to _inlock functions to avoid race...Ben Judd2018-06-252-39/+34
* Import wiredtiger: a8a6314182ccf7dc6625b9c24891a355b07faa8e from branch mongo...Luke Chen2018-06-2511-100/+89
* SERVER-35742 Update ServerTransactionsMetrics for failed commitsNathan Louie2018-06-221-0/+2
* SERVER-32884 Add back deleted sh.waitForBalancer() to utils_sh.jsCheahuychou Mao2018-06-221-0/+19
* SERVER-35760 Add status check in addShardMatthew Saltz2018-06-221-2/+5
* SERVER-35691 Make all code paths returning StaleConfig error go through the S...Kaloian Manassiev2018-06-229-28/+35
* SERVER-35308 Lint patchjinichu2018-06-221-1/+2
* SERVER-35691 Cleanup the ChunkVersion serialization/deserialization codeKaloian Manassiev2018-06-2235-430/+265
* SERVER-35308 Added timeActiveMicros field to SingleTransactionStats to measur...jinichu2018-06-223-2/+265
* SERVER-35216 Expose ReplicaSetManager refresh period to the mongo shellBen Caimano2018-06-223-46/+51
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-22160-2003/+1153
* SERVER-35677 always log a prepare oplog entry on prepareTransactionJudah Schvimer2018-06-226-23/+79
* SERVER-24210 renaming collection to local.oplog.rs on standalone mongod needs...Sean Tao2018-06-221-0/+8
* SERVER-35603 add failpoint to prevent dynamic snapshot history window target ...Dianna Hohensee2018-06-221-0/+12
* SERVER-35329 Package agg projection code for use outside of agg executionBernard Gorman2018-06-2263-345/+802
* SERVER-35639 Include port in server name of config.changelog entriesKevin Pulo2018-06-222-5/+10
* SERVER-34606 Early return from majority commit point oplog truncationMaria van Keulen2018-06-213-11/+26
* SERVER-35376 added prepared state to sessionJudah Schvimer2018-06-214-33/+261
* SERVER-35239 AwaitData cursor must handle getMore from client with higher las...Samy Lanka2018-06-212-7/+28
* SERVER-35612 Implement ChunkWritesTracker with unit tests, make ChunkInfo use itMatthew Saltz2018-06-2111-35/+740