summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-5261 Include authentication information in currentOp outputJonathan Reams2018-09-1422-222/+414
* SERVER-14801 Add field names to duplicate key error messagesXiangyu Yao2018-09-1415-58/+124
* SERVER-35821 readConcern:snapshot transactions need a read timestamp <= WT's ...Matthew Russotto2018-09-1413-9/+108
* SERVER-35629 Use WiredTiger salvage API to repair corrupt metadataLouis Williams2018-09-145-46/+93
* SERVER-36810 fix unused return value for coverityJonathan Reams2018-09-141-1/+1
* SERVER-34821 Log target connection database separately from usernameJonathan Reams2018-09-143-7/+13
* 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-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-132-2/+14
* SERVER-35307 Support prepared transactions on secondaries and immediately abo...Siyuan Zhou2018-09-1317-119/+275
* SERVER-36634 Change FCV check to check for CommandNotFound in configsvrShardC...jannaerin2018-09-135-124/+158
* SERVER-35817 Allow shutdowns while prepared transactions are in-flightSpencer T Brody2018-09-135-4/+38
* 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-131-0/+20
* Revert "SERVER-37070 Improve duplicate key error messages for all storage eng...Xiangyu Yao2018-09-1313-142/+78
* 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-136-30/+190
* 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-1212-381/+437
* SERVER-36621 Make embedded tests log to stdoutAndrew Morrow2018-09-122-2/+7
* SERVER-34007 Apply embedded licenseAndrew Morrow2018-09-1220-198/+551
* SERVER-33911 Implement collapsed library builds under a new link modelAndrew Morrow2018-09-127-68/+120
* Import tools: e914484acd3a6e6f0c384de565a5d353d67aed52 from branch v4.1David Golden2018-09-125-118/+577
* SERVER-36584 Make TransactionCoordinator calculate commitTimestamp and send i...Esha Maharishi2018-09-1212-88/+112
* 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-36503 Skip dry run during election handoffVesselina Ratcheva2018-09-1211-18/+50
* SERVER-28990 avoid bind on --repairAnnie Black2018-09-123-24/+44
* SERVER-36444 Skip validation for $** multikey metadata index entriesJames Wahlin2018-09-124-453/+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-121-0/+3
* 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-37063 Fix uninitialized scalar fieldGregory Wlodarek2018-09-111-2/+2
* 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-112-39/+86