summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-36852 Implement getLatestOnSession in TransactionCoordinatorCatalogMatthew Saltz2018-09-123-0/+84
* SERVER-37026 Attach the TransactionCoordinatorService to the ServiceContextMatthew Saltz2018-09-122-1/+21
* SERVER-37014 Create TransactionCoordinatorService class to provide an interfa...Matthew Saltz2018-09-123-0/+223
* SERVER-37014 Implement "remove" functionality in TransactionCoordinatorCatalogMatthew Saltz2018-09-123-0/+70
* SERVER-36851 Create TransactionCoordinatorCatalog for holding TransactionCoor...Matthew Saltz2018-09-124-0/+278
* SERVER-36965 Wait for replication on all 'setUp' writes performed by the safe...Kaloian Manassiev2018-09-123-0/+15
* SERVER-36756 Log the githash of the 10gen/jstestfuzz repository when the fuzz...Jonathan Abrahams2018-09-121-0/+4
* SERVER-37063 Fix uninitialized scalar fieldGregory Wlodarek2018-09-111-2/+2
* SERVER-37013 Add Evergreen task to generate mongoebench config files.Max Hirschhorn2018-09-111-8/+80
* SERVER-37013 Bump pin for mongo-perf repo in get_sources.sh script.Max Hirschhorn2018-09-111-1/+1
* SERVER-37013 Generate mongoebench config files using --readCmd=true.Max Hirschhorn2018-09-111-6/+24
* SERVER-37075 Make `unique_function<...>::nil` not break on MacOSADAM David Alan Martin2018-09-111-13/+15
* SERVER-31918 sigaction: give the ucontext parameter a nameBilly Donahue2018-09-111-1/+4
* SERVER-36367 validation for $out "uniqueKey"Kyle Suarez2018-09-114-40/+223
* SERVER-36487 add jstest to make sure that we fail writes to config.transactio...Samy Lanka2018-09-112-0/+101
* SERVER-36435 Make ReplSetTest.kDefaultTimeoutMS accessible everywhere.Justin Seyster2018-09-113-11/+20
* SERVER-36922 Remove MutableDocument::hasFieldCharlie Swanson2018-09-112-5/+5
* SERVER-35160 Allow TestData to be undefined in worker_thread.js again.Max Hirschhorn2018-09-111-2/+7