summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-5261 Include authentication information in currentOp outputJonathan Reams2018-09-1423-222/+491
* SERVER-37071 Blacklist set7.js and max_doc_size.js from retryable_writes_jsco...vrachev2018-09-143-5/+15
* SERVER-14801 Add field names to duplicate key error messagesXiangyu Yao2018-09-1415-58/+124
* SERVER-37079 Handle Interrupted errors in state functions using sessionsMaria van Keulen2018-09-141-12/+21
* SERVER-35821 readConcern:snapshot transactions need a read timestamp <= WT's ...Matthew Russotto2018-09-1415-9/+223
* SERVER-35629 Use WiredTiger salvage API to repair corrupt metadataLouis Williams2018-09-147-47/+175
* SERVER-36810 fix unused return value for coverityJonathan Reams2018-09-141-1/+1
* SERVER-34821 Log target connection database separately from usernameJonathan Reams2018-09-144-8/+14
* SERVER-36732 Wait for secondaries to be up and electable in election handoff ...Vesselina Ratcheva2018-09-131-0/+7
* SERVER-35307 Fix unused varialbe compile errors on some platforms.Siyuan Zhou2018-09-131-2/+6
* SERVER-37081 Catch asio::system_errors when resolving GenericSocketBen Caimano2018-09-132-7/+11
* SERVER-37133 Limit PyKMIP install to Python 2 onlyBen Caimano2018-09-131-1/+1
* SERVER-37019 Add tryAbort event and function to the TransactionCoordinatorMatthew Saltz2018-09-133-0/+44
* SERVER-37019 Remove waiting for abort ack logic from TransactionCoordinator a...Matthew Saltz2018-09-136-94/+17
* SERVER-36726 Log SessionID when we start a session in the shell and Log TxnNu...Samy Lanka2018-09-133-3/+16
* SERVER-35307 Support prepared transactions on secondaries and immediately abo...Siyuan Zhou2018-09-1320-128/+316
* SERVER-36634 Change FCV check to check for CommandNotFound in configsvrShardC...jannaerin2018-09-138-126/+224
* SERVER-35817 Allow shutdowns while prepared transactions are in-flightSpencer T Brody2018-09-136-4/+76
* SERVER-37070 Improve duplicate key error messages for all storage enginesr4.1.3Xiangyu Yao2018-09-1314-80/+144
* SERVER-37033 check Status in options codeablack122018-09-132-0/+6
* SERVER-36584 Fix unit test clang compileEsha Maharishi2018-09-134-4/+4
* SERVER-36677 coordinateCommitTransaction should call the 'prepare' logic on t...Esha Maharishi2018-09-132-14/+21
* Revert "SERVER-37070 Improve duplicate key error messages for all storage eng...Xiangyu Yao2018-09-1313-142/+78
* SERVER-35812 Add jstest to ensure that we can't call prepareTransaction if th...Samy Lanka2018-09-136-0/+67
* SERVER-37054 Turn off timestamp reaping to prevent the oldest timestsamp from...Samy Lanka2018-09-131-118/+144
* SERVER-37070 Improve duplicate key error messages for all storage enginesXiangyu Yao2018-09-1313-78/+142
* SERVER-37105 Make it clear from the stack trace whether a command is running ...Spencer T Brody2018-09-131-10/+12
* SERVER-36468 Add a mechanism to allow breaking DBClientConnection out of a bl...Mathias Stearn2018-09-138-30/+193
* SERVER-36162 Powercycle - ensure internal crash command has been executed on ...Jonathan Abrahams2018-09-132-9/+59
* SERVER-37104 Split async helpers off of http_clientSara Golemon2018-09-136-143/+55
* SERVER-36591 Fill in placeholder SERVER ticketJack Mulrow2018-09-121-1/+1
* SERVER-36591 Allow mongos to retry on snapshot errors encountered in first tx...Jack Mulrow2018-09-1219-384/+757
* SERVER-37111 Cleanly shutdown intentionally failed mongod during testSara Golemon2018-09-131-0/+3
* SERVER-36621 Make embedded tests log to stdoutAndrew Morrow2018-09-122-2/+7
* SERVER-36943 Use a magic linker flag so we don't drop out debug info on darwi...Andrew Morrow2018-09-121-0/+4
* SERVER-34007 Apply embedded licenseAndrew Morrow2018-09-1220-198/+551
* SERVER-33911 Implement collapsed library builds under a new link modelAndrew Morrow2018-09-1213-261/+287
* Import tools: e914484acd3a6e6f0c384de565a5d353d67aed52 from branch v4.1David Golden2018-09-125-118/+577
* SERVER-36584 Make TransactionCoordinator calculate commitTimestamp and send i...Esha Maharishi2018-09-1213-90/+150
* SERVER-36987 ChunkVersion::minorVersion truncates to 16 bitRandolph Tan2018-09-123-16/+29
* SERVER-36799 Get rid of the separate TransactionParticipant 2PC state machineKaloian Manassiev2018-09-124-312/+9
* SERVER-32198 Do not try to access routing info history for unsharded collectionsKaloian Manassiev2018-09-122-6/+20
* SERVER-36081: Auth tests for $out to a foreign database and bypassDocumentVal...Nick Zolnierz2018-09-124-83/+182
* SERVER-36503 Skip dry run during election handoffVesselina Ratcheva2018-09-1212-21/+52
* SERVER-37054 Make sure snapshot read timestamp is not older than the oldest a...Samy Lanka2018-09-121-8/+13
* SERVER-28990 avoid bind on --repairAnnie Black2018-09-124-24/+66
* SERVER-36444 Skip validation for $** multikey metadata index entriesJames Wahlin2018-09-128-468/+15
* SERVER-36852 Rename _mtx to _mutex to follow conventionMatthew Saltz2018-09-122-6/+6
* SERVER-36255 prohibit $out with readConcern level "linearizable"Kyle Suarez2018-09-122-1/+10
* SERVER-36852 Move TransactionCoordinator off of Session and into TransactionC...Matthew Saltz2018-09-1211-127/+116