summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-33233 Don't stall ftdc due to running out of ticketsBruce Lucas2018-02-204-4/+38
* SERVER-32393 Use same comparison for eq and neq assertionsDavid Bradford2018-02-201-5/+13
* SERVER-32957 part 1: mongos will now destroy kill pending cursors on checkinIan Boros2018-02-2011-129/+132
* SERVER-32909 Update --repair to restore a missing featureCompatibilityVersion...Dianna Hohensee2018-02-203-58/+40
* SERVER-32321 add commitTxn and abortTxn stub commandsPavithra Vetriselvan2018-02-202-0/+106
* SERVER-25640 check if jstests leave unterminated processesKevin Albertson2018-02-203-4/+51
* SERVER-33245 remove unnecessary ScopeGuard for dropTempCollections() from map...Benety Goh2018-02-171-10/+8
* SERVER-33245 propagate Database::dropCollection() errors when dropping tempor...Benety Goh2018-02-171-2/+2
* SERVER-33086 Change renameCollection to be a noop when the target exists and ...Xiangyu Yao2018-02-162-9/+43
* SERVER-33245 improve PrimarySteppedDown and State destructor error messages i...Benety Goh2018-02-161-13/+25
* SERVER-33223 Add transaction resource stashJames Wahlin2018-02-1612-21/+396
* SERVER-32913 remove unnecessary reference to 'valueB' in applyOperation_inlock()Benety Goh2018-02-161-1/+2
* SERVER-32635 an old mongos server communicating with a fully upgraded cluster...Dianna Hohensee2018-02-167-11/+67
* SERVER-33258: Guarantee replication tables are durable before use.Daniel Gottlieb2018-02-168-31/+46
* SERVER-33360 Ambiguous constructor call in ConvertNumericToDecimalJustin Seyster2018-02-161-2/+3
* SERVER-32913 doTxn rejects malformed operationsBenety Goh2018-02-162-39/+12
* SERVER-32913 added 'b' (upsert) field to ReplOperation IDLBenety Goh2018-02-162-4/+47
* SERVER-31399 Include time spent applying batches in repl.apply.batches.totalM...Vesselina Ratcheva2018-02-161-1/+3
* SERVER-33330 closeAll now checks for bg jobs in progressEric Milkie2018-02-167-67/+14
* SERVER-33290 secondaries must set multikey before releasing parallel batch wr...Judah Schvimer2018-02-1622-122/+258
* SERVER-33255 propagate sync flag in sourceMessageImplMathias Stearn2018-02-151-40/+41
* SERVER-33255 fix async size reporting in opportunisticRead/WriteMathias Stearn2018-02-151-2/+14
* SERVER-33270: Trigger a first checkpoint when the initial sync time becomes s...Daniel Gottlieb2018-02-151-1/+17
* SERVER-33328 Benchmark calls to ClockSource::now for fast and system clock so...Andy Schwerin2018-02-152-0/+94
* SERVER-32373 correct the libmongodbcapi_db_new call in embedded_transport_lay...Gabriel Russell2018-02-151-1/+1
* SERVER-33034: Update jstest asserts to accept a function for messagesDavid Bradford2018-02-151-376/+431
* SERVER-32601 add socket tagging/close to egressJason Carey2018-02-158-7/+416
* SERVER-32913 clean up StorageTimestampTest applyOps operationsBenety Goh2018-02-151-137/+110
* SERVER-32647 Retry connecting to replica set when given a seed nodeVesselina Ratcheva2018-02-152-1/+32
* SERVER-32965 isMaster.saslSupportedMechs updatesSara Golemon2018-02-151-1/+1
* SERVER-32965 isMaster.saslSupportedMechs updatesSara Golemon2018-02-152-10/+56
* SERVER-33273 Do not pre-digest non-SCRAM-SHA-1 passwordsSara Golemon2018-02-151-2/+1
* SERVER-32974 Enhance createUser/updateUser to support SCRAM-SHA-256Sara Golemon2018-02-156-60/+214
* SERVER-32784 Add $convert with typecast conversions.Justin Seyster2018-02-1512-60/+1755
* SERVER-22411 Add stub implementation of ASIO SChannel integrationMark Benvenuto2018-02-1523-250/+1022
* SERVER-32373 building android targets as TARGET_OS=androidGabriel Russell2018-02-1548-12/+2447
* SERVER-32644 only the begining of the protocol messages must be at least 4 bytesGabriel Russell2018-02-151-3/+3
* SERVER-32880 create onMigrateBeginOnPrimary helperPavithra Vetriselvan2018-02-143-14/+33
* SERVER-33200 add entry point for Benchmark testsRobert Guo2018-02-143-3/+61
* SERVER-33004 Add two-phase locking for shared locks for snapshot readsTess Avitabile2018-02-146-11/+115
* SERVER-32367 Clean up the AutoGet* suite of classesKaloian Manassiev2018-02-1428-669/+460
* Revert "SERVER-33081 Reset KeysCollectionManager during rollback properly"Randolph Tan2018-02-144-44/+9
* SERVER-29484 Remove `using std::` forms in headers.ADAM David Alan Martin2018-02-143-16/+6
* SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin2018-02-1482-314/+223
* SERVER-33293 Remove `mongo/util/conccurency/mapsf.h`.ADAM David Alan Martin2018-02-141-96/+0
* SERVER-33324 Add useSnapshotReads option to benchRunTess Avitabile2018-02-142-24/+68
* SERVER-32233 Ensure electionId is increasing per iterationChibuikem Amaechi2018-02-141-14/+15
* SERVER-33081 Reset KeysCollectionManager during rollback properlyRandolph Tan2018-02-144-9/+44
* SERVER-33214 ServiceEntryPointCommonBilly Donahue2018-02-148-2135/+1318
* SERVER-33290 Remove ReplicationCoordinatorExternalState::multiSyncApplyJudah Schvimer2018-02-145-18/+0