summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-32144 Remove test coverage for replication protocol version 0"Vesselina Ratcheva2018-03-0911-105/+1176
* SERVER-32630 Ensure the fCV parameter is initialized before readingMaria van Keulen2018-03-0912-71/+91
* SERVER-33750 ASIO's socket_ops::sync_send must never return a negative valueJonathan Reams2018-03-092-2/+2
* SERVER-32354 add OplogApplier interfaceBenety Goh2018-03-093-0/+203
* SERVER-32144 Remove test coverage for replication protocol version 0Vesselina Ratcheva2018-03-0911-1176/+105
* SERVER-32354 rename sync_tail library to oplog_applicationBenety Goh2018-03-092-5/+5
* SERVER-27664 Use scatterGatherVersionedTargetByRoutingTable for `geoNear` and...Kaloian Manassiev2018-03-095-304/+376
* SERVER-33751 Allow connecting to an existing cluster in ReplSetTestRobert Guo2018-03-091-1/+5
* SERVER-33539 Futurize TransportLayer APIMathias Stearn2018-03-094-30/+34
* SERVER-33466 Futurize TransportLayerASIO implementationMathias Stearn2018-03-093-232/+283
* SERVER-33707 Introduce SharedPromise to support safer separation of completer...Mathias Stearn2018-03-092-25/+95
* SERVER-33707 Add Promise::setFrom(Future) and setWith(Func)Mathias Stearn2018-03-092-13/+245
* SERVER-33464 Use functions rather than macros in future_testMathias Stearn2018-03-091-493/+595
* SERVER-32052 Update ShardingTest to default to starting shard servers as repl...jannaerin2018-03-091-8/+24
* Import wiredtiger: 60a06941b8d5d7ddc9f93646e75fc4b52d40f9b4 from branch mongo...Luke Chen2018-03-0934-408/+685
* SERVER-33017 Add metadata hook to update lastCommittedOpTime on mongos per shardJack Mulrow2018-03-088-37/+304
* SERVER-24635 remove fassertStatusOKBenety Goh2018-03-083-39/+2
* SERVER-29908 Fix failing ReplSetDistLockManagerTestKaloian Manassiev2018-03-088-381/+11
* SERVER-33732 SyncTail no longer owns its writer thread poolBenety Goh2018-03-086-29/+41
* SERVER-33061 validate readConcern level snapshot on mongosMisha Tyulenev2018-03-082-5/+32
* SERVER-33625 remove OldThreadPoolBenety Goh2018-03-084-163/+8
* SERVER-32886 Remove unneccessary sleeps in chunk migrationjannaerin2018-03-082-2/+2
* SERVER-33549 Create ASN.1 parser for MongoDBAuthorizationGrantsMark Benvenuto2018-03-083-1/+480
* SERVER-22411 Refactor Windows Certificate PEM file loadingMark Benvenuto2018-03-084-160/+183
* SERVER-33572 Add ProducerConsumerQueue to utilJason Carey2018-03-084-0/+1288
* SERVER-33732 remove SyncTail::multiApply_forTest()Benety Goh2018-03-083-15/+12
* SERVER-33625 replace use of OldThreadPool in master/slave with ThreadPoolBenety Goh2018-03-082-6/+8
* SERVER-33338 Allow bulk writes to specify only the stmtId of the first statem...Matthew Russotto2018-03-073-2/+87
* SERVER-29908 Fix broken logical_time_validator_testKaloian Manassiev2018-03-071-0/+1
* SERVER-32663: throw exception if non-existing ErrorCode is referencedDavid Bradford2018-03-071-11/+32
* SERVER-33454 Remove the 'chunks map' from CollectionMetadataMartin Neupauer2018-03-074-34/+20
* SERVER-29908 Fix broken keys_collection_manager_sharding_testKaloian Manassiev2018-03-074-4/+32
* SERVER-33531 Read concern should be stashed with transaction resourcesTess Avitabile2018-03-074-60/+124
* SERVER-33725 use OplogEntry to parse opType in SyncTail::syncApplyBenety Goh2018-03-074-35/+28
* SERVER-29908 Move OpObserver callbacks out of CollectionShardingStateKaloian Manassiev2018-03-0757-1312/+1414
* SERVER-33726 make reIndex command use AutoGetDb to take DBLock rather than ta...Esha Maharishi2018-03-072-8/+10
* SERVER-33663 create parameter to control rollback data file creationKyle Suarez2018-03-074-38/+61
* SERVER-33615: Remove third_party/tzSpencer Jackson2018-03-077-1020/+0
* SERVER-33843 Make sure TransportLayerASIO handles HTTP GET requests correctlyJonathan Reams2018-03-073-27/+161
* SERVER-33558 Remove readPreference from AsyncResultsMergerCharlie Swanson2018-03-074-47/+3
* SERVER-33097 Make shards put a request's databaseVersion on the OperationShar...Esha Maharishi2018-03-073-37/+80
* SERVER-24635 replace references to fassertStatusOK with fassertBenety Goh2018-03-0739-153/+146
* SERVER-33643 call initializeSystemInfo directly as a temporary workaroundRobert Guo2018-03-072-0/+2
* SERVER-33713 Avoid race in document_source_merge_cursors_testCharlie Swanson2018-03-071-26/+4
* SERVER-32615 Make most outgoing mongos user commands that can write set impli...Randolph Tan2018-03-0711-29/+107
* SERVER-33699 multiApply() returns early on any writer thread errorsBenety Goh2018-03-061-10/+19
* SERVER-33625 replace use of OldThreadPool in cloners and TaskRunner with Thre...Benety Goh2018-03-0625-82/+72
* SERVER-32876 Use non-transactional WT session in fast paths to avoid FTDC stallnehakhatri52018-03-077-37/+53
* SERVER-33625 replace OldThreadPool in SyncTail with ThreadPoolBenety Goh2018-03-067-75/+68
* SERVER-33280 Test that sharded cursors are fully cleaned up when a sub-cursor...David Storch2018-03-061-5/+16